summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/base
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Don't try to resolve an empty path.Dominik Riebeling1-3/+4
2012-05-01Bootloader installation: set file filter.Dominik Riebeling2-0/+2
2012-05-01Move bootloader class initialiation into helper.Dominik Riebeling3-110/+172
2012-04-26MI4 bootloader: check for copy result.Dominik Riebeling1-2/+15
2012-04-26Check for bootloader file on device before copying.Dominik Riebeling1-3/+16
2012-04-26Voicefile: remove < and > from voice strings before speaking.Dominik Riebeling1-0/+1
2012-04-10Check for existing firmware file on H100 / H300.Dominik Riebeling1-2/+14
2012-04-06libmp3lame encoder: don't retrieve settings for each run.Dominik Riebeling2-4/+11
2012-04-06Drop empty voice strings when building list of strings.Dominik Riebeling1-1/+7
2012-04-02Remove espeak from TTS list on Windows.Dominik Riebeling1-0/+2
2012-03-12Fix false positive in version detection.Dominik Riebeling1-1/+1
2012-02-29Fix mismatching C++ new[] / delete callsThomas Jarosch1-9/+9
2012-02-22Fix post installation hint for h100 / h300 players.Dominik Riebeling1-1/+1
2012-02-22Remove duplicate entry from postinstall hint.Dominik Riebeling1-4/+3
2012-02-22Don't poll SAPI script output.Dominik Riebeling1-5/+2
2012-02-21Implement findProcess() on OS X.Dominik Riebeling1-1/+28
2012-02-19Fix RockboxInfo() not handling git hashes correctly.Dominik Riebeling1-25/+27
2012-02-19Allow overriding filename for rockbox-info.txt.Dominik Riebeling2-4/+4
2012-02-06Don't try to save settings if none available.Dominik Riebeling1-5/+6
2012-01-29Use relative paths to quazip includes.Dominik Riebeling2-6/+6
2012-01-29findExecutable(): cleanup log output a bit.Dominik Riebeling1-2/+3
2012-01-29Centralize settings for executable based TTS systems.Dominik Riebeling2-13/+19
2012-01-29Separate default quality setting for encoders.Dominik Riebeling3-24/+28
2012-01-29libmp3lame: add quality and volume settings.Dominik Riebeling2-8/+27
2012-01-22Check running processes at startup.Dominik Riebeling2-0/+57
2012-01-17Fix a typo.Dominik Riebeling1-1/+1
2012-01-17Fix unused-but-set warnings in helper functions.Dominik Riebeling1-25/+29
2012-01-17TTS: check if created wav file exists.Dominik Riebeling2-1/+10
2012-01-15Support reading OF files from zip.Dominik Riebeling4-7/+70
2012-01-15Fix wavtrim on voicefile creation.Dominik Riebeling2-4/+11
2012-01-14Remove multithreading support from voicefile creation.Dominik Riebeling2-184/+94
2012-01-14Improve error handling and logging.Dominik Riebeling3-12/+19
2012-01-08Rockbox Utility: use libmp3lame for voice clips.Dominik Riebeling4-1/+358
2012-01-08Fix wrong includes.Dominik Riebeling2-1/+1
2012-01-06Fix typo in comment.Dominik Riebeling1-2/+2
2012-01-06Split up encoders sources.Dominik Riebeling8-215/+307
2012-01-04Rockbox Utility: add support for mkimxboot bootloader.Dominik Riebeling3-0/+254
2012-01-04Extend flashing hint a bit.Dominik Riebeling1-1/+4
2012-01-03Remove trailing whitespaces.Dominik Riebeling1-4/+3
2011-12-20Remove duplicate include. Thanks to Jean-Louis Biasini for spottin this.Frank Gevaerts1-1/+0
2011-12-08Various adjustments for MSVC.Dominik Riebeling1-1/+1
2011-12-04sansapatcher: factor out handling of bundled bootloaders.Dominik Riebeling1-2/+4
2011-12-03Extend return codes for chinachip_patch().Dominik Riebeling2-34/+50
2011-11-10Carbon TTS: Fix a memory leak on read error.Dominik Riebeling1-0/+1
2011-11-01Show user friendly name on target mismatch.Dominik Riebeling1-4/+4
2011-11-01Revert r30869 "Remove buildserver_modelname value."Dominik Riebeling1-0/+1
2011-10-30Remove buildserver_modelname value.Dominik Riebeling1-1/+0
2011-10-19Remove svn keyword lines from sources.Dominik Riebeling60-60/+0
2011-10-01Voicefile generation: implement string corrections.Dominik Riebeling7-4/+103
2011-09-26Rockbox Utility TTS: implement reading TTS vendor.Dominik Riebeling6-5/+33