mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Add theme installation. This relies on a modified server script so the themes site need to incorporate the changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14363 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
53fbd6d01d
commit
653b996828
9 changed files with 527 additions and 5 deletions
|
|
@ -30,12 +30,12 @@ SOURCES += rbutilqt.cpp \
|
|||
irivertools/irivertools.cpp \
|
||||
irivertools/md5sum.cpp \
|
||||
browsedirtree.cpp \
|
||||
installthemes.cpp \
|
||||
uninstall.cpp \
|
||||
uninstallwindow.cpp \
|
||||
browseof.cpp
|
||||
|
||||
HEADERS += rbutilqt.h \
|
||||
settings.h \
|
||||
install.h \
|
||||
httpget.h \
|
||||
configure.h \
|
||||
|
|
@ -64,6 +64,7 @@ HEADERS += rbutilqt.h \
|
|||
irivertools/h300sums.h \
|
||||
irivertools/checksums.h \
|
||||
browsedirtree.h \
|
||||
installthemes.h \
|
||||
uninstall.h \
|
||||
uninstallwindow.h \
|
||||
browseof.h
|
||||
|
|
@ -85,6 +86,7 @@ FORMS += rbutilqtfrm.ui \
|
|||
configurefrm.ui \
|
||||
browsedirtreefrm.ui \
|
||||
installtalkfrm.ui \
|
||||
installthemesfrm.ui \
|
||||
uninstallfrm.ui \
|
||||
browseoffrm.ui
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue