rockbox/rbutil/rbutilqt/base
Dominik Riebeling cd352d9052 rbutil: QString::split() changed with Qt 5.14.
Avoid a deprecated warning, and make it compile with Qt6, which removes
the old version.

Change-Id: Iaad10660a0c8bda9d7aa52ee250489ed135bd8a8
2020-08-16 12:15:14 +02:00
..
archiveutil.cpp Add support for CAB archives to rbutil 2013-11-04 23:00:23 +01:00
archiveutil.h Add support for CAB archives to rbutil 2013-11-04 23:00:23 +01:00
autodetection.cpp Fix crash when detecting a player in MTP mode. 2014-05-24 22:57:25 +02:00
autodetection.h Use function for updating detected device entry. 2013-09-30 23:42:21 +02:00
bootloaderinstallams.cpp rbutil: enable "done" signal on bootloader uninstall 2016-08-15 20:10:59 +02:00
bootloaderinstallams.h
bootloaderinstallbase.cpp rbutil: Fix Qt deprecated warnings. 2020-08-06 20:43:15 +02:00
bootloaderinstallbase.h rbutil: add abort signal for bootloader install/uninstall 2016-08-15 20:14:25 +02:00
bootloaderinstallbspatch.cpp rbutil: Add support for the xDuoo X3, X3ii, X20, and AGPTek Rocker. 2020-07-20 18:40:24 +00:00
bootloaderinstallbspatch.h rbutil: Add support for the xDuoo X3, X3ii, X20, and AGPTek Rocker. 2020-07-20 18:40:24 +00:00
bootloaderinstallchinachip.cpp
bootloaderinstallchinachip.h
bootloaderinstallfile.cpp rbutil: show progress bar during bootloader uninstall 2016-08-15 20:12:32 +02:00
bootloaderinstallfile.h
bootloaderinstallhelper.cpp rbutil: Add support for the xDuoo X3, X3ii, X20, and AGPTek Rocker. 2020-07-20 18:40:24 +00:00
bootloaderinstallhelper.h
bootloaderinstallhex.cpp rbutil: enable "done" signal on bootloader uninstall 2016-08-15 20:10:59 +02:00
bootloaderinstallhex.h
bootloaderinstallimx.cpp rbutil: enable "done" signal on bootloader uninstall 2016-08-15 20:10:59 +02:00
bootloaderinstallimx.h
bootloaderinstallipod.cpp rbutil: show progress bar during bootloader uninstall 2016-08-15 20:12:32 +02:00
bootloaderinstallipod.h
bootloaderinstallmi4.cpp rbutil: show progress bar during bootloader uninstall 2016-08-15 20:12:32 +02:00
bootloaderinstallmi4.h
bootloaderinstallmpio.cpp rbutil: enable "done" signal on bootloader uninstall 2016-08-15 20:10:59 +02:00
bootloaderinstallmpio.h
bootloaderinstalls5l.cpp rbutil: Use QElapsedTimer for measuring time. 2020-08-07 22:18:41 +02:00
bootloaderinstalls5l.h rbutil: Use QElapsedTimer for measuring time. 2020-08-07 22:18:41 +02:00
bootloaderinstallsansa.cpp rbutil: show progress bar during bootloader uninstall 2016-08-15 20:12:32 +02:00
bootloaderinstallsansa.h sansapatcher: move sectorbuf pointer into sansa_t structure. 2013-01-01 15:06:34 +01:00
bootloaderinstalltcc.cpp rbutil: enable "done" signal on bootloader uninstall 2016-08-15 20:10:59 +02:00
bootloaderinstalltcc.h
encoderbase.cpp
encoderbase.h
encoderexe.cpp rbutil: Fix various warnings. 2020-08-16 12:13:28 +02:00
encoderexe.h
encoderlame.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
encoderlame.h
encoderrbspeex.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
encoderrbspeex.h
encttssettings.cpp
encttssettings.h
httpget.cpp rbutil: Fix deprecation warnings. 2020-08-06 20:50:52 +02:00
httpget.h Add documentation to HttpGet and remove unnecessary return value. 2015-12-18 23:42:18 +01:00
mspackutil.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
mspackutil.h Add support for CAB archives to rbutil 2013-11-04 23:00:23 +01:00
progressloggerinterface.h
rbsettings.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
rbsettings.h Implement a first, simple changelog dialog. 2013-09-30 23:42:21 +02:00
rockboxinfo.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
rockboxinfo.h
serverinfo.cpp rbutil: Handle the new Retired target status. 2020-07-14 13:03:06 +00:00
serverinfo.h
system.cpp rbutil: Fix various warnings. 2020-08-16 12:13:28 +02:00
system.h rbutil: Fix various warnings. 2020-08-16 12:13:28 +02:00
systeminfo.cpp rbutil: extend game file installation 2019-10-31 19:03:30 -04:00
systeminfo.h rbutil: extend game file installation 2019-10-31 19:03:30 -04:00
talkfile.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
talkfile.h Correctly construct the path for talkfile generation. 2012-09-05 20:21:59 +02:00
talkgenerator.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
talkgenerator.h
ttsbase.cpp rbutil: Support 'espeak-ng' and 'mimic' TTS engines 2020-07-19 19:32:43 +00:00
ttsbase.h
ttscarbon.cpp Fix compile warning on OS X. 2016-03-27 12:38:17 +02:00
ttscarbon.h Factor out executable based TTS engines to separate subclasses. 2012-10-06 13:53:09 +02:00
ttsespeak.h Factor out executable based TTS engines to separate subclasses. 2012-10-06 13:53:09 +02:00
ttsespeakng.h rbutil: Support 'espeak-ng' and 'mimic' TTS engines 2020-07-19 19:32:43 +00:00
ttsexes.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
ttsexes.h Factor out executable based TTS engines to separate subclasses. 2012-10-06 13:53:09 +02:00
ttsfestival.cpp rbutil: QString::split() changed with Qt 5.14. 2020-08-16 12:15:14 +02:00
ttsfestival.h
ttsflite.h Factor out executable based TTS engines to separate subclasses. 2012-10-06 13:53:09 +02:00
ttsmimic.h rbutil: Support 'espeak-ng' and 'mimic' TTS engines 2020-07-19 19:32:43 +00:00
ttsmssp.h Fix a couple of warnings and remove an unused variable. 2012-10-06 13:53:09 +02:00
ttssapi.cpp rbutil: QString::split() changed with Qt 5.14. 2020-08-16 12:15:14 +02:00
ttssapi.h Make SAPI implementation more parametrizable. 2012-09-09 12:07:51 +02:00
ttssapi4.h Fix a couple of warnings and remove an unused variable. 2012-10-06 13:53:09 +02:00
ttsswift.h Factor out executable based TTS engines to separate subclasses. 2012-10-06 13:53:09 +02:00
uninstall.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
uninstall.h
utils.cpp rbutil: QString::split() changed with Qt 5.14. 2020-08-16 12:15:14 +02:00
utils.h rbutil: add function to suspend/resume processes 2019-10-28 00:09:35 -04:00
voicefile.cpp rbutil: Initial Qt6 support. 2020-08-16 12:14:02 +02:00
voicefile.h
zipinstaller.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
zipinstaller.h Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
ziputil.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
ziputil.h Add support for CAB archives to rbutil 2013-11-04 23:00:23 +01:00