summaryrefslogtreecommitdiff
path: root/utils/themeeditor/parsetreemodel.cpp (follow)
Commit message (Collapse)AuthorAge
* Theme Editor: Moved source files into subdirectoriesRobert Bieber2010-06-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26876 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Applied FS#11389, switched conditional elements to use tag ↵Robert Bieber2010-06-10
| | | | | | fields along with children, instead of holding the tag as the first child git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26751 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Changed anged error reporting method in parser, added error ↵Robert Bieber2010-06-07
| | | | | | messages to status bar in editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26672 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Began working on open document functionality (still ↵Robert Bieber2010-06-06
| | | | | | incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26609 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Mocked up most of the UI, added View menu items for all ↵Robert Bieber2010-06-03
| | | | | | dockable widgets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26520 a1c6a512-1295-4272-9138-f99709370657
* Changed build subdirectoryRobert Bieber2010-06-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26492 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Put together a simple GUI to test going back and forth between ↵Robert Bieber2010-06-01
| | | | | | a tree view and a text edit box git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26455 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made text and comments editable from a treeviewRobert Bieber2010-06-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26453 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Enabled editing tag parameters from a treeviewRobert Bieber2010-06-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26452 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Got a barely functional treeview in placeRobert Bieber2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26401 a1c6a512-1295-4272-9138-f99709370657
* Themeditor: Got the ParseTreeNode class in good shape, preparing to start on ↵Robert Bieber2010-05-30
| | | | | | ParseTreeModel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26400 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Got code generation tentatively working along with a solid C++ ↵Robert Bieber2010-05-29
| | | | | | tree structure for WPS parse trees git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26367 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed a bug in the subline parser, added a LINE element to ↵Robert Bieber2010-05-27
| | | | | | contain logical lines, working on data model git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26337 a1c6a512-1295-4272-9138-f99709370657
* Trying to implement QAbstractItemModel for parse trees, haven't got it ↵Robert Bieber2010-05-26
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