From 362f447ede988023951f85f86dc3e7c609fd5014 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 26 Jun 2012 00:24:58 +0200 Subject: Create dedicated backup dialog. The "Installation" dialog allows backing up the current installation by creating a zip file from the .rockbox folder since quite a while. However, this has the drawback that you need to update your build to create a backup, but creating a backup might be desireable in other cases as well (before updating themes, or just for backup reasons). Since the functionality is somewhat hidden it's also not obvious to users such a functionality exists (most users are likely to use the "Quick Start" instead). Implement backup functionality as dedicated dialog placed on the Uninstall tab. Rename the Uninstall tab to accommodate this. Change-Id: I1d2c6c8f646672d1b66bb442408fbfc2eeec700d --- rbutil/rbutilqt/gui/backupdialogfrm.ui | 142 +++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 rbutil/rbutilqt/gui/backupdialogfrm.ui (limited to 'rbutil/rbutilqt/gui/backupdialogfrm.ui') diff --git a/rbutil/rbutilqt/gui/backupdialogfrm.ui b/rbutil/rbutilqt/gui/backupdialogfrm.ui new file mode 100644 index 0000000000..5de61d1e91 --- /dev/null +++ b/rbutil/rbutilqt/gui/backupdialogfrm.ui @@ -0,0 +1,142 @@ + + + BackupDialog + + + + 0 + 0 + 554 + 448 + + + + Backup + + + + + + + + + :/icons/wizard.jpg + + + + + + + <html><head/><body><p>This dialog will create a backup by archiving the contents of the Rockbox installation on the player into a zip file. This will include installed themes and settings stored below the .rockbox folder on the player.</p><p>The backup filename will be created based on the installed version. </p></body></html> + + + true + + + + + + + Backup + + + + + + Size: unknown + + + + + + + Backup to: unknown + + + + + + + Qt::Horizontal + + + + 78 + 20 + + + + + + + + &Change + + + + :/icons/edit-find.png:/icons/edit-find.png + + + + + + + + + + Qt::Vertical + + + + 20 + 1 + + + + + + + + Qt::Horizontal + + + + 143 + 20 + + + + + + + + &Backup + + + + :/icons/go-next.png:/icons/go-next.png + + + + + + + &Cancel + + + + :/icons/process-stop.png:/icons/process-stop.png + + + + + + + buttonBackup + buttonCancel + + + + + + -- cgit v1.2.3