summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/models
AgeCommit message (Collapse)AuthorFilesLines
2010-07-02Theme Editor: Switched the last two parameters of the Vp tag back to their ↵Robert Bieber1-9/+3
original orientation, made the playlist display the first half with ID3 info, the second half without, as if the list were mid-way through loading git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27234 a1c6a512-1295-4272-9138-f99709370657
2010-07-02Theme Editor: Switched the order of the last two arguments to %Vp in renderingRobert Bieber1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27233 a1c6a512-1295-4272-9138-f99709370657
2010-07-02Theme Editor: Renderer will not insert a newline at the end of a line if ↵Robert Bieber1-1/+7
it's the same line in the wps file as the viewport declaration, to avoid forcing the first line of text down past where it belongs if Vf and Vb are used. The parser should be modified to make this unnecessary, when a consensus can be reached on how to do it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27230 a1c6a512-1295-4272-9138-f99709370657
2010-07-02Theme Editor: Altered tag table entry for %pb to make image optional, ↵Robert Bieber1-0/+13
implemented progress bar rendering in theme editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27229 a1c6a512-1295-4272-9138-f99709370657
2010-07-01Theme Editor: Fixed line numbering bug in parser. Implemented playlist ↵Robert Bieber1-0/+7
display in renderer: playlist will use info for next track for all tracks other than the current track git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27227 a1c6a512-1295-4272-9138-f99709370657
2010-07-01Theme Editor: Renderer now adds a newline after EVERY logical line in the ↵Robert Bieber1-1/+1
parse tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27222 a1c6a512-1295-4272-9138-f99709370657
2010-07-01Theme Editor: Fixed album art positioning bug, removed unneeded debug codeRobert Bieber1-4/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27207 a1c6a512-1295-4272-9138-f99709370657
2010-07-01Theme Editor: Made blank lines render newlines in the outputRobert Bieber1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27206 a1c6a512-1295-4272-9138-f99709370657
2010-07-01Theme Editor: Fixed segfaulting conditional bugRobert Bieber1-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27204 a1c6a512-1295-4272-9138-f99709370657
2010-06-30Theme Editor: Implemented status bar enable/disableRobert Bieber1-0/+19
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27200 a1c6a512-1295-4272-9138-f99709370657
2010-06-30Theme Editor: Added album art displayRobert Bieber1-7/+35
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27199 a1c6a512-1295-4272-9138-f99709370657
2010-06-30Theme Editor: Implemented text alignmentRobert Bieber1-0/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27191 a1c6a512-1295-4272-9138-f99709370657
2010-06-29Theme Editor: Stopped conditionals and sublines from triggering newlines and ↵Robert Bieber2-5/+8
made combo boxes in config panel return text if not used in a conditional git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27184 a1c6a512-1295-4272-9138-f99709370657
2010-06-29Theme Editor: Implemented subline rendering, including conditional subline timesRobert Bieber2-0/+76
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27182 a1c6a512-1295-4272-9138-f99709370657
2010-06-29Theme Editor: Implemented conditional rendering, most conditionals should ↵Robert Bieber1-4/+74
work correctly now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27169 a1c6a512-1295-4272-9138-f99709370657
2010-06-29Theme Editor: Beginning to work on conditional rendering, just made fix to ↵Robert Bieber1-3/+6
line following code to speed up horizontal scrolling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27168 a1c6a512-1295-4272-9138-f99709370657
2010-06-29Theme Editor: Rearranged and separated tag execution and rendering codeRobert Bieber2-121/+137
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27167 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Theme Editor: Added Show Viewports option to device configuration panel, ↵Robert Bieber2-1/+14
implemented simple rendering of info tags from device configuration git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27136 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Theme Editor: Began integrating device configuration panel with rendererRobert Bieber2-4/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27135 a1c6a512-1295-4272-9138-f99709370657
2010-06-25Theme Editor: Fixed some compiler warnings and a segfault. Got some basic ↵Robert Bieber1-1/+5
text rendering working (only with plaintext elements, no font support yet) as well as Viewport background color support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27126 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Theme Editor: Added dummy font class and implemented font load tagRobert Bieber1-0/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27096 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Theme Editor: Added rendering support for some more tagsRobert Bieber1-0/+36
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27094 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Theme Editor: Removed some lingering debug codeRobert Bieber1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27086 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Theme Editor: Implemented %xd tag with subimagesRobert Bieber1-1/+28
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27085 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Theme Editor: Working on image renderingRobert Bieber1-1/+44
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27083 a1c6a512-1295-4272-9138-f99709370657
2010-06-22Theme Editor: Began in implementing tag rendering, %X tag now recognizedRobert Bieber3-0/+50
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27043 a1c6a512-1295-4272-9138-f99709370657
2010-06-21Theme Editor: Reworked information passing among render functions, now loads ↵Robert Bieber4-9/+34
all viewports and shows Custom UI viewport in blue git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27026 a1c6a512-1295-4272-9138-f99709370657
2010-06-18Theme Editor: Working on rendering viewports, display will now show %V(...) ↵Robert Bieber3-3/+43
viewports as red rectangles over backdrop or background color git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26940 a1c6a512-1295-4272-9138-f99709370657
2010-06-17Theme Editor: Continuing work on rendering, skin preview will now show ↵Robert Bieber1-4/+8
backdrop or background color depending on config file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26900 a1c6a512-1295-4272-9138-f99709370657
2010-06-17Theme Editor: Working on renderer infrastructureRobert Bieber3-1/+33
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26878 a1c6a512-1295-4272-9138-f99709370657
2010-06-17Theme Editor: Moved source files into subdirectoriesRobert Bieber6-0/+1068
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26876 a1c6a512-1295-4272-9138-f99709370657