summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/installbootloader.cpp (follow)
Commit message (Collapse)AuthorAge
* Completely rework the bootloader installation class:Dominik Riebeling2008-09-28
| | | | | | | | | | | - 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
* rbutil: bootloader installation iaudio, create the FIRMWARE dir if it doesnt ↵Dominik Wenger2008-08-22
| | | | | | exist, or bootloader install will fail. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18332 a1c6a512-1295-4272-9138-f99709370657
* Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup ↵Dominik Riebeling2008-06-17
| | | | | | exports a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17730 a1c6a512-1295-4272-9138-f99709370657
* Use the new progressbar value slot instead of wrapping around it.Dominik Riebeling2008-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17685 a1c6a512-1295-4272-9138-f99709370657
* Move error message generation out of irivertools.cpp to make it independent ↵Dominik Riebeling2008-05-23
| | | | | | from the GUI. First step to improve code reuse later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17614 a1c6a512-1295-4272-9138-f99709370657
* Fix issues with file-based bootloader installation:Dominik Riebeling2008-04-02
| | | | | | | | | - resolve the path with real case. Fixes errors on case-sensitive OS. - unset internal error after the (silent) creation of a backup copy. The error isn't checked and if one occured the file renaming afterwards would fail. - make some wiki links nicer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16934 a1c6a512-1295-4272-9138-f99709370657
* rbutil: let rbutil use the new voice.zip files. Also make the download cache ↵Dominik Wenger2008-04-01
| | | | | | working again. (make sure to connect signals before calling getFile() ). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16917 a1c6a512-1295-4272-9138-f99709370657
* When trying to check for an installed bootloader treat an empty bootloader ↵Dominik Riebeling2008-03-27
| | | | | | md5sum in the installation log as a missing bootloader. Should fix issues with rbutil reporting an up-to-date bootloader even if none was installed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16851 a1c6a512-1295-4272-9138-f99709370657
* add global proxy / cache settings to httpget class. This removes the need of ↵Dominik Riebeling2008-03-05
| | | | | | 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
* rbutil: add m:robe100 support.Dominik Wenger2008-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16478 a1c6a512-1295-4272-9138-f99709370657
* rbutil: make a backup of the OF in gigabeat and h10 bootloader installation. ↵Dominik Wenger2008-02-28
| | | | | | (in /<homedir>/Gigabeat Original Firmware Backup/ or /<homedir>/Iriver H10 Original Firmware Backup/). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16446 a1c6a512-1295-4272-9138-f99709370657
* Untie rbutil core logic from QtGui for cli:Dominik Riebeling2008-02-10
| | | | | | | | | - 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
* rbutil: h10 bootloaderinstallation: fixed wrong OF.mi4 name for dualboot.Dominik Wenger2008-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16264 a1c6a512-1295-4272-9138-f99709370657
* Oops, I should not add typos to weblinks.Dominik Riebeling2007-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14986 a1c6a512-1295-4272-9138-f99709370657
* When detecting a macpod cancel bootloader installation. Add a link to ↵Dominik Riebeling2007-10-04
| | | | | | IpodConverstionToFAT32 wiki page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14985 a1c6a512-1295-4272-9138-f99709370657
* Fix the missing c200 detection in bootloader installation. This is ↵Dominik Riebeling2007-09-19
| | | | | | completely untested. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14760 a1c6a512-1295-4272-9138-f99709370657
* Update rbutil to match up with latest sansapatcher changes. Installing c200 ↵Dominik Riebeling2007-09-19
| | | | | | bootloader isn't added yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14759 a1c6a512-1295-4272-9138-f99709370657
* Cosmetics: remove trailing spaces.Antoine Cellerier2007-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14723 a1c6a512-1295-4272-9138-f99709370657
* fix a typo. Thanks to Nico_P for noting.Dominik Riebeling2007-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14510 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt: Add downloading of a bootloaders-info file, with md5sums from the ↵Dominik Wenger2007-08-26
| | | | | | 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
* set missing keywords property.Dominik Riebeling2007-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14446 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt: reworked bootloaderinstallation. removed the ↵Dominik Wenger2007-08-15
| | | | | | bootloaderinstalldialog, added a small dialog to ask for the original firmware, if you install a bootloader for a fwpatcher target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14356 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt: fix missing sansapatcher init.Dominik Wenger2007-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14244 a1c6a512-1295-4272-9138-f99709370657
* Display the correct icon upon success.Dominik Riebeling2007-08-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14164 a1c6a512-1295-4272-9138-f99709370657
* If bootloader installation failed abort logger so the user needs to confirm ↵Dominik Riebeling2007-08-01
| | | | | | the error only once. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14129 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt: the progressloggergui now uses little icons along the text. Dominik Wenger2007-07-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14105 a1c6a512-1295-4272-9138-f99709370657
* move iriver checksums to its own file to remove unneeded inclusion and kill ↵Dominik Riebeling2007-07-29
| | | | | | warnings. Tiny whitespace cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14070 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt: changed the progress/error logger, there is now an abstract ↵Dominik Wenger2007-07-29
| | | | | | interface and a progressloggergui implementation of it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14060 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt: bootloader installation routines for iriver players. Bootloader ↵Dominik Wenger2007-07-28
| | | | | | routines are now completed. They need heavy testing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14040 a1c6a512-1295-4272-9138-f99709370657
* rbutilqt: added sansapatcher to bootloader installation. now only iriver ↵Dominik Wenger2007-07-28
| | | | | | bootloaders are missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14039 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt: first attempt for bootloader installation. Sansa and irivers are ↵Dominik Wenger2007-07-27
still missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14032 a1c6a512-1295-4272-9138-f99709370657