1. 4a115d8 Use a html version of gpl for the licence in the about box. Make the box use word wrap as well by Martin Arver · 18 years ago
  2. 6a20def Initial (untested apart from device detection) support for 1st/2nd gen ipods (the original ones...). by Dave Chapman · 18 years ago
  3. d8873fb rbutilqt: make the installlog ini file based. by Dominik Wenger · 18 years ago
  4. 5ec6575 remove empty file and set keywords. by Dominik Riebeling · 18 years ago
  5. 680408f First stab at porting rbutil to Qt4. Currently only installing a current or archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing. by Dominik Riebeling · 18 years ago
  6. 3ce7f0e fix warnings. by Dominik Riebeling · 18 years ago
  7. 7564ad8 - fix an endless autodetection loop when no user configuration is present by Dominik Riebeling · 18 years ago
  8. 97db2ab Fix the Makefile (and hopefully the OS X Makefile as well) after the talkfile commit and let talkfile.cpp build on non-Windows. Also fix incorrect meaning of DESTDIR in the Makefile. by Jonas Häggqvist · 18 years ago
  9. 8f3e56e Add an icon for talkfile button. Taken from gnome-icon-theme (GPL licensed). by Jonas Häggqvist · 18 years ago
  10. d4b4846 rbutil: Oops, forgot the new files. by Dominik Wenger · 18 years ago
  11. 1ad4b2c rbutil: first attempt to talk file creator. also pushed version to 3.2.6 by Dominik Wenger · 18 years ago
  12. 798e0d5 rbutil: Oops: his name is Hooper not Hopper. Sorry. by Dominik Wenger · 18 years ago
  13. 8c964e1 rbutil: fix unzipping (FS#7439) Thanks to Dave Hopper. by Dominik Wenger · 18 years ago
  14. a42a346 rbutil: fix the manual url for h100 and h120. by Dominik Wenger · 18 years ago
  15. 5309d73 rbutil caches no the preview images of the themes. by Dominik Wenger · 18 years ago
  16. 7034296 rbutil: fix compilation in cygwin by Dominik Wenger · 18 years ago
  17. 9b20dfd rbuti: fix the same false error message, when uninstalling the ipod bootloader by Dominik Wenger · 18 years ago
  18. 83d04f8 rbutil: fix false error message when installing ipod bootloader by Dominik Wenger · 18 years ago
  19. e76e138 move handling of shared manuals (like h100 series) to a new setting in rbutil.ini instead of a hardcoded list. by Dominik Riebeling · 18 years ago
  20. 0350bf2 rbutil: fix segfault if there is no rbutil.ini. It terminates now nicely. by Dominik Wenger · 18 years ago
  21. 34b0ca4 Add a missing install: label - thanks to Bryan Childs for spotting by Dave Chapman · 18 years ago
  22. fc9ed84 Kill g++ warning. by Antoine Cellerier · 18 years ago
  23. a92fc62 rbutil: make autodetection silent on startup. by Dominik Wenger · 18 years ago
  24. 9d0e4e1 rbutil: attempt autodetection at startup. by Dominik Wenger · 18 years ago
  25. f0fc547 rbutil: bump version to 0.3.2.5 by Dominik Wenger · 18 years ago
  26. 16ca78d Nicer doom button, still based on gnome-icons-theme, just a newer by Jonas Häggqvist · 18 years ago
  27. c8899d7 if a proxy is set, pre-fill the proxy setting dialog with the old value. by Dominik Riebeling · 18 years ago
  28. 8b27d2c Adjust the rbutil unix-style Makefile to the new icons. by Dominik Riebeling · 18 years ago
  29. 8d7ce65 fix a warning. by Dominik Riebeling · 18 years ago
  30. 87a6d0a rbutil: forgot to delete the old button images. by Dominik Wenger · 18 years ago
  31. 84f5939 rbutil: Add nice Buttons (FS 7294, heavily modified). Buttons are from the gnome-icon-theme (GPL) and are in png format. In rbutil/icons there is bin2c.c which can convert those pngs to *.c and *.h. Call it with bin2c *.png (shell expansion). The Makefile (Linux/ Mac) needs updates to use this. by Dominik Wenger · 18 years ago
  32. f5936c0 rbutil: Upps.. i hope the last one. :-/ by Dominik Wenger · 18 years ago
  33. 802db8e rbutil: Upps.. by Dominik Wenger · 18 years ago
  34. 6924152 rbutil: reworked device detection, now uses rockbox-info.txt and the patchers to detect the device. by Dominik Wenger · 18 years ago
  35. f927a14 Include the new autodection.cpp file in the Makefiles by Dave Chapman · 18 years ago
  36. b578062 rbutil: Add quessing of the Drive letter via Windows API, also restructuring for future Device detection via pid and vid. by Dominik Wenger · 18 years ago
  37. 2199808 Sansa stuff shouldn't use the ipod structure. Thanks to Domonoky for noticing this error. by Antoine Cellerier · 18 years ago
  38. 5547c13 On linux, guess the mount point for ipods (tested) and sansas (untested). by Antoine Cellerier · 18 years ago
  39. 56780e3 Initial integration of a --format option, based on fat32format.exe. The main limitation is that it only works on disks with 512-byte sectors - it needs adapting to the 2048-byte sector ipods. It has only been tested on Linux and Mac OS X, with a 60GB ipod Color, but appears to work.... When this feature has been more widely tested, the intention is to add code to convert the information in an Apple Partition Map (which can currently be read by ipodpatcher) to a DOS partition table, and hence allow conversion of Macpods to Winpods. by Dave Chapman · 18 years ago
  40. 2f1a262 Cosmetic change - "ipod2c" should be "bin2c" in the comments in the generated .c/.h files by Dave Chapman · 18 years ago
  41. 0fba85f Accept both 0xb and 0xc as valid partition types for an ipod FAT32 partition. Some tools (e.g. fat32format) set the type to 0xc, and the Apple bootloader doesn't appear to care. by Dave Chapman · 18 years ago
  42. e94adbb A few fixes to the About panel. by Antoine Cellerier · 18 years ago
  43. 1bc4ce9 Simplify code (use + operator to concatenate strings instead of Printf()). Please revert if use of Printf was intentional. by Antoine Cellerier · 18 years ago
  44. 71eedc7 When clicking on one of the rbutil actions, ask the user if he wants to try autodetecting his device if none was selected. by Antoine Cellerier · 18 years ago
  45. d86e1a4 Add "Select All" button to the themes installer. Remove a bunch of tabs. by Antoine Cellerier · 18 years ago
  46. 19cc9d0 fix Tab navigation in rbutil, and make it also look at other places for rbutil.ini. by Dominik Wenger · 18 years ago
  47. 09b247f Don't just display an error message, abort. by Dave Chapman · 18 years ago
  48. 6e314e5 Fix typo in error message - thanks to Bryan Childs for spotting by Dave Chapman · 18 years ago
  49. bbde445 Add --write-embedded (-we) option. This replaces the Apple firmware with the bootloader embedded in ipodpatcher (equivalent to -wf bootloader-ipodxxx.ipod when using an external bootloader). by Dave Chapman · 18 years ago
  50. 1bae792 rbutil: put the Theme description in a scrolling Control, also updated a few descriptions by Dominik Wenger · 18 years ago
  51. 19519d7 Fix typo in the bootloader instalation dialog box by Nils Wallménius · 18 years ago
  52. 5f6832d Fix FS#7181 and make the main screen resizeable in rbutil by Dominik Wenger · 18 years ago
  53. 92b9c23 Bump version number for 1.0 release (v1.1 bootloaders) by Dave Chapman · 18 years ago
  54. 4df0c77 Remove the check for ipod-specific magic in the MBR (which caused problems when users repartitioned their ipods and removed that magic) and instead check that the partition layout looks like an ipod. by Dave Chapman · 18 years ago
  55. dfcf427 sansapatcher needs _LARGEFILE64_SOURCE, so add this to the rbutil Makefile too. by Dominik Riebeling · 18 years ago
  56. affab26 Sync the Mac OS X makefile - add the wxhtml library by Dave Chapman · 18 years ago
  57. de6b78a fix the recorder8mb Manual URL in rbutil by Dominik Wenger · 18 years ago
  58. 4544c43 rbutil can now install the Freedoom wads. Thanks to M.Arnold for the pic on the doom install button by Dominik Wenger · 18 years ago
  59. 1b36be2 early proxy support on rbutil by Dominik Wenger · 18 years ago
  60. 5e7b140 integrated Manual for rbutil by Dominik Wenger · 18 years ago
  61. e9f08dc rbutil now ask before doing anything, plus minor gui changes by Dominik Wenger · 18 years ago
  62. 0658dce Make rbutil compile on Mac OS X by Dave Chapman · 18 years ago
  63. dde262b Support for Sansa E200 in rbutil by Dominik Wenger · 18 years ago
  64. 39939bb Remove some unused functions, no functional change by Dave Chapman · 18 years ago
  65. 441a8d8 Sync the Mac OS X Makefile by Dave Chapman · 18 years ago
  66. 60f8641 New, better GUI for rbutil. (FS#6893) by Dominik Wenger · 18 years ago
  67. 427fff4 Add -rfb option for reading the main firmware (OSOS image) as a binary file. by Dave Chapman · 18 years ago
  68. 7a780db Bump version to 0.2 with new bootloader by Dave Chapman · 18 years ago
  69. b2b79d5 Some more sanity checks - don't recognise the new bootloader installed via the old method as a valid E200 by Dave Chapman · 18 years ago
  70. 5efce18 Always display the 'Press ENTER to exit sansapatcher' prompt when there is an error in interactive mode. by Dave Chapman · 18 years ago
  71. 22a6730 Fix more Warnings, and also a bug with checking the dirstructure for themes in rbutil by Dominik Wenger · 18 years ago
  72. 2671b6c Add GodEater to the credits in RbUtil by Dominik Wenger · 18 years ago
  73. 151a672 Fix warnings in rbutil. FS#6865 thanx to GodEater by Dominik Wenger · 18 years ago
  74. 7d71351 Modify the version string ready for initial release by Dave Chapman · 18 years ago
  75. 341b03a Add Rockbox magic (RBOFe200) to the end of the mi4 header in the original firmware. This may not be needed, but completes the set of RBBL for the bootloader, RBOS for Rockbox itself, and RBOF for the original firmware. Also add more info to an error message. by Dave Chapman · 18 years ago
  76. c0351ca Fix bad crashing bug,when running under Linux, in Rbutil. thanx to GodEater by Dominik Wenger · 18 years ago
  77. ce5383e Correct an nonsensical #if by Dave Chapman · 18 years ago
  78. be29716 Some code rearrangement and function renaming to help incorporation into rbutil without clashing with ipodpatcher. by Dave Chapman · 18 years ago
  79. 1860e9a Add a further safety check - don't allow users to install old bootloaders with sansapatcher by Dave Chapman · 18 years ago
  80. 7b8bf1b Oops, forgot to add the dummy DSA signature to created MI4 images/files by Dave Chapman · 18 years ago
  81. e815601 Implement the ability to embed a bootloader in sansapatcher - the --install option installs the embedded bootloader, and running without any parameters will cause a prompt to be displayed asking the user if they want to install, uninstall or cancel. sansapatcher now requres a PP5022.mi4 file (the Rockbox bootloader) in the current directory when building. by Dave Chapman · 18 years ago
  82. 4a81291 Correct the svn:keywords by Dave Chapman · 18 years ago
  83. e17043e Initial commit of sansapatcher - an installation tool for the Sansa E200. by Dave Chapman · 18 years ago
  84. 272beb9 Accidentally put a tab in the last commit patch. Clean out some other ones while I'm at it too. by Thom Johansen · 18 years ago
  85. c9cafd8 more Unicode fixes for rutil, thanx to preglow. Also made Theme Preview window modeless by Dominik Wenger · 18 years ago
  86. 410af89 fix broken images, and more Unicode problems in rbutil by Dominik Wenger · 18 years ago
  87. 29fc0ef forgot to add the new Images, also try to fix unicode problems by Dominik Wenger · 18 years ago
  88. 994a6d6 Support for Theme installing in rbUtil. FS#6709 by Dominik Wenger · 18 years ago
  89. ff55894 support for iaudio M5 in rbutil by Dominik Wenger · 18 years ago
  90. 9b4bb47 Bump version to 0.9 ready for release with version 1.0 bootloaders, and add an uninstall option to the interactive mode by Dave Chapman · 18 years ago
  91. b7b2fce Correct spelling of Cowon by Dave Chapman · 18 years ago
  92. 8ae8351 Use O_BINARY flag when opening bootloader files for embedding by Dave Chapman · 18 years ago
  93. 1602bf5 Add ipodpatcher-mac target for creating a Mac OS X universal binary by Dave Chapman · 18 years ago
  94. 1ccc653 Correct the usage information by Dave Chapman · 18 years ago
  95. ba7d277 Fix for the Bootloader installation for H10, thanks to barrywardell by Dominik Wenger · 18 years ago
  96. a586376 Enable warnings (-Wall, -Wundef). by Dave Chapman · 18 years ago
  97. 1df59e1 Fix bug with ipod bootloader installation, found by linuxstb by Dominik Wenger · 18 years ago
  98. e863d59 Implementation of Bootloader installation/uninstallation for all Targets in rbUtil. Needs testing. FS#6643 by Dominik Wenger · 18 years ago
  99. 92878d9 FS #6443 from Jonas Häggqvist - add an "install" target. by Dave Chapman · 18 years ago
  100. b045a24 Add #include for use with rbutil by Dave Chapman · 18 years ago