summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/base
AgeCommit message (Expand)AuthorFilesLines
2019-10-31rbutil: extend game file installationFranklin Wei2-0/+10
2019-10-28rbutil: add support for iPod Classic 6G bootloaderCástor Muñoz3-0/+503
2019-10-28rbutil: add function to suspend/resume processesCástor Muñoz2-0/+123
2016-08-15rbutil: add abort signal for bootloader install/uninstallCástor Muñoz2-0/+9
2016-08-15rbutil: show progress bar during bootloader uninstallCástor Muñoz4-0/+4
2016-08-15rbutil: enable "done" signal on bootloader uninstallCástor Muñoz6-0/+7
2016-03-27Use Gestalt to get number of CPUs on OS X.Dominik Riebeling1-17/+17
2016-03-27Fix compile warning on OS X.Dominik Riebeling1-1/+1
2016-01-17Fix building with Qt 4.7.Dominik Riebeling1-1/+1
2016-01-17Fix uninstallation for mi4 based bootloader installs.Dominik Riebeling1-1/+1
2016-01-17Return process IDs in Utils::findRunningProcess().Dominik Riebeling2-22/+34
2016-01-17rbutil: fix resolveDevicename() on WindowsCástor Muñoz1-5/+6
2015-12-20Handle mixed case in Windows USB ID detection.Cástor Muñoz1-3/+4
2015-12-18Add documentation to HttpGet and remove unnecessary return value.Dominik Riebeling2-6/+33
2015-12-18Add support file:// URLs in HttpGet.Dominik Riebeling1-2/+4
2015-06-07Win32: fix possible crash when listing USB devices.Dominik Riebeling1-12/+18
2015-05-02Improve update check information dialog.Dominik Riebeling2-0/+15
2014-05-24Fix crash when detecting a player in MTP mode.Dominik Riebeling1-2/+1
2014-03-20OS X: use FSGetVolumeParms when targeting 10.5+.Dominik Riebeling1-4/+20
2014-03-20OS X: don't include libusb headers.Dominik Riebeling1-5/+5
2014-01-05Fix potentially problematic sprintf statement.Dominik Riebeling1-2/+2
2013-11-04Use cutelogger for Rockbox Utility internal trace.Dominik Riebeling33-289/+324
2013-11-04Add support for CAB archives to rbutilAmaury Pouly7-12/+323
2013-09-30Implement a first, simple changelog dialog.Dominik Riebeling2-0/+2
2013-09-30Use function for updating detected device entry.Dominik Riebeling2-65/+23
2013-09-18Add "FAT" as supported filesystem on Windows.Dominik Riebeling1-1/+1
2013-09-18Rework autodetection to better handle ambiguous cases.Dominik Riebeling2-148/+260
2013-09-18Handle multiple devices with identical USB IDs correctly when listing.Dominik Riebeling1-3/+3
2013-08-18Fix typo in source string.Dominik Riebeling1-1/+1
2013-06-09Only show mountpoints containing a supported filesystem in dropdown.Dominik Riebeling1-3/+3
2013-06-09Add note to AMS bootloader installation about OF file.Dominik Riebeling1-17/+19
2013-04-09Change autodetection result to a list.Dominik Riebeling2-7/+53
2013-04-04Fix Qt5 / MinGW problems.Dominik Riebeling1-1/+3
2013-04-04Extend Utils::mountpoints() to allow filtering for supported types.Dominik Riebeling3-12/+48
2013-03-09ZipInstaller: rename some member variables to be in line with the rest.Dominik Riebeling2-26/+24
2013-03-09Don't leak HttpGet objects in ZipInstaller.Dominik Riebeling1-0/+2
2013-03-07TTS encoders: allow volume range between 0.0 and 2.0.Dominik Riebeling2-2/+2
2013-01-29mkimxboot: add a switch to force versionAmaury Pouly1-0/+1
2013-01-27Rewrite HttpGet based on QNetworkAccessManager.Dominik Riebeling2-362/+162
2013-01-27Replace toAscii() / fromAscii() with Latin1() functions.Dominik Riebeling4-12/+12
2013-01-22Remove support for RFC850 timestamps.Dominik Riebeling1-3/+1
2013-01-22Avoid unnecessary HEAD request on uncached file.Dominik Riebeling1-27/+27
2013-01-13Remove Rockbox Utility Offline Mode.Dominik Riebeling4-11/+1
2013-01-13Remove HttpGet::error() function.Dominik Riebeling3-11/+1
2013-01-01Provide dealloc function to sansapatcher.Dominik Riebeling2-4/+2
2013-01-01Provide dealloc function to ipodpatcher.Dominik Riebeling2-4/+2
2013-01-01sansapatcher: move sectorbuf pointer into sansa_t structure.Dominik Riebeling3-22/+12
2013-01-01ipodpatcher: move sectorbuf pointer into ipod_t structure.Dominik Riebeling2-17/+14
2012-10-06Factor out executable based TTS engines to separate subclasses.Dominik Riebeling7-25/+179
2012-10-06Don't assume success for TTS object creation.Dominik Riebeling1-3/+15