LibBars-1.0-r80401

Details

  • Filename
    LibBars-1.0-r80401.zip
  • Uploaded by
  • Uploaded
    Aug 13, 2008
  • Size
    19.60 KB
  • Downloads
    156
  • MD5
    ec1b1ffa5622e4dca6da78d97c7f4bc2

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
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
------------------------------------------------------------------------
r78491 | oridan | 2008-07-15 11:56:35 -0400 (Tue, 15 Jul 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: Correct display of seconds on timers greater than 1 hour.
------------------------------------------------------------------------