rockbox/rbutil/rbutilqt/base
Dominik Riebeling cd5f753f5e Fix issues with mi4 bootloader install:
- return correct success result. Fixes automatic install hanging.
- when reinstalling the bootloader (OF.mi4 present) remove Rockbox bootloader first. Fixes sinstall failing silently.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19474 a1c6a512-1295-4272-9138-f99709370657
2008-12-18 21:16:47 +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 Various small rbutil source string cleanups. 2008-12-14 12:36:35 +00:00
bootloaderinstallbase.h Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
bootloaderinstallfile.cpp Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
bootloaderinstallfile.h Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
bootloaderinstallhex.cpp Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
bootloaderinstallhex.h Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
bootloaderinstallipod.cpp Various small rbutil source string cleanups. 2008-12-14 12:36:35 +00:00
bootloaderinstallipod.h Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
bootloaderinstallmi4.cpp Fix issues with mi4 bootloader install: 2008-12-18 21:16:47 +00:00
bootloaderinstallmi4.h Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
bootloaderinstallsansa.cpp Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
bootloaderinstallsansa.h Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
detect.cpp Make Detect::check() return an error string instead of a boolean result and move the handling of an occurred error to the application to make detection Gui-clean. Move detect class to base folder. 2008-10-24 22:31:07 +00:00
detect.h Make Detect::check() return an error string instead of a boolean result and move the handling of an occurred error to the application to make detection Gui-clean. Move detect class to base folder. 2008-10-24 22:31:07 +00:00
httpget.cpp Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
httpget.h Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +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 Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
rbzip.h Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. 2008-10-12 19:21:58 +00:00
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 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
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