rockbox/rbutil/rbutilqt/base
2009-05-01 21:35:06 +00:00
..
autodetection.cpp Bootloader installation for ipod and sansa: override the scanning with the device pointed to by the mountpoint. This allows selecting the correct player if two of the same brand are connected (FS#10096). 2009-04-30 19:14:24 +00:00
autodetection.h Bootloader installation for ipod and sansa: override the scanning with the device pointed to by the mountpoint. This allows selecting the correct player if two of the same brand are connected (FS#10096). 2009-04-30 19:14:24 +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 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 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 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 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 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 Make sure the global buffers for ipodpatcher and sansapatcher get allocated and freed only once. Fixes segfaults when the bootloader install class was instanciated multiple times. 2009-05-01 21:35:06 +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 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 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 Make sure the global buffers for ipodpatcher and sansapatcher get allocated and freed only once. Fixes segfaults when the bootloader install class was instanciated multiple times. 2009-05-01 21:35:06 +00:00
bootloaderinstallsansa.h Bootloader installation for ipod and sansa: override the scanning with the device pointed to by the mountpoint. This allows selecting the correct player if two of the same brand are connected (FS#10096). 2009-04-30 19:14:24 +00:00
detect.cpp Completely rework RbSettings class. 2009-04-29 20:58:47 +00:00
detect.h Fix missing include. 2009-04-27 21:20:09 +00:00
encoders.cpp rbutil: move the tts and encoders and its settings interface to base/ 2009-04-29 21:29:35 +00:00
encoders.h rbutil: move the tts and encoders and its settings interface to base/ 2009-04-29 21:29:35 +00:00
encttssettings.cpp rbutil: correct use of parent ptr in constructor. 2009-04-30 19:52:34 +00:00
encttssettings.h rbutil: move the tts and encoders and its settings interface to base/ 2009-04-29 21:29:35 +00:00
httpget.cpp Simplify a debug output case and fix a gcc warning (as reported in FS#10124, only appears on new gcc versions). 2009-04-17 22:09:39 +00:00
httpget.h Some HttpGet cleanup: use references when setting options. 2009-03-08 09:06:05 +00:00
rbsettings.cpp Move Settings class to base. 2009-04-29 21:36:05 +00:00
rbsettings.h Move Settings class to base. 2009-04-29 21:36:05 +00:00
rbunzip.cpp Silence current file debug output of RbUnzip. 2009-03-21 21:04:21 +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 Code police and remove trailing whitespaces. 2009-03-30 22:05:21 +00:00
rbzip.h Code police and remove trailing whitespaces. 2009-03-30 22:05:21 +00:00
tts.cpp rbutil: move the tts and encoders and its settings interface to base/ 2009-04-29 21:29:35 +00:00
tts.h rbutil: move the tts and encoders and its settings interface to base/ 2009-04-29 21:29:35 +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 rbutil: completely rework how tts and encoders are configured. (FS#10070) 2009-04-29 21:27:01 +00:00
utils.h rbutil: completely rework how tts and encoders are configured. (FS#10070) 2009-04-29 21:27:01 +00:00