rockbox/rbutil/rbutilqt/base
Dominik Riebeling fa17cb904c 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
2012-06-26 20:11:41 +02:00
..
autodetection.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
autodetection.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
bootloaderinstallams.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
bootloaderinstallams.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
bootloaderinstallbase.cpp Fix bootloader zip extraction filename case sensitivity. 2012-06-23 12:10:56 +02:00
bootloaderinstallbase.h Support reading OF files from zip. 2012-01-15 23:32:15 +01:00
bootloaderinstallchinachip.cpp Extend return codes for chinachip_patch(). 2011-12-03 09:41:44 +00:00
bootloaderinstallchinachip.h Extend return codes for chinachip_patch(). 2011-12-03 09:41:44 +00:00
bootloaderinstallfile.cpp Check for bootloader file on device before copying. 2012-04-26 21:19:56 +02:00
bootloaderinstallfile.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
bootloaderinstallhelper.cpp Move bootloader class initialiation into helper. 2012-05-01 10:49:48 +02:00
bootloaderinstallhelper.h Move bootloader class initialiation into helper. 2012-05-01 10:49:48 +02:00
bootloaderinstallhex.cpp Check for existing firmware file on H100 / H300. 2012-04-10 20:37:29 +02:00
bootloaderinstallhex.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
bootloaderinstallimx.cpp Fix crash in mkimxboot bootloader installation. 2012-06-09 22:08:54 +02:00
bootloaderinstallimx.h Rockbox Utility: add support for mkimxboot bootloader. 2012-01-04 19:19:02 +00:00
bootloaderinstallipod.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
bootloaderinstallipod.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
bootloaderinstallmi4.cpp MI4 bootloader: check for copy result. 2012-04-26 22:01:33 +02:00
bootloaderinstallmi4.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
bootloaderinstallmpio.cpp Add missing class name to System Trace log. 2012-06-25 00:04:44 +02:00
bootloaderinstallmpio.h
bootloaderinstallsansa.cpp Add missing class name to System Trace log. 2012-06-25 00:04:44 +02:00
bootloaderinstallsansa.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
bootloaderinstalltcc.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
bootloaderinstalltcc.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
encoderbase.cpp Rockbox Utility: use libmp3lame for voice clips. 2012-01-08 11:50:04 +00:00
encoderbase.h Fix wrong includes. 2012-01-08 11:49:57 +00:00
encoderexe.cpp Split up encoders sources. 2012-01-06 19:19:32 +00:00
encoderexe.h Split up encoders sources. 2012-01-06 19:19:32 +00:00
encoderlame.cpp Add missing class name to System Trace log. 2012-06-25 00:04:44 +02:00
encoderlame.h libmp3lame encoder: don't retrieve settings for each run. 2012-04-06 17:00:48 +02:00
encoderrbspeex.cpp Separate default quality setting for encoders. 2012-01-29 22:55:18 +01:00
encoderrbspeex.h Separate default quality setting for encoders. 2012-01-29 22:55:18 +01:00
encttssettings.cpp
encttssettings.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
httpget.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
httpget.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
progressloggerinterface.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
rbsettings.cpp Rework Installation and remove Quick Start tab. 2012-06-26 20:11:41 +02:00
rbsettings.h Rework Installation and remove Quick Start tab. 2012-06-26 20:11:41 +02:00
rockboxinfo.cpp voicefont: make format version a parameter. 2012-06-05 23:24:54 +02:00
rockboxinfo.h voicefont: make format version a parameter. 2012-06-05 23:24:54 +02:00
serverinfo.cpp Move constructing manual URL to ServerInfo class. 2012-06-18 23:18:32 +02:00
serverinfo.h Move constructing manual URL to ServerInfo class. 2012-06-18 23:18:32 +02:00
system.cpp Fix unused-but-set warnings in helper functions. 2012-01-17 22:03:42 +01:00
system.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
systeminfo.cpp Show player picture left of device configuration. 2012-06-26 18:30:27 +02:00
systeminfo.h Show player picture left of device configuration. 2012-06-26 18:30:27 +02:00
talkfile.cpp Add missing class name to System Trace log. 2012-06-25 00:04:44 +02:00
talkfile.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
talkgenerator.cpp Add missing class name to System Trace log. 2012-06-25 00:04:44 +02:00
talkgenerator.h Remove multithreading support from voicefile creation. 2012-01-14 16:37:01 +01:00
ttsbase.cpp Remove espeak from TTS list on Windows. 2012-04-02 20:09:32 +02:00
ttsbase.h Move include to proper place and do some code police. 2012-06-12 20:11:20 +02:00
ttscarbon.cpp Carbon TTS: Fix a memory leak on read error. 2011-11-10 21:12:07 +00:00
ttscarbon.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
ttsexes.cpp flite: indicate end of options on command line. 2012-06-10 18:20:39 +02:00
ttsexes.h Centralize settings for executable based TTS systems. 2012-01-29 22:55:18 +01:00
ttsfestival.cpp Move include to proper place and do some code police. 2012-06-12 20:11:20 +02:00
ttsfestival.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
ttssapi.cpp Add missing class name to System Trace log. 2012-06-25 00:04:44 +02:00
ttssapi.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
uninstall.cpp Add missing class name to System Trace log. 2012-06-25 00:04:44 +02:00
uninstall.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
utils.cpp Don't try to resolve an empty path. 2012-05-11 22:07:34 +02:00
utils.h Check running processes at startup. 2012-01-22 22:26:01 +01:00
voicefile.cpp Rockbox Utility: support reading voice strings from target. 2012-06-09 23:39:57 +02:00
voicefile.h voicefont: make format version a parameter. 2012-06-05 23:24:54 +02:00
zipinstaller.cpp Rework Installation and remove Quick Start tab. 2012-06-26 20:11:41 +02:00
zipinstaller.h ZipIntaller: use file timestamp if version string is missing. 2012-05-23 21:10:38 +02:00
ziputil.cpp ZipUtil: check zip file external attributes for folder. 2012-05-31 20:44:45 +02:00
ziputil.h Use relative paths to quazip includes. 2012-01-29 22:55:18 +01:00