r1004

Details

  • Filename
    Ace3-r1004.zip
  • Uploaded by
  • Uploaded
    Jan 26, 2011
  • Size
    155.25 KB
  • Downloads
    832
  • MD5
    ec75192cabf7c01b47942162f0b79025

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r1004 | mikk | 2011-01-26 18:44:07 +0000 (Wed, 26 Jan 2011) | 2 lines
Changed paths:
   M /trunk/AceLocale-3.0/AceLocale-3.0.lua

AceLocale-3.0: Aaaaand remember to bump the minor.
~slap Mikk
------------------------------------------------------------------------
r1003 | mikk | 2011-01-26 18:16:21 +0000 (Wed, 26 Jan 2011) | 4 lines
Changed paths:
   M /trunk/AceLocale-3.0/AceLocale-3.0.lua
   M /trunk/tests/AceLocale-3.0.lua

AceLocale-3.0:
- Change the error() on trying to register a silent locale in the wrong way to a geterrorhandler() warning.
- Add tests for above.

------------------------------------------------------------------------
r1002 | mikk | 2011-01-26 02:27:04 +0000 (Wed, 26 Jan 2011) | 1 line
Changed paths:
   M /trunk/tests/AceLocale-3.0.lua

- Write tests for silent="raw" too
------------------------------------------------------------------------
r1001 | mikk | 2011-01-26 02:13:15 +0000 (Wed, 26 Jan 2011) | 1 line
Changed paths:
   M /trunk/tests/AceLocale-3.0.lua

- Tests for changes in previous commit
------------------------------------------------------------------------
r1000 | mikk | 2011-01-26 02:04:24 +0000 (Wed, 26 Jan 2011) | 2 lines
Changed paths:
   M /trunk/AceLocale-3.0
   M /trunk/AceLocale-3.0/AceLocale-3.0.lua

- Fix erronous assumption that the default locale is always the first to be registered for the :NewLocale() "silent" flag. The flag must now be set on the FIRST locale to be registered.
- The :NewLocale() "silent" flag may now be set to the string "raw", meaning nils are returned for unknown translations.
------------------------------------------------------------------------
r999 | nevcairiel | 2010-12-31 08:14:50 +0000 (Fri, 31 Dec 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua

AceGUI-3.0: TreeGroup: Add a GetTreeWidth API to query the width of the tree part.
------------------------------------------------------------------------
r998 | nevcairiel | 2010-12-01 18:39:53 +0000 (Wed, 01 Dec 2010) | 1 line
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

AceConfig-3.0: Added support for the "itemControl" on select type entrys which controls which widget should be used for the dropdown (optional)
------------------------------------------------------------------------