1
0
Fork 0
forked from len0rd/rockbox

Add support for installing release candidate builds.

Release candidates are now a third option in the installation window. Quick
start will still install the latest release.

Change-Id: I64e05160817263c5c4cb40cbdb4942149983e0ff
This commit is contained in:
Dominik Riebeling 2012-06-17 16:54:55 +02:00
parent cd1b6a1183
commit 74af18ebf5
3 changed files with 52 additions and 12 deletions

View file

@ -41,7 +41,6 @@ class InstallWindow : public QDialog
ProgressLoggerGui* logger;
QHttp *download;
QFile *target;
QString file;
ZipInstaller* installer;
QString m_backupName;
void resizeEvent(QResizeEvent*);
@ -53,6 +52,7 @@ class InstallWindow : public QDialog
private slots:
void setDetailsCurrent(bool);
void setDetailsStable(bool);
void setDetailsCandidate(bool);
void done(bool);
void changeBackupPath(void);
void backupCheckboxChanged(int state);