summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/themeeditor.pro
AgeCommit message (Collapse)AuthorFilesLines
2021-12-28themeeditor: Remove qmake project files.Dominik Riebeling1-221/+0
It is now part of building with cmake. Change-Id: I6e6317f3070311c7921f93a3ec44eefdd4f55baf
2020-09-04themeeditor: Get revision info from git.Dominik Riebeling1-6/+6
We're not using svn anymore. This isn't used, but at least try to get the right value. Change-Id: I66e726d28b504a0f15d5b6497a02963243ba466a
2020-09-03themeeditor: Make it compile with current Qt5.Dominik Riebeling1-1/+1
- Replace use of obsolete members with their replacements. - Fix type issue that requires explicitly creating the right object now. - Update project file to work with Qt5. Change-Id: I3af2b1520796e977e58c0a01e165c77c469a23b9
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-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
2010-08-12Theme Editor: Added a warning console to the renderer, but haven't made any ↵Robert Bieber1-3/+6
rendering classes use it yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27775 a1c6a512-1295-4272-9138-f99709370657
2010-08-06Theme Editor: Added coordinate display when moving mouse around preview windowRobert Bieber1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27738 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Theme Editor: Added code generate/undo functionality to SkinViewerRobert Bieber1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27704 a1c6a512-1295-4272-9138-f99709370657
2010-08-04Theme Editor: Overhauled main window toolbarRobert Bieber1-1/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27697 a1c6a512-1295-4272-9138-f99709370657
2010-08-03Theme Editor: Created the RBMovable abstract class for screen elements that ↵Robert Bieber1-2/+4
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-07-30Theme Editor: Began implementing syntax highlighting. What I've ↵Robert Bieber1-8/+10
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-28Theme Editor: Modified themeeditor.pro to call svnversion when qmake ↵Robert Bieber1-0/+6
executes and include the revision in the version number, if building in debug mode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27590 a1c6a512-1295-4272-9138-f99709370657
2010-07-26Theme Editor: Added ditor: Added a version number to the project fileRobert Bieber1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27581 a1c6a512-1295-4272-9138-f99709370657
2010-07-26Theme Editor: Changed binary name to rbthemeeditorRobert Bieber1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27580 a1c6a512-1295-4272-9138-f99709370657
2010-07-25Theme Editor: Added targetdb download to preferences dialog, fixed Cancel ↵Robert Bieber1-4/+6
button on FontDownloader git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27565 a1c6a512-1295-4272-9138-f99709370657
2010-07-25Theme Editor: fix building on Windows.Dominik Riebeling1-0/+2
The imported qtfindreplacedialog assumes getting compiled as library. Including the files directly causes problems on Windows because of its __declspec() handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27559 a1c6a512-1295-4272-9138-f99709370657
2010-07-23Theme Editor: Added interface for project export, exporting files to zip is ↵Robert Bieber1-3/+6
still todo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27534 a1c6a512-1295-4272-9138-f99709370657
2010-07-23Theme Editor: Switched back to Lorenzo Bettini's find/replace dialog (with ↵Robert Bieber1-9/+23
some modifications) as he changed the license to LGPL v2.1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27528 a1c6a512-1295-4272-9138-f99709370657
2010-07-21Support cross-compiling Theme Editor.Dominik Riebeling1-0/+10
Adjust project file with some quirks to make cross-compiling a Windows binary for the Theme Editor work. Only tested on Fedora 13, so might not work on other distributions without further modifications. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27512 a1c6a512-1295-4272-9138-f99709370657
2010-07-21Theme Editor: Implemented download and decompression of font pack in the ↵Robert Bieber1-4/+32
preferences dialog. Dialog will also allow the user to set a directory for a custom target database, but the update button doesn't work yet. Also fixed the file filters for open file/open project actions and resized the preferences dialog git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27509 a1c6a512-1295-4272-9138-f99709370657
2010-07-16Theme Editor: Added target database, now populates combo box in new project ↵Robert Bieber1-3/+6
dialog but otherwise not used yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27450 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Theme Editor: Added New Project featureRobert Bieber1-3/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27439 a1c6a512-1295-4272-9138-f99709370657
2010-07-14Theme Editor: Added optional plaintext editing for config filesRobert Bieber1-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27415 a1c6a512-1295-4272-9138-f99709370657
2010-07-10Theme Editor: Added RBTouchArea class. Touch areas on a theme can now be ↵Robert Bieber1-2/+4
displayed, but they're not clickable yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27369 a1c6a512-1295-4272-9138-f99709370657
2010-07-08Theme Editor: Built a ui for the timer panel, not functional yetRobert Bieber1-4/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27353 a1c6a512-1295-4272-9138-f99709370657
2010-07-07Theme Editor: Implemented caching for rendered text, added profiling info to ↵Robert Bieber1-2/+8
debug build, added a 500msec delay when rendering after code changes to prevent editor from hanging on large themes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27332 a1c6a512-1295-4272-9138-f99709370657
2010-07-07Theme Editor: Fixed rendering bug that caused text in sublines not to ↵Robert Bieber1-16/+21
appear, implemented a global font cache git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27331 a1c6a512-1295-4272-9138-f99709370657
2010-07-06Add Theme Editor application icon for WindowsDominik Riebeling1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27325 a1c6a512-1295-4272-9138-f99709370657
2010-07-06Add Info.plist and application icon to Theme Editor on OS X.Dominik Riebeling1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27324 a1c6a512-1295-4272-9138-f99709370657
2010-07-06Rework libskin_parser Makefile for OS X support.Dominik Riebeling1-5/+13
- add similar trickery that is used for the libraries used by Rockbox Utility to allow building as universal binary. - don't overwrite CC, we need to set this from outside for building OS X 10.4 compatible binaries. - extend Theme Editor project file to build 10.4 compatible binaries on OS X. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27323 a1c6a512-1295-4272-9138-f99709370657
2010-07-06Theme Editor: Rockbox FNT files now supported. Theme editor will currently ↵Robert Bieber1-2/+4
load fonts from the current project directory, or use the built-in font if they're not present git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27318 a1c6a512-1295-4272-9138-f99709370657
2010-07-03Theme Editor: Removed some old debug code in skindocument.cpp, began ↵Robert Bieber1-9/+5
implementing a new find/replace dialog, due to licensing issues git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27252 a1c6a512-1295-4272-9138-f99709370657
2010-07-02Theme Editor: Altered tag table entry for %pb to make image optional, ↵Robert Bieber1-2/+4
implemented progress bar rendering in theme editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27229 a1c6a512-1295-4272-9138-f99709370657
2010-06-30Theme Editor: Implemented status bar enable/disableRobert Bieber1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27200 a1c6a512-1295-4272-9138-f99709370657
2010-06-30Theme Editor: Added album art displayRobert Bieber1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27199 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Theme Editor: Added an edit menu with a find/replace function (copied from ↵Robert Bieber1-3/+10
an LGPL library) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27137 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Theme Editor: Fixed some resource alias issues, implemented device ↵Robert Bieber1-3/+3
configuration panel that loads options from a text file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27102 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Theme Editor: Began working on device status dialogRobert Bieber1-3/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27097 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Theme Editor: Added dummy font class and implemented font load tagRobert Bieber1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27096 a1c6a512-1295-4272-9138-f99709370657
2010-06-22Theme Editor: Began in implementing tag rendering, %X tag now recognizedRobert Bieber1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27043 a1c6a512-1295-4272-9138-f99709370657
2010-06-18Theme Editor: Working on rendering viewports, display will now show %V(...) ↵Robert Bieber1-2/+6
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-10/+12
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-17Move the skin parser to a seperate libraryJonathan Gordon1-12/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26877 a1c6a512-1295-4272-9138-f99709370657
2010-06-17Theme Editor: Moved source files into subdirectoriesRobert Bieber1-34/+40
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26876 a1c6a512-1295-4272-9138-f99709370657
2010-06-17Theme Editor: Began working on skin preview viewerRobert Bieber1-3/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26874 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Theme Editor: Changed color to colour in preferences. Made parse tree ↵Robert Bieber1-3/+7
viewer alternate line colors and auto-scroll/expand with cursor in editor window. Implemented TabContent abstract class so that more than just skin documents can be loaded in tabs. Made SkinDocument implement TabContent. Began implementing ConfigDocument for editing configuration files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26851 a1c6a512-1295-4272-9138-f99709370657
2010-06-14Theme Editor: Stripped out the sub-classes for ProjectModel and turned ↵Robert Bieber1-6/+2
ProjectModel into a list model, also replaced the project tree view with a list view git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26839 a1c6a512-1295-4272-9138-f99709370657
2010-06-10Theme Editor: Added project settings to the project panel viewRobert Bieber1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26737 a1c6a512-1295-4272-9138-f99709370657
2010-06-09Theme Editor: Working on the project viewer infrastructureRobert Bieber1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26714 a1c6a512-1295-4272-9138-f99709370657
2010-06-08Theme Editor: Began implementing classes to display project files and ↵Robert Bieber1-2/+4
settings in the project panel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26706 a1c6a512-1295-4272-9138-f99709370657