rockbox/utils/rbutilqt/base
James Le Cuirot 4917f764bb rbutil: Try to use system-wide QuaZIP in preference to building our own
QuaZIP is included in several major Linux distributions and packaging
policies strongly oppose bundling of libraries.

Change-Id: I8d454784dc4b244f4dd8aa18deb3350a29aaab77
2022-07-11 15:00:07 -04:00
..
archiveutil.cpp
archiveutil.h
autodetection.cpp rbutil: Minor code cleanup. 2022-03-20 20:14:21 +01:00
autodetection.h rbutil: Minor code cleanup. 2022-03-20 20:14:21 +01:00
bootloaderinstallams.cpp
bootloaderinstallams.h
bootloaderinstallbase.cpp rbutil: Move bootloader file check to base class. 2022-04-17 23:21:19 +02:00
bootloaderinstallbase.h rbutil: Move bootloader file check to base class. 2022-04-17 23:21:19 +02:00
bootloaderinstallbspatch.cpp
bootloaderinstallbspatch.h
bootloaderinstallchinachip.cpp
bootloaderinstallchinachip.h
bootloaderinstallfile.cpp
bootloaderinstallfile.h rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
bootloaderinstallhelper.cpp rbutil: allow checking bootloader installer capabilities 2022-01-02 15:50:17 -05:00
bootloaderinstallhelper.h rbutil: allow checking bootloader installer capabilities 2022-01-02 15:50:17 -05:00
bootloaderinstallhex.cpp
bootloaderinstallhex.h
bootloaderinstallimx.cpp rbutil: Modernize connect() calls. 2021-12-25 17:47:14 +01:00
bootloaderinstallimx.h
bootloaderinstallipod.cpp rbutil: Fix sansapatcher bootloader install on Windows. 2022-04-14 22:22:46 +02:00
bootloaderinstallipod.h
bootloaderinstallmi4.cpp
bootloaderinstallmi4.h rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
bootloaderinstallmpio.cpp
bootloaderinstallmpio.h
bootloaderinstalls5l.cpp
bootloaderinstalls5l.h
bootloaderinstallsansa.cpp rbutil: Fix sansapatcher bootloader install on Windows. 2022-04-14 22:22:46 +02:00
bootloaderinstallsansa.h
bootloaderinstalltcc.cpp
bootloaderinstalltcc.h
encoderbase.cpp
encoderbase.h
encoderexe.cpp
encoderexe.h
encoderlame.cpp
encoderlame.h
encoderrbspeex.cpp
encoderrbspeex.h
encttssettings.cpp
encttssettings.h rbutil: Fix TTS "waiting for engine" appearing randomly. 2022-03-20 10:00:25 +01:00
httpget.cpp rbutil: Handle SSL certificate errors on first request. 2022-03-19 16:57:41 +01: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: Fix bootloader installation for various players. 2022-04-15 21:03:44 +02:00
playerbuildinfo.h rbutil: Remove unnecessary Q_OBJECT. 2022-03-23 19:34:30 +01:00
progressloglevels.h rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
rbsettings.cpp rbutil: Enable themes install depending on theme selection. 2022-04-17 23:21:19 +02:00
rbsettings.h rbutil: Enable themes install depending on theme selection. 2022-04-17 23:21:19 +02:00
rockboxinfo.cpp rbutil: Simplify reading rockbox-info.txt. 2021-12-25 17:47:14 +01:00
rockboxinfo.h
system.cpp rbutil: Replace use of QRegExp with QRegularExpression. 2022-03-20 20:12:20 +01:00
system.h
talkfile.cpp rbutil: Replace use of QRegExp with QRegularExpression. 2022-03-20 20:12:20 +01:00
talkfile.h rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
talkgenerator.cpp rbutil: Fix TalkGenerator string correction. 2022-03-23 19:34:30 +01:00
talkgenerator.h rbutil: Fix TalkGenerator string correction. 2022-03-23 19:34:30 +01:00
ttsbase.cpp
ttsbase.h rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttscarbon.cpp rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttscarbon.h rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttsespeak.h
ttsespeakng.h
ttsexes.cpp rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttsexes.h rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttsfestival.cpp rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttsfestival.h rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttsflite.h
ttsmimic.h
ttsmssp.h
ttssapi.cpp rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttssapi.h rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
ttssapi4.h
ttsswift.h
uninstall.cpp rbutil: Fix uninstall not updating install log. 2022-04-17 23:21:19 +02:00
uninstall.h rbutil: Remove ProgressLogger interface class. 2021-12-26 11:05:25 +01:00
utils.cpp rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
utils.h
voicefile.cpp rbutil: Use references to avoid creating temporary objects. 2022-04-17 23:21:19 +02:00
voicefile.h rbutil: HttpGet: Return NetworkError in done signal. 2022-03-19 09:19:11 +01:00
zipinstaller.cpp rbutil: Make zip install log less noisy. 2022-04-18 19:35:35 +02: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