summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/rbutilqt.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-06-11Rework Rockbox Utility update version number check.Dominik Riebeling1-54/+8
2010-06-11Convert uninstallation to use signals / slots for logging.Dominik Riebeling1-1/+2
2010-06-07Distinguish between release and current build when installing fonts.Dominik Riebeling1-4/+28
2010-06-06Sort rbutil.ini general section and rename voice_url for clarity.Dominik Riebeling1-1/+1
2010-06-06Distinguish between release and current build when installing voice files.Dominik Riebeling1-10/+37
2010-06-04rbutil: add mpio hd200 as disabled target (all untested)Dominik Wenger1-1/+1
2010-06-03Fix global proxy getting set too late.Dominik Riebeling1-9/+2
2010-05-07rbutil: move bootloaderInstall object creation switches to bootloaderInstallB...Dominik Wenger1-55/+17
2010-04-23Don't retrieve the mountpoint value for each file when displaying the install...Dominik Riebeling1-3/+3
2010-04-10FS#11193 - rbutil: HTTP 404 error when downloading zipped version of the manualTomer Shalev1-3/+3
2010-04-04Try to detect Wine.Dominik Riebeling1-0/+15
2010-04-02Move utils.cpp functions into separate class and split it up.Dominik Riebeling1-1/+2
2010-04-01Fix multiple warnings when network is unreachable.Dominik Riebeling1-18/+10
2010-03-29Add Rockbox Utility SVG window icon on Linux.Dominik Riebeling1-0/+5
2010-03-23Save System Trace on exit and allow easy retrieval after restart.Dominik Riebeling1-0/+1
2010-03-15Fix manual download links.Dominik Riebeling1-2/+4
2010-02-28Rename Rockbox Utility output binary to RockboxUtility.Dominik Riebeling1-1/+1
2010-02-18rbutil: fix voice downloads.Dominik Wenger1-2/+2
2010-02-16Use QFileDialog::getExistingDirectory() for path selection.Dominik Riebeling1-4/+4
2010-02-11Restore the default message handler on application shutdown. Fixes sporadic s...Dominik Riebeling1-0/+11
2010-01-24rbutil: fix doubled configure dialog.Dominik Wenger1-1/+0
2010-01-24rbutil: split RbSettings. use Stable/unstable status from server.Dominik Wenger1-67/+44
2010-01-24Merge rbutil CREDITS file with main one and use that.Dominik Riebeling1-2/+7
2010-01-20rbutil: store the info from the server centrally in RbSetttings. Dont downloa...Dominik Wenger1-47/+59
2010-01-20rbutil: remove some unneeded accesses to the raw build-info file.Dominik Wenger1-11/+1
2010-01-10Revert r24174 following the discussion on mailing-listTomer Shalev1-1/+1
2010-01-03rbutil: Fix some messagesTomer Shalev1-1/+1
2009-11-01FS#10747 - Disable actions if rbutil is not configured properlyTomer Shalev1-26/+29
2009-10-31FS#10748 - rbutil: Explicitly override GUI layout direction setting for some ...Tomer Shalev1-0/+2
2009-10-29FS#10728 - Cowon D2: Add support for D2 in rbutilTomer Shalev1-0/+4
2009-10-27Show status about downloading build information in the status bar.Dominik Riebeling1-0/+4
2009-10-17When cancelling the bootloader installation delete the bootloader install obj...Dominik Riebeling1-0/+1
2009-10-10Don't put the complete HTML source in the trace when checking for a new versi...Dominik Riebeling1-1/+1
2009-09-18rbutil: check for new Versions at startup.Dominik Wenger1-1/+138
2009-08-16Rockbox Utility: add preliminary support for installing the bootloader (+ dua...Maurus Cuelenaere1-0/+5
2009-08-16Add Save icon and add a note to the about dialog about the origin of the icon...Dominik Riebeling1-1/+0
2009-08-15rbutil: add a errorlog function into rbutil and the possibility to save a log...Dominik Wenger1-2/+10
2009-08-15rbutil: add ams sansa targets. (FS#10185)Dominik Wenger1-0/+5
2009-08-10Clean up and rename Detect class.Dominik Riebeling1-4/+4
2009-08-10Simplify and cleanup rockbox-info.txt handling.Dominik Riebeling1-5/+5
2009-08-09Extend bootloader installation to accept alternatives for the destination fil...Dominik Riebeling1-22/+12
2009-08-08Move download link pattern description to rbutil.ini.Dominik Riebeling1-5/+3
2009-06-16Clean up several debug messages.Dominik Riebeling1-13/+13
2009-06-15Fix default filename for manual downloads.Dominik Riebeling1-0/+2
2009-06-15rbutil: fix voice download for some targets. (again naming issues)Dominik Wenger1-1/+1
2009-06-05Show Qt version number in Sysinfo dialog and in startup debug output.Dominik Riebeling1-0/+6
2009-05-09rbutil: show logger windows earlier in bootloader install, to catch all errors.Dominik Wenger1-3/+4
2009-05-09rbutil: enforce parents for bootloader install classes. and rework OF handlin...Dominik Wenger1-23/+13
2009-05-09rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger1-90/+84
2009-05-02Cleanup and un-gui ZipInstaller class:Dominik Riebeling1-6/+25