annotate Inventorium.toc @ 106:d3fbb5676a5e

Added tooltips to the item refill window headers. Now color coding the availibility of items at the item refill window. Added a hide help text option (which is off by default). Renamed all premade groups to a new naming pattern; ?Profession - Category - Detail?, e.g. ?Inscription - Glyphs by class - Death Knight?. To continue getting notified about updates to a selected premade group, you must re-add them. Repositioned elements of the item refill frame to fit better. No longer using colorsargs to remember the index of a queued move, but instead providing a reference to the move itself in the new ?rowData? property of each row. Added tooltips to the headers of the sort table. Merged missing and available columns together (showing available / missing) and sorting on available now sorts on percentage of how many of the missing items are available. Moving and available columns are now aligned to the right. Added an ?extra? config group which contains the additional (but completely optional) settings. Moved color codes adjustments, forget character, auto refill skip confirm and hide help info options to this group.
author Zerotorescue
date Wed, 12 Jan 2011 19:58:39 +0100
parents 8502f02bf543
children ca6280dc2f5b
rev   line source
Zerotorescue@23 1 ## Interface: 40000
Zerotorescue@10 2 ## Title: Inventorium
Zerotorescue@0 3 ## Notes: Keep track of items you wish to keep enough stock on, and refill.
Zerotorescue@53 4 ## Author: Zerotorescue (at EU - Al'Akir)
Zerotorescue@0 5 ## Version: @project-version@
Zerotorescue@12 6 ## SavedVariables: InventoriumDB
Zerotorescue@104 7 ## OptionalDeps: Auctionator, Auc-Advanced, Auc-ScanData, AuctionLite, AuctionMaster, AuctionProfitMaster, ZeroAuctions, AdvancedTradeSkillWindow, Cauldron, GnomeWorks, Skillet, Altoholic, DataStore, ItemCount, LibStub, Ace3, ChatHyperlinks, lib-st
Zerotorescue@104 8 ## LoadManagers: AddonLoader
Zerotorescue@104 9 ## X-LoadOn-Always: true
Zerotorescue@0 10
Zerotorescue@62 11 # Libraries
Zerotorescue@83 12 #@no-lib-strip@
Zerotorescue@84 13 Libraries.xml
Zerotorescue@83 14 #@end-no-lib-strip@
Zerotorescue@0 15
Zerotorescue@62 16 # Main
Zerotorescue@0 17 Core.lua
Zerotorescue@101 18 Frames.lua
Zerotorescue@62 19
Zerotorescue@84 20 # Classes
Zerotorescue@84 21 Classes\ItemData.class.lua
Zerotorescue@84 22 Classes\ContainerItem.class.lua
Zerotorescue@84 23
Zerotorescue@62 24 # Modules
Zerotorescue@84 25 Modules\Config.lua
Zerotorescue@84 26 Modules\Mover.lua
Zerotorescue@84 27 Modules\Scanner.lua
Zerotorescue@84 28 Modules\Summary.lua
Zerotorescue@84 29 Modules\Queue.lua
Zerotorescue@84 30 Modules\Widgets.lua
Zerotorescue@62 31
Zerotorescue@62 32 # Data
Zerotorescue@17 33 Data\PremadeGroups.lua
Zerotorescue@17 34 Data\Scrolls.lua
Zerotorescue@17 35
Zerotorescue@84 36 # Optional addon support
Zerotorescue@84 37 Plugins\Plugins.xml