rbutilQt: reworked bootloaderinstallation. removed the bootloaderinstalldialog, added a small dialog to ask for the original firmware, if you install a bootloader for a fwpatcher target.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14356 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2007-08-15 14:16:20 +00:00
parent 8897e8cdfd
commit 9789d303f2
12 changed files with 316 additions and 441 deletions

View file

@ -21,7 +21,6 @@ SOURCES += rbutilqt.cpp \
zip/unzip.cpp \
installzip.cpp \
installbootloader.cpp \
installbootloaderwindow.cpp \
progressloggergui.cpp \
installtalkwindow.cpp \
talkfile.cpp \
@ -32,7 +31,8 @@ SOURCES += rbutilqt.cpp \
irivertools/md5sum.cpp \
browsedirtree.cpp \
uninstall.cpp \
uninstallwindow.cpp
uninstallwindow.cpp \
browseof.cpp
HEADERS += rbutilqt.h \
settings.h \
@ -47,7 +47,6 @@ HEADERS += rbutilqt.h \
version.h \
installzip.h \
installbootloader.h \
installbootloaderwindow.h \
installtalkwindow.h \
talkfile.h \
autodetection.h \
@ -66,7 +65,8 @@ HEADERS += rbutilqt.h \
irivertools/checksums.h \
browsedirtree.h \
uninstall.h \
uninstallwindow.h
uninstallwindow.h \
browseof.h
# Needed by QT on Win
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher
@ -83,10 +83,10 @@ FORMS += rbutilqtfrm.ui \
installfrm.ui \
installprogressfrm.ui \
configurefrm.ui \
installbootloaderfrm.ui \
browsedirtreefrm.ui \
installtalkfrm.ui \
uninstallfrm.ui
uninstallfrm.ui \
browseoffrm.ui
RESOURCES += rbutilqt.qrc