log Gui.lua @ 103:d3ea0ab1428d

age author description
Mon, 16 Apr 2012 07:05:37 -0400 John Clear out a few GUI bugs.
Fri, 13 Apr 2012 23:14:03 -0400 John Lots of support for mobs with multiple loots
Fri, 13 Apr 2012 22:09:17 -0400 John Fleshing out the UI for those without the addon. Announcements in the raid, bidding via whisper.
Thu, 12 Apr 2012 23:50:56 -0400 John Rolls are active
Thu, 12 Apr 2012 22:19:15 -0400 John Finalized bid handling
Tue, 10 Apr 2012 23:50:07 -0400 John Turning bidding admin buttons into state responders
Mon, 09 Apr 2012 09:40:53 -0400 John Progress on bidding events and GUI. Slave GUIs now respond properly.
Sun, 08 Apr 2012 22:13:17 -0400 John Further splitting up GUI and State
Sat, 07 Apr 2012 13:35:57 -0400 John Big progress towards GUI usefulness and communication between clients
Tue, 03 Apr 2012 23:23:22 -0400 John Starting to track loot state separately
Thu, 29 Mar 2012 23:24:51 -0400 John Decent sketch of what the communication system might look like
Thu, 29 Mar 2012 20:17:59 -0400 John Working on bids/rolls in the GUI
Wed, 28 Mar 2012 23:29:36 -0400 John Event chaining from the data storage to the GUI elements
Tue, 27 Mar 2012 10:19:48 -0400 John Getting the rest of the UI elements to respond intuitively
Mon, 26 Mar 2012 23:47:24 -0400 John Significant effort to start making the GUI behave in an intuitive way.
Mon, 26 Mar 2012 20:31:45 -0400 John Left side of the GUI works ...
Sun, 25 Mar 2012 18:07:00 -0400 John Not leaking resources is better ...
Sun, 25 Mar 2012 17:43:31 -0400 John Escape button impl. Disabled for the moment
Sun, 25 Mar 2012 17:43:09 -0400 John Starting to use userdata
Sun, 25 Mar 2012 13:09:31 -0400 John Settling in on a layout I like
Wed, 21 Mar 2012 23:23:31 -0400 John Updating to use the new APIs
Thu, 15 Mar 2012 22:27:51 -0400 John Kept AceConsole embedded - it handily disables the chat commands when the addon is disabled
Thu, 15 Mar 2012 08:47:41 -0400 John A lot of work to reign in namespacing (inspiration: WIM)
Wed, 14 Mar 2012 10:13:48 -0400 John Converted the tree to a dropdown + tree and the results are pretty good
Wed, 14 Mar 2012 08:31:31 -0400 John "Working" list display using a TreeGroup control. There's a small limitation where I can't accurately detect which subtree is open unless the user has made a selection in that tab. Not sure I love that.
Fri, 02 Mar 2012 22:32:12 -0500 John Refactoring