summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
2010-06-29Theme Editor: Beginning to work on conditional rendering, just made fix to ↵Robert Bieber1-8/+0
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-07Theme Editor: Changed default font to monospaced, changed organization for ↵Robert Bieber1-3/+3
the application to rockbox.org, moved tab bar in preferences dialog to the top of the window git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26677 a1c6a512-1295-4272-9138-f99709370657
2010-06-05Theme Editor: Enabled persistent window and panel locationsRobert Bieber1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26565 a1c6a512-1295-4272-9138-f99709370657
2010-06-04Theme Editor: Began implementing tabbingRobert Bieber1-14/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26541 a1c6a512-1295-4272-9138-f99709370657
2010-06-01Theme Editor: Put together a simple GUI to test going back and forth between ↵Robert Bieber1-11/+3
a tree view and a text edit box git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26455 a1c6a512-1295-4272-9138-f99709370657
2010-06-01Theme Editor: Made Viewport the top level parse tree element, along with a ↵Robert Bieber1-1/+5
bugfix to the tag parsing function git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26442 a1c6a512-1295-4272-9138-f99709370657
2010-05-31Theme Editor: Added extern C declarations to header filesRobert Bieber1-3/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26433 a1c6a512-1295-4272-9138-f99709370657
2010-05-30Theme Editor: Got a barely functional treeview in placeRobert Bieber1-12/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26401 a1c6a512-1295-4272-9138-f99709370657
2010-05-29Theme Editor: Got code generation tentatively working along with a solid C++ ↵Robert Bieber1-4/+11
tree structure for WPS parse trees git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26367 a1c6a512-1295-4272-9138-f99709370657
2010-05-27Theme Editor: Fixed a bug in the subline parser, added a LINE element to ↵Robert Bieber1-8/+6
contain logical lines, working on data model git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26337 a1c6a512-1295-4272-9138-f99709370657
2010-05-26Trying to implement QAbstractItemModel for parse trees, haven't got it ↵Robert Bieber1-1/+10
working yet (current state will spawn an empty treeview window) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26318 a1c6a512-1295-4272-9138-f99709370657
2010-05-25Added a README and a missing copyright header to the theme editor filesRobert Bieber1-0/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26293 a1c6a512-1295-4272-9138-f99709370657
2010-05-25Fixed some memory leaks in the theme editorRobert Bieber1-0/+31
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26292 a1c6a512-1295-4272-9138-f99709370657