summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/rbutilqt.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-10-18rbutil: make release versions local to devices. To allow different releases o...Dominik Wenger1-2/+2
2008-09-28Completely rework the bootloader installation class:Dominik Riebeling1-77/+202
2008-09-25Small and Complete Installations always install the most bleeding edge build....rbutil_m1.0.7Dominik Riebeling1-2/+6
2008-09-24rbutil: fix h10_5gbmtp download issue.Dominik Wenger1-1/+1
2008-08-30Add setting the User-Agent for http requests to HttpGet class. Make rbutil se...Dominik Riebeling1-2/+3
2008-07-25Fix spelling error: successfull -> successfulBertrik Sikken1-1/+1
2008-07-07handle new installations (or upgrades) differently from invalid configurationsFrank Gevaerts1-4/+11
2008-07-07fixed a stringFrank Gevaerts1-2/+2
2008-06-27rbutil: move some detecting code, to make detecing things nicerDominik Wenger1-18/+10
2008-06-27connect progress signal directly to the logger.Dominik Riebeling1-9/+2
2008-06-23rbutil: warn when you install a build for a different target then already ins...Dominik Wenger1-1/+18
2008-06-21Add System Info screen showing some values that could be helpful in case of p...Dominik Riebeling1-0/+9
2008-05-27rbutil: improve talkfile generation. remove the options to keep and overwrite...Dominik Wenger1-1/+1
2008-05-17make offline mode work again.Dominik Riebeling1-0/+1
2008-05-11rbutil: more improvements for the backup mechanism.Dominik Wenger1-1/+1
2008-05-11rbutil: improve the backup function.Dominik Wenger1-6/+34
2008-05-10rbutil: Detect if Rockbox is already installed, and allow Backup bevor instal...Dominik Wenger1-1/+17
2008-04-06rbutil: ups moved a connect to the wrong place.Dominik Wenger1-3/+2
2008-04-06rbutil: move many more connect calls, mainly for safety.Dominik Wenger1-7/+8
2008-04-06rbutil: fix complete install: make sure signals are connected before calling ...Dominik Wenger1-3/+5
2008-04-01rbutil: let rbutil use the new voice.zip files. Also make the download cache ...Dominik Wenger1-5/+15
2008-03-09When unsetting the proxy in the settings dialog unset the global proxy too. U...Dominik Riebeling1-1/+4
2008-03-05add global proxy / cache settings to httpget class. This removes the need of ...Dominik Riebeling1-22/+18
2008-02-28rbutil: fix FS#8661 (Log Windows showed OK button instead of abort while comp...Dominik Wenger1-1/+1
2008-02-23When applying the system proxy values really use the values.Dominik Riebeling1-1/+1
2008-02-06display paths using the native delimiters on the main widget.Dominik Riebeling1-1/+1
2008-01-25rbtutil: introduce a RbSettings class help code reuse, and minimises duplicat...Dominik Wenger1-133/+87
2008-01-24add missing includeDominik Riebeling1-0/+1
2008-01-23rbutil: introduce a util function to get the systemproxy, for better reuse.Dominik Wenger1-29/+3
2008-01-19rbutilqt: made the sapi TTS more configurable, you can now select a specific ...Dominik Wenger1-6/+3
2008-01-11rbutil: added creation of voice files with rbutil.Dominik Wenger1-0/+16
2007-12-23w32: when utilizing IE values for system proxy also honor the ProxyEnable val...Dominik Riebeling1-2/+9
2007-12-16Accept two rbutil patches by Clemens Werther:Nicolas Pennequin1-1/+1
2007-12-15rbutil: reworked configuration of TTS engines to the new Style.Dominik Wenger1-2/+0
2007-12-14rbutil: Fix broken voice file urls for a few targets.Dominik Wenger1-3/+6
2007-12-14rbutil: added a button into talkfile dialog, to directly jump to config of tt...Dominik Wenger1-0/+3
2007-12-14rbutil: added builtin rbspeex encoder. Reworked encoder configuration. Dominik Wenger1-0/+2
2007-10-19make the dialog box asking about replacing an up-to-date bootloader less conf...Dominik Riebeling1-13/+5
2007-10-19rbutil: fix the complete installation.Dominik Wenger1-3/+5
2007-10-17Don't check for external rbutil.ini anymore -- doing so didn't gave a real be...Dominik Riebeling1-12/+6
2007-10-16When portable installation is finished set progress value to 100%.Dominik Riebeling1-0/+4
2007-10-12Add new "actions" menu which allows accessing the install / uninstall actions...Dominik Riebeling1-0/+13
2007-10-12Fix a crash when trying to download the manual.Dominik Riebeling1-0/+1
2007-09-30Fix typo.Dominik Riebeling1-3/+3
2007-09-23Oops, missed that when changing the default proxy to system ...Dominik Riebeling1-1/+1
2007-09-23w32: implement "system proxy" settings. This uses the IE setting by reading i...Dominik Riebeling1-3/+29
2007-09-21Set correct value for proxy when uninstalling, otherwise uninstallation will ...Dominik Riebeling1-0/+1
2007-09-17Spelling fix.Antoine Cellerier1-1/+1
2007-09-16Check target / mountpoint selection before performing any installation.Dominik Riebeling1-0/+38
2007-09-15Factorize smallInstall and completeInstall code.Antoine Cellerier1-41/+12