From 412f4ac7908adb1c02cdb7cc6603956b772a88ed Mon Sep 17 00:00:00 2001 From: HonorGoG Date: Sat, 29 Dec 2018 23:35:37 -0800 Subject: [PATCH] - Updated TOC - Updated !LibUIDropDownMenu - Modified XML files to address the above library changes - Added check for TitanPanelLocationButton_LocOnMiniMap() to initialize on an existing update timer and removed it from the PLAYER_ENTERING_WORLD event --- Titan/Titan.toc | 4 +- Titan/TitanPanel.xml | 2 + Titan/TitanPanelTemplate.xml | 4 + Titan/libs/!LibUIDropDownMenu.toc | 12 + Titan/libs/!LibUIDropDownMenu/Docs/Revision.txt | 14 +- Titan/libs/!LibUIDropDownMenu/LibStub/LibStub.toc | 2 +- .../LibUIDropDownMenu/LibUIDropDownMenu.lua | 459 ++++++++++++++++---- .../LibUIDropDownMenu/LibUIDropDownMenu.xml | 4 +- .../LibUIDropDownMenuTemplates.lua | 42 +- .../LibUIDropDownMenuTemplates.xml | 14 +- TitanBag/TitanBag.toc | 4 +- TitanClock/TitanClock.toc | 4 +- TitanGold/TitanGold.toc | 4 +- TitanLocation/TitanLocation.lua | 13 +- TitanLocation/TitanLocation.toc | 4 +- TitanLootType/TitanLootType.toc | 4 +- TitanPerformance/TitanPerformance.toc | 4 +- TitanRepair/TitanRepair.toc | 4 +- TitanVolume/TitanVolume.toc | 4 +- TitanXP/TitanXP.toc | 4 +- 20 files changed, 488 insertions(+), 118 deletions(-) create mode 100755 Titan/libs/!LibUIDropDownMenu.toc diff --git a/Titan/Titan.toc b/Titan/Titan.toc index b0b40e6..33a7f76 100644 --- a/Titan/Titan.toc +++ b/Titan/Titan.toc @@ -1,7 +1,7 @@ ## Interface: 80100 -## Title: Titan Panel |cff00aa005.15.3.80100|r +## Title: Titan Panel |cff00aa005.16.0.80100|r ## Author: Titan Development Team -## Version: 5.15.3.80100 +## Version: 5.16.0.80100 ## 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/TitanPanel.xml b/Titan/TitanPanel.xml index f72b77e..63766ed 100644 --- a/Titan/TitanPanel.xml +++ b/Titan/TitanPanel.xml @@ -35,10 +35,12 @@ --> + TitanPanelButton_OnLoad(self); @@ -25,10 +27,12 @@