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="localization.lua"/>
4 <Script file="localization.fr.lua"/>
5 <Script file="TitanAtlas.lua" />
6  
7 <Frame parent="UIParent">
8 <Frames>
9 <Button name="TitanPanelAtlasButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
10 <Scripts>
11 <OnLoad>
12 TitanPanelAtlasButton_OnLoad();
13 TitanPanelButton_OnLoad();
14 </OnLoad>
15 <OnEvent>
16 TitanPanelAtlasButton_OnEvent();
17 </OnEvent>
18 <OnClick>
19 TitalPanelAtlasButton_OnClick(arg1);
20 TitanPanelButton_OnClick(arg1, 1);
21 </OnClick>
22 </Scripts>
23 </Button>
24 </Frames>
25 </Frame>
26 <Frame name="AtlasFrame" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true">
27 <Size>
28 <AbsDimension x="768" y="587"/>
29 </Size>
30 <Anchors>
31 <Anchor point="TOPLEFT">
32 <Offset>
33 <AbsDimension x="0" y="-104"/>
34 </Offset>
35 </Anchor>
36 </Anchors>
37 <Frames>
38 <Button name="AtlasFrameCloseButton" inherits="UIPanelCloseButton">
39 <Anchors>
40 <Anchor point="TOPRIGHT" relativeTo="AtlasFrame" relativePoint="TOPRIGHT">
41 <Offset>
42 <AbsDimension x="5" y="-7"/>
43 </Offset>
44 </Anchor>
45 </Anchors>
46 </Button>
47 <Button name="AtlasFrameLockButton">
48 <Size>
49 <AbsDimension x="32" y="32"/>
50 </Size>
51 <Anchors>
52 <Anchor point="RIGHT" relativeTo="AtlasFrameCloseButton" relativePoint="LEFT">
53 <Offset>
54 <AbsDimension x="11" y="0"/>
55 </Offset>
56 </Anchor>
57 </Anchors>
58 <Scripts>
59 <OnClick>
60 Atlas_ToggleLock();
61 </OnClick>
62 </Scripts>
63 <NormalTexture name="AtlasLockNorm"/>
64 <PushedTexture name="AtlasLockPush"/>
65 <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" AlphaMode="ADD"/>
66 </Button>
67 <Button name="AtlasFrameDropDown" inherits="UIDropDownMenuTemplate">
68 <Anchors>
69 <Anchor point="TOPLEFT">
70 <Offset>
71 <AbsDimension x="55" y="-39"/>
72 </Offset>
73 </Anchor>
74 </Anchors>
75 <Scripts>
76 <OnLoad>
77 AtlasFrameDropDown_OnLoad();
78 </OnLoad>
79 <OnEvent>
80 AtlasFrameDropDown_OnEvent();
81 </OnEvent>
82  
83 </Scripts>
84 </Button>
85 <Button name="AtlasFrameOptionsButton" inherits="OptionsButtonTemplate" text="ATLAS_OPTIONS_BUTTON">
86 <Anchors>
87 <Anchor point="TOPLEFT">
88 <Offset>
89 <AbsDimension x="668" y="-42"/>
90 </Offset>
91 </Anchor>
92 </Anchors>
93 <Scripts>
94 <OnClick>
95 AtlasOptions_Toggle();
96 </OnClick>
97 </Scripts>
98 </Button>
99 </Frames>
100 <Layers>
101 <Layer level="ARTWORK">
102 <Texture file="Interface\AddOns\TitanAtlas\Images\AtlasFrame-Top">
103 <Size>
104 <AbsDimension x="512" y="128"/>
105 </Size>
106 <Anchors>
107 <Anchor point="TOPLEFT">
108 <Offset>
109 <AbsDimension x="0" y="0"/>
110 </Offset>
111 </Anchor>
112 </Anchors>
113 </Texture>
114 <Texture file="Interface\AddOns\TitanAtlas\Images\AtlasFrame-Left">
115 <Size>
116 <AbsDimension x="32" y="256"/>
117 </Size>
118 <Anchors>
119 <Anchor point="TOPLEFT">
120 <Offset>
121 <AbsDimension x="0" y="-128"/>
122 </Offset>
123 </Anchor>
124 </Anchors>
125 </Texture>
126 <Texture file="Interface\AddOns\TitanAtlas\Images\AtlasFrame-Bottom">
127 <Size>
128 <AbsDimension x="512" y="256"/>
129 </Size>
130 <Anchors>
131 <Anchor point="TOPLEFT">
132 <Offset>
133 <AbsDimension x="0" y="-384"/>
134 </Offset>
135 </Anchor>
136 </Anchors>
137 </Texture>
138 <Texture file="Interface\AddOns\TitanAtlas\Images\AtlasFrame-Bottom2">
139 <Size>
140 <AbsDimension x="256" y="128"/>
141 </Size>
142 <Anchors>
143 <Anchor point="TOPLEFT">
144 <Offset>
145 <AbsDimension x="512" y="-512"/>
146 </Offset>
147 </Anchor>
148 </Anchors>
149 </Texture>
150 <Texture file="Interface\AddOns\TitanAtlas\Images\AtlasFrame-Right">
151 <Size>
152 <AbsDimension x="256" y="512"/>
153 </Size>
154 <Anchors>
155 <Anchor point="TOPLEFT">
156 <Offset>
157 <AbsDimension x="512" y="0"/>
158 </Offset>
159 </Anchor>
160 </Anchors>
161 </Texture>
162 <FontString inherits="GameFontHighlight" text="ATLAS_TITLE">
163 <Anchors>
164 <Anchor point="TOP">
165 <Offset>
166 <AbsDimension x="20" y="-17"/>
167 </Offset>
168 </Anchor>
169 </Anchors>
170 </FontString>
171 <FontString inherits="GameFontNormalSmall" text="ATLAS_VERSION">
172 <Color r="0.4" g="0.4" b="0.4"/>
173 <Anchors>
174 <Anchor point="TOPRIGHT">
175 <Offset>
176 <AbsDimension x="-52" y="-18"/>
177 </Offset>
178 </Anchor>
179 </Anchors>
180 </FontString>
181 <FontString name="AtlasText_ZoneName" inherits="GameFontHighlightLarge">
182 <Anchors>
183 <Anchor point="TOPLEFT">
184 <Offset>
185 <AbsDimension x="538" y="-80"/>
186 </Offset>
187 </Anchor>
188 </Anchors>
189 </FontString>
190 <FontString name="AtlasText_Location" inherits="GameFontNormal">
191 <Anchors>
192 <Anchor point="TOPLEFT">
193 <Offset>
194 <AbsDimension x="538" y="-100"/>
195 </Offset>
196 </Anchor>
197 </Anchors>
198 </FontString>
199 <FontString name="AtlasText_LevelRange" inherits="GameFontNormal">
200 <Anchors>
201 <Anchor point="TOPLEFT">
202 <Offset>
203 <AbsDimension x="538" y="-115"/>
204 </Offset>
205 </Anchor>
206 </Anchors>
207 </FontString>
208 <FontString name="AtlasText_PlayerLimit" inherits="GameFontNormal">
209 <Anchors>
210 <Anchor point="TOPLEFT">
211 <Offset>
212 <AbsDimension x="538" y="-130"/>
213 </Offset>
214 </Anchor>
215 </Anchors>
216 </FontString>
217 <FontString name="AtlasText_1" inherits="GameFontNormal">
218 <Anchors>
219 <Anchor point="TOPLEFT">
220 <Offset>
221 <AbsDimension x="538" y="-160"/>
222 </Offset>
223 </Anchor>
224 </Anchors>
225 </FontString>
226 <FontString name="AtlasText_2" inherits="GameFontNormal">
227 <Anchors>
228 <Anchor point="TOPLEFT">
229 <Offset>
230 <AbsDimension x="538" y="-175"/>
231 </Offset>
232 </Anchor>
233 </Anchors>
234 </FontString>
235 <FontString name="AtlasText_3" inherits="GameFontNormal">
236 <Anchors>
237 <Anchor point="TOPLEFT">
238 <Offset>
239 <AbsDimension x="538" y="-190"/>
240 </Offset>
241 </Anchor>
242 </Anchors>
243 </FontString>
244 <FontString name="AtlasText_4" inherits="GameFontNormal">
245 <Anchors>
246 <Anchor point="TOPLEFT">
247 <Offset>
248 <AbsDimension x="538" y="-205"/>
249 </Offset>
250 </Anchor>
251 </Anchors>
252 </FontString>
253 <FontString name="AtlasText_5" inherits="GameFontNormal">
254 <Anchors>
255 <Anchor point="TOPLEFT">
256 <Offset>
257 <AbsDimension x="538" y="-220"/>
258 </Offset>
259 </Anchor>
260 </Anchors>
261 </FontString>
262 <FontString name="AtlasText_6" inherits="GameFontNormal">
263 <Anchors>
264 <Anchor point="TOPLEFT">
265 <Offset>
266 <AbsDimension x="538" y="-235"/>
267 </Offset>
268 </Anchor>
269 </Anchors>
270 </FontString>
271 <FontString name="AtlasText_7" inherits="GameFontNormal">
272 <Anchors>
273 <Anchor point="TOPLEFT">
274 <Offset>
275 <AbsDimension x="538" y="-250"/>
276 </Offset>
277 </Anchor>
278 </Anchors>
279 </FontString>
280 <FontString name="AtlasText_8" inherits="GameFontNormal">
281 <Anchors>
282 <Anchor point="TOPLEFT">
283 <Offset>
284 <AbsDimension x="538" y="-265"/>
285 </Offset>
286 </Anchor>
287 </Anchors>
288 </FontString>
289 <FontString name="AtlasText_9" inherits="GameFontNormal">
290 <Anchors>
291 <Anchor point="TOPLEFT">
292 <Offset>
293 <AbsDimension x="538" y="-280"/>
294 </Offset>
295 </Anchor>
296 </Anchors>
297 </FontString>
298 <FontString name="AtlasText_10" inherits="GameFontNormal">
299 <Anchors>
300 <Anchor point="TOPLEFT">
301 <Offset>
302 <AbsDimension x="538" y="-295"/>
303 </Offset>
304 </Anchor>
305 </Anchors>
306 </FontString>
307 <FontString name="AtlasText_11" inherits="GameFontNormal">
308 <Anchors>
309 <Anchor point="TOPLEFT">
310 <Offset>
311 <AbsDimension x="538" y="-310"/>
312 </Offset>
313 </Anchor>
314 </Anchors>
315 </FontString>
316 <FontString name="AtlasText_12" inherits="GameFontNormal">
317 <Anchors>
318 <Anchor point="TOPLEFT">
319 <Offset>
320 <AbsDimension x="538" y="-325"/>
321 </Offset>
322 </Anchor>
323 </Anchors>
324 </FontString>
325 <FontString name="AtlasText_13" inherits="GameFontNormal">
326 <Anchors>
327 <Anchor point="TOPLEFT">
328 <Offset>
329 <AbsDimension x="538" y="-340"/>
330 </Offset>
331 </Anchor>
332 </Anchors>
333 </FontString>
334 <FontString name="AtlasText_14" inherits="GameFontNormal">
335 <Anchors>
336 <Anchor point="TOPLEFT">
337 <Offset>
338 <AbsDimension x="538" y="-355"/>
339 </Offset>
340 </Anchor>
341 </Anchors>
342 </FontString>
343 <FontString name="AtlasText_15" inherits="GameFontNormal">
344 <Anchors>
345 <Anchor point="TOPLEFT">
346 <Offset>
347 <AbsDimension x="538" y="-370"/>
348 </Offset>
349 </Anchor>
350 </Anchors>
351 </FontString>
352 <FontString name="AtlasText_16" inherits="GameFontNormal">
353 <Anchors>
354 <Anchor point="TOPLEFT">
355 <Offset>
356 <AbsDimension x="538" y="-385"/>
357 </Offset>
358 </Anchor>
359 </Anchors>
360 </FontString>
361 <FontString name="AtlasText_17" inherits="GameFontNormal">
362 <Anchors>
363 <Anchor point="TOPLEFT">
364 <Offset>
365 <AbsDimension x="538" y="-400"/>
366 </Offset>
367 </Anchor>
368 </Anchors>
369 </FontString>
370 <FontString name="AtlasText_18" inherits="GameFontNormal">
371 <Anchors>
372 <Anchor point="TOPLEFT">
373 <Offset>
374 <AbsDimension x="538" y="-415"/>
375 </Offset>
376 </Anchor>
377 </Anchors>
378 </FontString>
379 <FontString name="AtlasText_19" inherits="GameFontNormal">
380 <Anchors>
381 <Anchor point="TOPLEFT">
382 <Offset>
383 <AbsDimension x="538" y="-430"/>
384 </Offset>
385 </Anchor>
386 </Anchors>
387 </FontString>
388 <FontString name="AtlasText_20" inherits="GameFontNormal">
389 <Anchors>
390 <Anchor point="TOPLEFT">
391 <Offset>
392 <AbsDimension x="538" y="-445"/>
393 </Offset>
394 </Anchor>
395 </Anchors>
396 </FontString>
397 <FontString name="AtlasText_21" inherits="GameFontNormal">
398 <Anchors>
399 <Anchor point="TOPLEFT">
400 <Offset>
401 <AbsDimension x="538" y="-460"/>
402 </Offset>
403 </Anchor>
404 </Anchors>
405 </FontString>
406 <FontString name="AtlasText_22" inherits="GameFontNormal">
407 <Anchors>
408 <Anchor point="TOPLEFT">
409 <Offset>
410 <AbsDimension x="538" y="-475"/>
411 </Offset>
412 </Anchor>
413 </Anchors>
414 </FontString>
415 <FontString name="AtlasText_23" inherits="GameFontNormal">
416 <Anchors>
417 <Anchor point="TOPLEFT">
418 <Offset>
419 <AbsDimension x="538" y="-490"/>
420 </Offset>
421 </Anchor>
422 </Anchors>
423 </FontString>
424 <FontString name="AtlasText_24" inherits="GameFontNormal">
425 <Anchors>
426 <Anchor point="TOPLEFT">
427 <Offset>
428 <AbsDimension x="538" y="-505"/>
429 </Offset>
430 </Anchor>
431 </Anchors>
432 </FontString>
433 <FontString name="AtlasText_25" inherits="GameFontNormal">
434 <Anchors>
435 <Anchor point="TOPLEFT">
436 <Offset>
437 <AbsDimension x="538" y="-520"/>
438 </Offset>
439 </Anchor>
440 </Anchors>
441 </FontString>
442 <FontString name="AtlasText_26" inherits="GameFontNormal">
443 <Anchors>
444 <Anchor point="TOPLEFT">
445 <Offset>
446 <AbsDimension x="538" y="-535"/>
447 </Offset>
448 </Anchor>
449 </Anchors>
450 </FontString>
451 <FontString name="AtlasText_27" inherits="GameFontNormal">
452 <Anchors>
453 <Anchor point="TOPLEFT">
454 <Offset>
455 <AbsDimension x="538" y="-550"/>
456 </Offset>
457 </Anchor>
458 </Anchors>
459 </FontString>
460 <FontString name="AtlasText_28" inherits="GameFontNormal">
461 <Anchors>
462 <Anchor point="TOPLEFT">
463 <Offset>
464 <AbsDimension x="538" y="-565"/>
465 </Offset>
466 </Anchor>
467 </Anchors>
468 </FontString>
469 </Layer>
470 <Layer level="BACKGROUND">
471 <Texture name="AtlasMap"/>
472 </Layer>
473 </Layers>
474 <Scripts>
475 <OnLoad>
476 Atlas_OnLoad();
477 </OnLoad>
478 <OnEvent>
479 Atlas_OnEvent();
480 </OnEvent>
481 <OnHide>
482 AtlasFrame:StopMovingOrSizing();
483 </OnHide>
484 <OnDragStart>
485 if(arg1 == "LeftButton") then
486 Atlas_StartMoving();
487 end
488 </OnDragStart>
489 <OnDragStop>
490 AtlasFrame:StopMovingOrSizing();
491 </OnDragStop>
492 <OnMouseUp>
493 AtlasFrame:StopMovingOrSizing();
494 </OnMouseUp>
495 </Scripts>
496 </Frame>
497 <Frame name="AtlasOptionsFrame" toplevel="true" frameStrata="DIALOG" movable="true" enableMouse="true" hidden="true" parent="UIParent" enableKeyboard="true">
498 <Size>
499 <AbsDimension x="300" y="120"/>
500 </Size>
501 <Anchors>
502 <Anchor point="CENTER"/>
503 </Anchors>
504 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
505 <BackgroundInsets>
506 <AbsInset left="11" right="12" top="12" bottom="11"/>
507 </BackgroundInsets>
508 <TileSize>
509 <AbsValue val="32"/>
510 </TileSize>
511 <EdgeSize>
512 <AbsValue val="32"/>
513 </EdgeSize>
514 </Backdrop>
515 <Layers>
516 <Layer level="ARTWORK">
517 <Texture name="AtlasOptionsFrameHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
518 <Size>
519 <AbsDimension x="256" y="64"/>
520 </Size>
521 <Anchors>
522 <Anchor point="TOP">
523 <Offset>
524 <AbsDimension x="0" y="12"/>
525 </Offset>
526 </Anchor>
527 </Anchors>
528 </Texture>
529 <FontString inherits="GameFontNormal" text="ATLAS_OPTIONS_TITLE">
530 <Anchors>
531 <Anchor point="TOP" relativeTo="AtlasOptionsFrameHeader">
532 <Offset>
533 <AbsDimension x="0" y="-14"/>
534 </Offset>
535 </Anchor>
536 </Anchors>
537 </FontString>
538 </Layer>
539 </Layers>
540 <Frames>
541 <Slider name="SliderAlpha" inherits="OptionsSliderTemplate">
542 <Size>
543 <AbsDimension x="220" y="16"/>
544 </Size>
545 <Anchors>
546 <Anchor point="TOP">
547 <Offset>
548 <AbsDimension x="0" y="-50" />
549 </Offset>
550 </Anchor>
551 </Anchors>
552 <Scripts>
553 <OnLoad>
554 getglobal(this:GetName().."Text"):SetText(ATLAS_OPTIONS_TRANS);
555 getglobal(this:GetName().."High"):SetText();
556 getglobal(this:GetName().."Low"):SetText();
557 SliderAlpha:SetMinMaxValues(0.0,1.0);
558 SliderAlpha:SetValueStep(0.01);
559 </OnLoad>
560 <OnValueChanged>
561 AtlasOptions.AtlasAlpha = SliderAlpha:GetValue();
562 Atlas_UpdateAlpha();
563 </OnValueChanged>
564 </Scripts>
565 </Slider>
566 <Button name="AtlasOptionsFrameDone" inherits="OptionsButtonTemplate" text="ATLAS_OPTIONS_DONE">
567 <Anchors>
568 <Anchor point="BOTTOM">
569 <Offset>
570 <AbsDimension x="0" y="20"/>
571 </Offset>
572 </Anchor>
573 </Anchors>
574 <Scripts>
575 <OnClick>
576 AtlasOptions_Toggle();
577 </OnClick>
578 </Scripts>
579 </Button>
580 </Frames>
581 <Scripts>
582 <OnLoad>
583 AtlasOptions_OnLoad();
584 </OnLoad>
585 <OnHide>
586 AtlasOptions_OnHide();
587 </OnHide>
588 <OnShow>
589 Atlas_OnShow();
590 </OnShow>
591 </Scripts>
592 </Frame>
593 </Ui>