Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parser and...
commit06e6e55e2fe12368d4b9c12e9f3d8c28e39851c6
authorbieber <bieber@a1c6a512-1295-4272-9138-f99709370657>
Thu, 15 Jul 2010 06:24:11 +0000 (15 06:24 +0000)
committerbieber <bieber@a1c6a512-1295-4272-9138-f99709370657>
Thu, 15 Jul 2010 06:24:11 +0000 (15 06:24 +0000)
tree62439c56fa8a926b148c7a3cc843a0c60f3aac21
parent936fb27778969c56696538b303e374bf1de1b7bf
Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parser and adapt the Theme Editor to accomodate the change by Johnathan Gordon.  Fixed bug in the parser caused by the patch (error was thrown on zero value) and adapted tag rendering for new format

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27426 a1c6a512-1295-4272-9138-f99709370657
lib/skin_parser/skin_debug.c
lib/skin_parser/skin_parser.c
lib/skin_parser/skin_parser.h
lib/skin_parser/tag_table.c
lib/skin_parser/tag_table.h
utils/themeeditor/graphics/rbprogressbar.cpp
utils/themeeditor/graphics/rbviewport.cpp
utils/themeeditor/gui/devicestate.cpp
utils/themeeditor/models/parsetreemodel.cpp
utils/themeeditor/models/parsetreenode.cpp