r18

Details

  • Filename
    Libra-r18.zip
  • Uploaded by
  • Uploaded
    Jul 3, 2014
  • Size
    16.87 KB
  • Downloads
    44
  • MD5
    a2fa2c453fb8a454a05d91239c241a2d

Supported WoW Retail Versions

  • 5.4.8

Changelog

------------------------------------------------------------------------
r18 | lombra | 2014-07-03 14:36:59 +0000 (Thu, 03 Jul 2014) | 3 lines
Changed paths:
   M /trunk/Libra/AceDBControls.lua
   M /trunk/Libra/Addon.lua
   A /trunk/Libra/Button.lua
   M /trunk/Libra/Editbox.lua
   M /trunk/Libra/Libra.xml
   M /trunk/Libra/OptionsFrame.lua
   M /trunk/Libra/Slider.lua

- Add simple button module based on UIMenuButtonStretchTemplate.
- Have NewAddon and NewModule return the newly created object's name as the second argument.
- Cleanup pass.
------------------------------------------------------------------------
r17 | lombra | 2014-06-30 23:37:15 +0000 (Mon, 30 Jun 2014) | 5 lines
Changed paths:
   A /trunk/Libra/AceDBControls.lua
   M /trunk/Libra/Dropdown.lua
   M /trunk/Libra/Editbox.lua
   M /trunk/Libra/Libra.xml
   M /trunk/Libra/OptionsFrame.lua

- Explicitly set a default width for dropdown frames. (115) Ends up looking identical to before.
- Add dropdown:IsShown(), returning whether the dropdown is currently visible.
- Don't use auto focus for InputBoxTemplate editboxes by default.
- Add AceDBControls module, a simple AceDB profile control panel.
- Lots of OptionsFrame work.
------------------------------------------------------------------------
r16 | lombra | 2014-06-16 15:14:53 +0000 (Mon, 16 Jun 2014) | 1 line
Changed paths:
   M /trunk/Libra/ScrollFrame.lua

- Implement HybridScroll wrapper methods CreateButtons, SetButtonHeight, SetHeaderHeight and ExpandButton as well as button methods SetHeader and ResetHeight.
------------------------------------------------------------------------
r15 | lombra | 2014-06-12 21:32:32 +0000 (Thu, 12 Jun 2014) | 1 line
Changed paths:
   M /trunk/Libra/OptionsFrame.lua

- Set disabled widgets on load in OptionsFrame.
------------------------------------------------------------------------
r14 | lombra | 2014-06-12 00:11:13 +0000 (Thu, 12 Jun 2014) | 2 lines
Changed paths:
   M /trunk/Libra/Libra.xml
   A /trunk/Libra/OptionsFrame.lua
   M /trunk/Libra/Slider.lua

- Add OptionsFrame module for creating interface options using a table of options.
- Use horisontal orientation for sliders.
------------------------------------------------------------------------
r13 | lombra | 2014-03-31 12:55:42 +0000 (Mon, 31 Mar 2014) | 1 line
Changed paths:
   M /trunk/Libra/Dropdown.lua

- Rebuild() only if the given dropdown listframe is shown.
------------------------------------------------------------------------