r1012

Details

  • Filename
    Ace3-r1012.zip
  • Uploaded by
  • Uploaded
    Feb 15, 2011
  • Size
    156.29 KB
  • Downloads
    1,437
  • MD5
    3404da1fe2aeeb9756320aaf5a799041

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
r1012 | mikk | 2011-02-15 15:45:00 +0000 (Tue, 15 Feb 2011) | 1 line
Changed paths:
   A /branches/AceLocale-3.1 (from /trunk/AceLocale-3.1:1011)
   D /trunk/AceLocale-3.1

Moving experimental AceLocale-3.1 to /branches so people don't think they should be using it.
------------------------------------------------------------------------
r1011 | kaelten | 2011-02-14 04:01:00 +0000 (Mon, 14 Feb 2011) | 4 lines
Changed paths:
   M /trunk
   M /trunk/Ace3.toc
   A /trunk/AceLocale-3.1
   A /trunk/AceLocale-3.1/AceLocale-3.1.lua
   A /trunk/AceLocale-3.1/AceLocale-3.1.xml

Added AceLocale-3.1, which is an experimental backwards breaking update to the api to take in account the missing mode in a cleaner fashion than 3.0.  Also the default mode at this point is returning the key on a missing localization.  
In addition to the SetMode api, there is also an additional SetLocale api.  This replaces the undocumented feature from 3.0 to override the locale to use for all applications using a global variable. SetLocale only allows for overriding the locale on a single applicaiton, instead of a global override.

------------------------------------------------------------------------
r1009 | nevcairiel | 2011-02-09 15:31:06 +0000 (Wed, 09 Feb 2011) | 1 line
Changed paths:
   M /trunk/changelog.txt

Updated changelog
------------------------------------------------------------------------
r1008 | nevcairiel | 2011-02-09 15:23:42 +0000 (Wed, 09 Feb 2011) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua

Bump widget version
------------------------------------------------------------------------
r1007 | shefki | 2011-02-09 06:53:12 +0000 (Wed, 09 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua

Provide backwards compatability to the TabGroup fix for 4.0.6.

------------------------------------------------------------------------
r1006 | shefki | 2011-02-09 03:46:30 +0000 (Wed, 09 Feb 2011) | 2 lines
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua

Fix bug on 4.0.6 with the changed arguments to PanelTemplates_TabResize.

------------------------------------------------------------------------
r1005 | mikk | 2011-01-29 14:19:43 +0000 (Sat, 29 Jan 2011) | 1 line
Changed paths:
   M /trunk/AceLocale-3.0/AceLocale-3.0.lua

AceLocale-3.0: Do not send a 2nd parameter to errorhandler. (Causes problem for Swatter.. heh why?)
------------------------------------------------------------------------
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.
------------------------------------------------------------------------