rockbox/rbutil/rbutilqt/base
Dominik Riebeling 3822126de8 Use target string instead of target id when checking the target selection against an existing Rockbox installation. Removes the need to resolve id -> name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20325 a1c6a512-1295-4272-9138-f99709370657
2009-03-14 23:34:40 +00:00
..
autodetection.cpp Rename getMountpoints() to mountpoints() to be in line with general (and Qt) naming -- get functions don't get a get prefix. Make the function static. 2008-12-13 19:45:11 +00:00
autodetection.h Rename getMountpoints() to mountpoints() to be in line with general (and Qt) naming -- get functions don't get a get prefix. Make the function static. 2008-12-13 19:45:11 +00:00
bootloaderinstallbase.cpp Add some more bootloader install progress messages and call processEvents() more often before performing player disk accesses. 2009-01-08 17:16:53 +00:00
bootloaderinstallbase.h
bootloaderinstallfile.cpp Add some more bootloader install progress messages and call processEvents() more often before performing player disk accesses. 2009-01-08 17:16:53 +00:00
bootloaderinstallfile.h
bootloaderinstallhex.cpp Add some more bootloader install progress messages and call processEvents() more often before performing player disk accesses. 2009-01-08 17:16:53 +00:00
bootloaderinstallhex.h
bootloaderinstallipod.cpp Add some more bootloader install progress messages and call processEvents() more often before performing player disk accesses. 2009-01-08 17:16:53 +00:00
bootloaderinstallipod.h
bootloaderinstallmi4.cpp Add some more bootloader install progress messages and call processEvents() more often before performing player disk accesses. 2009-01-08 17:16:53 +00:00
bootloaderinstallmi4.h
bootloaderinstallsansa.cpp Add some more bootloader install progress messages and call processEvents() more often before performing player disk accesses. 2009-01-08 17:16:53 +00:00
bootloaderinstallsansa.h
detect.cpp Use target string instead of target id when checking the target selection against an existing Rockbox installation. Removes the need to resolve id -> name. 2009-03-14 23:34:40 +00:00
detect.h Use target string instead of target id when checking the target selection against an existing Rockbox installation. Removes the need to resolve id -> name. 2009-03-14 23:34:40 +00:00
httpget.cpp Some HttpGet cleanup: use references when setting options. 2009-03-08 09:06:05 +00:00
httpget.h Some HttpGet cleanup: use references when setting options. 2009-03-08 09:06:05 +00:00
rbunzip.cpp Make Rockbox Utility error out if the zip file its going to install requires more space than left on the device. Calculation adds a safety space of 1MB so you need at least 1MB more free space than the extracted archive. This also catches differences due to the size calculation not taking cluster losses into account. Free disk space is also displayed in the sysinfo dialog. Fixes FS#9417. 2008-12-13 20:09:31 +00:00
rbunzip.h Make Rockbox Utility error out if the zip file its going to install requires more space than left on the device. Calculation adds a safety space of 1MB so you need at least 1MB more free space than the extracted archive. This also catches differences due to the size calculation not taking cluster losses into account. Free disk space is also displayed in the sysinfo dialog. Fixes FS#9417. 2008-12-13 20:09:31 +00:00
rbzip.cpp
rbzip.h
uninstall.cpp Make uninstallation class use QtCore instead of QtGui -- it doesn't use any GUI elements. Move class to the QtCore-only base folder. 2008-10-24 21:23:18 +00:00
uninstall.h Make uninstallation class use QtCore instead of QtGui -- it doesn't use any GUI elements. Move class to the QtCore-only base folder. 2008-10-24 21:23:18 +00:00
utils.cpp rbutil: fix compiling on mac. 2009-01-07 13:31:19 +00:00
utils.h Make Rockbox Utility error out if the zip file its going to install requires more space than left on the device. Calculation adds a safety space of 1MB so you need at least 1MB more free space than the extracted archive. This also catches differences due to the size calculation not taking cluster losses into account. Free disk space is also displayed in the sysinfo dialog. Fixes FS#9417. 2008-12-13 20:09:31 +00:00