rockbox/rbutil/rbutilqt
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
..
base Rework Installation and remove Quick Start tab. 2012-06-26 20:11:41 +02:00
gui Rework Installation and remove Quick Start tab. 2012-06-26 20:11:41 +02:00
icons Show player picture left of device configuration. 2012-06-26 18:30:27 +02:00
irivertools Completely rework the bootloader installation class: 2008-09-28 17:02:36 +00:00
lame Rockbox Utility: use libmp3lame for voice clips. 2012-01-08 11:50:04 +00:00
lang Rockbox Utility: update french translation 2012-02-26 15:59:46 +01:00
msvc MSVC: fix error in README and update librbspeex build folder. 2012-01-06 19:29:29 +00:00
quazip QuaZip: change the order of void-casts. 2011-12-07 20:13:18 +00:00
test Extend ServerInfo unit test for manual URL. 2012-06-18 23:18:32 +02:00
zlib Set svn:eol-style on files from the rbutil directory and its subdirectories. 2008-05-11 17:21:14 +00:00
aboutbox.ui Update copyright information for 2012. 2012-01-14 13:06:34 +01:00
comboboxviewdelegate.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
comboboxviewdelegate.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
configure.cpp Only update mountpoint on Accept when empty. 2012-04-30 22:11:49 +02:00
configure.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
configurefrm.ui Voicefile generation: implement string corrections. 2011-10-01 19:48:58 +00:00
createvoicefrm.ui Improve voice creation window a bit. 2012-06-13 22:42:32 +02:00
createvoicewindow.cpp Improve voice creation window a bit. 2012-06-13 22:42:32 +02:00
createvoicewindow.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
encttscfggui.cpp Remove BrowseDirTree. 2011-07-16 08:51:02 +00:00
encttscfggui.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
Info.plist Bump version to 1.2.14. 2012-06-03 20:51:37 +02:00
INSTALL Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
installtalkfrm.ui Save all settings in talkfile dialog. 2012-06-14 22:54:30 +02:00
installtalkwindow.cpp Add missing class name to System Trace log. 2012-06-25 00:04:44 +02:00
installtalkwindow.h Save all settings in talkfile dialog. 2012-06-14 22:54:30 +02:00
langstats.py langstat: update for git. 2012-04-29 11:48:07 +02:00
main.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
preview.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
preview.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
previewfrm.ui rbutilQt: fix the installing of release builds (archos only). 2007-08-26 11:34:32 +00:00
progressloggerfrm.ui Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... 2009-08-16 19:46:41 +00:00
progressloggergui.cpp Add missing class name to System Trace log. 2012-06-25 00:04:44 +02:00
progressloggergui.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
rbutil.ini Show player picture left of device configuration. 2012-06-26 18:30:27 +02:00
rbutilqt-lang.qrc Remove turkish from the languages bundled in the binary. The translation is broken on file level (all non-ASCII characters are broken). 2010-02-11 22:26:38 +00:00
rbutilqt-win.qrc move w32-specific resources to a separate file to prevent building them on other platforms. Use an alias in the resource file to remove the need of copying the file. 2007-12-17 21:35:25 +00:00
rbutilqt.cpp Rework Installation and remove Quick Start tab. 2012-06-26 20:11:41 +02:00
rbutilqt.h Rework Installation and remove Quick Start tab. 2012-06-26 20:11:41 +02:00
rbutilqt.manifest Correct filename in manifest. 2012-02-19 18:54:02 +01:00
rbutilqt.pri Rework Installation and remove Quick Start tab. 2012-06-26 20:11:41 +02:00
rbutilqt.pro Windows: always define UNICODE. 2012-05-14 23:39:17 +02:00
rbutilqt.qrc Show player picture left of device configuration. 2012-06-26 18:30:27 +02:00
rbutilqt.rc Set svn:eol-style on files from the rbutil directory and its subdirectories. 2008-05-11 17:21:14 +00:00
rbutilqtfrm.ui Rework Installation and remove Quick Start tab. 2012-06-26 20:11:41 +02:00
sysinfo.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
sysinfo.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
sysinfofrm.ui Show cluster size in System Info dialog. 2011-07-26 20:54:49 +00:00
systrace.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
systrace.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
systracefrm.ui Save System Trace on exit and allow easy retrieval after restart. 2010-03-23 22:07:17 +00:00
themesinstallfrm.ui Update ui files to use converted bitmap. 2011-10-01 19:16:31 +00:00
themesinstallwindow.cpp Separate select and install parts in themes install window. 2012-06-26 18:30:27 +02:00
themesinstallwindow.h Separate select and install parts in themes install window. 2012-06-26 18:30:27 +02:00
uninstallfrm.ui Update ui files to use converted bitmap. 2011-10-01 19:16:31 +00:00
uninstallwindow.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
uninstallwindow.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
version.h Bump version to 1.2.14. 2012-06-03 20:51:37 +02:00