Theme Editor: Implemented download and decompression of font pack in the preferences...
commit9d9d0876c4ef86bacf326683df845b7cebea8665
authorbieber <bieber@a1c6a512-1295-4272-9138-f99709370657>
Wed, 21 Jul 2010 07:45:29 +0000 (21 07:45 +0000)
committerbieber <bieber@a1c6a512-1295-4272-9138-f99709370657>
Wed, 21 Jul 2010 07:45:29 +0000 (21 07:45 +0000)
treeba7bbf82a8ca0852deee158068330365f0f97e97
parentf528b722fc4d4354e5f6d7ae1e0caf306f4109b9
Theme Editor: Implemented download and decompression of font pack in the preferences dialog.  Dialog will also allow the user to set a directory for a custom target database, but the update button doesn't work yet.  Also fixed the file filters for open file/open project actions and resized the preferences dialog

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27509 a1c6a512-1295-4272-9138-f99709370657
29 files changed:
utils/themeeditor/gui/fontdownloader.cpp [new file with mode: 0644]
utils/themeeditor/gui/fontdownloader.h [copied from utils/themeeditor/gui/preferencesdialog.h with 52% similarity]
utils/themeeditor/gui/fontdownloader.ui [new file with mode: 0644]
utils/themeeditor/gui/preferencesdialog.cpp
utils/themeeditor/gui/preferencesdialog.h
utils/themeeditor/gui/preferencesdialog.ui
utils/themeeditor/gui/skindocument.h
utils/themeeditor/models/projectmodel.h
utils/themeeditor/models/targetdata.cpp
utils/themeeditor/models/targetdata.h
utils/themeeditor/quazip/LICENSE.GPL [new file with mode: 0644]
utils/themeeditor/quazip/README.ROCKBOX [new file with mode: 0644]
utils/themeeditor/quazip/crypt.h [new file with mode: 0644]
utils/themeeditor/quazip/ioapi.c [new file with mode: 0644]
utils/themeeditor/quazip/ioapi.h [new file with mode: 0644]
utils/themeeditor/quazip/quazip.cpp [new file with mode: 0644]
utils/themeeditor/quazip/quazip.h [new file with mode: 0644]
utils/themeeditor/quazip/quazipfile.cpp [new file with mode: 0644]
utils/themeeditor/quazip/quazipfile.h [new file with mode: 0644]
utils/themeeditor/quazip/quazipfileinfo.h [new file with mode: 0644]
utils/themeeditor/quazip/quazipnewinfo.cpp [new file with mode: 0644]
utils/themeeditor/quazip/quazipnewinfo.h [new file with mode: 0644]
utils/themeeditor/quazip/unzip.c [new file with mode: 0644]
utils/themeeditor/quazip/unzip.h [new file with mode: 0644]
utils/themeeditor/quazip/zip.c [new file with mode: 0644]
utils/themeeditor/quazip/zip.h [new file with mode: 0644]
utils/themeeditor/themeeditor.pro
utils/themeeditor/zlib/zconf.h [new file with mode: 0644]
utils/themeeditor/zlib/zlib.h [new file with mode: 0644]