annotate Inventorium.toc @ 23:7d7aaa3fbe94

If Auctioneer data can not be retrieved, it will now display as ?Error? rather than break the caching. The premade group update check should now be fully functional. You can now shift-click item links into other text fields and alt-click while the auction house window is open to search it. Added an option to the config to select the data used for the local item data. This option currently does nothing and is just a placeholder (just like the ?alert when below threshold? option). Removed useless pullout hiding code for the track at characters option. Added an option to always show the auction value, even when the threshold is nil. When overriding an option, the default value should now be copied into the group, even without you changing it back and forth (previously if you overridden an option and didn?t change the value, it would still use the default value). The ?Stock settings? tab is now called the ?General? tab. The ?Group Management? tab is now called ?Management? tab. Added tooltip descriptions to the ?Add items? and ?Current items? tabs. Added the option to override the preferred addons to individual groups. No longer copying tables when making the groups list in the config. We can just reference it (saves quite some memory). Bumped the interface version from 30300 to 40000. Added slash command arguement ?reset? (or the short version ?r?) to reset the size of the summary frame (I messed mine up while making some screenshots /facepalm). You can now close the summary frame with escape.
author Zerotorescue
date Thu, 28 Oct 2010 19:14:30 +0200
parents 8f5c02113c5c
children 58fb38f0b447
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@0 4 ## Author: Zerotorescue
Zerotorescue@0 5 ## Version: @project-version@
Zerotorescue@12 6 ## SavedVariables: InventoriumDB
Zerotorescue@14 7 ## OptionalDeps: Altoholic, ItemCount, Auc-Advanced, Auc-ScanData, AdvancedTradeSkillWindow, Skillet, GnomeWorks, Auctionator
Zerotorescue@0 8
Zerotorescue@0 9 embeds.xml
Zerotorescue@0 10
Zerotorescue@0 11 Core.lua
Zerotorescue@0 12 Summary.lua
Zerotorescue@13 13 Queue.lua
Zerotorescue@13 14
Zerotorescue@17 15 Data\PremadeGroups.lua
Zerotorescue@17 16 Data\Scrolls.lua
Zerotorescue@17 17
Zerotorescue@13 18 AuctionAddons\Auctionator.lua
Zerotorescue@13 19 AuctionAddons\Auctioneer.lua
Zerotorescue@13 20 AuctionAddons\AuctionLite.lua
Zerotorescue@13 21 AuctionAddons\AuctionMaster.lua
Zerotorescue@13 22 AuctionAddons\Others.lua
Zerotorescue@13 23
Zerotorescue@13 24 ItemCountAddons\Altoholic.lua
Zerotorescue@17 25 ItemCountAddons\DataStore (current account only).lua
Zerotorescue@17 26 ItemCountAddons\DataStore (with guilds).lua
Zerotorescue@17 27 ItemCountAddons\DataStore (without guilds).lua
Zerotorescue@13 28 ItemCountAddons\ItemCount.lua
Zerotorescue@13 29
Zerotorescue@13 30 CraftingAddons\AdvancedTradeSkillWindow.lua
Zerotorescue@13 31 CraftingAddons\GnomeWorks.lua
Zerotorescue@13 32 CraftingAddons\Skillet.lua