------------------------------------------------------------------------
r23 | lombra | 2014-09-11 23:26:57 +0000 (Thu, 11 Sep 2014) | 6 lines
Changed paths:
   M /trunk/Bindings.lua
   M /trunk/Core.lua
   M /trunk/Custom.lua
   M /trunk/Sets.lua

- Reverse set iteration direction. (as not to having to iterate all tables backwards) Set priorities will end up reversed as a result. Top is still top prio.
- Added temporary Reverse button to Sets tab to easily reverse priorities.
- Improve binding conflict feedback logic.
- Add click binds to lowest prio set instead of always global.
- Use better method of displaying the appropriate bindings in Custom tab.
- Don't allow deactivating the last active set.
------------------------------------------------------------------------
r22 | lombra | 2014-09-07 22:41:18 +0000 (Sun, 07 Sep 2014) | 4 lines
Changed paths:
   M /trunk/Bindings.lua
   M /trunk/Core.lua
   M /trunk/Custom.lua

- Change some of the text feedback to hopefully make it a bit clearer.
- Include every occurrence of each action in the Binding list instead of only the highest one.
- Properly take modifier into account when displaying conflicting bindings.
- Don't consider override bindings from other addons when displaying conflicting bindings.
------------------------------------------------------------------------
r21 | lombra | 2014-08-01 16:03:39 +0000 (Fri, 01 Aug 2014) | 2 lines
Changed paths:
   M /trunk/Bindings.lua
   M /trunk/Core.lua
   M /trunk/Custom.lua

- Show feedback message regarding conflicts when changing set of an existing binding without changing the key.
- Close dropdown menus and hide binding dialogs when their parent frames are hidden and when entering combat.
------------------------------------------------------------------------
