summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/base/bootloaderinstallipod.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-21rbutil: Modernize connect() to new pointer-to-member syntax.Dominik Riebeling1-1/+1
2020-11-19rbutil: Modernize code to use C++11 nullptr.Dominik Riebeling1-1/+1
2016-08-15rbutil: show progress bar during bootloader uninstallCástor Muñoz1-0/+1
2013-11-04Use cutelogger for Rockbox Utility internal trace.Dominik Riebeling1-6/+8
2013-01-01Provide dealloc function to ipodpatcher.Dominik Riebeling1-2/+1
2013-01-01ipodpatcher: move sectorbuf pointer into ipod_t structure.Dominik Riebeling1-13/+10
2012-07-01Move check for existing bootloader to ipodpatcher.Dominik Riebeling1-3/+3
2012-07-01Fix nano2g bootloader uninstallation.Dominik Riebeling1-3/+3
2011-10-19Remove svn keyword lines from sources.Dominik Riebeling1-1/+0
2011-07-17Move some helper functions out of Autodetection.Dominik Riebeling1-2/+2
2010-05-05rbutil: fix compiling on windows.Dominik Wenger1-1/+1
2010-04-27Handle device name resolving failures.Dominik Riebeling1-6/+8
2010-02-20If the Ipod has been recognized as MacPod always consider no bootloader insta...Dominik Riebeling1-1/+1
2010-02-11Don't close the disk handle to the ipod too early.Dominik Riebeling1-1/+3
2010-01-10Revert r24174 following the discussion on mailing-listTomer Shalev1-1/+1
2010-01-03rbutil: Fix some messagesTomer Shalev1-1/+1
2009-12-17Remove scanning for Ipod from Ipod bootloader installation and clean it up a ...Dominik Riebeling1-43/+22
2009-11-22FS#10100: Wait for the system to remount the player after bootloader installa...Dominik Riebeling1-3/+24
2009-11-22Fix two strings and warnings.Dominik Riebeling1-4/+4
2009-10-13Fix Nano2G bootloader installation - no longer assume that the OSOS image is ...Dave Chapman1-1/+1
2009-08-09Clean up bootloader installation debug output a bit.Dominik Riebeling1-5/+6
2009-05-01Make sure the global buffers for ipodpatcher and sansapatcher get allocated a...Dominik Riebeling1-3/+9
2009-04-30Bootloader installation for ipod and sansa: override the scanning with the de...Dominik Riebeling1-9/+32
2009-04-05Fix a wrong debug message.Dominik Riebeling1-3/+4
2009-01-08Add some more bootloader install progress messages and call processEvents() m...Dominik Riebeling1-0/+4
2008-12-14Various small rbutil source string cleanups.Dominik Riebeling1-4/+4
2008-10-12Separate basic functionality from GUI parts by moving it into a separate fold...Dominik Riebeling1-0/+235