Mercurial > wow > buffalo2
comparison ObjectiveWidgets.xml @ 13:9455693fc290
Init
- recall XML display state on reload
ObjectiveFrame
- quest coloring by relative level
- quest coloring by daily/weekly/complete status
- remember starting scroll value between reload
- limit anchor points to edges for regions affected by style attributes
ObjectiveInfo
- AutoQuest outline definitions
- Pull Quest title and tag data in addition to WatchInfo
ObjectiveStyle
- ensure consistent style table
- hardcode certain attributes for sanity
XML
- ensure consistent naming conventions for heading and content elements
- ensure hardcore anchors are based on edges
- expansion of file structure to deal with complexities of dynamic widgets and style caching
ObjectiveUI
- determine primary style by block handler when restoring original style
- moved framescript to 'ObjectiveWidgets' lua
author | Nenue |
---|---|
date | Sat, 02 Apr 2016 17:46:52 -0400 |
parents | 8238cddaddb1 |
children | ed642234f017 |
comparison
equal
deleted
inserted
replaced
12:8238cddaddb1 | 13:9455693fc290 |
---|---|
59 Veneer.ObjectiveTracker.ReleaseWidget(self) | 59 Veneer.ObjectiveTracker.ReleaseWidget(self) |
60 </OnHide> | 60 </OnHide> |
61 </Scripts> | 61 </Scripts> |
62 <Layers> | 62 <Layers> |
63 <Layer level="OVERLAY"> | 63 <Layer level="OVERLAY"> |
64 <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont"> | 64 <FontString name="$parentStatusText" parentKey="status" inherits="VeneerCriteriaFont"> |
65 | 65 |
66 </FontString> | 66 </FontString> |
67 </Layer> | 67 </Layer> |
68 </Layers> | 68 </Layers> |
69 </Frame> | 69 </Frame> |
83 Veneer.ObjectiveTracker.ReleaseWidget(self) | 83 Veneer.ObjectiveTracker.ReleaseWidget(self) |
84 </OnHide> | 84 </OnHide> |
85 </Scripts> | 85 </Scripts> |
86 <Layers> | 86 <Layers> |
87 <Layer level="OVERLAY"> | 87 <Layer level="OVERLAY"> |
88 <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont"> | 88 <FontString name="$parentStatusText" parentKey="status" inherits="VeneerCriteriaFont"> |
89 | 89 |
90 </FontString> | 90 </FontString> |
91 </Layer> | 91 </Layer> |
92 </Layers> | 92 </Layers> |
93 </Frame> | 93 </Frame> |