Quantcast

- Fix to remove conflict with Bartender & other action bar addons

urnati [10-26-22 - 20:35]
- Fix to remove conflict with Bartender & other action bar addons
- Update TOC
Filename
Titan/Titan.toc
Titan/TitanMovable.lua
TitanBag/TitanBag.toc
TitanClock/TitanClock.toc
TitanGold/TitanGold.toc
TitanLocation/TitanLocation.toc
TitanLootType/TitanLootType.toc
TitanPerformance/TitanPerformance.toc
TitanRepair/TitanRepair.toc
TitanVolume/TitanVolume.toc
TitanXP/TitanXP.toc
diff --git a/Titan/Titan.toc b/Titan/Titan.toc
index 0e4ae49..9616f31 100644
--- a/Titan/Titan.toc
+++ b/Titan/Titan.toc
@@ -1,7 +1,7 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa006.00.02.100002|r
+## Interface: 100000
+## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa006.00.04.100000|r
 ## Author: Titan Panel Development Team
-## Version: 6.00.02.100002
+## Version: 6.00.04.100000
 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat
 ## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibSharedMedia-3.0, LibQTip-1.0, !LibUIDropDownMenu
 ## Notes: Adds a display bar on the top and/or bottom of the screen. Allows users to show and control information/launcher plugins.
diff --git a/Titan/TitanMovable.lua b/Titan/TitanMovable.lua
index de3c20d..f62e40b 100755
--- a/Titan/TitanMovable.lua
+++ b/Titan/TitanMovable.lua
@@ -768,14 +768,14 @@ local function Titan_AdjustFrame(frame_str, flag, offset)
 	local frame = _G[frame_str]
 	local point, relativeTo, relativePoint, xOfs, yOfs = frame:GetPoint()
 	if point and relativeTo and relativePoint and xOfs then
-		-- should be safe...
+		-- Check if user has requested... We can get here via player entering world
 		if TitanPanelGetVar(flag) then
 			frame:ClearAllPoints()
 			frame:SetPoint(point, relativeTo:GetName(), relativePoint, xOfs, TitanPanelGetVar(offset))
 			op = "move - y "..tostring(y)
 		else
-			frame:ClearAllPoints()
-			frame:SetPoint(point, relativeTo:GetName(), relativePoint, xOfs, frame.original_y)
+			-- User has not reqeuested Titan do anything.
+			op = "skip - User has not asked Titan to move XP / Status bar"
 		end
 	else
 		op = "skip - :GetPoint invalid"
diff --git a/TitanBag/TitanBag.toc b/TitanBag/TitanBag.toc
index 8714300..e2d02e5 100644
--- a/TitanBag/TitanBag.toc
+++ b/TitanBag/TitanBag.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fBag|r] |cff00aa006.00.02.100002|r
+## Interface: 100000
+## Title: Titan Panel [|cffeda55fBag|r] |cff00aa006.00.04.100000|r
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.02.100002
+## Version: 6.00.04.100000
 ## X-Child-Of: Titan
 TitanBag.xml
diff --git a/TitanClock/TitanClock.toc b/TitanClock/TitanClock.toc
index ba7058a..f8bf4a6 100644
--- a/TitanClock/TitanClock.toc
+++ b/TitanClock/TitanClock.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fClock|r] |cff00aa006.00.02.100002|r
+## Interface: 100000
+## Title: Titan Panel [|cffeda55fClock|r] |cff00aa006.00.04.100000|r
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.02.100002
+## Version: 6.00.04.100000
 ## X-Child-Of: Titan
 TitanClock.xml
diff --git a/TitanGold/TitanGold.toc b/TitanGold/TitanGold.toc
index a655e71..3a9c26e 100644
--- a/TitanGold/TitanGold.toc
+++ b/TitanGold/TitanGold.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fGold|r] |cff00aa006.00.02.100002|r
+## Interface: 100000
+## Title: Titan Panel [|cffeda55fGold|r] |cff00aa006.00.04.100000|r
 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: GoldSave
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.02.100002
+## Version: 6.00.04.100000
 ## X-Child-Of: Titan
 TitanGold.xml
diff --git a/TitanLocation/TitanLocation.toc b/TitanLocation/TitanLocation.toc
index 73edf9c..c08e6aa 100644
--- a/TitanLocation/TitanLocation.toc
+++ b/TitanLocation/TitanLocation.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa006.00.02.100002|r
+## Interface: 100000
+## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa006.00.04.100000|r
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.02.100002
+## Version: 6.00.04.100000
 ## X-Child-Of: Titan
 TitanLocation.xml
diff --git a/TitanLootType/TitanLootType.toc b/TitanLootType/TitanLootType.toc
index 9228516..596f181 100644
--- a/TitanLootType/TitanLootType.toc
+++ b/TitanLootType/TitanLootType.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa006.00.02.100002|r
+## Interface: 100000
+## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa006.00.04.100000|r
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.02.100002
+## Version: 6.00.04.100000
 ## X-Child-Of: Titan
 TitanLootType.xml
diff --git a/TitanPerformance/TitanPerformance.toc b/TitanPerformance/TitanPerformance.toc
index 460ccf7..23e6f90 100644
--- a/TitanPerformance/TitanPerformance.toc
+++ b/TitanPerformance/TitanPerformance.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa006.00.02.100002|r
+## Interface: 100000
+## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa006.00.04.100000|r
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.02.100002
+## Version: 6.00.04.100000
 ## X-Child-Of: Titan
 TitanPerformance.xml
diff --git a/TitanRepair/TitanRepair.toc b/TitanRepair/TitanRepair.toc
index 17a9598..e8e44f8 100644
--- a/TitanRepair/TitanRepair.toc
+++ b/TitanRepair/TitanRepair.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa006.00.02.100002|r
+## Interface: 100000
+## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa006.00.04.100000|r
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.02.100002
+## Version: 6.00.04.100000
 ## X-Child-Of: Titan
 TitanRepair.xml
diff --git a/TitanVolume/TitanVolume.toc b/TitanVolume/TitanVolume.toc
index 51e96f0..164c1ed 100644
--- a/TitanVolume/TitanVolume.toc
+++ b/TitanVolume/TitanVolume.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa006.00.02.23.7.100002|r
+## Interface: 100000
+## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa006.00.04.23.7.100000|r
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.02.100002
+## Version: 6.00.04.100000
 ## X-Child-Of: Titan
 TitanVolume.xml
diff --git a/TitanXP/TitanXP.toc b/TitanXP/TitanXP.toc
index b3909e0..f6f1d6f 100644
--- a/TitanXP/TitanXP.toc
+++ b/TitanXP/TitanXP.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fXP|r] |cff00aa006.00.02.100002|r
+## Interface: 100000
+## Title: Titan Panel [|cffeda55fXP|r] |cff00aa006.00.04.100000|r
 ## Notes: Adds information to Titan Panel about XP earned and time to level
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.02.100002
+## Version: 6.00.04.100000
 ## X-Child-Of: Titan
 TitanXP.xml