LibBars-1.0-r81267

Details

  • Filename
    LibBars-1.0-r81267.zip
  • Uploaded by
  • Uploaded
    Sep 2, 2008
  • Size
    21.42 KB
  • Downloads
    98
  • MD5
    9d50284ed186a267ac6e2cee713ef281

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r81267 | adirelle | 2008-09-02 09:26:18 -0400 (Tue, 02 Sep 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: added some compatibility code so that :SetWidth() and :SetHeight() behaves as they did before revision 80850.
------------------------------------------------------------------------
r80985 | adirelle | 2008-08-26 06:51:47 -0400 (Tue, 26 Aug 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: do not assume the bar alpha is 1.0 when starting to flash or fade.
------------------------------------------------------------------------
r80982 | adirelle | 2008-08-26 05:20:03 -0400 (Tue, 26 Aug 2008) | 4 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- added a convenient method to create user-defined bar prototype :NewBarPrototype( [superPrototype] ),
- fade, flash and timer code now calls OnXXX methods, that in turn fire the corresponding callback (e.g. OnTimerFinished fires "TimerFinished"). Those methods are intented to be easily overriden in user-defined prototypes.
- added FlashStarted and FlashStopped callbacks.
------------------------------------------------------------------------
r80981 | adirelle | 2008-08-26 04:17:53 -0400 (Tue, 26 Aug 2008) | 3 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- moved some pieces of code around,
- added preliminary support for user-defined bar prototypes.
------------------------------------------------------------------------
r80850 | adirelle | 2008-08-23 12:26:16 -0400 (Sat, 23 Aug 2008) | 6 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua
   M /trunk/LibBars-1.0/TODO

LibBars-1.0:
- new bar and group methods: :ShowIcon(), HideIcon(), :IsIconShown(), :ShowLabel(), :HideLabel(), IsLabelShown(), :ShowTimerLabel(), :HideTimerLabel(), :IsTimerLabelShow(),
- new bar and group methods: :SetThickness(), :GetThickness(), :SetLength(), :GetLength(),
- new bar methods: :SetLabel(), :SetTimerLabel(), :GetLabel(), :GetTimerLabel(),
- new group methods : :IterateBars(), :HasAnyBar(),
- updated the DODO file,
------------------------------------------------------------------------
r80401 | adirelle | 2008-08-14 02:31:54 -0400 (Thu, 14 Aug 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: attempt to fix color issue on recycling.
------------------------------------------------------------------------
r80269 | adirelle | 2008-08-12 08:44:19 -0400 (Tue, 12 Aug 2008) | 10 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- the bars send new messages :
  * TimerStarted when the timer is (re)started,
  * TimerStopped when the timer is forcibly stopped,
  * FadeStarted when the bar starts to fade out,
  * FadeStopped when the fading out is cancelled,
  * BarReleased when the bar is about to be recycled,
- properly stop any timer/fading/flashing at bar release, sending any messages as necessary,
- properly reset status attributes at bar release,
- new bar methods : IsFading(), StopTimer()
------------------------------------------------------------------------
r80129 | neotron | 2008-08-10 16:07:12 -0400 (Sun, 10 Aug 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: Now works both in WotLK and retail.
------------------------------------------------------------------------
r80090 | adirelle | 2008-08-10 05:02:12 -0400 (Sun, 10 Aug 2008) | 3 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- added spacing to groups,
- added some getters to bar group prototypes.
------------------------------------------------------------------------
r80058 | adirelle | 2008-08-09 19:51:39 -0400 (Sat, 09 Aug 2008) | 3 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- layout the labels according to the orientation,
- avoid label overlapping.
------------------------------------------------------------------------
r79741 | adirelle | 2008-08-03 14:30:17 -0400 (Sun, 03 Aug 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: added a new bar method : bar:SetText(text)
------------------------------------------------------------------------
r79643 | adirelle | 2008-08-02 04:11:25 -0400 (Sat, 02 Aug 2008) | 3 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- now propagates the fill settings from group to bar at creation,
- now properly updates the group anchor size and bar size when changing orientation.
------------------------------------------------------------------------