..
autodetection.cpp
Handle device name resolving failures.
2010-04-27 21:43:14 +00:00
autodetection.h
rbutil: make RbSettings a static class. (FS#10183 with improvements)
2009-05-09 16:59:14 +00:00
bootloaderinstallams.cpp
rbutil: link to the Sansa forums when the user is requested to download a Sansa AMS firmware
2010-02-19 23:45:29 +00:00
bootloaderinstallams.h
rbutil: add ams sansa targets. (FS#10185)
2009-08-15 13:04:21 +00:00
bootloaderinstallbase.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
bootloaderinstallbase.h
FS#10100: Wait for the system to remount the player after bootloader installation.
2009-11-22 22:13:25 +00:00
bootloaderinstallchinachip.cpp
Rockbox Utility: make chinachippatch translateable + update Dutch translation
2009-08-21 15:46:15 +00:00
bootloaderinstallchinachip.h
Rockbox Utility: add preliminary support for installing the bootloader (+ dual boot) on ChinaChip targets
2009-08-16 20:39:00 +00:00
bootloaderinstallfile.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
bootloaderinstallfile.h
Add missing multiple inclusion protection.
2009-08-10 18:08:06 +00:00
bootloaderinstallhex.cpp
rbutil: Make strings translatable
2010-03-31 20:11:12 +00:00
bootloaderinstallhex.h
rbutil: enforce parents for bootloader install classes. and rework OF handling a bit.
2009-05-09 18:17:05 +00:00
bootloaderinstallipod.cpp
Handle device name resolving failures.
2010-04-27 21:43:14 +00:00
bootloaderinstallipod.h
Remove scanning for Ipod from Ipod bootloader installation and clean it up a bit. The Ipod is specified by its mountpoint, so there is no need to scan at all.
2009-12-17 21:54:07 +00:00
bootloaderinstallmi4.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
bootloaderinstallmi4.h
Add missing multiple inclusion protection.
2009-08-10 18:08:06 +00:00
bootloaderinstallsansa.cpp
Handle device name resolving failures.
2010-04-27 21:43:14 +00:00
bootloaderinstallsansa.h
FS#10100: Wait for the system to remount the player after bootloader installation.
2009-11-22 22:13:25 +00:00
bootloaderinstalltcc.cpp
rbutil: Make strings translatable
2010-03-31 20:11:12 +00:00
bootloaderinstalltcc.h
FS#10728 - Cowon D2: Add support for D2 in rbutil
2009-10-29 21:31:50 +00:00
encoders.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
encoders.h
rbutil: make RbSettings a static class. (FS#10183 with improvements)
2009-05-09 16:59:14 +00:00
encttssettings.cpp
Set svn:eol-style on several files missing it and dos2unix them.
2009-06-09 21:49:34 +00:00
encttssettings.h
Set svn:keywords property.
2009-11-06 23:20:51 +00:00
httpget.cpp
Make parsing the server date locale independent also for asctime and RFC850 representation.
2010-01-20 22:48:11 +00:00
httpget.h
Remove unnecessary class declaration, this should come from the includes.
2010-03-24 18:45:08 +00:00
progressloggerinterface.h
Fix "Warning: Signals cannot be declared virtual" for progresslogger when building with Qt 4.6.
2009-12-04 21:33:25 +00:00
rbsettings.cpp
Implement speed adjustment for OS X TTS.
2010-03-11 20:09:22 +00:00
rbsettings.h
rbutil: split RbSettings. use Stable/unstable status from server.
2010-01-24 21:12:11 +00:00
rbunzip.cpp
Silence current file debug output of RbUnzip.
2009-03-21 21:04:21 +00:00
rbunzip.h
Make Rockbox Utility error out if the zip file its going to install requires more space than left on the device. Calculation adds a safety space of 1MB so you need at least 1MB more free space than the extracted archive. This also catches differences due to the size calculation not taking cluster losses into account. Free disk space is also displayed in the sysinfo dialog. Fixes FS#9417.
2008-12-13 20:09:31 +00:00
rbzip.cpp
Code police and remove trailing whitespaces.
2009-03-30 22:05:21 +00:00
rbzip.h
Code police and remove trailing whitespaces.
2009-03-30 22:05:21 +00:00
rockboxinfo.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
rockboxinfo.h
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
serverinfo.cpp
Fix problems with platform retrieval.
2010-02-12 20:38:17 +00:00
serverinfo.h
Extend SystemInfo to allow distinguishing between platforms and variants.
2010-01-31 21:57:45 +00:00
system.cpp
System Info: display OS X version number and architecture too.
2010-04-02 21:32:51 +00:00
system.h
Clean up and rename Detect class.
2009-08-10 19:46:51 +00:00
systeminfo.cpp
Refactor device tree setup a bit.
2010-03-01 22:45:17 +00:00
systeminfo.h
Refactor device tree setup a bit.
2010-03-01 22:45:17 +00:00
talkfile.cpp
Fix talkfile generation for files starting with . and having no extension.
2010-04-27 21:09:14 +00:00
talkfile.h
rbutil: rework and rename the "dont overwrite talkfiles" option so it really generates only new Talkfiles.
2009-10-13 20:51:20 +00:00
talkgenerator.cpp
rbutil: split RbSettings. use Stable/unstable status from server.
2010-01-24 21:12:11 +00:00
talkgenerator.h
rbutil: split tts.cpp/h into individual files.
2009-10-13 19:54:27 +00:00
ttsbase.cpp
Add support for OS X' Speech Synthesis Manager TTS system.
2010-02-28 20:19:54 +00:00
ttsbase.h
rbutil: split tts.cpp/h into individual files.
2009-10-13 19:54:27 +00:00
ttscarbon.cpp
Implement speed adjustment for OS X TTS.
2010-03-11 20:09:22 +00:00
ttscarbon.h
Implement speed adjustment for OS X TTS.
2010-03-11 20:09:22 +00:00
ttsexes.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
ttsexes.h
Code police.
2010-03-03 22:26:00 +00:00
ttsfestival.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
ttsfestival.h
Fix Festival tts engine.
2010-03-30 17:45:23 +00:00
ttssapi.cpp
Code police.
2010-03-03 22:26:00 +00:00
ttssapi.h
Code police.
2010-03-03 22:26:00 +00:00
uninstall.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
uninstall.h
Make uninstallation class use QtCore instead of QtGui -- it doesn't use any GUI elements. Move class to the QtCore-only base folder.
2008-10-24 21:23:18 +00:00
utils.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
utils.h
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
voicefile.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
voicefile.h
rbutil: use target-id from rockbox-info.txt and remove it from rbutil.ini
2009-08-22 14:05:20 +00:00
zipinstaller.cpp
Move utils.cpp functions into separate class and split it up.
2010-04-02 21:24:19 +00:00
zipinstaller.h
Cleanup and un-gui ZipInstaller class:
2009-05-02 18:50:31 +00:00