summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/installbootloader.h
AgeCommit message (Collapse)Author
2008-09-28Completely rework the bootloader installation class:Dominik Riebeling
- create a base class and make derived classes for each installation type. - sort installations by type, not by player model. - remove duplicated code for iriver (de)scrambling functionality and use the functions inside of the tools folder directly -- we already do the same for rbspeex. - make bootloader file backup optional and allow choosing a target location. - clean up some wording and add some more guiding messages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18657 a1c6a512-1295-4272-9138-f99709370657
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
2008-06-03Use the new progressbar value slot instead of wrapping around it.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17685 a1c6a512-1295-4272-9138-f99709370657
2008-05-22Move C linkage binding for c++ to exporting header files instead of includes.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17609 a1c6a512-1295-4272-9138-f99709370657
2008-03-05add global proxy / cache settings to httpget class. This removes the need of ↵Dominik Riebeling
passing proxy / cache values around all the time. Each object can still override the global values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16530 a1c6a512-1295-4272-9138-f99709370657
2008-03-02rbutil: add m:robe100 support.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16478 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Untie rbutil core logic from QtGui for cli:Dominik Riebeling
- include QtCore instead of QtGui if possible - replace qApp with QCoreApplication::instance(), as qApp is only defined for QtGui - use QCoreApplication instead of QApplication for inherited static members. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16274 a1c6a512-1295-4272-9138-f99709370657
2007-09-15Cosmetics: remove trailing spaces.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14723 a1c6a512-1295-4272-9138-f99709370657
2007-08-26rbutilQt: Add downloading of a bootloaders-info file, with md5sums from the ↵Dominik Wenger
bootloaders, to make a version check. Also added the bootloader to the installlog. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14462 a1c6a512-1295-4272-9138-f99709370657
2007-08-23set missing keywords property.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14446 a1c6a512-1295-4272-9138-f99709370657
2007-08-01If bootloader installation failed abort logger so the user needs to confirm ↵Dominik Riebeling
the error only once. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14129 a1c6a512-1295-4272-9138-f99709370657
2007-07-29rbutilQt: changed the progress/error logger, there is now an abstract ↵Dominik Wenger
interface and a progressloggergui implementation of it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14060 a1c6a512-1295-4272-9138-f99709370657
2007-07-28rbutilQt: bootloader installation routines for iriver players. Bootloader ↵Dominik Wenger
routines are now completed. They need heavy testing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14040 a1c6a512-1295-4272-9138-f99709370657
2007-07-28rbutilqt: added sansapatcher to bootloader installation. now only iriver ↵Dominik Wenger
bootloaders are missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14039 a1c6a512-1295-4272-9138-f99709370657
2007-07-27rbutilQt: first attempt for bootloader installation. Sansa and irivers are ↵Dominik Wenger
still missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14032 a1c6a512-1295-4272-9138-f99709370657