summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor
AgeCommit message (Collapse)AuthorFilesLines
2011-11-06Convert one more file from DOS to UNIX.Torne Wuff1-132/+132
Missed one, oops. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30925 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff4-258/+258
For the git migration we want a nice clean repository with UNIX line endings. git does not use svn:eol-style, we just need the file contents to be sane. Sorry everybody. I know this messes up blame. Scumbag *NIX developer says migrating to git will make line ending issues go away; commits giant change to svn which changes line endings anyway. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30924 a1c6a512-1295-4272-9138-f99709370657
2011-05-29Theme Editor: add libskin_parser files to clean rule.Dominik Riebeling1-0/+4
Since those are created below the build folder but unknown to qmake the generated Makefile doesn't remove those. Explicitly add appropriate wildcards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29932 a1c6a512-1295-4272-9138-f99709370657
2011-03-20Theme Editor: Made touch area position relative to enclosing viewportsRobert Bieber3-4/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29618 a1c6a512-1295-4272-9138-f99709370657
2011-03-08Fix wrong theme base path when loading a wps.Dominik Riebeling1-1/+2
When loading a wps in the Theme Editor without having a theme cfg loaded the base path derived from it would be wrong. Make sure to start from the wps files folder when deriving it. Still assumes the wps file to be in the standard layout, i.e. in a folder called wps/. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29545 a1c6a512-1295-4272-9138-f99709370657
2011-03-05Theme Editor: make cross compiling on OS X work.Dominik Riebeling1-1/+1
The attempt to detect if building a fat library is necessary for libskin_parser makes cross compiling fail on OS X. Allow overriding the target platform for libskin_parser to fix that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29515 a1c6a512-1295-4272-9138-f99709370657
2011-01-22Theme Editor: Updated rendering code to accomodate new format for %xd tags, ↵Robert Bieber2-9/+63
including long names, numerical tile specification, tag-evaluating tile specification, and tile offset git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29107 a1c6a512-1295-4272-9138-f99709370657
2010-11-07Fix themeeditor building by correcting spelling of 'seperate'.Teruaki Kawashima2-6/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28528 a1c6a512-1295-4272-9138-f99709370657
2010-08-15Theme Editor: Changed playlist rendering to match new syntaxRobert Bieber3-60/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27819 a1c6a512-1295-4272-9138-f99709370657
2010-08-15Theme Editor: Editor font/color settings are now applied to config documentsRobert Bieber4-2/+50
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27818 a1c6a512-1295-4272-9138-f99709370657
2010-08-13Theme Editor: Added warning messages for missing resourcesRobert Bieber5-1/+28
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27803 a1c6a512-1295-4272-9138-f99709370657
2010-08-13Theme Editor: Enabled __list_icons__ special file name for %xl tagsRobert Bieber1-4/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27799 a1c6a512-1295-4272-9138-f99709370657
2010-08-13Theme Editor: Altered implementation of %ax tag so that viewport now simply ↵Robert Bieber1-12/+11
mirrors itself across the screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27798 a1c6a512-1295-4272-9138-f99709370657
2010-08-12Theme Editor: Implemented some basic viewport/text mirroring with the %ax tagRobert Bieber5-4/+27
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27795 a1c6a512-1295-4272-9138-f99709370657
2010-08-12Theme Editor: RTC tags will now display nothing if RTC is not available on ↵Robert Bieber1-0/+3
device git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27793 a1c6a512-1295-4272-9138-f99709370657
2010-08-12Theme Editor: Fixed a bug that prevented ID3 info tags from working ↵Robert Bieber1-5/+5
correctly in conditionals git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27792 a1c6a512-1295-4272-9138-f99709370657
2010-08-12Theme Editor: Added a warning console to the renderer, but haven't made any ↵Robert Bieber7-6/+212
rendering classes use it yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27775 a1c6a512-1295-4272-9138-f99709370657
2010-08-09Theme Editor: Co Used a more efficient/less error-prone system for rendering ↵Robert Bieber10-45/+71
SBS documents underneath WPS documents git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27765 a1c6a512-1295-4272-9138-f99709370657
2010-08-07Add NSIS installer script. Expects to find a static build of the Theme Editor.Dominik Riebeling2-0/+132
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27745 a1c6a512-1295-4272-9138-f99709370657
2010-08-06Theme Editor: Added coordinate display when moving mouse around preview windowRobert Bieber10-9/+130
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27738 a1c6a512-1295-4272-9138-f99709370657
2010-08-06Theme Editor: Restricted resizing/moving of graphical elements to integer ↵Robert Bieber1-6/+12
coordinates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27737 a1c6a512-1295-4272-9138-f99709370657
2010-08-06Theme Editor: Made default viewport non-interactive in skin preview. ↵Robert Bieber1-0/+4
Selecting and resizing the default viewport was causing lockups and segfaults git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27736 a1c6a512-1295-4272-9138-f99709370657
2010-08-06Theme Editor: Made progress bar display correctly when resized, fixed some ↵Robert Bieber3-0/+14
segfaults caused by editing SBS elements from a WPS document and then turning SBS rendering off git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27735 a1c6a512-1295-4272-9138-f99709370657
2010-08-06Theme Editor: Made SBS elements in WPS documents non-interactive, which ↵Robert Bieber3-3/+15
makes it a little more difficult to crash the editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27734 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Theme Editor: Implemented resizing in RBMovable subclasses. Implementation ↵Robert Bieber10-38/+249
is still somewhat crash-prone, but mostly works at this point git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27729 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Theme Editor: Made progress bars fully movable/savable from the preview panelRobert Bieber4-13/+46
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27726 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Theme Editor: Fixed bug that crashed conditionals nested in sublines, began ↵Robert Bieber3-2/+16
work on making progress bars implement RBMovable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27714 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Theme Editor: Implemented saveGeometry() in RBAlbumArtRobert Bieber4-6/+25
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27713 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Theme Editor: Stopped bug that caused segfault if SBS element was moved from ↵Robert Bieber2-6/+12
within a WPS preview git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27712 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Theme Editor: Fixed image positioning bug, implemented saveGeometry() in RBImageRobert Bieber3-9/+33
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27711 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Theme Editor: Fixed ParseTreeModel's paramChanged function to emit the ↵Robert Bieber1-2/+3
correct dataChanged range git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27709 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Theme Editor: Removed empty lines after comments in generated codeRobert Bieber1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27708 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Theme Editor: Added code generate/undo functionality to SkinViewerRobert Bieber15-39/+154
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27704 a1c6a512-1295-4272-9138-f99709370657
2010-08-04Theme Editor: Overhauled main window toolbarRobert Bieber12-17/+78
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27697 a1c6a512-1295-4272-9138-f99709370657
2010-08-04Theme Editor: Replaced zoom icons with modified Tango iconsRobert Bieber5-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27696 a1c6a512-1295-4272-9138-f99709370657
2010-08-04Theme Editor: Switched playback icons to tango iconsRobert Bieber8-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27695 a1c6a512-1295-4272-9138-f99709370657
2010-08-04Theme Editor: Began implementing code generation for movable viewportsRobert Bieber12-23/+104
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27691 a1c6a512-1295-4272-9138-f99709370657
2010-08-03Theme Editor: Created the RBMovable abstract class for screen elements that ↵Robert Bieber10-29/+166
can be moved around, began implementing it and making images, viewports, and album art children of it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27685 a1c6a512-1295-4272-9138-f99709370657
2010-08-03Theme Editor: Removed markup comments from CodeEditor files (it was ↵Robert Bieber5-35/+30
originally a Nokia example, so it was marked up with comments for their documentation), implemented the beginnings of drag and drop editing. Viewports are now movable, but don't invoke code generation yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27675 a1c6a512-1295-4272-9138-f99709370657
2010-08-03Theme Editor: Implemented Sx tag in rendererRobert Bieber1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27674 a1c6a512-1295-4272-9138-f99709370657
2010-08-02Theme Editor: SkinDocument class now checks file extension when loading a ↵Robert Bieber1-0/+15
document and sets the cs device setting accordingly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27673 a1c6a512-1295-4272-9138-f99709370657
2010-08-02Theme Editor: Added a default label to switch block in devicestate.cpp to be ↵Robert Bieber1-1/+1
safe git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27672 a1c6a512-1295-4272-9138-f99709370657
2010-08-02Theme Editor: Fixed rendering of %ca tagRobert Bieber1-2/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27671 a1c6a512-1295-4272-9138-f99709370657
2010-08-01themeeditor: fix buildRafaël Carré1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27661 a1c6a512-1295-4272-9138-f99709370657
2010-07-30Theme Editor: Modified buildtargetdb.php to read targets list from ↵Robert Bieber3-117/+339
tools/builds.pm using includetargets.pl git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27630 a1c6a512-1295-4272-9138-f99709370657
2010-07-30Theme Editor: Filled out the tagdb fileRobert Bieber1-1/+155
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27629 a1c6a512-1295-4272-9138-f99709370657
2010-07-30Theme Editor: Made auto-complete functional and enabled it by default. ↵Robert Bieber8-27/+174
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
2010-07-30Theme Editor: Began implementing syntax highlighting. What I've ↵Robert Bieber9-10/+282
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
2010-07-29Theme Editor: Recent documents/projects that no longer exist are now cleared ↵Robert Bieber1-1/+11
from the menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27611 a1c6a512-1295-4272-9138-f99709370657
2010-07-29Theme Editor: Project Exporter will not check for internal settings keys as ↵Robert Bieber1-1/+2
files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27610 a1c6a512-1295-4272-9138-f99709370657