Create dedicated backup dialog.
commit362f447ede988023951f85f86dc3e7c609fd5014
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Mon, 25 Jun 2012 22:24:58 +0000 (26 00:24 +0200)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Tue, 26 Jun 2012 16:30:27 +0000 (26 18:30 +0200)
treecf26486dc8f62a25590a88e87f40e62645e5a5e0
parent8cc46fb01cc86c25e580400b6c2d6cc38665843d
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/base/rbsettings.cpp
rbutil/rbutilqt/base/rbsettings.h
rbutil/rbutilqt/gui/backupdialog.cpp [new file with mode: 0644]
rbutil/rbutilqt/gui/backupdialog.h [new file with mode: 0644]
rbutil/rbutilqt/gui/backupdialogfrm.ui [new file with mode: 0644]
rbutil/rbutilqt/icons/package-x-generic.png
rbutil/rbutilqt/rbutilqt.cpp
rbutil/rbutilqt/rbutilqt.h
rbutil/rbutilqt/rbutilqt.pri
rbutil/rbutilqt/rbutilqtfrm.ui