WoWInterface SVN PocketPlot

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 62 to Rev 63
    Reverse comparison

Rev 62 → Rev 63

trunk/PocketPlot/pocketplot.lua
29,6 → 29,7
mover:SetBackdrop({bgFile ="Interface\\Buttons\\WHITE8x8",})
mover:SetBackdropColor(.2,.2,.9,.6)
mover:SetMovable(1)
mover:SetFrameStrata("HIGH")
mover:Hide()
local moverText = mover:CreateFontString(nil, "OVERLAY")
moverText:SetFont("Fonts\\ARIALN.ttf", 14)
46,6 → 47,7
"VehicleSeatIndicator",
"MiniMapInstanceDifficulty",
"GuildInstanceDifficulty",
"WorldStateAlwaysUpFrame",
}
local stratae = {"BACKGROUND", "LOW", "MEDIUM", "HIGH", "DIALOG"}
local shapes = {"Square", "Circle"}
173,8 → 175,11
 
--ZONE TEXT
MinimapZoneTextButton:SetParent("Minimap")
MinimapZoneTextButton:ClearAllPoints()
MinimapZoneTextButton:SetPoint("TOP", Minimap, "TOP", 0, -1) --where the zone text is located
MinimapZoneTextButton:SetFrameLevel(5)
MinimapZoneText:ClearAllPoints()
MinimapZoneText:SetPoint("CENTER")
MinimapZoneText:SetFont(LSM:Fetch("font", db.lsmfont), db.zoneSize, db.fontFlag) --font and font size for zone text
if not db.zoneText then
MinimapZoneTextButton:Hide()
224,7 → 229,7
local oldOnClick = Minimap:GetScript("OnMouseUp")
Minimap:SetScript("OnMouseUp", function(self, click)
if click == "RightButton" then
if not CalendarFrame then
--[[if not CalendarFrame then
LoadAddOn("Blizzard_Calendar")
end
if CalendarFrame:IsShown() then
232,7 → 237,8
else
CalendarFrame:Show()
end
return
return]]
ToggleCalendar()
end
oldOnClick(self)
end)
trunk/PocketPlot/PocketPlot.toc
2,7 → 2,7
## Title: PocketPlot
## Author: Seerah
## Notes: Minimap customization
## Version: 2.10.1
## Version: 2.10.2
## X-Category: Minimap
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets
## SavedVariables: PocketPlotDB