r30

Details

  • Filename
    Libra-r30.zip
  • Uploaded by
  • Uploaded
    Nov 13, 2014
  • Size
    19.81 KB
  • Downloads
    86
  • MD5
    c5b965e4ed2be539e94a79056b611224

Supported WoW Retail Versions

  • 6.0.3

Changelog

------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r26 | lombra | 2014-08-17 12:46:55 +0000 (Sun, 17 Aug 2014) | 2 lines
Changed paths:
   M /trunk/Libra/Dropdown.lua

- Allow setting a fixed amount of visible dropdown items for scrolling purposes using dropdown.numShownButtons
- Don't execute AddButton hook for unmanaged dropdowns to prevent tainting default UI menus.
------------------------------------------------------------------------