1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/rbutilqt/base
Dana Conrad 5d2692375d rbutil: Add erosqnative
- Give each brand its own entry, and make ranges
  of OF versions correspond to hardware changes.
- Temporarily disabled target aigoerosq.
- Post-install hint enabled.
- Added pre-install hint function
- Added optional parameter themename, in case
  the target name does not match the themesite name.
- Made Port Status (statusAsString()) only care about platform
  string prior to first '.'
- Manual: Remove note that rbutil does not support this model

Issues:

 - Cannot uninstall the bootloader - manual instructions are available

Change-Id: I574aad7943ea3d1e543e9449f68240446fec0709
2024-09-24 10:48:58 -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: 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
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: Add erosqnative 2024-09-24 10:48:58 -04:00
playerbuildinfo.h rbutil: Add erosqnative 2024-09-24 10:48:58 -04: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 FS#13448: Ignore directories with 'talkclips.ignore' file 2024-07-20 11:24:15 -04: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 FS#13449: Generate standalone voice clips in rbutil 2024-07-20 11:18:22 -04: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