rockbox/utils/themeeditor
2010-06-06 03:35:40 +00:00
..
resources Theme Editor: Got save/save-as functionality working and added Tango icons to the toolbar 2010-06-05 19:47:49 +00:00
editorwindow.cpp Theme Editor: Began working on open document functionality (still incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug 2010-06-06 03:35:40 +00:00
editorwindow.h Theme Editor: Began working on open document functionality (still incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug 2010-06-06 03:35:40 +00:00
editorwindow.ui Theme Editor: Added code generation with tabs 2010-06-06 02:11:04 +00:00
main.cpp Theme Editor: Enabled persistent window and panel locations 2010-06-05 07:14:03 +00:00
parsetreemodel.cpp Theme Editor: Began working on open document functionality (still incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug 2010-06-06 03:35:40 +00:00
parsetreemodel.h Changed build subdirectory 2010-06-02 20:36:30 +00:00
parsetreenode.cpp Changed build subdirectory 2010-06-02 20:36:30 +00:00
parsetreenode.h Changed build subdirectory 2010-06-02 20:36:30 +00:00
README
resources.qrc Theme Editor: Got save/save-as functionality working and added Tango icons to the toolbar 2010-06-05 19:47:49 +00:00
skin_debug.c
skin_debug.h
skin_parser.c Theme Editor: Began working on open document functionality (still incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug 2010-06-06 03:35:40 +00:00
skin_parser.h
skin_scan.c
skin_scan.h
skindocument.cpp Theme Editor: Began working on open document functionality (still incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug 2010-06-06 03:35:40 +00:00
skindocument.h Theme Editor: Began working on open document functionality (still incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug 2010-06-06 03:35:40 +00:00
skinhighlighter.cpp Theme Editor: Added missing copyright headers 2010-06-03 20:53:42 +00:00
skinhighlighter.h Theme Editor: Added missing copyright headers 2010-06-03 20:53:42 +00:00
symbols.h
tag_table.c
tag_table.h
themeeditor.pro Theme Editor: Got save/save-as functionality working and added Tango icons to the toolbar 2010-06-05 19:47:49 +00:00

/***************************************************************************
 *             __________               __   ___.
 *   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
 *   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
 *   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
 *   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
 *                     \/            \/     \/    \/            \/
 * $Id$
 *
 * Copyright (C) 2010 Robert Bieber
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
 * KIND, either express or implied.
 *
 ****************************************************************************/

To build the theme editor, you will need a Qt development environment with the
Qt core and GUI libraries and qmake, along with standard C and C++ compilers
and libraries.  To compile, cd to the source directory and run the "qmake"
command followed by "make".  This will produce the binary "themeeditor".  At the
moment, this simply prints a text debug tree.  Soon, it will launch a GUI
application.