summaryrefslogtreecommitdiff
path: root/utils/themeeditor/resources (follow)
Commit message (Collapse)AuthorAge
* Theme Editor: Added code generate/undo functionality to SkinViewerRobert Bieber2010-08-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27704 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Overhauled main window toolbarRobert Bieber2010-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27697 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Replaced zoom icons with modified Tango iconsRobert Bieber2010-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27696 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Switched playback icons to tango iconsRobert Bieber2010-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27695 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Modified buildtargetdb.php to read targets list from ↵Robert Bieber2010-07-30
| | | | | | tools/builds.pm using includetargets.pl git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27630 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Filled out the tagdb fileRobert Bieber2010-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27629 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made auto-complete functional and enabled it by default. ↵Robert Bieber2010-07-30
| | | | | | Added a small subset of the available tags to the tagdb file, filling it out is todo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27625 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Began implementing syntax highlighting. What I've ↵Robert Bieber2010-07-30
| | | | | | accomplished so far isn't particularly useful for anything other than testing, so at the moment it will only function if activated in the preferences dialog git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27624 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added recent docs/projects menus. Modified buildtargetdb.php ↵Robert Bieber2010-07-25
| | | | | | to add a do-not-modify warning to the top of its output, and generated a new targetdb file with the warning in place git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27564 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Filled out the targets table in buildtargetdb.php and ↵Robert Bieber2010-07-23
| | | | | | generated a new targetdb with it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27527 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: If a pr project specifies a valid #target value, its settings ↵Robert Bieber2010-07-18
| | | | | | are now loaded into the device configuration panel when the theme is loaded git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27476 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added target database, now populates combo box in new project ↵Robert Bieber2010-07-16
| | | | | | dialog but otherwise not used yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27450 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added optional plaintext editing for config filesRobert Bieber2010-07-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27415 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made %pv tag display bar and select from conditional branches ↵Robert Bieber2010-07-12
| | | | | | correctly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27398 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added RBTouchArea class. Touch areas on a theme can now be ↵Robert Bieber2010-07-10
| | | | | | displayed, but they're not clickable yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27369 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented timer panel functionality, added missing seconds ↵Robert Bieber2010-07-09
| | | | | | field to device control panel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27354 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Built a ui for the timer panel, not functional yetRobert Bieber2010-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27353 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Simplified clock tab in device control panel, now one set of ↵Robert Bieber2010-07-08
| | | | | | values controls all the cX tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27351 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented the song time (pS, pE, px, pc, etc.) in the device ↵Robert Bieber2010-07-08
| | | | | | configuration panel, all depending on one value for current time in song and one value for length of song git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27347 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Began working on special cases for device option panel. ↵Robert Bieber2010-07-08
| | | | | | Implemented path info for current and next file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27346 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made auto-expand/highlight of parse tree optional (through ↵Robert Bieber2010-07-07
| | | | | | preferences dialog), added Simulation Time variable to device config panel, subline alternation is now dependent on that rather than time in song git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27342 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Moved volume options in device configuration panelRobert Bieber2010-07-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27326 a1c6a512-1295-4272-9138-f99709370657
* Add Theme Editor application icon for WindowsDominik Riebeling2010-07-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27325 a1c6a512-1295-4272-9138-f99709370657
* Add Info.plist and application icon to Theme Editor on OS X.Dominik Riebeling2010-07-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27324 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added the built-in font to the project resourcesRobert Bieber2010-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27300 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Enabled conditional display of ID3/file info with checkbox on ↵Robert Bieber2010-07-05
| | | | | | the device panel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27296 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed bug that caused WPS skins without SBS parents not to ↵Robert Bieber2010-07-05
| | | | | | render their backdrops correctly. Added support for RTL-dependant text alignment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27295 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: SBS will now render underneath WPS, if both are present in projectRobert Bieber2010-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27265 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: 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: 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 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: 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: 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: Added a reset zoom button, made icons for all the zoom buttonsRobert Bieber2010-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27129 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added (I think) all of the tags to the device configuration windowRobert Bieber2010-06-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27121 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Removed dependency on lingering file from devicestate.cpp, ↵Robert Bieber2010-06-24
| | | | | | fixed formatting in device state panel, working on tag list for device panel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27116 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed some resource alias issues, implemented device ↵Robert Bieber2010-06-24
| | | | | | configuration panel that loads options from a text file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27102 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: Replaced line edits for key names with combo boxesRobert Bieber2010-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26868 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Got save/save-as functionality working and added Tango icons ↵Robert Bieber2010-06-05
| | | | | | to the toolbar git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26593 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added a window icon and made menus alt-navigableRobert Bieber2010-06-03
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26525 a1c6a512-1295-4272-9138-f99709370657