vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2 ..\FrameXML\UI.xsd">
3 <Script file="eCastingBarMirror.lua"/>
4 <Script file="Interface\AddOns\eCastingBar\Localization\localization.lua"/>
5  
6 <Frame name="eCastingBarMirror" toplevel="true" parent="UIParent" movable="true" enableMouse="true" hidden="true" virtual="true">
7 <Size>
8 <AbsDimension x="264" y="30"/>
9 </Size>
10 <Anchors>
11 <Anchor point="TOPLEFT" relativeTo="$parentDragButton">
12 <Offset>
13 <AbsDimension x="15" y="0"/>
14 </Offset>
15 </Anchor>
16 </Anchors>
17  
18 <Layers>
19 <Layer level="BACKGROUND">
20 <Texture name="$parentBackground">
21 <Size>
22 <AbsDimension x="255" y="22"/>
23 </Size>
24 <Anchors>
25 <Anchor point="TOPLEFT">
26 <Offset>
27 <AbsDimension x="4" y="-3"/>
28 </Offset>
29 </Anchor>
30 </Anchors>
31 <Color r="0" g="0" b="0" a="0.5"/>
32 </Texture>
33 </Layer>
34 </Layers>
35  
36 <Frames>
37 <Frame name="$parentFlash" hidden="true">
38 <Size>
39 <AbsDimension x="255" y="30"/>
40 </Size>
41 <Anchors>
42 <Anchor point="TOP"/>
43 </Anchors>
44 <Layers>
45 <Layer level="OVERLAY">
46 <Texture name="$parent_TOPLEFT" file="Interface\AddOns\eCastingBar\Textures\MG_Borders" alphaMode="ADD" hidden="false">
47 <Size>
48 <AbsDimension x="10" y="10"/>
49 </Size>
50 <Anchors>
51 <Anchor point="TOPLEFT">
52 <Offset>
53 <AbsDimension x="2" y="-2"/>
54 </Offset>
55 </Anchor>
56 </Anchors>
57 <TexCoords left="0" right="0.3125" top="0" bottom="0.3125"/>
58 </Texture>
59 <Texture name="$parent_TOPRIGHT" file="Interface\AddOns\eCastingBar\Textures\MG_Borders" alphaMode="ADD" hidden="false">
60 <Size>
61 <AbsDimension x="10" y="10"/>
62 </Size>
63 <Anchors>
64 <Anchor point="TOPRIGHT">
65 <Offset>
66 <AbsDimension x="-2" y="-2"/>
67 </Offset>
68 </Anchor>
69 </Anchors>
70 <TexCoords left="0.625" right="0.9375" top="0" bottom="0.3125"/>
71 </Texture>
72 <Texture name="$parent_TOP" file="Interface\AddOns\eCastingBar\Textures\MG_Borders" alphaMode="ADD" hidden="false">
73 <Size>
74 <AbsDimension x="240" y="10"/>
75 </Size>
76 <Anchors>
77 <Anchor point="TOP">
78 <Offset>
79 <AbsDimension x="0" y="-2"/>
80 </Offset>
81 </Anchor>
82 </Anchors>
83 <TexCoords left="0.3125" right="0.625" top="0" bottom="0.3125"/>
84 </Texture>
85 <Texture name="$parent_BOTTOM" file="Interface\AddOns\eCastingBar\Textures\MG_Borders" alphaMode="ADD" hidden="false">
86 <Size>
87 <AbsDimension x="240" y="10"/>
88 </Size>
89 <Anchors>
90 <Anchor point="BOTTOM">
91 <Offset>
92 <AbsDimension x="0" y="2"/>
93 </Offset>
94 </Anchor>
95 </Anchors>
96 <TexCoords left="0.3125" right="0.625" top="0.625" bottom="0.9375"/>
97 </Texture>
98 <Texture name="$parent_BOTTOMLEFT" file="Interface\AddOns\eCastingBar\Textures\MG_Borders" alphaMode="ADD" hidden="false">
99 <Size>
100 <AbsDimension x="10" y="10"/>
101 </Size>
102 <Anchors>
103 <Anchor point="BOTTOMLEFT">
104 <Offset>
105 <AbsDimension x="2" y="2"/>
106 </Offset>
107 </Anchor>
108 </Anchors>
109 <TexCoords left="0" right="0.3125" top="0.625" bottom="0.9375"/>
110 </Texture>
111 <Texture name="$parent_BOTTOMRIGHT" file="Interface\AddOns\eCastingBar\Textures\MG_Borders" alphaMode="ADD" hidden="false">
112 <Size>
113 <AbsDimension x="10" y="10"/>
114 </Size>
115 <Anchors>
116 <Anchor point="BOTTOMRIGHT">
117 <Offset>
118 <AbsDimension x="-2" y="2"/>
119 </Offset>
120 </Anchor>
121 </Anchors>
122 <TexCoords left="0.625" right="0.9375" top="0.625" bottom="0.9375"/>
123 </Texture>
124 <Texture name="$parent_RIGHT" file="Interface\AddOns\eCastingBar\Textures\MG_Borders" alphaMode="ADD" hidden="false">
125 <Size>
126 <AbsDimension x="10" y="6"/>
127 </Size>
128 <Anchors>
129 <Anchor point="RIGHT">
130 <Offset>
131 <AbsDimension x="-2" y="0"/>
132 </Offset>
133 </Anchor>
134 </Anchors>
135 <TexCoords left="0.625" right="0.9375" top="0.3125" bottom="0.625"/>
136 </Texture>
137 <Texture name="$parent_LEFT" file="Interface\AddOns\eCastingBar\Textures\MG_Borders" alphaMode="ADD" hidden="false">
138 <Size>
139 <AbsDimension x="10" y="6"/>
140 </Size>
141 <Anchors>
142 <Anchor point="LEFT">
143 <Offset>
144 <AbsDimension x="2" y="0"/>
145 </Offset>
146 </Anchor>
147 </Anchors>
148 <TexCoords left="0" right="0.3125" top="0.3125" bottom="0.625"/>
149 </Texture>
150 </Layer>
151 </Layers>
152 </Frame>
153 <StatusBar name="$parentStatusBar">
154 <Size>
155 <AbsDimension x="255" y="20"/>
156 </Size>
157 <Anchors>
158 <Anchor point="TOPLEFT">
159 <Offset>
160 <AbsDimension x="5" y="-5"/>
161 </Offset>
162 </Anchor>
163 </Anchors>
164 <Layers>
165 <Layer level="OVERLAY">
166 <Texture name="$parentSpark" file="Interface\CastingBar\UI-CastingBar-Spark" alphaMode="ADD">
167 <Size>
168 <AbsDimension x="16" y="43"/>
169 </Size>
170 <Anchors>
171 <Anchor point="CENTER"/>
172 </Anchors>
173 </Texture>
174 </Layer>
175 <Layer level="OVERLAY">
176 <FontString name="$parentText" inherits="eCastingBarFont" text="Not Casting">
177 <Size>
178 <AbsDimension x="215" y="16"/>
179 </Size>
180 <Anchors>
181 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT">
182 <Offset>
183 <AbsDimension x="0" y="1"/>
184 </Offset>
185 </Anchor>
186 </Anchors>
187 </FontString>
188 </Layer>
189 <Layer level="OVERLAY">
190 <FontString name="$parent_Time" inherits="eCastingBarFont" justifyV="CENTER" justifyH="LEFT">
191 <Anchors>
192 <Anchor point="RIGHT" relativeTo="$parent">
193 <Offset>
194 <AbsDimension x="-10" y="0"/>
195 </Offset>
196 </Anchor>
197 </Anchors>
198 </FontString>
199 </Layer>
200 </Layers>
201 <Scripts>
202 <OnLoad>
203 this:SetFrameLevel(this:GetFrameLevel() - 1)
204 </OnLoad>
205 </Scripts>
206 <BarTexture name="$parentTexture" file="Interface\TargetingFrame\UI-StatusBar"/>
207 <BarColor r="1.0" g="0.7" b="0.0"/>
208 </StatusBar>
209 </Frames>
210 <Scripts>
211 <OnLoad>
212 this:SetBackdropBorderColor(TOOLTIP_DEFAULT_COLOR.r, TOOLTIP_DEFAULT_COLOR.g, TOOLTIP_DEFAULT_COLOR.b);
213 this:SetBackdropColor(TOOLTIP_DEFAULT_BACKGROUND_COLOR.r, TOOLTIP_DEFAULT_BACKGROUND_COLOR.g, TOOLTIP_DEFAULT_BACKGROUND_COLOR.b);
214 eCastingBarMirror_OnLoad();
215 </OnLoad>
216 <OnEvent>
217 eCastingBarMirror_OnEvent();
218 </OnEvent>
219 <OnUpdate>
220 eCastingBarMirror_OnUpdate(this, arg1);
221 </OnUpdate>
222 </Scripts>
223 </Frame>
224  
225  
226  
227  
228 <Frame name="eCastingBarMirror_Outline" movable="true" frameStrata="DIALOG" enableMouse="true" parent="UIParent">
229 <Scripts>
230 <OnMouseDown>
231 eCastingBarMirror_MouseDown( arg1 );
232 </OnMouseDown>
233 <OnMouseUp>
234 eCastingBarMirror_MouseUp( arg1 );
235 </OnMouseUp>
236 </Scripts>
237 <Size>
238 <AbsDimension x="264" y="30"/>
239 </Size>
240  
241 <Anchors>
242 <Anchor point="CENTER" relativeTo="UIParent" relativePoint="CENTER">
243 <Offset>
244 <AbsDimension x="0" y="0"/>
245 </Offset>
246 </Anchor>
247 </Anchors>
248  
249 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
250 <EdgeSize>
251 <AbsValue val="16"/>
252 </EdgeSize>
253 <TileSize>
254 <AbsValue val="16"/>
255 </TileSize>
256 <BackgroundInsets>
257 <AbsInset left="5" right="5" top="5" bottom="5"/>
258 </BackgroundInsets>
259 </Backdrop>
260  
261 <Layers>
262 <Layer level="OVERLAY">
263 <FontString name="eCastingBarMirrorDragButtonText" inherits="eCastingBarFont" text="Mirror Outline." justifyH="LEFT">
264 <Size>
265 <AbsDimension x="185" y="16"/>
266 </Size>
267 <Anchors>
268 <Anchor point="TOPLEFT" relativeTo="eCastingBarMirror_Outline">
269 <Offset>
270 <AbsDimension x="18" y="15"/>
271 </Offset>
272 </Anchor>
273 </Anchors>
274 </FontString>
275 </Layer>
276 </Layers>
277 <Scripts>
278 <OnLoad>
279 this:SetBackdropBorderColor(TOOLTIP_DEFAULT_COLOR.r, TOOLTIP_DEFAULT_COLOR.g, TOOLTIP_DEFAULT_COLOR.b);
280 this:SetBackdropColor(TOOLTIP_DEFAULT_BACKGROUND_COLOR.r, TOOLTIP_DEFAULT_BACKGROUND_COLOR.g, TOOLTIP_DEFAULT_BACKGROUND_COLOR.b);
281 </OnLoad>
282 </Scripts>
283 </Frame>
284  
285 <Frame name="eCastingBarMirror1" inherits="eCastingBarMirror">
286 </Frame>
287 <Frame name="eCastingBarMirror2" inherits="eCastingBarMirror">
288 <Anchors>
289 <Anchor point="TOP" relativeTo="eCastingBarMirror1" relativePoint="BOTTOM"/>
290 </Anchors>
291 </Frame>
292 <Frame name="eCastingBarMirror3" inherits="eCastingBarMirror">
293 <Anchors>
294 <Anchor point="TOP" relativeTo="eCastingBarMirror2" relativePoint="BOTTOM"/>
295 </Anchors>
296 </Frame>
297 </Ui>