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 <!-- QuestHistory Templates -->
4 <Frame name="QuestHistoryListFrameTemplate" virtual="true">
5 <Size>
6 <AbsDimension x="535" y="14"/>
7 </Size>
8 <Layers>
9 <Layer level="ARTWORK">
10 <FontString name="$parentAcceptedText" inherits="GameFontNormal" justifyH="CENTER" nonspacewrap="true">
11 <Size>
12 <AbsDimension x="40" y="10"/>
13 </Size>
14 <Anchors>
15 <Anchor point="LEFT"/>
16 </Anchors>
17 </FontString>
18 <FontString name="$parentTitleText" inherits="GameFontNormal" justifyH="LEFT" nonspacewrap="true">
19 <Size>
20 <AbsDimension x="195" y="10"/>
21 </Size>
22 <Anchors>
23 <Anchor point="LEFT" relativeTo="$parentAcceptedText" relativePoint="RIGHT"/>
24 </Anchors>
25 </FontString>
26 <FontString name="$parentLevelText" inherits="GameFontNormal" justifyH="CENTER" nonspacewrap="true">
27 <Size>
28 <AbsDimension x="45" y="10"/>
29 </Size>
30 <Anchors>
31 <Anchor point="LEFT" relativeTo="$parentTitleText" relativePoint="RIGHT"/>
32 </Anchors>
33 </FontString>
34 <FontString name="$parentCategoryText" inherits="GameFontNormal" justifyH="CENTER" nonspacewrap="true">
35 <Size>
36 <AbsDimension x="150" y="10"/>
37 </Size>
38 <Anchors>
39 <Anchor point="LEFT" relativeTo="$parentLevelText" relativePoint="RIGHT"/>
40 </Anchors>
41 </FontString>
42 <FontString name="$parentTagText" inherits="GameFontNormal" justifyH="CENTER" nonspacewrap="true">
43 <Size>
44 <AbsDimension x="50" y="10"/>
45 </Size>
46 <Anchors>
47 <Anchor point="LEFT" relativeTo="$parentCategoryText" relativePoint="RIGHT"/>
48 </Anchors>
49 </FontString>
50 <FontString name="$parentCompletedText" inherits="GameFontNormal" justifyH="RIGHT" nonspacewrap="true">
51 <Size>
52 <AbsDimension x="60" y="10"/>
53 </Size>
54 <Anchors>
55 <Anchor point="LEFT" relativeTo="$parentTagText" relativePoint="RIGHT"/>
56 </Anchors>
57 </FontString>
58 <Texture name="$parentCheckMark" file="Interface\Buttons\UI-CheckBox-Check" hidden="true">
59 <Size>
60 <AbsDimension x="15" y="15"/>
61 </Size>
62 <Anchors>
63 <Anchor point="LEFT" relativeTo="$parentCompletedText" relativePoint="LEFT">
64 <Offset>
65 <AbsDimension x="2" y="0"/>
66 </Offset>
67 </Anchor>
68 </Anchors>
69 </Texture>
70 </Layer>
71 </Layers>
72 <Scripts>
73 <OnLoad>
74 this:RegisterForClicks("LeftButtonUp", "RightButtonUp");
75 </OnLoad>
76 <OnClick>
77 QuestHistoryListFrame_OnClick(arg1);
78 </OnClick>
79 <OnEnter>
80 QuestHistoryListFrame_OnEnter();
81 </OnEnter>
82 <OnLeave>
83 QuestHistoryTooltip:Hide();
84 </OnLeave>
85 </Scripts>
86 </Frame>
87 <Button name="QuestHistorySortButtonTemplate" inherits="UIPanelButtonTemplate" virtual="true">
88 <Scripts>
89 <OnClick>
90 QuestHistory_SortButton_OnClick();
91 </OnClick>
92 </Scripts>
93 </Button>
94 <Button name="QuestHistoryDetailItemTemplate" inherits="QuestItemTemplate" virtual="true">
95 <Scripts>
96 <OnEnter>
97 QuestHistoryDetailRewardItem_OnEnter();
98 </OnEnter>
99 <OnClick>
100 QuestHistoryDetailRewardItem_OnClick();
101 </OnClick>
102 </Scripts>
103 </Button>
104 <Button name="QuestHistoryColorSwatchTemplate" virtual="true">
105 <Size>
106 <AbsDimension x="16" y="16"/>
107 </Size>
108 <Layers>
109 <Layer level="BACKGROUND">
110 <Texture name="$parentSwatchBg">
111 <Size>
112 <AbsDimension x="14" y="14"/>
113 </Size>
114 <Anchors>
115 <Anchor point="CENTER">
116 <Offset>
117 <AbsDimension x="0" y="0"/>
118 </Offset>
119 </Anchor>
120 </Anchors>
121 <Color r="1.0" g="1.0" b="1.0"/>
122 </Texture>
123 </Layer>
124 </Layers>
125 <Scripts>
126 <OnClick>
127 QuestHistory_StatusColorType = this.status;
128 ColorPickerFrame:SetFrameLevel(this:GetFrameLevel() + 2);
129 ColorPickerOkayButton:SetFrameLevel(this:GetFrameLevel() + 3);
130 ColorPickerCancelButton:SetFrameLevel(this:GetFrameLevel() + 3);
131 UIDropDownMenuButton_OpenColorPicker(this);
132 </OnClick>
133 <OnEnter>
134 getglobal(this:GetName().."SwatchBg"):SetVertexColor(NORMAL_FONT_COLOR.r, NORMAL_FONT_COLOR.g, NORMAL_FONT_COLOR.b);
135 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
136 GameTooltip:SetText(QUESTHISTORY_OPTION_TOOLTIP_SELECT_COLOR, nil, nil, nil, nil, 1);
137 </OnEnter>
138 <OnLeave>
139 getglobal(this:GetName().."SwatchBg"):SetVertexColor(HIGHLIGHT_FONT_COLOR.r, HIGHLIGHT_FONT_COLOR.g, HIGHLIGHT_FONT_COLOR.b);
140 GameTooltip:Hide();
141 </OnLeave>
142 </Scripts>
143 <NormalTexture name="$parentNormalTexture" file="Interface\ChatFrame\ChatFrameColorSwatch"/>
144 </Button>
145 <EditBox name="QuestHistoryEditFrameEditBoxTemplate" virtual="true">
146 <Layers>
147 <Layer level="BACKGROUND">
148 <Texture name="$parentLeft" file="Interface\ClassTrainerFrame\UI-ClassTrainer-FilterBorder">
149 <Anchors>
150 <Anchor point="TOPLEFT">
151 <Offset>
152 <AbsDimension x="-2" y="2"/>
153 </Offset>
154 </Anchor>
155 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT">
156 <Offset>
157 <AbsDimension x="4" y="-7"/>
158 </Offset>
159 </Anchor>
160 </Anchors>
161 <TexCoords left="0" right="0.09375" top="0" bottom="1.0"/>
162 </Texture>
163 <Texture name="$parentMiddle" file="Interface\ClassTrainerFrame\UI-ClassTrainer-FilterBorder">
164 <Anchors>
165 <Anchor point="TOPLEFT">
166 <Offset>
167 <AbsDimension x="4" y="2"/>
168 </Offset>
169 </Anchor>
170 <Anchor point="BOTTOMRIGHT">
171 <Offset>
172 <AbsDimension x="-5" y="-7"/>
173 </Offset>
174 </Anchor>
175 </Anchors>
176 <TexCoords left="0.09375" right="0.90625" top="0" bottom="1.0"/>
177 </Texture>
178 <Texture name="$parentRight" file="Interface\ClassTrainerFrame\UI-ClassTrainer-FilterBorder">
179 <Anchors>
180 <Anchor point="TOPRIGHT">
181 <Offset>
182 <AbsDimension x="1" y="2"/>
183 </Offset>
184 </Anchor>
185 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
186 <Offset>
187 <AbsDimension x="-5" y="-7"/>
188 </Offset>
189 </Anchor>
190 </Anchors>
191 <TexCoords left="0.90625" right="1.0" top="0" bottom="1.0"/>
192 </Texture>
193 </Layer>
194 </Layers>
195 <Scripts>
196 <OnEscapePressed>
197 HideUIPanel(QuestHistoryEditFrame);
198 </OnEscapePressed>
199 <OnTabPressed>
200 QuestHistoryEditBox_OnTabPressed();
201 </OnTabPressed>
202 <OnEnterPressed>
203 QuestHistoryEditBox_OnTabPressed();
204 </OnEnterPressed>
205 </Scripts>
206 <FontString inherits="GameFontHighlightSmall"/>
207 </EditBox>
208 </Ui>