r34

Details

  • Filename
    Libra-r34.zip
  • Uploaded by
  • Uploaded
    Dec 2, 2014
  • Size
    19.54 KB
  • Downloads
    77
  • MD5
    1c0553fbf7ea516afcdf985bb5bab895

Supported WoW Retail Versions

  • 6.0.3

Changelog

------------------------------------------------------------------------
r34 | lombra | 2014-12-01 00:56:39 +0000 (Mon, 01 Dec 2014) | 1 line
Changed paths:
   M /trunk/Libra/Core.lua

- Try to import controls and embeds from older core versions.
------------------------------------------------------------------------
r33 | lombra | 2014-11-18 10:34:15 +0000 (Tue, 18 Nov 2014) | 1 line
Changed paths:
   M /trunk/Libra/Utils.lua

- Strip spaces from realm name before checking if it's your own realm in IsConnectedRealm.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------