Theme Editor: Implemented a flags column in the tag table, removed the \n flag at the end of the param list and replaced it with a NOBREAK flag to prevent the renderer from inserting a line break at the end of the line. Modified the theme editor's renderer to accomodate this flag

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27268 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-07-04 01:39:57 +00:00
parent d4e7ab7a93
commit 32ff4e93bd
5 changed files with 171 additions and 189 deletions

View file

@ -79,6 +79,7 @@ private:
QList<ParseTreeNode*> children;
static int openConditionals;
static bool breakFlag;
QGraphicsItem* rendered;
};