forked from len0rd/rockbox
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:
parent
8897e8cdfd
commit
9789d303f2
12 changed files with 316 additions and 441 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include "httpget.h"
|
||||
#include "installzip.h"
|
||||
#include "progressloggergui.h"
|
||||
#include "installbootloader.h"
|
||||
|
||||
class RbUtilQt : public QMainWindow
|
||||
{
|
||||
|
|
@ -49,6 +50,7 @@ class RbUtilQt : public QMainWindow
|
|||
void updateManual(void);
|
||||
ProgressLoggerGui *logger;
|
||||
ZipInstaller *installer;
|
||||
BootloaderInstaller* blinstaller;
|
||||
|
||||
private slots:
|
||||
void about(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue