summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base
AgeCommit message (Expand)Author
2010-04-02System Info: display OS X version number and architecture too.Dominik Riebeling
2010-04-02Move utils.cpp functions into separate class and split it up.Dominik Riebeling
2010-04-02Implement system proxy values retrieval on OS X.Dominik Riebeling
2010-04-01Fix leaking file descriptors on error.Dominik Riebeling
2010-03-31rbutil: Make strings translatableTomer Shalev
2010-03-30Fix Festival tts engine.Dominik Wenger
2010-03-24Remove unnecessary class declaration, this should come from the includes.Dominik Riebeling
2010-03-15Fix bootloader files vanishing after installation (FS#11086).Dominik Riebeling
2010-03-12Respect the exit code of external encoder called.Dominik Riebeling
2010-03-11Implement speed adjustment for OS X TTS.Dominik Riebeling
2010-03-03Code police.Dominik Riebeling
2010-03-01Refactor device tree setup a bit.Dominik Riebeling
2010-02-28Add support for OS X' Speech Synthesis Manager TTS system.Dominik Riebeling
2010-02-27Use the data partition device node when trying to resolve the mountpoint.Dominik Riebeling
2010-02-20Be more strict when when resolving devices and allow hfs too.Dominik Riebeling
2010-02-20Add missing class prefix to logging call.Dominik Riebeling
2010-02-20Recognize and handle MacPods during autodetection.Dominik Riebeling
2010-02-20Update an outdated comment.Dominik Riebeling
2010-02-20If the Ipod has been recognized as MacPod always consider no bootloader insta...Dominik Riebeling
2010-02-19rbutil: link to the Sansa forums when the user is requested to download a San...Rafaël Carré
2010-02-19mkamsboot: prevents 2 potential problemsRafaël Carré
2010-02-12Fix problems with platform retrieval.Dominik Riebeling
2010-02-11Don't close the disk handle to the ipod too early.Dominik Riebeling
2010-02-04Add option to show disabled targets in the configuration dialog.Dominik Riebeling
2010-02-01Give the user a hint on where find the required bootloader file.Dominik Riebeling
2010-01-31Extend SystemInfo to allow distinguishing between platforms and variants.Dominik Riebeling
2010-01-31Fix typos in messages.Dominik Riebeling
2010-01-29Minimize unnecessary accesses to SystemInfo and RbSettings.Dominik Riebeling
2010-01-24rbutil: split RbSettings. use Stable/unstable status from server.Dominik Wenger
2010-01-24Respect default values for ServerSettingsList as well. No idea why I missed t...Dominik Riebeling
2010-01-21Store server info in RbSettings volatile in a QMap instead of putting it into...Dominik Riebeling
2010-01-20Make parsing the server date locale independent also for asctime and RFC850 r...Dominik Riebeling
2010-01-20rbutil: store the info from the server centrally in RbSetttings. Dont downloa...Dominik Wenger
2010-01-19Make Rockbox Utility build again and make some strings translatable. Break so...Dominik Riebeling
2010-01-19rbutil: add a few qDebug outputs, to better track the install process in Boot...Dominik Wenger
2010-01-10Revert r24174 following the discussion on mailing-listTomer Shalev
2010-01-04An ellipsis is always exactly three dots, not two.Dominik Riebeling
2010-01-04Make strings better translatable by allowing to change the position of the dy...Dominik Riebeling
2010-01-03rbutil: Fix some messagesTomer Shalev
2009-12-17Remove scanning for Ipod from Ipod bootloader installation and clean it up a ...Dominik Riebeling
2009-12-15Use QLocale::toDateTime() for parsing the date instead of QDateTime::fromStri...Dominik Riebeling
2009-12-15Fix Ipod Video 64MB workaround for rockbox-info.txt detection.Dominik Riebeling
2009-12-04Fix "Warning: Signals cannot be declared virtual" for progresslogger when bui...Dominik Riebeling
2009-11-22FS#10100: Wait for the system to remount the player after bootloader installa...Dominik Riebeling
2009-11-22Fix Sansa bootloader installation on OS X.Dominik Riebeling
2009-11-22Fix stupid combination of CnP error and typo.Dominik Riebeling
2009-11-22Fix two strings and warnings.Dominik Riebeling
2009-11-22OS X uses msdos as filesystem for vfat which is the same OpenBSD does. Fixes ...Dominik Riebeling
2009-11-22rbutilqt: always rename the OF to the name specified in rbtutil.iniRafaël Carré
2009-11-21Use f_frsize when calculating the free disk space from the block count. Fixes...Dominik Riebeling