1. 36427dd Bump version to 2.0 ready for release by Dave Chapman · 18 years ago bootloader_ipods_v2
  2. 344f451 Spelling fix. by Antoine Cellerier · 18 years ago
  3. f90837f Check target / mountpoint selection before performing any installation. by Dominik Riebeling · 18 years ago
  4. 7929b03 Add -s,--silent so it doesnt display the instructions and wait for input before continuing. by Jonathan Gordon · 18 years ago
  5. c720b1b Bump version to 0.3 and v2 bootloader in preparation for release by Dave Chapman · 18 years ago
  6. e6dab6d Factorize smallInstall and completeInstall code. by Antoine Cellerier · 18 years ago
  7. 1464c9b Cosmetics: remove trailing spaces. by Antoine Cellerier · 18 years ago
  8. 76ea412 Modify Makefile for cross-compiling a windows .exe - this requires the libusb-win32-device-bin-0.1.12.1 archive extracted to the e200rpatcher source directory. by Dave Chapman · 18 years ago
  9. 7e0ed6b Add a call to usb_set_configuration() (apparently required for both Windows and Linux, but Linux didn't seem to mind) and also add some more error checking/reporting. by Dave Chapman · 18 years ago
  10. 2da04fd Use the correct config group when checking the bootloader requirement. by Dominik Riebeling · 18 years ago
  11. 3c182d2 Fix compilation warning. by Antoine Cellerier · 18 years ago
  12. ef425fe Fixes to the Complete and Small Installation routines: Don't try installing a bootloader if the target doesn't have one, Don't install doom WADs if the target doesn't have a doom plugin. by Antoine Cellerier · 18 years ago
  13. 78d7ece Automatically scroll to the last line of the progress logger when adding a new item. by Antoine Cellerier · 18 years ago
  14. 4bcd0fa Add an "Install All" button to the themes installation dialog. by Antoine Cellerier · 18 years ago
  15. 58fe3ae Change some validation button labels from "Ok" to "Install" or "Uninstall". by Antoine Cellerier · 18 years ago
  16. e4f8b95 Fix a qmake warning caused by some invisible character. by Dominik Riebeling · 18 years ago
  17. 554f0c3 If caching is disabled, still cache theme info and images in a temporary directory (which will be deleted once rbutil is closed) to prevent downling them every time the theme selection changes. by Antoine Cellerier · 18 years ago
  18. 3503c1a Fix, take 2. by Antoine Cellerier · 18 years ago
  19. b8f1e74 Fix http caching. by Antoine Cellerier · 18 years ago
  20. fc25266 Device detection based on USB PIDs. This is currently linux only and requires libusb. There is also no way to figure the mount point from the USB PID so the old methods are tried for this. by Dominik Riebeling · 18 years ago
  21. 3d41c1c Do not allow install doom files on a target that doesn't have a doom.rock plugin. by Antoine Cellerier · 18 years ago
  22. 1b62cc1 Archos Recorder v1 also came in 6 GB and 15 GB flavors. by Antoine Cellerier · 18 years ago
  23. 974eb5d Make it possible to change the BrowseDirtree caption (and do so for the device selection dialog). by Antoine Cellerier · 18 years ago
  24. 4c881e2 Add BrowseDirtree::setDir(const QString&) to simplify the code. by Antoine Cellerier · 18 years ago
  25. bedfd7c On linux, default to /media for the mountpoint selection but make it possible to chose other directories too. by Antoine Cellerier · 18 years ago
  26. a619d06 Corrent an info message by Dave Chapman · 18 years ago
  27. 9730ca8 Add chinese translation to rbutil by Xinlu Huang (FS#7697). by Dominik Riebeling · 18 years ago
  28. 3cd6a45 it's /media, not /Media. by Dominik Riebeling · 18 years ago
  29. b775101 rbutil: limit the mountpoint selection to /Media on linux and /Volumes on Mac. by Dominik Wenger · 18 years ago
  30. 79244b2 Give more verbose error message when uploading e200rpatcher fails. by Barry Wardell · 18 years ago
  31. 7eb73ef Change the Mac OS X rules to compile a static binary. Also add a README file with a brief description of e200rpatcher and some build instructions. We still need a Windows developer to make this work there... by Dave Chapman · 18 years ago
  32. d31751e Oops, remove some duplicated code. by Dave Chapman · 18 years ago
  33. dd998b7 Initial version of standalone e200rpatcher tool to upload and run the e200r patching application to patch the original Sansa bootloader. This requires the patching binary (called bootloader.bin) to be in the e200rpatcher directory when compiling. Currently only tested on Linux. by Dave Chapman · 18 years ago
  34. 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 · 18 years ago
  35. 6714681 bump version number for first bugfix release. by Dominik Riebeling · 18 years ago
  36. d64975f update german translation a bit. Still incomplete. by Dominik Riebeling · 18 years ago
  37. 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 · 18 years ago
  38. a449a3a make sure closing the application aborts the remaining HttpGet objects. Should fix the crash upon exit. by Dominik Riebeling · 18 years ago
  39. 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 · 18 years ago
  40. 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 · 18 years ago
  41. 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 · 18 years ago
  42. 9dbcc38 Add short explanation on how to build rbutilqt. by Dominik Riebeling · 18 years ago
  43. a0cc369 rbutil: added a main .pro file. by Dominik Wenger · 18 years ago
  44. 53986b3 rbutil: removed the wx version of rbutil. by Dominik Wenger · 18 years ago
  45. b2e651d - check for specific files / folders case-insensitive by Dominik Riebeling · 18 years ago
  46. 72b7447 Add first time detection for some archos devices and gigabeat based on player-specific files. by Dominik Riebeling · 18 years ago
  47. c00652b use the getmntend api here too. by Dominik Riebeling · 18 years ago
  48. 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 · 18 years ago
  49. 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 · 18 years ago
  50. aea7790 Add options to create Universal binaries on Mac OS X by Dave Chapman · 18 years ago
  51. 7db65ab Fix a possible crash when entering the talkfile window without correct settings. Thanks to Nico_P. by Dominik Riebeling · 18 years ago
  52. 87a8f41 TTS configuration: default to the first profile found. by Dominik Riebeling · 18 years ago
  53. 4f88182 update UI a few times more often during installation. by Dominik Riebeling · 18 years ago
  54. 7717520 When installing builds use the real platform name, not the configuration section one. Fixes installation of X5V builds. by Dominik Riebeling · 18 years ago
  55. 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 · 18 years ago
  56. 4146da5 When collapsing the devices tree upon detection collapse all. by Dominik Riebeling · 18 years ago
  57. c147317 rbutilQt: add the ipodvideo64mb build to rbutil. by Dominik Wenger · 18 years ago
  58. 50af4dc When autodetecting, don't segfault if no item was previously selected and a device is found. by Dominik Riebeling · 18 years ago
  59. 189de39 rbutilqt: French translation update. by Nicolas Pennequin · 18 years ago
  60. 6fd7573 Connect close signal earlier so the talk window also closes upon error confirmation. by Dominik Riebeling · 18 years ago
  61. ab58fd5 use the download server to get bootloader-info by Dominik Riebeling · 18 years ago
  62. c37798e rbutilQt: let it use the old theme page (with the new php file) until the new one gets released. by Dominik Wenger · 18 years ago
  63. 39dc7cd rbutilQt: fix the log entry for talkfiles, now it has the current Date as value. by Dominik Wenger · 18 years ago
  64. b93621d add a "help" entry to the about menu. For now this opens the system browser with the rbutil wiki page. by Dominik Riebeling · 18 years ago
  65. 322d2b4 rbutilQt: fix a bootloader message, and fixed that the bootloader log entry was shown in the normal uninstall dialog. by Dominik Wenger · 18 years ago
  66. 18aad3c Oops, forgot to translate "at". by Nicolas Pennequin · 18 years ago
  67. 1bee895 Make it possible to browse for an encoder binary. by Dominik Riebeling · 18 years ago
  68. 673a74b Add svn revision to version string and mark milestone 1 reached. by Dominik Riebeling · 18 years ago
  69. 12c82bd French translation for rbutilqt. Everything is translated. by Nicolas Pennequin · 18 years ago
  70. 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 · 18 years ago
  71. 8f5f690 Oops, I shouldn't forget the resource file ... by Dominik Riebeling · 18 years ago
  72. 840a437 replace the old rbutil title icon with the logo-like icon (which is already used by the windows binary) by Dominik Riebeling · 18 years ago
  73. b749757 fix a typo. Thanks to Nico_P for noting. by Dominik Riebeling · 18 years ago
  74. 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 · 18 years ago
  75. ce2142e Auto-detect binary in TTS / encoder setting dialog by searching $PATH. Only linux for now. by Dominik Riebeling · 18 years ago
  76. 177716c code police. by Dominik Riebeling · 18 years ago
  77. f27c6a6 The install window doesn't need to be wider than the other ones. by Dominik Riebeling · 18 years ago
  78. 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 · 18 years ago
  79. be4d0a7 Rename logfile section for base install to something more descriptive (as it is displayed in the uninstall dialog) by Dominik Riebeling · 18 years ago
  80. 3075e3b Cache was intended to be disabled per default. Also make the "disable download cache" button in installation window working. by Dominik Riebeling · 18 years ago
  81. 6ec2981 Oops, forgot the resource file. by Dominik Riebeling · 18 years ago
  82. 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 · 18 years ago
  83. 9305c86 Always save manually entered proxy values. by Dominik Riebeling · 18 years ago
  84. 8f9717a rbutiQt: fix a bug with font installation. by Dominik Wenger · 18 years ago
  85. aabc130 rbtutilQt: incorporate the complete and small install into rbutil.cpp, remove the multiinstaller files.. by Dominik Wenger · 18 years ago
  86. 41f5afb Include the required headers. Strangely this only broke on linux. Also fix a warning. by Dominik Riebeling · 18 years ago
  87. 388506e rbutilqt: first attempt to Small and Complete Installation, could be improved. by Dominik Wenger · 18 years ago
  88. 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 · 18 years ago
  89. 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 · 18 years ago
  90. 663029d rbutilQt: fix the installing of release builds (archos only). by Dominik Wenger · 18 years ago
  91. b6b1083 simplify setting of proxy value. by Dominik Riebeling · 18 years ago
  92. ac3db33 ipodpatcher: adjust the targetname strings, so they match the names in rbutil. by Dominik Wenger · 18 years ago
  93. 1dc307a set missing keywords property. by Dominik Riebeling · 18 years ago
  94. 7399499 Add (untested) device detection using sansapatcher. by Dominik Riebeling · 18 years ago
  95. 0d2ce98 after resizing the theme installation window don't use the scaled image for the real-size popup. by Dominik Riebeling · 18 years ago
  96. 1152a12 Add Ipod detection using ipodpatcher. by Dominik Riebeling · 18 years ago
  97. ec3db38 Accept both 0x0b and 0x0c as valid FAT32 partition types in the partition table by Dave Chapman · 18 years ago
  98. 1c69293 add portable installation if built as static binary. by Dominik Riebeling · 18 years ago
  99. f919c47 simplify my last commit. Thanks to obo for the hint. by Dominik Riebeling · 18 years ago
  100. 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 · 18 years ago