diff Data/PremadeGroups.lua @ 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 4efbaf069ddb
children 95d1ce0a8ca9
line wrap: on
line diff
--- a/Data/PremadeGroups.lua	Wed Jan 12 14:15:50 2011 +0100
+++ b/Data/PremadeGroups.lua	Wed Jan 12 19:58:39 2011 +0100
@@ -17,7 +17,7 @@
 addon.defaultGroups = {
 	-- Glyphs by class
 	-- Source: http://www.wowhead.com/items=16.6?filter=cr=87;crs=12;crv=0
-	["Glyphs (Death Knight)"] = {
+	["Inscription - Glyphs by class - Death Knight"] = {
 		version = 1,
 		items = {
 			[43533] = 1, -- Glyph of Anti-Magic Shell
@@ -51,7 +51,7 @@
 			[45806] = 1, -- Glyph of Howling Blast
 		},
 	},
-	["Glyphs (Druid)"] = {
+	["Inscription - Glyphs by class - Druid"] = {
 		version = 1,
 		items = {
 			[45604] = 1, -- Glyph of Savage Roar
@@ -96,7 +96,7 @@
 			[67487] = 1, -- Glyph of Tiger's Fury
 		},
 	},
-	["Glyphs (Hunter)"] = {
+	["Inscription - Glyphs by class - Hunter"] = {
 		version = 1,
 		items = {
 			[42904] = 1, -- Glyph of Disengage
@@ -132,7 +132,7 @@
 			[45735] = 1, -- Glyph of Raptor Strike
 		},
 	},
-	["Glyphs (Mage)"] = {
+	["Inscription - Glyphs by class - Mage"] = {
 		version = 1,
 		items = {
 			[45739] = 1, -- Glyph of Mirror Image
@@ -170,7 +170,7 @@
 			[44955] = 1, -- Glyph of Arcane Blast
 		},
 	},
-	["Glyphs (Paladin)"] = {
+	["Inscription - Glyphs by class - Paladin"] = {
 		version = 1,
 		items = {
 			[41102] = 1, -- Glyph of Turn Evil
@@ -210,7 +210,7 @@
 			[66918] = 1, -- Glyph of the Long Word
 		},
 	},
-	["Glyphs (Priest)"] = {
+	["Inscription - Glyphs by class - Priest"] = {
 		version = 1,
 		items = {
 			[42404] = 1, -- Glyph of Mass Dispel
@@ -248,7 +248,7 @@
 			[45758] = 1, -- Glyph of Divine Accuracy
 		},
 	},
-	["Glyphs (Rogue)"] = {
+	["Inscription - Glyphs by class - Rogue"] = {
 		version = 1,
 		items = {
 			[45766] = 1, -- Glyph of Fan of Knives
@@ -289,7 +289,7 @@
 			[63420] = 1, -- Glyph of Vanish
 		},
 	},
-	["Glyphs (Shaman)"] = {
+	["Inscription - Glyphs by class - Shaman"] = {
 		version = 1,
 		items = {
 			[45777] = 1, -- Glyph of Hex
@@ -329,7 +329,7 @@
 			[45775] = 1, -- Glyph of Earth Shield
 		},
 	},
-	["Glyphs (Warlock)"] = {
+	["Inscription - Glyphs by class - Warlock"] = {
 		version = 1,
 		items = {
 			[45782] = 1, -- Glyph of Demonic Circle
@@ -368,7 +368,7 @@
 			[50077] = 1, -- Glyph of Lash of Pain
 		},
 	},
-	["Glyphs (Warrior)"] = {
+	["Inscription - Glyphs by class - Warrior"] = {
 		version = 1,
 		items = {
 			[63481] = 1, -- Glyph of Colossus Smash
@@ -412,13 +412,13 @@
 	
 	-- Glyphs by inks
 	-- Exported with a PHP script
-	["Glyphs (Blackfallow Ink)"] = {
+	["Inscription - Glyphs by ink - Blackfallow Ink"] = {
 		version = 1,
 		items = {
 			[63481] = 1, -- Glyph of Colossus Smash
 		},
 	},
-	["Glyphs (Midnight Ink)"] = {
+	["Inscription - Glyphs by ink - Midnight Ink"] = {
 		version = 1,
 		items = {
 			[43418] = 1, -- Glyph of Heroic Throw
@@ -467,7 +467,7 @@
 			[43361] = 1, -- Glyph of the Penguin
 		},
 	},
-	["Glyphs (Ink of the Sea)"] = {
+	["Inscription - Glyphs by ink - Ink of the Sea"] = {
 		version = 1,
 		items = {
 			[43419] = 1, -- Glyph of Intervene
@@ -578,7 +578,7 @@
 			[42753] = 1, -- Glyph of Cone of Cold
 		},
 	},
-	["Glyphs (Ethereal Ink)"] = {
+	["Inscription - Glyphs by ink - Ethereal Ink"] = {
 		version = 1,
 		items = {
 			[45790] = 1, -- Glyph of Bladestorm
@@ -650,7 +650,7 @@
 			[44955] = 1, -- Glyph of Arcane Blast
 		},
 	},
-	["Glyphs (Lion's Ink)"] = {
+	["Inscription - Glyphs by ink - Lion's Ink"] = {
 		version = 1,
 		items = {
 			[43398] = 1, -- Glyph of Demoralizing Shout
@@ -702,7 +702,7 @@
 			[43360] = 1, -- Glyph of the Monkey
 		},
 	},
-	["Glyphs (Shimmering Ink)"] = {
+	["Inscription - Glyphs by ink - Shimmering Ink"] = {
 		version = 1,
 		items = {
 			[67482] = 1, -- Glyph of Intercept
@@ -726,7 +726,7 @@
 			[45804] = 1, -- Glyph of Death Coil
 		},
 	},
-	["Glyphs (Jadefire Ink)"] = {
+	["Inscription - Glyphs by ink - Jadefire Ink"] = {
 		version = 1,
 		items = {
 			[43424] = 1, -- Glyph of Revenge
@@ -764,7 +764,7 @@
 			[42746] = 1, -- Glyph of Icy Veins
 		},
 	},
-	["Glyphs (Celestial Ink)"] = {
+	["Inscription - Glyphs by ink - Celestial Ink"] = {
 		version = 1,
 		items = {
 			[43414] = 1, -- Glyph of Cleaving
@@ -796,7 +796,7 @@
 	
 	-- Rare gems (Cataclysm)
 	-- Source: http://www.wowhead.com/items=3.0?filter=qu=3;minle=81;maxle=90;cr=87;crs=12;crv=0
-	["Cata Rare Gems (Inferno Ruby)"] = {
+	["Jewelcrafting - Cata Rare Gems (Inferno Ruby)"] = {
 		version = 1,
 		items = {
 			[52206] = 1, -- Bold Inferno Ruby
@@ -806,7 +806,7 @@
 			[52230] = 1, -- Precise Inferno Ruby
 		},
 	},
-	["Cata Rare Gems (Ocean Sapphire)"] = {
+	["Jewelcrafting - Cata Rare Gems (Ocean Sapphire)"] = {
 		version = 1,
 		items = {
 			[52235] = 1, -- Rigid Ocean Sapphire
@@ -815,7 +815,7 @@
 			[52246] = 1, -- Stormy Ocean Sapphire
 		},
 	},
-	["Cata Rare Gems (Amberjewel)"] = {
+	["Jewelcrafting - Cata Rare Gems (Amberjewel)"] = {
 		version = 1,
 		items = {
 			[52219] = 1, -- Fractured Amberjewel
@@ -825,7 +825,7 @@
 			[52247] = 1, -- Subtle Amberjewel
 		},
 	},
-	["Cata Rare Gems (Demonseye)"] = {
+	["Jewelcrafting - Cata Rare Gems (Demonseye)"] = {
 		version = 1,
 		items = {
 			[52203] = 1, -- Accurate Demonseye
@@ -841,7 +841,7 @@
 			[52248] = 1, -- Timeless Demonseye
 		},
 	},
-	["Cata Rare Gems (Dream Emerald)"] = {
+	["Jewelcrafting - Cata Rare Gems (Dream Emerald)"] = {
 		version = 1,
 		items = {
 			[52218] = 1, -- Forceful Dream Emerald
@@ -856,7 +856,7 @@
 			[52250] = 1, -- Zen Dream Emerald
 		},
 	},
-	["Cata Rare Gems (Ember Topaz)"] = {
+	["Jewelcrafting - Cata Rare Gems (Ember Topaz)"] = {
 		version = 1,
 		items = {
 			[52204] = 1, -- Adept Ember Topaz
@@ -877,7 +877,7 @@
 			[68358] = 1, -- Resplendent Ember Topaz
 		},
 	},
-	["Cata Meta Gems (Shadowspirit Diamond)"] = {
+	["Jewelcrafting - Cata Meta Gems (Shadowspirit Diamond)"] = {
 		version = 1,
 		items = {
 			[52289] = 1, -- Fleet Shadowspirit Diamond
@@ -900,7 +900,7 @@
 	
 	-- Common gems (Cataclysm)
 	-- Source: http://www.wowhead.com/items=3?filter=na=Nightstone;cr=87;crs=12;crv=0
-	["Cata Common Gems (Nightstone)"] = {
+	["Jewelcrafting - Cata Common Gems (Nightstone)"] = {
 		version = 1,
 		items = {
 			[52152] = 1, -- Perfect Accurate Nightstone
@@ -927,7 +927,7 @@
 			[52105] = 1, -- Accurate Nightstone
 		},
 	},
-	["Cata Common Gems (Hessonite)"] = {
+	["Jewelcrafting - Cata Common Gems (Hessonite)"] = {
 		version = 1,
 		items = {
 			[52139] = 1, -- Perfect Keen Hessonite
@@ -958,7 +958,7 @@
 			[52118] = 1, -- Keen Hessonite
 		},
 	},
-	["Cata Common Gems (Jasper)"] = {
+	["Jewelcrafting - Cata Common Gems (Jasper)"] = {
 		version = 1,
 		items = {
 			[52129] = 1, -- Perfect Sensei's Jasper
@@ -983,7 +983,7 @@
 			[52128] = 1, -- Sensei's Jasper
 		},
 	},
-	["Cata Common Gems (Alicite)"] = {
+	["Jewelcrafting - Cata Common Gems (Alicite)"] = {
 		version = 1,
 		items = {
 			[52163] = 1, -- Perfect Fractured Alicite
@@ -998,7 +998,7 @@
 			[52094] = 1, -- Fractured Alicite
 		},
 	},
-	["Cata Common Gems (Carnelian)"] = {
+	["Jewelcrafting - Cata Common Gems (Carnelian)"] = {
 		version = 1,
 		items = {
 			[52172] = 1, -- Perfect Precise Carnelian
@@ -1013,7 +1013,7 @@
 			[52085] = 1, -- Precise Carnelian
 		},
 	},
-	["Cata Common Gems (Zephyrite)"] = {
+	["Jewelcrafting - Cata Common Gems (Zephyrite)"] = {
 		version = 1,
 		items = {
 			[52168] = 1, -- Perfect Rigid Zephyrite
@@ -1031,7 +1031,7 @@
 	
 	-- Epic gems (WotLK)
 	-- Source: http://www.wowhead.com/items=3?filter=na=Ametrine;cr=87;crs=12;crv=0
-	["Epic Gems (Ametrine)"] = {
+	["Jewelcrafting - Epic Gems (Ametrine)"] = {
 		version = 1,
 		items = {
 			[40142] = 1, -- Inscribed Ametrine
@@ -1052,7 +1052,7 @@
 			[40163] = 1, -- Resolute Ametrine
 		},
 	},
-	["Epic Gems (Cardinal Ruby)"] = {
+	["Jewelcrafting - Epic Gems (Cardinal Ruby)"] = {
 		version = 1,
 		items = {
 			[40111] = 1, -- Bold Cardinal Ruby
@@ -1064,7 +1064,7 @@
 			[40123] = 1, -- Brilliant Cardinal Ruby
 		},
 	},
-	["Epic Gems (Dreadstone)"] = {
+	["Jewelcrafting - Epic Gems (Dreadstone)"] = {
 		version = 1,
 		items = {
 			[40129] = 1, -- Sovereign Dreadstone
@@ -1089,7 +1089,7 @@
 			[40175] = 1, -- Purified Dreadstone
 		},
 	},
-	["Epic Gems (Eye of Zul)"] = {
+	["Jewelcrafting - Epic Gems (Eye of Zul)"] = {
 		version = 1,
 		items = {
 			[40138] = 1, -- Regal Eye of Zul
@@ -1112,7 +1112,7 @@
 			[40182] = 1, -- Shattered Eye of Zul
 		},
 	},
-	["Epic Gems (King's Amber)"] = {
+	["Jewelcrafting - Epic Gems (King's Amber)"] = {
 		version = 1,
 		items = {
 			[40115] = 1, -- Subtle King's Amber
@@ -1123,7 +1123,7 @@
 			[40128] = 1, -- Quick King's Amber
 		},
 	},
-	["Epic Gems (Majestic Zircon)"] = {
+	["Jewelcrafting - Epic Gems (Majestic Zircon)"] = {
 		version = 1,
 		items = {
 			[40119] = 1, -- Solid Majestic Zircon
@@ -1140,7 +1140,7 @@
 	-- Enchants (WotLK)
 	-- Enchants (Heirlooms)
 	-- Source: manual retrieved from Wowhead
-	["Enchants (Heirlooms)"] = {
+	["Enchanting - Enchants - Heirlooms"] = {
 		version = 1,
 		items = {
 			[38873] = 1, -- Enchant Weapon - Crusader
@@ -1162,7 +1162,7 @@
 		},
 	},
 	-- Source: http://www.wowhead.com/items=0.6?filter=na=enchant;cr=82;crs=1;crv=30300
-	["Enchants (Cataclysm)"] = {
+	["Enchanting - Enchants - Cataclysm"] = {
 		version = 2,
 		items = {
 			[52747] = 1, -- Enchant Weapon - Mending