mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
rbtutilQt: incorporate the complete and small install into rbutil.cpp, remove the multiinstaller files..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14465 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
41f5afb886
commit
aabc1305bc
5 changed files with 218 additions and 455 deletions
|
|
@ -56,18 +56,36 @@ class RbUtilQt : public QMainWindow
|
|||
BootloaderInstaller* blinstaller;
|
||||
QUrl proxy(void);
|
||||
QMap<QString, QString> versmap;
|
||||
|
||||
volatile bool m_installed;
|
||||
volatile bool m_error;
|
||||
|
||||
private slots:
|
||||
void about(void);
|
||||
void configDialog(void);
|
||||
void updateDevice(void);
|
||||
void updateSettings(void);
|
||||
|
||||
void completeInstall(void);
|
||||
void smallInstall(void);
|
||||
void installdone(bool error);
|
||||
|
||||
void installBtn(void);
|
||||
bool installAuto(void);
|
||||
void install(void);
|
||||
void installBl(void);
|
||||
|
||||
void installBootloaderBtn(void);
|
||||
bool installBootloaderAuto(void);
|
||||
void installBootloader(void);
|
||||
|
||||
void installFontsBtn(void);
|
||||
bool installFontsAuto(void);
|
||||
void installFonts(void);
|
||||
|
||||
void installDoomBtn(void);
|
||||
bool installDoomAuto(void);
|
||||
void installDoom(void);
|
||||
|
||||
void createTalkFiles(void);
|
||||
void downloadDone(bool);
|
||||
void downloadDone(int, bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue