LibBars-1.0-r80981

Details

  • Filename
    LibBars-1.0-r80981.zip
  • Uploaded by
  • Uploaded
    Aug 25, 2008
  • Size
    20.59 KB
  • Downloads
    71
  • MD5
    a785a069a07a12f3ed05294b17ecfe24

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r79624 | adirelle | 2008-08-01 17:33:15 -0400 (Fri, 01 Aug 2008) | 3 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- new method :GetBarGroups(),
- added "GetBarGroup" and "GetBarGroups" to the mixins.
------------------------------------------------------------------------
r79502 | ulic | 2008-07-30 11:28:04 -0400 (Wed, 30 Jul 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: Whoops, undid some stuff that I commited but didn't mean to in r79440
------------------------------------------------------------------------
r79440 | ulic | 2008-07-29 23:30:33 -0400 (Tue, 29 Jul 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: Added the ability to set the background texture color per bar
------------------------------------------------------------------------
r79239 | kritzi | 2008-07-27 05:25:26 -0400 (Sun, 27 Jul 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0.toc

LibBars-1.0: changed the name in .toc file to macht the name style of ace librarys
------------------------------------------------------------------------