rockbox/rbutil/rbutilqt/base
Dominik Riebeling 4f56b50df4 Voicefile generation: implement string corrections.
Voicefile generation now can correct strings for the TTS system similar
to what voice.pl does. The current implementation has some limitations:
- only implemented for voicefile creation.
- the corrections file is built in and can't get changed.
- string corrections can be disabled in the configuration dialog.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30628 a1c6a512-1295-4272-9138-f99709370657
2011-10-01 19:48:58 +00:00
..
autodetection.cpp Move some helper functions out of Autodetection. 2011-07-17 08:08:58 +00:00
autodetection.h Move some helper functions out of Autodetection. 2011-07-17 08:08:58 +00:00
bootloaderinstallams.cpp Make the AMS bootloader prompt slightly more specific. 2011-05-13 18:35:19 +00:00
bootloaderinstallams.h rbutil: add ams sansa targets. (FS#10185) 2009-08-15 13:04:21 +00:00
bootloaderinstallbase.cpp rbutil: add mpio hd200 as disabled target (all untested) 2010-06-04 21:43:15 +00:00
bootloaderinstallbase.h rbutil: move bootloaderInstall object creation switches to bootloaderInstallBase . 2010-05-07 18:18:43 +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 Fix bootloader uninstallation on Gigabeat F / X. 2011-06-25 17:21:01 +00:00
bootloaderinstallfile.h Add missing multiple inclusion protection. 2009-08-10 18:08:06 +00:00
bootloaderinstallhex.cpp Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289. 2011-06-19 17:23:18 +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 Move some helper functions out of Autodetection. 2011-07-17 08:08:58 +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
bootloaderinstallmpio.cpp Fix source string spelling. 2010-06-18 14:59:23 +00:00
bootloaderinstallmpio.h rbutil: add mpio hd200 as disabled target (all untested) 2010-06-04 21:43:15 +00:00
bootloaderinstallsansa.cpp Move some helper functions out of Autodetection. 2011-07-17 08:08:58 +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 rbutil: Make TTS and encoders run on all cores \n FS#11160 by Delyan Kratunov 2010-06-04 21:22:25 +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 Voicefile generation: implement string corrections. 2011-10-01 19:48:58 +00:00
rbsettings.h Voicefile generation: implement string corrections. 2011-10-01 19:48:58 +00:00
rockboxinfo.cpp Move retrieval of revision and release numbers to RockboxInfo class. 2010-06-06 18:02:01 +00:00
rockboxinfo.h Move retrieval of revision and release numbers to RockboxInfo class. 2010-06-06 18:02:01 +00:00
serverinfo.cpp Fix typo. 2010-06-07 17:03:56 +00:00
serverinfo.h Extend SystemInfo to allow distinguishing between platforms and variants. 2010-01-31 21:57:45 +00:00
system.cpp Fix some gcc 4.6 warnings. 2011-05-29 19:46:20 +00:00
system.h Make System and Utils class based on QObject. 2010-06-18 19:04:06 +00:00
systeminfo.cpp Replace list of languages with map. 2011-02-04 23:28:34 +00:00
systeminfo.h Replace list of languages with map. 2011-02-04 23:28:34 +00:00
talkfile.cpp Voicefile generation: implement string corrections. 2011-10-01 19:48:58 +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 Voicefile generation: implement string corrections. 2011-10-01 19:48:58 +00:00
talkgenerator.h Voicefile generation: implement string corrections. 2011-10-01 19:48:58 +00:00
ttsbase.cpp Make TTS names translatable and change Sapi to SAPI. 2011-04-22 13:32:13 +00:00
ttsbase.h Rockbox Utility TTS: implement reading TTS vendor. 2011-09-26 21:28:05 +00:00
ttscarbon.cpp Fix a warning. 2011-04-05 20:02:07 +00:00
ttscarbon.h Rockbox Utility TTS: implement reading TTS vendor. 2011-09-26 21:28:05 +00:00
ttsexes.cpp rbutil: Make TTS and encoders run on all cores \n FS#11160 by Delyan Kratunov 2010-06-04 21:22:25 +00:00
ttsexes.h Rockbox Utility TTS: implement reading TTS vendor. 2011-09-26 21:28:05 +00:00
ttsfestival.cpp rbutil: Make TTS and encoders run on all cores \n FS#11160 by Delyan Kratunov 2010-06-04 21:22:25 +00:00
ttsfestival.h Rockbox Utility TTS: implement reading TTS vendor. 2011-09-26 21:28:05 +00:00
ttssapi.cpp Rockbox Utility TTS: implement reading TTS vendor. 2011-09-26 21:28:05 +00:00
ttssapi.h Rockbox Utility TTS: implement reading TTS vendor. 2011-09-26 21:28:05 +00:00
uninstall.cpp Convert uninstallation to use signals / slots for logging. 2010-06-11 17:14:00 +00:00
uninstall.h Convert uninstallation to use signals / slots for logging. 2010-06-11 17:14:00 +00:00
utils.cpp Take cluster size into account when calculating zip extracted size. 2011-07-26 20:54:44 +00:00
utils.h Take cluster size into account when calculating zip extracted size. 2011-07-26 20:54:44 +00:00
voicefile.cpp Voicefile generation: implement string corrections. 2011-10-01 19:48:58 +00:00
voicefile.h Voicefile generation: implement string corrections. 2011-10-01 19:48:58 +00:00
zipinstaller.cpp Take cluster size into account when calculating zip extracted size. 2011-07-26 20:54:44 +00:00
zipinstaller.h Cleanup and un-gui ZipInstaller class: 2009-05-02 18:50:31 +00:00
ziputil.cpp Take cluster size into account when calculating zip extracted size. 2011-07-26 20:54:44 +00:00
ziputil.h Take cluster size into account when calculating zip extracted size. 2011-07-26 20:54:44 +00:00