Robert Bieber
|
18a6f42f26
|
Theme Editor: Editor font/color settings are now applied to config documents
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27818 a1c6a512-1295-4272-9138-f99709370657
|
2010-08-15 01:50:27 +00:00 |
|
Robert Bieber
|
054a85fdca
|
Theme Editor: Added code generate/undo functionality to SkinViewer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27704 a1c6a512-1295-4272-9138-f99709370657
|
2010-08-05 00:43:33 +00:00 |
|
Robert Bieber
|
c216100f84
|
Theme Editor: Overhauled main window toolbar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27697 a1c6a512-1295-4272-9138-f99709370657
|
2010-08-04 17:56:00 +00:00 |
|
Robert Bieber
|
89c1a88dc8
|
Theme Editor: Recent documents/projects that no longer exist are now cleared from the menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27611 a1c6a512-1295-4272-9138-f99709370657
|
2010-07-29 07:38:01 +00:00 |
|
Robert Bieber
|
e1e51f9994
|
Theme Editor: Added recent docs/projects menus. Modified buildtargetdb.php 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
|
2010-07-25 21:16:37 +00:00 |
|
Robert Bieber
|
5297db9904
|
Theme Editor: Added interface for project export, exporting files to zip is still todo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27534 a1c6a512-1295-4272-9138-f99709370657
|
2010-07-23 21:15:15 +00:00 |
|
Robert Bieber
|
eb52a45a0c
|
Theme Editor: If a pr project specifies a valid #target value, its settings 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
|
2010-07-18 00:39:40 +00:00 |
|
Robert Bieber
|
4a46996922
|
Theme Editor: Integrated target db with project creation code. Now changing the target option in the New Project dialog will change the available options for wps documents, and the target id is stored in the new config file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27451 a1c6a512-1295-4272-9138-f99709370657
|
2010-07-17 00:35:54 +00:00 |
|
Robert Bieber
|
c272144867
|
Theme Editor: Added New Project feature
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27439 a1c6a512-1295-4272-9138-f99709370657
|
2010-07-15 21:39:09 +00:00 |
|
Robert Bieber
|
b76b6448a2
|
Theme Editor: Added Close Project feature
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27412 a1c6a512-1295-4272-9138-f99709370657
|
2010-07-14 05:06:42 +00:00 |
|
Robert Bieber
|
73a3747bc1
|
Theme Editor: Built a ui for the timer panel, not functional yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27353 a1c6a512-1295-4272-9138-f99709370657
|
2010-07-08 21:53:27 +00:00 |
|
Robert Bieber
|
de9ba10aab
|
Theme Editor: Made auto-expand/highlight of parse tree optional (through 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
|
2010-07-07 20:56:16 +00:00 |
|
Robert Bieber
|
6d609e009f
|
Theme Editor: Implemented caching for rendered text, added profiling info to 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-07 09:33:47 +00:00 |
|
Robert Bieber
|
a8bb62e6e2
|
Theme Editor: Made irrelevant menu items disabled at startup, made wrap-around search work in the find/replace dialog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27253 a1c6a512-1295-4272-9138-f99709370657
|
2010-07-03 06:53:06 +00:00 |
|
Robert Bieber
|
449a895372
|
Theme Editor: Beginning to work on conditional rendering, just made fix to 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-29 06:14:36 +00:00 |
|
Robert Bieber
|
be70fd89be
|
Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL library)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27137 a1c6a512-1295-4272-9138-f99709370657
|
2010-06-26 07:59:23 +00:00 |
|
Robert Bieber
|
c32728c91c
|
Theme Editor: Began integrating device configuration panel with renderer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27135 a1c6a512-1295-4272-9138-f99709370657
|
2010-06-26 05:18:21 +00:00 |
|
Robert Bieber
|
0db8bc4664
|
Theme Editor: Made the device configuration menu dockable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27128 a1c6a512-1295-4272-9138-f99709370657
|
2010-06-25 05:49:16 +00:00 |
|
Robert Bieber
|
273b9d6050
|
Theme Editor: Fixed some compiler warnings and a segfault. Got some basic 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-25 05:14:13 +00:00 |
|
Robert Bieber
|
1ae6ee263b
|
Theme Editor: Fixed some resource alias issues, implemented device 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-24 07:59:41 +00:00 |
|
Robert Bieber
|
58ad1e7c4b
|
Theme Editor: Began working on device status dialog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27097 a1c6a512-1295-4272-9138-f99709370657
|
2010-06-23 20:46:43 +00:00 |
|
Robert Bieber
|
75560845aa
|
Theme Editor: Working on renderer infrastructure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26878 a1c6a512-1295-4272-9138-f99709370657
|
2010-06-17 06:59:46 +00:00 |
|
Robert Bieber
|
ca564287ee
|
Theme Editor: Moved source files into subdirectories
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26876 a1c6a512-1295-4272-9138-f99709370657
|
2010-06-17 05:37:01 +00:00 |
|