.. |
autodetection.cpp
|
Fix stupid combination of CnP error and typo.
|
2009-11-22 14:41:00 +00:00 |
autodetection.h
|
rbutil: make RbSettings a static class. (FS#10183 with improvements)
|
2009-05-09 16:59:14 +00:00 |
bootloaderinstallams.cpp
|
rbutilqt: always rename the OF to the name specified in rbtutil.ini
|
2009-11-22 14:28:48 +00:00 |
bootloaderinstallams.h
|
rbutil: add ams sansa targets. (FS#10185)
|
2009-08-15 13:04:21 +00:00 |
bootloaderinstallbase.cpp
|
Rockbox Utility: add preliminary support for installing the bootloader (+ dual boot) on ChinaChip targets
|
2009-08-16 20:39:00 +00:00 |
bootloaderinstallbase.h
|
Extend bootloader installation to accept alternatives for the destination filename.
|
2009-08-09 10:57:39 +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
|
Clean up bootloader installation debug output a bit.
|
2009-08-09 10:57:33 +00:00 |
bootloaderinstallfile.h
|
Add missing multiple inclusion protection.
|
2009-08-10 18:08:06 +00:00 |
bootloaderinstallhex.cpp
|
Clean up bootloader installation debug output a bit.
|
2009-08-09 10:57:33 +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
|
Fix two strings and warnings.
|
2009-11-22 14:37:31 +00:00 |
bootloaderinstallipod.h
|
rbutil: enforce parents for bootloader install classes. and rework OF handling a bit.
|
2009-05-09 18:17:05 +00:00 |
bootloaderinstallmi4.cpp
|
Clean up bootloader installation debug output a bit.
|
2009-08-09 10:57:33 +00:00 |
bootloaderinstallmi4.h
|
Add missing multiple inclusion protection.
|
2009-08-10 18:08:06 +00:00 |
bootloaderinstallsansa.cpp
|
Clean up bootloader installation debug output a bit.
|
2009-08-09 10:57:33 +00:00 |
bootloaderinstallsansa.h
|
Bootloader installation for ipod and sansa: override the scanning with the device pointed to by the mountpoint. This allows selecting the correct player if two of the same brand are connected (FS#10096).
|
2009-04-30 19:14:24 +00:00 |
bootloaderinstalltcc.cpp
|
FS#10740 - rbutil: Test Cowon D2 OF file for CRC consistency before patching
|
2009-11-01 18:26:00 +00:00 |
bootloaderinstalltcc.h
|
FS#10728 - Cowon D2: Add support for D2 in rbutil
|
2009-10-29 21:31:50 +00:00 |
encoders.cpp
|
Make labels in generated TTS / Encoder setting dialogs translatable.
|
2009-06-09 21:46:05 +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
|
Add cache index file to HttpGet class to maintain a list of hash - file origin mappings.
|
2009-10-14 20:21:23 +00:00 |
httpget.h
|
RFC2616 requires requests made to proxies to use the absoluteURI form while HTTP/1.1 clients shall only create it when sending a request to a proxy. Fixes proxy support not working correctly (most noticably on theme installation).
|
2009-05-19 22:46:57 +00:00 |
progressloggerinterface.h
|
rbutil: move ProgressloggerInterface to base/
|
2009-06-27 15:21:42 +00:00 |
rbsettings.cpp
|
Fix a compiler warning showing up with newer gcc versions.
|
2009-10-14 20:43:50 +00:00 |
rbsettings.h
|
rbutil: check for new Versions at startup.
|
2009-09-18 22:28:09 +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 |
system.cpp
|
Don't trace every device in the machine when scanning for USB devices on Windows.
|
2009-10-14 20:21:17 +00:00 |
system.h
|
Clean up and rename Detect class.
|
2009-08-10 19:46:51 +00:00 |
talkfile.cpp
|
rbutil: rework and rename the "dont overwrite talkfiles" option so it really generates only new Talkfiles.
|
2009-10-13 20:51:20 +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: improve voice and talk generation.
|
2009-06-26 20:40:51 +00:00 |
talkgenerator.h
|
rbutil: split tts.cpp/h into individual files.
|
2009-10-13 19:54:27 +00:00 |
ttsbase.cpp
|
rbutil: split tts.cpp/h into individual files.
|
2009-10-13 19:54:27 +00:00 |
ttsbase.h
|
rbutil: split tts.cpp/h into individual files.
|
2009-10-13 19:54:27 +00:00 |
ttsexes.cpp
|
rbutil: split tts.cpp/h into individual files.
|
2009-10-13 19:54:27 +00:00 |
ttsexes.h
|
rbutil: split tts.cpp/h into individual files.
|
2009-10-13 19:54:27 +00:00 |
ttsfestival.cpp
|
rbutil: split tts.cpp/h into individual files.
|
2009-10-13 19:54:27 +00:00 |
ttsfestival.h
|
rbutil: split tts.cpp/h into individual files.
|
2009-10-13 19:54:27 +00:00 |
ttssapi.cpp
|
rbutil: split tts.cpp/h into individual files.
|
2009-10-13 19:54:27 +00:00 |
ttssapi.h
|
rbutil: split tts.cpp/h into individual files.
|
2009-10-13 19:54:27 +00:00 |
uninstall.cpp
|
Clean up ProgressLogger state handling:
|
2009-05-02 18:40:04 +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
|
Use f_frsize when calculating the free disk space from the block count. Fixes wrong value on implementations with f_bsize != f_frsize.
|
2009-11-21 18:54:34 +00:00 |
utils.h
|
Add special handling for ipodvideo64mb when detecting the player via rockbox-info.txt.
|
2009-09-25 15:26:59 +00:00 |
voicefile.cpp
|
Clean up a few source strings.
|
2009-09-25 15:51:17 +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
|
Clean up several debug messages.
|
2009-06-16 18:45:20 +00:00 |
zipinstaller.h
|
Cleanup and un-gui ZipInstaller class:
|
2009-05-02 18:50:31 +00:00 |