rockbox/utils/rbutilqt/base
Solomon Peachy 390d17893f rbutil: Rework TTS classes to use a stringlist for arguments
Instead of passing the entire cmdline as a single string that was
treated as the exectuable name on some platforms

Change-Id: Ic4f043a3a48e1b1bfab82bbfa8983c2d224606ec
2026-07-09 15:00:20 -04:00
..
archiveutil.cpp
archiveutil.h
autodetection.cpp rbutilqt: Replace deprecated macro Q_OS_MACX with Q_OS_MACOS 2026-06-29 16:53:48 -04:00
autodetection.h rbutil: Minor code cleanup. 2022-03-20 20:14:21 +01:00
bootloaderinstallams.cpp rbutil: http:// -> https:// for all displayed Rockbox URLs. 2025-04-05 13:58:56 -04:00
bootloaderinstallams.h
bootloaderinstallbase.cpp rbutilqt: Replace deprecated macro Q_OS_MACX with Q_OS_MACOS 2026-06-29 16:53:48 -04:00
bootloaderinstallbase.h rbutilqt: Replace deprecated macro Q_OS_MACX with Q_OS_MACOS 2026-06-29 16:53:48 -04:00
bootloaderinstallbspatch.cpp rbutil: http:// -> https:// for all displayed Rockbox URLs. 2025-04-05 13:58:56 -04:00
bootloaderinstallbspatch.h
bootloaderinstallchinachip.cpp rbutil: http:// -> https:// for all displayed Rockbox URLs. 2025-04-05 13:58:56 -04:00
bootloaderinstallchinachip.h
bootloaderinstallfile.cpp
bootloaderinstallfile.h rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
bootloaderinstallhelper.cpp rbutil: Add erosqnative 2024-09-24 10:48:58 -04:00
bootloaderinstallhelper.h rbutil: Add erosqnative 2024-09-24 10:48:58 -04:00
bootloaderinstallhex.cpp rbutil: http:// -> https:// for all displayed Rockbox URLs. 2025-04-05 13:58:56 -04:00
bootloaderinstallhex.h
bootloaderinstallimx.cpp manual: Correct dead links for Sandisk Fuze+ firmware download 2026-04-03 17:33:08 -04:00
bootloaderinstallimx.h
bootloaderinstallipod.cpp rbutilqt: Replace insecure sprintf() with snprintf() 2026-06-29 17:41:06 -04:00
bootloaderinstallipod.h
bootloaderinstallmi4.cpp
bootloaderinstallmi4.h rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
bootloaderinstallmpio.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
bootloaderinstallmpio.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
bootloaderinstalls5l.cpp
bootloaderinstalls5l.h
bootloaderinstallsansa.cpp rbutilqt: Replace insecure sprintf() with snprintf() 2026-06-29 17:41:06 -04:00
bootloaderinstallsansa.h
bootloaderinstalltcc.cpp rbutil: http:// -> https:// for all displayed Rockbox URLs. 2025-04-05 13:58:56 -04:00
bootloaderinstalltcc.h
encoderbase.cpp
encoderbase.h
encoderexe.cpp
encoderexe.h
encoderlame.cpp rbutilqt: Replace deprecated macro Q_OS_MACX with Q_OS_MACOS 2026-06-29 16:53:48 -04:00
encoderlame.h
encoderrbspeex.cpp
encoderrbspeex.h
encttssettings.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
encttssettings.h rbutil: Fix TTS "waiting for engine" appearing randomly. 2022-03-20 10:00:25 +01:00
httpget.cpp rbutil: Eliminate more pre-QT6 workarounds 2026-06-26 21:38:57 -04:00
httpget.h rbutil: Handle SSL certificate errors on first request. 2022-03-19 16:57:41 +01:00
mspackutil.cpp rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
mspackutil.h rbutil: Fix some more issues found by clazy. 2021-12-28 17:57:04 +01:00
playerbuildinfo.cpp rbutil: Eliminate more pre-QT6 workarounds 2026-06-26 21:38:57 -04:00
playerbuildinfo.h rbutilqt: Clarify if a setting comes from rbutil.ini or build-info 2026-06-20 12:57:11 -04:00
progressloglevels.h rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
rbsettings.cpp rbutilqt: Replace deprecated macro Q_OS_MACX with Q_OS_MACOS 2026-06-29 16:53:48 -04:00
rbsettings.h rbutil: path suffix support for devices with non-standard paths 2025-12-31 21:11:10 -05:00
rockboxinfo.cpp rbutil: Simplify reading rockbox-info.txt. 2021-12-25 17:47:14 +01:00
rockboxinfo.h
system.cpp rbutil: Fix up the last of the windows-specific compile warnings. 2026-07-05 09:59:48 -04:00
system.h rbutilqt: Add missing 'Q_OBJECT' macros to three classes 2025-05-09 07:51:16 -04:00
talkfile.cpp rbutil: more path suffix support 2026-01-02 22:41:03 -05:00
talkfile.h rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
talkgenerator.cpp rbutil: Pull voice-corrections.txt out of voicestrings.zip 2025-05-09 09:26:14 -04:00
talkgenerator.h rbutil: Pull voice-corrections.txt out of voicestrings.zip 2025-05-09 09:26:14 -04:00
ttsbase.cpp rbutil: Delete the long-disabled and very obsolete SAPI4 TTS code 2026-07-09 14:58:37 -04:00
ttsbase.h rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttscarbon.cpp rbutilqt: Add error handling to TTSCarbon::generateSettings() 2026-06-29 21:16:19 -04:00
ttscarbon.h rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttsespeak.h rbutil: Rework TTS classes to use a stringlist for arguments 2026-07-09 15:00:20 -04:00
ttsespeakng.h rbutil: Rework TTS classes to use a stringlist for arguments 2026-07-09 15:00:20 -04:00
ttsexes.cpp rbutil: Rework TTS classes to use a stringlist for arguments 2026-07-09 15:00:20 -04:00
ttsexes.h rbutil: Rework TTS classes to use a stringlist for arguments 2026-07-09 15:00:20 -04:00
ttsfestival.cpp rbutil: Eliminate more pre-QT6 workarounds 2026-06-26 21:38:57 -04:00
ttsfestival.h rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttsflite.h rbutil: Rework TTS classes to use a stringlist for arguments 2026-07-09 15:00:20 -04:00
ttsmimic.h rbutil: Rework TTS classes to use a stringlist for arguments 2026-07-09 15:00:20 -04:00
ttsmssp.h rbutil: Rework TTS classes to use a stringlist for arguments 2026-07-09 15:00:20 -04:00
ttssapi.cpp rbutil: Rework TTS classes to use a stringlist for arguments 2026-07-09 15:00:20 -04:00
ttssapi.h rbutil: Rework TTS classes to use a stringlist for arguments 2026-07-09 15:00:20 -04:00
ttsswift.h rbutil: Rework TTS classes to use a stringlist for arguments 2026-07-09 15:00:20 -04:00
uninstall.cpp rbutil: more path suffix support 2026-01-02 22:41:03 -05:00
uninstall.h rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
utils.cpp rbutilqt: Simplify Utils::mountpoints() using QStorageInfo 2026-07-08 03:16:28 +03:00
utils.h rbutilqt: Remove Utils::filesystemSize() 2026-07-08 03:16:28 +03:00
voicefile.cpp rbutil: Eliminate more pre-QT6 workarounds 2026-06-26 21:38:57 -04:00
voicefile.h rbutil: Pull voice-corrections.txt out of voicestrings.zip 2025-05-09 09:26:14 -04:00
zipinstaller.cpp rbutilqt: Remove Utils::filesystemSize() 2026-07-08 03:16:28 +03:00
zipinstaller.h rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ziputil.cpp rbutil: Try to use system-wide QuaZIP in preference to building our own 2022-07-11 15:00:07 -04:00
ziputil.h rbutil: Try to use system-wide QuaZIP in preference to building our own 2022-07-11 15:00:07 -04:00