r836

Details

  • Filename
    Ace3-r836.zip
  • Uploaded by
  • Uploaded
    Sep 7, 2009
  • Size
    198.59 KB
  • Downloads
    334
  • MD5
    9f74b510d3870e828e0143e0c6e08c51

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r836 | ammo | 2009-09-07 07:59:58 +0000 (Mon, 07 Sep 2009) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

set the title for custom containers if available. fixes ticket 62
------------------------------------------------------------------------
r835 | ammo | 2009-09-06 08:13:13 +0000 (Sun, 06 Sep 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/AceGUI-3.0.xml
   A /trunk/AceGUI-3.0/widgets/AceGUIWidget-Window.lua

add a Window container basically a plain window with close button
------------------------------------------------------------------------
r834 | nevcairiel | 2009-09-01 11:23:08 +0000 (Tue, 01 Sep 2009) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Disable the tooltip of widgets if descStyle ~= "tooltip"
------------------------------------------------------------------------
r833 | nevcairiel | 2009-09-01 11:07:37 +0000 (Tue, 01 Sep 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua

AceGUI-3.0: Disable some left-over debug stuff.
------------------------------------------------------------------------
r832 | nevcairiel | 2009-09-01 11:03:04 +0000 (Tue, 01 Sep 2009) | 2 lines
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua

AceConfig-3.0: Added an experimental "descStyle" member to all option table nodes that allows you to control the way the description is presented. Supported values are "tooltip" for the old behaviour, and "inline" for a inline display of the description, pending support in AceGUI-3.0 widgets.
AceGUI-3.0: Add support for inline descriptions to the checkbox widget.
------------------------------------------------------------------------
r831 | nevcairiel | 2009-08-30 14:52:04 +0000 (Sun, 30 Aug 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/AceGUI-3.0.lua

AceGUI-3.0: Fixed an old comment
------------------------------------------------------------------------
r830 | nevcairiel | 2009-08-30 14:51:48 +0000 (Sun, 30 Aug 2009) | 1 line
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua
   M /trunk/tests/AceDB-3.0-defaults.lua

AceDB-3.0: Remove the metatable from the DB before removing defaults, so we don't accidentally invoke it in the process. (Fixes Ticket #66)
------------------------------------------------------------------------
r829 | ammo | 2009-08-30 11:09:19 +0000 (Sun, 30 Aug 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Label.lua

add a small space between the image and the text of a label
------------------------------------------------------------------------
r828 | ammo | 2009-08-28 08:47:06 +0000 (Fri, 28 Aug 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua

make dropdown background solid, so when used in select groups the texts are readable when dropdown is shown over other texts
------------------------------------------------------------------------
r827 | mikk | 2009-08-27 13:17:26 +0000 (Thu, 27 Aug 2009) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua

Doc work...
------------------------------------------------------------------------
r826 | mikk | 2009-08-27 13:15:32 +0000 (Thu, 27 Aug 2009) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua

Doc work...
------------------------------------------------------------------------
r825 | mikk | 2009-08-27 13:08:27 +0000 (Thu, 27 Aug 2009) | 2 lines
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua

- Remember to bump MINOR, too.
- Documentation work
------------------------------------------------------------------------
r824 | mikk | 2009-08-27 11:45:40 +0000 (Thu, 27 Aug 2009) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua

- For options "tables" that are functions, also pass in the registered appName after uiType,uiName - hi vhaarr
------------------------------------------------------------------------
r823 | mikk | 2009-08-11 12:29:21 +0000 (Tue, 11 Aug 2009) | 3 lines
Changed paths:
   M /trunk/AceComm-3.0/AceComm-3.0.lua
   A /trunk/tests/AceComm-3.0-callbacks.lua
   M /trunk/tests/AceComm-3.0.lua

- Add AceComm callbacks for message chunks going out the wire (via CTL). Useful for displaying progress for very large messages.
- Add test cases for both delayed and immediate delivery

------------------------------------------------------------------------
r822 | nevcairiel | 2009-08-07 18:39:30 +0000 (Fri, 07 Aug 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

Updated changelog.txt
------------------------------------------------------------------------
r820 | mikk | 2009-08-07 18:29:18 +0000 (Fri, 07 Aug 2009) | 2 lines
Changed paths:
   M /trunk/Ace3.toc
   M /trunk/AceComm-3.0/ChatThrottleLib.lua

- Update ChatThrottleLib to v21
- TOC 30200
------------------------------------------------------------------------
r819 | mikk | 2009-08-07 16:51:35 +0000 (Fri, 07 Aug 2009) | 2 lines
Changed paths:
   A /trunk/tests/ChatThrottleLib-callbackerrors.lua
   A /trunk/tests/ChatThrottleLib-upgrade-14-20-current.lua
   A /trunk/tests/ChatThrottleLib-upgrade-20-current.lua
   A /trunk/tests/ChatThrottleLibs
   A /trunk/tests/ChatThrottleLibs/ChatThrottleLib-v14.lua
   A /trunk/tests/ChatThrottleLibs/ChatThrottleLib-v20.lua
   M /trunk/tests/runall.sh
   M /trunk/tests/wow_api.lua

Add loads of test cases (including upgrade paths) for ChatThrottleLib.
Yeah, this probably should have been a separate "tests/" framework folder under ChatThrottleLib, but unfortunately it's not structured so that it can be excluded nicely. I let it live here instead. Shoot me.
------------------------------------------------------------------------
r818 | mikk | 2009-08-06 13:42:18 +0000 (Thu, 06 Aug 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Button.lua

Ticket 58: Apply Shadowed's fix for slight button graphics glitch.
------------------------------------------------------------------------