summaryrefslogtreecommitdiff
path: root/utils/themeeditor/models (follow)
Commit message (Collapse)AuthorAge
...
* Theme Editor: Status bar no longer drawn by defaultRobert Bieber2010-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27263 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Removed some old hash code that caused viewer not to update ↵Robert Bieber2010-07-02
| | | | | | due to hash collisions. Made Vf and Vb tags attached to viewport definition eat newline at end of line' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27238 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Switched the last two parameters of the Vp tag back to their ↵Robert Bieber2010-07-02
| | | | | | 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
* Theme Editor: Switched the order of the last two arguments to %Vp in renderingRobert Bieber2010-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27233 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Renderer will not insert a newline at the end of a line if ↵Robert Bieber2010-07-02
| | | | | | 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
* Theme Editor: Altered tag table entry for %pb to make image optional, ↵Robert Bieber2010-07-02
| | | | | | implemented progress bar rendering in theme editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27229 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed line numbering bug in parser. Implemented playlist ↵Robert Bieber2010-07-01
| | | | | | 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
* Theme Editor: Renderer now adds a newline after EVERY logical line in the ↵Robert Bieber2010-07-01
| | | | | | parse tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27222 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed album art positioning bug, removed unneeded debug codeRobert Bieber2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27207 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made blank lines render newlines in the outputRobert Bieber2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27206 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed segfaulting conditional bugRobert Bieber2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27204 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented status bar enable/disableRobert Bieber2010-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27200 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added album art displayRobert Bieber2010-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27199 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented text alignmentRobert Bieber2010-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27191 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Stopped conditionals and sublines from triggering newlines and ↵Robert Bieber2010-06-29
| | | | | | 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
* Theme Editor: Implemented subline rendering, including conditional subline timesRobert Bieber2010-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27182 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented conditional rendering, most conditionals should ↵Robert Bieber2010-06-29
| | | | | | work correctly now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27169 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Beginning to work on conditional rendering, just made fix to ↵Robert Bieber2010-06-29
| | | | | | line following code to speed up horizontal scrolling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27168 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Rearranged and separated tag execution and rendering codeRobert Bieber2010-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27167 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added Show Viewports option to device configuration panel, ↵Robert Bieber2010-06-26
| | | | | | implemented simple rendering of info tags from device configuration git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27136 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Began integrating device configuration panel with rendererRobert Bieber2010-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27135 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed some compiler warnings and a segfault. Got some basic ↵Robert Bieber2010-06-25
| | | | | | 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
* Theme Editor: Added dummy font class and implemented font load tagRobert Bieber2010-06-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27096 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added rendering support for some more tagsRobert Bieber2010-06-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27094 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Removed some lingering debug codeRobert Bieber2010-06-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27086 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented %xd tag with subimagesRobert Bieber2010-06-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27085 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Working on image renderingRobert Bieber2010-06-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27083 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Began in implementing tag rendering, %X tag now recognizedRobert Bieber2010-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27043 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Reworked information passing among render functions, now loads ↵Robert Bieber2010-06-21
| | | | | | all viewports and shows Custom UI viewport in blue git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27026 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Working on rendering viewports, display will now show %V(...) ↵Robert Bieber2010-06-18
| | | | | | viewports as red rectangles over backdrop or background color git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26940 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Continuing work on rendering, skin preview will now show ↵Robert Bieber2010-06-17
| | | | | | backdrop or background color depending on config file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26900 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Working on renderer infrastructureRobert Bieber2010-06-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26878 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Moved source files into subdirectoriesRobert Bieber2010-06-17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26876 a1c6a512-1295-4272-9138-f99709370657