Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes...
commitcc3e3a32d6b679de2720391ebfe9b42c3c17a656
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Fri, 29 Aug 2008 21:08:38 +0000 (29 21:08 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Fri, 29 Aug 2008 21:08:38 +0000 (29 21:08 +0000)
tree4c6a81187ccf065a5f296a903b9f7da88503e403
parentac88da583de940a35c57f01c7123243ac3e52979
Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18362 a1c6a512-1295-4272-9138-f99709370657
57 files changed:
apps/gui/wps_debug.c
apps/gui/wps_parser.c
apps/misc.c
apps/settings.h
docs/CREDITS
firmware/font.c
firmware/include/inttypes.h
firmware/include/time.h
firmware/mp3data.c
utils/wpseditor/README [new file with mode: 0644]
utils/wpseditor/TODO [new file with mode: 0644]
utils/wpseditor/gui/gui.pro [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/ColorCombo.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/ColorCombo.h [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/Property.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/Property.h [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyEditor.pro [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyEditorWidget.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyEditorWidget.h [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyModel.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyModel.h [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/QVariantDelegate.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/QPropertyEditor/QVariantDelegate.h [new file with mode: 0644]
utils/wpseditor/gui/src/main.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/qtrackstate.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/qtrackstate.h [new file with mode: 0644]
utils/wpseditor/gui/src/qwpsdrawer.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/qwpsdrawer.h [new file with mode: 0644]
utils/wpseditor/gui/src/qwpsdrawer_static.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/qwpseditorwindow.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/qwpseditorwindow.h [new file with mode: 0644]
utils/wpseditor/gui/src/qwpsstate.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/qwpsstate.h [new file with mode: 0644]
utils/wpseditor/gui/src/slider.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/slider.h [new file with mode: 0644]
utils/wpseditor/gui/src/utils.cpp [new file with mode: 0644]
utils/wpseditor/gui/src/utils.h [new file with mode: 0644]
utils/wpseditor/gui/ui/mainwindow.ui [new file with mode: 0644]
utils/wpseditor/gui/ui/slider.ui [new file with mode: 0644]
utils/wpseditor/libwps/Makefile [new file with mode: 0644]
utils/wpseditor/libwps/buildall.sh [new file with mode: 0644]
utils/wpseditor/libwps/cleanall.sh [new file with mode: 0644]
utils/wpseditor/libwps/src/api.c [new file with mode: 0644]
utils/wpseditor/libwps/src/api.h [new file with mode: 0644]
utils/wpseditor/libwps/src/defs.h [new file with mode: 0644]
utils/wpseditor/libwps/src/dummies.c [new file with mode: 0644]
utils/wpseditor/libwps/src/dummies.h [new file with mode: 0644]
utils/wpseditor/libwps/src/include/lang.h [new file with mode: 0644]
utils/wpseditor/libwps/src/include/rockboxlogo.h [new file with mode: 0644]
utils/wpseditor/libwps/src/include/sysfont.h [new file with mode: 0644]
utils/wpseditor/libwps/src/include/system-target.h [new file with mode: 0644]
utils/wpseditor/libwps/src/lcd.c [new file with mode: 0644]
utils/wpseditor/libwps/src/proxy.c [new file with mode: 0644]
utils/wpseditor/libwps/src/proxy.h [new file with mode: 0644]
utils/wpseditor/libwps/src/wpsstate.h [new file with mode: 0644]
utils/wpseditor/libwps/targets.txt [new file with mode: 0644]
utils/wpseditor/wpseditor.pro [new file with mode: 0644]