r32

Details

  • Filename
    Libra-r32.zip
  • Uploaded by
  • Uploaded
    Nov 15, 2014
  • Size
    19.78 KB
  • Downloads
    83
  • MD5
    4f22b66dab6e624479f0b3b6b3b5d5c0

Supported WoW Retail Versions

  • 6.0.3

Changelog

------------------------------------------------------------------------
r32 | lombra | 2014-11-16 03:15:59 +0000 (Sun, 16 Nov 2014) | 1 line
Changed paths:
   M /trunk/Libra/Addon.lua

- Also remove empty tables resulting from defaults cleanup.
------------------------------------------------------------------------
r31 | lombra | 2014-11-13 22:37:16 +0000 (Thu, 13 Nov 2014) | 1 line
Changed paths:
   M /trunk/Libra/Core.lua
   M /trunk/Libra/Utils.lua

- Embed arbitrary methods differently. (so that it actually works)
------------------------------------------------------------------------
r30 | lombra | 2014-11-13 20:18:12 +0000 (Thu, 13 Nov 2014) | 4 lines
Changed paths:
   M /trunk/Libra/Addon.lua
   M /trunk/Libra/Core.lua
   M /trunk/Libra/Libra.xml
   M /trunk/Libra/OptionsFrame.lua
   A /trunk/Libra/Utils.lua

- Libra:EmbedWidgets -> Libra:Embed. EmbedWidget remains for backwards compatibility for now.
- Add addonObject:CreateDB("GlobalName"[, defaults]) for creating a simple database optionally copying defaults from provided table. Default values will be cleared on logout.
- Add Libra:AddControlType(type, constructor, controlData) for adding control types to be used with OptionsFrames.
- Add Utils module. Currently featuring connected realms helper functions.
------------------------------------------------------------------------
r29 | lombra | 2014-10-24 17:50:22 +0000 (Fri, 24 Oct 2014) | 2 lines
Changed paths:
   M /trunk/Libra/AceDBControls.lua
   M /trunk/Libra/Editbox.lua

- Properly set the text of the AceDB dual profile dropdown frame when changing the dual profile.
- Simplify editbox template in accordance to changes done to related FrameXML templates.
------------------------------------------------------------------------
r28 | lombra | 2014-10-17 13:54:11 +0000 (Fri, 17 Oct 2014) | 1 line
Changed paths:
   M /trunk/Libra/AceDBControls.lua

- Fix dual profile toggle.
------------------------------------------------------------------------
r27 | lombra | 2014-10-15 00:13:08 +0000 (Wed, 15 Oct 2014) | 10 lines
Changed paths:
   M /trunk/Libra/AceDBControls.lua
   M /trunk/Libra/Addon.lua
   M /trunk/Libra/Button.lua
   M /trunk/Libra/Dropdown.lua
   M /trunk/Libra/Libra.xml
   M /trunk/Libra/OptionsFrame.lua
   M /trunk/Libra.toc

- Updates for 6.0.
- ToC interface version 60000.
- Properly support AceDB databases without dual profiling in AceDBControls.
- Call modules' OnInitialize in the order they were created.
- Addon:IterateModules() no longer returns module name as the key. Use value.name.
- Creating a Menu style dropdown now automatically sets .xOffset and .yOffset to 0.
- Hack dropdown button width when an icon is displayed to a more appropriate value.
- Allow holding shift while scrolling dropdowns to scroll one "page".
- Fix handling of secure dropdown buttons.
- Add support for .onEnter and .onLeave functions as dropdown button properties.
------------------------------------------------------------------------