r722

Details

  • Filename
    Ace3-r722.zip
  • Uploaded by
  • Uploaded
    Jan 4, 2009
  • Size
    132.69 KB
  • Downloads
    264
  • MD5
    b5357b570ff744656f5e28700adfbac1

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r722 | nevcairiel | 2009-01-04 13:13:26 +0000 (Sun, 04 Jan 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

Update changelog.txt
------------------------------------------------------------------------
r721 | nevcairiel | 2009-01-04 12:39:04 +0000 (Sun, 04 Jan 2009) | 4 lines
Changed paths:
   M /trunk/AceHook-3.0/AceHook-3.0.lua

AceHook-3.0:
Fix :SecureHookScript to not fail on previously empty scripts since frame:HookScript does nothing at all in that case.

Closes Ticket #16
------------------------------------------------------------------------
r720 | nevcairiel | 2009-01-04 12:19:10 +0000 (Sun, 04 Jan 2009) | 4 lines
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua

AceGUI-3.0:
Fix EditBox alignment if the label is disabled.

Closes Ticket #13
------------------------------------------------------------------------
r719 | nevcairiel | 2009-01-04 12:01:23 +0000 (Sun, 04 Jan 2009) | 5 lines
Changed paths:
   M /trunk/AceLocale-3.0/AceLocale-3.0.lua

AceLocale-3.0:
Implement 'silent' option for :NewLocale
The new fourth parameter to :NewLocale, 'silent',  allows you to disable the warnings on missing locale entrys in the base locale while developing, for example.

Closes Ticket #18
------------------------------------------------------------------------
r718 | nevcairiel | 2009-01-04 10:45:16 +0000 (Sun, 04 Jan 2009) | 1 line
Changed paths:
   M /trunk/AceTimer-3.0/AceTimer-3.0.lua

AceTimer-3.0: Implement :TimeLeft(handle) as of Ticket #10
------------------------------------------------------------------------
r717 | nevcairiel | 2009-01-04 10:29:29 +0000 (Sun, 04 Jan 2009) | 6 lines
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0:
Implement OnProfileShutdown callback
The OPS callback will fire right before the active profile is changed and before the defaults are stripped. Its meant to be used to store data in the DB that is usually kept in internal data structures but needs to be exported into the SV.
This is the profile-equivalent to OnDatabaseShutdown, however on logout, only OnDatabaseShutdown will fire, not both.

Closes Ticket #7.
------------------------------------------------------------------------
r716 | nevcairiel | 2009-01-02 20:55:03 +0000 (Fri, 02 Jan 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua

AceGUI-3.0: TabGroup: Don't resize the Tabs in their OnShow for a more consistent behavior
------------------------------------------------------------------------
r715 | nevcairiel | 2008-12-31 00:50:06 +0000 (Wed, 31 Dec 2008) | 1 line
Changed paths:
   M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua

AceDBOptions-3.0: esES locale by Silmano
------------------------------------------------------------------------
r714 | nevcairiel | 2008-12-28 01:23:34 +0000 (Sun, 28 Dec 2008) | 1 line
Changed paths:
   M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua

AceDBOptions-3.0: luadoc comments
------------------------------------------------------------------------
r713 | nevcairiel | 2008-12-28 01:09:57 +0000 (Sun, 28 Dec 2008) | 1 line
Changed paths:
   M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua

AceDBOptions-3.0: ruRU update by Swix (Ticket 14)
------------------------------------------------------------------------
r712 | nevcairiel | 2008-12-28 00:31:03 +0000 (Sun, 28 Dec 2008) | 1 line
Changed paths:
   M /trunk/.docmeta
   M /trunk/AceTab-3.0/AceConfigTab-3.0.lua

Update .docmeta
------------------------------------------------------------------------
r711 | nevcairiel | 2008-12-19 10:22:07 +0000 (Fri, 19 Dec 2008) | 1 line
Changed paths:
   M /trunk/.docmeta

Remove special AceConfig handling from the .docmeta as it seems to not work as expected
------------------------------------------------------------------------
r710 | nevcairiel | 2008-12-19 10:14:39 +0000 (Fri, 19 Dec 2008) | 1 line
Changed paths:
   A /trunk/.docmeta
   M /trunk/AceAddon-3.0/AceAddon-3.0.lua
   M /trunk/AceBucket-3.0/AceBucket-3.0.lua
   M /trunk/AceComm-3.0/AceComm-3.0.lua
   M /trunk/AceConfig-3.0/AceConfig-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
   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/AceConsole-3.0/AceConsole-3.0.lua
   M /trunk/AceDB-3.0/AceDB-3.0.lua
   M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua
   M /trunk/AceEvent-3.0/AceEvent-3.0.lua
   M /trunk/AceGUI-3.0/AceGUI-3.0.lua
   M /trunk/AceHook-3.0/AceHook-3.0.lua
   M /trunk/AceLocale-3.0/AceLocale-3.0.lua
   M /trunk/AceSerializer-3.0/AceSerializer-3.0.lua
   M /trunk/AceTab-3.0/AceConfigTab-3.0.lua
   M /trunk/AceTab-3.0/AceTab-3.0.lua
   M /trunk/AceTab-3.0/AceTab-3.0.xml
   M /trunk/AceTimer-3.0/AceTimer-3.0.lua

Add .docmeta file and luadoc file headers to all files
------------------------------------------------------------------------
r709 | antiarc | 2008-10-26 01:03:36 +0000 (Sun, 26 Oct 2008) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua

Adds a .visible flag to tree group entries; this allows for tree filtering without actually rebuilding the tree, preventing table churn. A tree branch will only show if there is at least one leaf node (without children) with .visible ~= false (true and nil both cause it to be shown, presuming that "true" means explicitly show, and "nil" means that there is no expressed show preference). To use filtering, :SetTree must be called with an additional boolean parameter; :SetTree(treeTable, true) will cause filtering to happen, whereas :SetTree(treeTable) or :SetTree(treeTable, false) will produce no filtering. This allows for easy switching between filtered/non-filtered modes, and preserves the widget's performance and default behavior for all non-filtered cases.
------------------------------------------------------------------------