- 6e79715 Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption by Dave Chapman · 17 years ago
- 6714681 bump version number for first bugfix release. by Dominik Riebeling · 17 years ago
- d64975f update german translation a bit. Still incomplete. by Dominik Riebeling · 17 years ago
- b9dbd4e - rework language selection a bit: use language string as key instead of language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name. by Dominik Riebeling · 17 years ago
- a449a3a make sure closing the application aborts the remaining HttpGet objects. Should fix the crash upon exit. by Dominik Riebeling · 17 years ago
- 09d66ac For some strange reason my last project file adjusting didn't seem to work correctly. Restucture a bit and rename debug configuration to "dbg" seems to help. by Dominik Riebeling · 17 years ago
- ad4b886 Mac OS X only - automatically unmount the FAT32 partition before attempting to open the disk device for writing. This step can be removed from the manual when the next sansapatcher version is released. by Dave Chapman · 17 years ago
- c5550c9 Normal build defaults to release. Disable debug output for that case. To create a debug build (with debug output enabled) use "qmake -config debug". by Dominik Riebeling · 17 years ago
- 9dbcc38 Add short explanation on how to build rbutilqt. by Dominik Riebeling · 17 years ago
- a0cc369 rbutil: added a main .pro file. by Dominik Wenger · 17 years ago
- 53986b3 rbutil: removed the wx version of rbutil. by Dominik Wenger · 17 years ago
- b2e651d - check for specific files / folders case-insensitive by Dominik Riebeling · 17 years ago
- 72b7447 Add first time detection for some archos devices and gigabeat based on player-specific files. by Dominik Riebeling · 17 years ago
- c00652b use the getmntend api here too. by Dominik Riebeling · 17 years ago
- 84f8f3d Fix autodetection based on rockbox-info.txt which I broke when fixing X5 detection. Replace mountpoint detection to use getmntent api on linux. by Dominik Riebeling · 17 years ago
- f225f04 Mac OS X only - automatically unmount the FAT32 partition before attempting to open the disk device for writing. This step can be removed from the manual when the next ipodpatcher version is released. by Dave Chapman · 17 years ago
- aea7790 Add options to create Universal binaries on Mac OS X by Dave Chapman · 17 years ago
- 7db65ab Fix a possible crash when entering the talkfile window without correct settings. Thanks to Nico_P. by Dominik Riebeling · 17 years ago
- 87a8f41 TTS configuration: default to the first profile found. by Dominik Riebeling · 17 years ago
- 4f88182 update UI a few times more often during installation. by Dominik Riebeling · 17 years ago
- 7717520 When installing builds use the real platform name, not the configuration section one. Fixes installation of X5V builds. by Dominik Riebeling · 17 years ago
- fae8e3f When installing a build also save the platform information to the log file. This solves the detection issue on X5 / X5V (as they share the same build but not bootloader). by Dominik Riebeling · 17 years ago
- 4146da5 When collapsing the devices tree upon detection collapse all. by Dominik Riebeling · 17 years ago
- c147317 rbutilQt: add the ipodvideo64mb build to rbutil. by Dominik Wenger · 17 years ago
- 50af4dc When autodetecting, don't segfault if no item was previously selected and a device is found. by Dominik Riebeling · 17 years ago
- 189de39 rbutilqt: French translation update. by Nicolas Pennequin · 17 years ago
- 6fd7573 Connect close signal earlier so the talk window also closes upon error confirmation. by Dominik Riebeling · 17 years ago
- ab58fd5 use the download server to get bootloader-info by Dominik Riebeling · 17 years ago
- c37798e rbutilQt: let it use the old theme page (with the new php file) until the new one gets released. by Dominik Wenger · 17 years ago
- 39dc7cd rbutilQt: fix the log entry for talkfiles, now it has the current Date as value. by Dominik Wenger · 17 years ago
- b93621d add a "help" entry to the about menu. For now this opens the system browser with the rbutil wiki page. by Dominik Riebeling · 17 years ago
- 322d2b4 rbutilQt: fix a bootloader message, and fixed that the bootloader log entry was shown in the normal uninstall dialog. by Dominik Wenger · 17 years ago
- 18aad3c Oops, forgot to translate "at". by Nicolas Pennequin · 17 years ago
- 1bee895 Make it possible to browse for an encoder binary. by Dominik Riebeling · 17 years ago
- 673a74b Add svn revision to version string and mark milestone 1 reached. by Dominik Riebeling · 17 years ago
- 12c82bd French translation for rbutilqt. Everything is translated. by Nicolas Pennequin · 17 years ago
- c23bc5e Oops, part 2: I shouldn't remove an icon that is still in use. Also convert some xpms to png as Qt can handle them directly. by Dominik Riebeling · 17 years ago
- 8f5f690 Oops, I shouldn't forget the resource file ... by Dominik Riebeling · 17 years ago
- 840a437 replace the old rbutil title icon with the logo-like icon (which is already used by the windows binary) by Dominik Riebeling · 17 years ago
- b749757 fix a typo. Thanks to Nico_P for noting. by Dominik Riebeling · 17 years ago
- bc5a7e3 make detection of tts / encoder binary by searching the path work on windows too. As MacOS AFAIK works the same was as Linux use the same method here -- hopefully this doesn't break anything. by Dominik Riebeling · 17 years ago
- ce2142e Auto-detect binary in TTS / encoder setting dialog by searching $PATH. Only linux for now. by Dominik Riebeling · 17 years ago
- 177716c code police. by Dominik Riebeling · 17 years ago
- f27c6a6 The install window doesn't need to be wider than the other ones. by Dominik Riebeling · 17 years ago
- c03102b Completely rework the talk files window: move settings to configuration dialog and add configuration presets. Remove some old cruft from talkfile handling and rely on values from rbutil.ini. Autodetection of executables is missing. by Dominik Riebeling · 17 years ago
- be4d0a7 Rename logfile section for base install to something more descriptive (as it is displayed in the uninstall dialog) by Dominik Riebeling · 17 years ago
- 3075e3b Cache was intended to be disabled per default. Also make the "disable download cache" button in installation window working. by Dominik Riebeling · 17 years ago
- 6ec2981 Oops, forgot the resource file. by Dominik Riebeling · 17 years ago
- 5ef2368 Implement download caching. Set the folder for the cache data in the configuration dialog. Caching is disabled per default and defaults to the systems temp folder. by Dominik Riebeling · 17 years ago
- 9305c86 Always save manually entered proxy values. by Dominik Riebeling · 17 years ago
- 8f9717a rbutiQt: fix a bug with font installation. by Dominik Wenger · 17 years ago
- aabc130 rbtutilQt: incorporate the complete and small install into rbutil.cpp, remove the multiinstaller files.. by Dominik Wenger · 17 years ago
- 41f5afb Include the required headers. Strangely this only broke on linux. Also fix a warning. by Dominik Riebeling · 17 years ago
- 388506e rbutilqt: first attempt to Small and Complete Installation, could be improved. by Dominik Wenger · 17 years ago
- 0aeea5d rbutilQt: Add downloading of a bootloaders-info file, with md5sums from the bootloaders, to make a version check. Also added the bootloader to the installlog. by Dominik Wenger · 17 years ago
- 848abc8 Add info window which shows details about the currently installed files based on the installation log file. Rework the log file and save revision number / timestamps instead of an arbitrary number. by Dominik Riebeling · 17 years ago
- 663029d rbutilQt: fix the installing of release builds (archos only). by Dominik Wenger · 17 years ago
- b6b1083 simplify setting of proxy value. by Dominik Riebeling · 17 years ago
- ac3db33 ipodpatcher: adjust the targetname strings, so they match the names in rbutil. by Dominik Wenger · 17 years ago
- 1dc307a set missing keywords property. by Dominik Riebeling · 17 years ago
- 7399499 Add (untested) device detection using sansapatcher. by Dominik Riebeling · 17 years ago
- 0d2ce98 after resizing the theme installation window don't use the scaled image for the real-size popup. by Dominik Riebeling · 17 years ago
- 1152a12 Add Ipod detection using ipodpatcher. by Dominik Riebeling · 17 years ago
- ec3db38 Accept both 0x0b and 0x0c as valid FAT32 partition types in the partition table by Dave Chapman · 17 years ago
- 1c69293 add portable installation if built as static binary. by Dominik Riebeling · 17 years ago
- f919c47 simplify my last commit. Thanks to obo for the hint. by Dominik Riebeling · 17 years ago
- a3af8f1 add project file for including accessibility plugin when building static binary. As there is no way to distinguish between static and dynamic builds you need to select the project file manually. by Dominik Riebeling · 17 years ago
- 9295e0a enable downloading of the manual. It will get saved to the players root folder for now. by Dominik Riebeling · 17 years ago
- 04855d1 Fix FS #7594 _again_ --- please stop re-introducing the typo ;) by Peter D'Hoye · 17 years ago
- 2597167 rbutilQt: added a litte border around the theme preview splash. by Dominik Wenger · 17 years ago
- 0ef0d67 rbutilqt: Added a fullsize preview for the Theme installation. It pops up when you hover over the normal preview. by Dominik Wenger · 17 years ago
- fc6d57f remove "empty download cache" menu entry -- clearing the cache will be in the configuration dialog once it's implemented. by Dominik Riebeling · 18 years ago
- 653b996 Add theme installation. This relies on a modified server script so the themes site need to incorporate the changes. by Dominik Riebeling · 18 years ago
- 53fbd6d 302 is also a valid redirect. Also keep the original query when redirecting. by Dominik Riebeling · 18 years ago
- 57dd552 Don't close http connection manually, the destructor will do that anyway. Fixes some download problems. Also add support for following moved documents (http status 301, 303 and 307). by Dominik Riebeling · 18 years ago
- 1899315 rbutilQt: set the correct sorting method for the browsedirtree dialog. by Dominik Wenger · 18 years ago
- 9789d30 rbutilQt: reworked bootloaderinstallation. removed the bootloaderinstalldialog, added a small dialog to ask for the original firmware, if you install a bootloader for a fwpatcher target. by Dominik Wenger · 18 years ago
- 8897e8c more fixing on downloading class: toEncoded can't be used as get parameter. Use path() and construct query parameters ourselves. by Dominik Riebeling · 18 years ago
- e59cf6b (hopefully) fix some broken download stuff I introduced yesterday. by Dominik Riebeling · 18 years ago
- 498bae3 extend ZipInstaller to support installing of multiple files at once (for use by the theme installation). by Dominik Riebeling · 18 years ago
- 07e4ddb Extend HttpGet class to allow downloading a file to a buffer instead of a file. by Dominik Riebeling · 18 years ago
- a16ac1f Add Rockbox icon to windows binary. Icon taken from fwpatcher. by Dominik Riebeling · 18 years ago
- 7ac9a5f Fix a typo, thanks to Alistair Marshall for spotting (FS #7594) by Peter D'Hoye · 18 years ago
- 26eb048 simplify a bit. by Dominik Riebeling · 18 years ago
- 90c40b7 use alternating row colors in list views. by Dominik Riebeling · 18 years ago
- c1e0932 RbutilQt: Ups, another forgotten file. by Dominik Wenger · 18 years ago
- e40b4df rbutilQt:Ups.. the forgotten uninstall files. by Dominik Wenger · 18 years ago
- 6bc9abc rbutilQt: Add Uninstallation for Rockbox and Bootloaders. Also add Talkfiles to the installlog by Dominik Wenger · 18 years ago
- e62040d fix a possible segfault upon invalid selection. by Dominik Riebeling · 18 years ago
- edf5449 small simplification. by Dominik Riebeling · 18 years ago
- 36b150e rbutilQt: renamed installbl to installbootloaderwindow. by Dominik Wenger · 18 years ago
- c3bf746 Oops. by Dominik Riebeling · 18 years ago
- 5cbb826 tree browser: return native path delimiters in returned path by Dominik Riebeling · 18 years ago
- 8dbc7e3 add voice file installation. This also extends the ZipInstaller class a bit to handle copying the downloaded file instead of unzipping. by Dominik Riebeling · 18 years ago
- 965881f if no proxy type is set default to none. by Dominik Riebeling · 18 years ago
- 0fc30fb don't try to find the given file in the browser dialog if it doesn't exist. by Dominik Riebeling · 18 years ago
- fe5acf2 rbutilQt: fix missing sansapatcher init. by Dominik Wenger · 18 years ago
- 50c81a9 move talk file button to new "Accessibility" tab and add button for voice files. Add voice url to config file and some tooltips to the tab view. by Dominik Riebeling · 18 years ago
- 23ae15d Add ccache and build paths to the project file by Robert Keevil · 18 years ago
- 2ee205a rbutilqt: use the new dirbrowser in the talkfile generation. Also little changes to the dirbrowser to run it statically and without signals. by Dominik Wenger · 18 years ago