r940

Details

  • Filename
    Ace3-r940.zip
  • Uploaded by
  • Uploaded
    Jun 19, 2010
  • Size
    156.18 KB
  • Downloads
    257
  • MD5
    65f007ce21cb272bc0e3ad66133db855

Supported WoW Retail Versions

  • 3.3.5

Changelog

------------------------------------------------------------------------
r940 | nevcairiel | 2010-06-19 08:01:47 +0000 (Sat, 19 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua
   M /trunk/tests/AceDB-3.0-namespaces.lua

AceDB-3.0: Switch all functions over to the dynamic "self.profiles" proxy instead of using sv.profiles directly, which may not always exist (Ticket #144)
------------------------------------------------------------------------
r939 | nevcairiel | 2010-06-19 07:26:17 +0000 (Sat, 19 Jun 2010) | 3 lines
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Improve min/max/step logic for slider controls.

Step checking is now always performed when at least min is specified, and min/max checking is independent of each other.
------------------------------------------------------------------------
r938 | nevcairiel | 2010-06-13 07:21:38 +0000 (Sun, 13 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua

AceDBOptions-3.0.lua Fix a string typo (Ticket #141 - Thanks Allara)
------------------------------------------------------------------------
r937 | nevcairiel | 2010-06-03 17:54:06 +0000 (Thu, 03 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua

AceGUI-3.0: Slider: Fire OnValueChanged as well as OnMouseUp when confirming a value in the slider editbox.
------------------------------------------------------------------------
r936 | nevcairiel | 2010-05-16 11:58:37 +0000 (Sun, 16 May 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Label.lua

AceGUI-3.0: Minor cleanups
------------------------------------------------------------------------