0.2.2 beta
Details
-
FilenameGridConfigurableLayouts-0.2.2_beta.zip
-
Uploaded by
-
UploadedSep 22, 2010
-
Size34.77 KB
-
Downloads1,213
-
MD576f5faffcc9b5a9835f154c1a7b72fd7
Supported WoW Retail Versions
- 3.3.5
Changelog
------------------------------------------------------------------------
r61 | msaint | 2010-09-22 10:47:58 +0000 (Wed, 22 Sep 2010) | 1 line
Changed paths:
A /tags/0.2.2 beta (from /trunk:60)
Tagging as 0.2.2 beta
------------------------------------------------------------------------
r60 | msaint | 2010-09-22 10:41:00 +0000 (Wed, 22 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.toc
triggering repackaging with libs removed from repository
------------------------------------------------------------------------
r59 | msaint | 2010-09-22 10:39:50 +0000 (Wed, 22 Sep 2010) | 1 line
Changed paths:
D /trunk/libs
removing libs and adding .pkgmeta
------------------------------------------------------------------------
r58 | msaint | 2010-09-22 10:24:24 +0000 (Wed, 22 Sep 2010) | 1 line
Changed paths:
A /trunk/.pkgmeta
M /trunk/GridConfigurableLayouts.toc
added .pkgmeta and removed libs from repository
------------------------------------------------------------------------
r56 | msaint | 2010-09-22 00:28:26 +0000 (Wed, 22 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.toc
Updated version number in toc
------------------------------------------------------------------------
r54 | msaint | 2010-09-22 00:20:56 +0000 (Wed, 22 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
changed hook for resizing borders from GridLayout:UpdateColor() to GridLayout:UpdateSize()
------------------------------------------------------------------------
r52 | msaint | 2010-09-20 07:30:19 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Tweaks for efficiency
------------------------------------------------------------------------
r51 | msaint | 2010-09-19 17:12:50 +0000 (Sun, 19 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Added buttons to add current target to name lists
------------------------------------------------------------------------
r50 | msaint | 2010-09-19 16:30:28 +0000 (Sun, 19 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Fixed bug involving checkOOZFrequency
------------------------------------------------------------------------
r49 | msaint | 2010-09-19 14:07:05 +0000 (Sun, 19 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
M /trunk/GridConfigurableLayouts.toc
Code streamlined and cleaned up, options reorganized.
------------------------------------------------------------------------
r48 | msaint | 2010-09-18 11:38:06 +0000 (Sat, 18 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Some minor streamlining of the code
------------------------------------------------------------------------
r47 | msaint | 2010-09-18 11:03:00 +0000 (Sat, 18 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Fixed compatibility of options with Dewdrop
------------------------------------------------------------------------
r46 | msaint | 2010-09-17 21:38:09 +0000 (Fri, 17 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Edited comments, nothing more
------------------------------------------------------------------------
r45 | msaint | 2010-09-17 21:27:55 +0000 (Fri, 17 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Minor improvements to how layout removal and options reset are handled.
------------------------------------------------------------------------
r44 | msaint | 2010-09-17 19:08:56 +0000 (Fri, 17 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
little details
------------------------------------------------------------------------
r43 | msaint | 2010-09-17 17:58:06 +0000 (Fri, 17 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Added a button to reset all options to defaults.
------------------------------------------------------------------------
r42 | msaint | 2010-09-17 15:57:36 +0000 (Fri, 17 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Fully resolved the problem mentioned in r40.
------------------------------------------------------------------------
r41 | msaint | 2010-09-17 13:37:50 +0000 (Fri, 17 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Updates to comments, nothing else.
------------------------------------------------------------------------
r40 | msaint | 2010-09-17 13:32:29 +0000 (Fri, 17 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Worked around a problem on entering the game where Grid's initial load of the layout sometimes occurs before Grid's roster has finished populating, and Grid_RosterUpdated is not called after the initial population of the roster. This does not affect the default layouts in GridLayoutLayouts.lua but affects any module that depends on iterating the Grid roster.
------------------------------------------------------------------------
r39 | msaint | 2010-09-17 12:23:13 +0000 (Fri, 17 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Minor improvement to options: Cannot create duplicate layout names or delete default layout.
------------------------------------------------------------------------
r38 | msaint | 2010-09-17 12:06:49 +0000 (Fri, 17 Sep 2010) | 2 lines
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Bug fix: layout being configured not updating
Improved control over when ooz checks are scheduled
------------------------------------------------------------------------
r37 | msaint | 2010-09-17 07:09:35 +0000 (Fri, 17 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Canceled repeating event during combat lockdown
------------------------------------------------------------------------
r36 | msaint | 2010-09-16 19:19:40 +0000 (Thu, 16 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Small update to make r35 changes backwards compatible
------------------------------------------------------------------------
r35 | msaint | 2010-09-16 18:08:42 +0000 (Thu, 16 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Improvements to the options pages
------------------------------------------------------------------------
r34 | msaint | 2010-09-15 19:19:15 +0000 (Wed, 15 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Bugfix, roster updates sometimes causing duplicate unit frames
------------------------------------------------------------------------
r33 | msaint | 2010-09-15 12:38:36 +0000 (Wed, 15 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Added a helpful note to the options page
------------------------------------------------------------------------
r32 | msaint | 2010-09-14 06:34:35 +0000 (Tue, 14 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
improvements to handling of namelists
------------------------------------------------------------------------
r31 | msaint | 2010-09-14 06:10:42 +0000 (Tue, 14 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
fixed bugs in layout creation and nameLists
------------------------------------------------------------------------
r30 | msaint | 2010-09-14 00:04:36 +0000 (Tue, 14 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
implemented combat lockdown to save wasted time during combat
------------------------------------------------------------------------
r28 | msaint | 2010-09-13 20:51:32 +0000 (Mon, 13 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Added options to filter pets by class
------------------------------------------------------------------------
r27 | msaint | 2010-09-13 18:55:57 +0000 (Mon, 13 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Added more layouts out of the box, and recommented the code
------------------------------------------------------------------------
r26 | msaint | 2010-09-13 15:04:27 +0000 (Mon, 13 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Reorganized options to be more intuitive
------------------------------------------------------------------------
r25 | msaint | 2010-09-13 11:00:56 +0000 (Mon, 13 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
M /trunk/GridConfigurableLayouts.toc
Added group borders colored by filter
------------------------------------------------------------------------
r21 | msaint | 2010-09-11 15:13:16 +0000 (Sat, 11 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Attempting to get the packager to do its job . . .
------------------------------------------------------------------------
r16 | msaint | 2010-09-11 15:05:46 +0000 (Sat, 11 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
Repository / Packager troubles . . .
------------------------------------------------------------------------
r14 | msaint | 2010-09-11 14:57:56 +0000 (Sat, 11 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
b0.1.1
------------------------------------------------------------------------
r5 | msaint | 2010-09-11 11:26:04 +0000 (Sat, 11 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
b0.1.1
------------------------------------------------------------------------
r3 | msaint | 2010-09-11 10:45:49 +0000 (Sat, 11 Sep 2010) | 1 line
Changed paths:
M /trunk/GridConfigurableLayouts.lua
M /trunk/GridConfigurableLayouts.toc
minor bug fix (now beta 0.1.1)
------------------------------------------------------------------------
r2 | msaint | 2010-09-11 07:24:16 +0000 (Sat, 11 Sep 2010) | 1 line
Changed paths:
A /trunk/GridConfigurableLayouts.lua
A /trunk/GridConfigurableLayouts.toc
A /trunk/libs
A /trunk/libs/LibGroupTalents-1.0
A /trunk/libs/LibGroupTalents-1.0/LibGroupTalents-1.0.lua
A /trunk/libs/LibGroupTalents-1.0/LibGroupTalents-1.0.toc
A /trunk/libs/LibGroupTalents-1.0/lib.xml
A /trunk/libs/LibTalentQuery-1.0
A /trunk/libs/LibTalentQuery-1.0/CallbackHandler-1.0
A /trunk/libs/LibTalentQuery-1.0/CallbackHandler-1.0/CallbackHandler-1.0.lua
A /trunk/libs/LibTalentQuery-1.0/LibStub
A /trunk/libs/LibTalentQuery-1.0/LibStub/LibStub.lua
A /trunk/libs/LibTalentQuery-1.0/LibStub/LibStub.toc
A /trunk/libs/LibTalentQuery-1.0/LibTalentQuery-1.0.lua
A /trunk/libs/LibTalentQuery-1.0/LibTalentQuery-1.0.toc
A /trunk/libs/LibTalentQuery-1.0/lib.xml
Initial version (beta 0.1.0)
------------------------------------------------------------------------
r1 | root | 2010-09-11 06:24:07 +0000 (Sat, 11 Sep 2010) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"gridconfigurablelayouts/mainline: Initial Import"
------------------------------------------------------------------------