Rework Installation and remove Quick Start tab.
commitfa17cb904c270e8227c0446bee4b51789eb5bb8c
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Tue, 26 Jun 2012 16:41:25 +0000 (26 18:41 +0200)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Tue, 26 Jun 2012 18:11:41 +0000 (26 20:11 +0200)
tree97069aa4d4062ed710442cb119a10cae6d2e1351
parent9b783bc1050d9288e5392cb1eb90dcde2401f8bb
Rework Installation and remove Quick Start tab.

The Quick Start tab turned out to be used a lot but not explaining what its
functionality actually does, leading to various amount of confusion. The Quick
Start tab and its functionality have been completely removed.

As replacement the reworked Installation tab now includes both the entries from
the old Installation tab (Bootloader and Rockbox) and the Extras tab (Fonts,
Themes, Game files). Each of the items can be enabled or disabled individually,
and the selection is saved in the configuration. The only exception is the
bootloader option, since installing the bootloader is only needed once. To help
with this the bootloader checkbox is automatically enabled if no Rockbox
installation is found, and disabled if one is found. While it would be nicer to
check if the bootloader is actually installed this is not possible for various
players so the implementation simply relies on a Rockbox installation.

This should also make it much easier to update an existing installation.

Current limitations:
- the selected themes are not saved.
- it is not possible to detect if the target has the plugins that require
  additional game files prior to installation. Thus the "Game files" option is
  available for all targets but simply skipped if the plugins are not found.

Change-Id: I1929bb7045e382fcbba431cca057d3121607d3a9
13 files changed:
rbutil/rbutilqt/base/rbsettings.cpp
rbutil/rbutilqt/base/rbsettings.h
rbutil/rbutilqt/base/zipinstaller.cpp
rbutil/rbutilqt/gui/selectiveinstallwidget.cpp [new file with mode: 0644]
rbutil/rbutilqt/gui/selectiveinstallwidget.h [new file with mode: 0644]
rbutil/rbutilqt/gui/selectiveinstallwidgetfrm.ui [new file with mode: 0644]
rbutil/rbutilqt/installwindow.cpp [deleted file]
rbutil/rbutilqt/installwindow.h [deleted file]
rbutil/rbutilqt/installwindowfrm.ui [deleted file]
rbutil/rbutilqt/rbutilqt.cpp
rbutil/rbutilqt/rbutilqt.h
rbutil/rbutilqt/rbutilqt.pri
rbutil/rbutilqt/rbutilqtfrm.ui