1. 376429d mr-500 button driver by Jonathan Gordon · 17 years ago
  2. 6c9cbfb add some missing files by Jonathan Gordon · 17 years ago
  3. bdf4d39 Hopefully fix all the errors/warnings by Jonathan Gordon · 17 years ago
  4. 7b97fe2 Beginning of an M:Robe 500i port. Currently only in the bootloader stage. Needs another piece of code to start the boot process - will be in the wiki. by Karl Kurbjun · 17 years ago
  5. a80c0e8 Fix the sound on the c200 by resetting all devices as done on the e200. Make the reset sequence like the c200 OF with hopefully no ill effects to the e200. by Mark Arigo · 17 years ago
  6. e4363c1 usb stack code police, fix some warnings and set svn keywords correctly by Peter D'Hoye · 17 years ago
  7. 72e7ea2 Fix the missing c200 detection in bootloader installation. This is completely untested. by Dominik Riebeling · 17 years ago
  8. d3ea919 Update rbutil to match up with latest sansapatcher changes. Installing c200 bootloader isn't added yet. by Dominik Riebeling · 17 years ago
  9. b9022cf Attempt to fix pronounciation of "plugins" for all English languages. Hopefully this spells the end of ploogins. by Jonas Häggqvist · 17 years ago
  10. a783f44 A few small languagefile syntax fixes. Not sure if these actually caused any problems, but better safe than sorry. by Jonas Häggqvist · 17 years ago
  11. 359028f Cosmetic - Change the way the detected type of Sansa is displayed and bump version to 0.4-svn. by Dave Chapman · 17 years ago
  12. 8d145a5 Initial attempt at c200 support - you now need both a "firmware.mi4" file (c200 bootloader) and "PP5022.mi4" file (e200 bootloader) to compile. sansapatcher should detect the device type and install the correct bootloader. by Dave Chapman · 17 years ago
  13. dbbc835 Corrected timescreen buttons by Björn Stenberg · 17 years ago
  14. 82e4af6 Allow FAT16 partitions (for c200) by Björn Stenberg · 17 years ago
  15. 15cf32b four more keys that are fun by Daniel Stenberg · 17 years ago
  16. 377ffc7 Forgot to bump plugin API version. by Thom Johansen · 17 years ago
  17. 294ec1d Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find. by Thom Johansen · 17 years ago
  18. 547cffb Add some magic to the Sansa c200 bootloader to boot the OF. by Mark Arigo · 17 years ago
  19. 924c086 Fix the description of rolo for sansa and iriver h10 by Nils Wallménius · 17 years ago
  20. 137ce71 Kick the idle poweroff timer on wheel activity. Should fix FS #7786 by Peter D'Hoye · 17 years ago
  21. 804aada Increase Max settable battery capacity for the H10, closes FS#7795 by Nils Wallménius · 17 years ago
  22. 36427dd Bump version to 2.0 ready for release by Dave Chapman · 17 years ago bootloader_ipods_v2
  23. a896f3d Simplify initing of the screens[] struct by using an initializer, also some reordering of the struct, and the required plugin api bump by Nils Wallménius · 17 years ago
  24. 98a39fb key added used for C200 A1.00.03 by Daniel Stenberg · 17 years ago
  25. a20f32d import and use the Linux one instead, bound to be faster by Daniel Stenberg · 17 years ago
  26. 2077ceb * implement strstr * clean up usb_arcotg_dcd_enable by Christian Gmeiner · 17 years ago
  27. 689d5fd implement usb_arcotg_dcd_disable by Christian Gmeiner · 17 years ago
  28. b409b05 Fix missing plugin buttons for the Gigabeat, add missing screenshots and fix a typo (FS#7797 by Peter Harley). by Dominik Riebeling · 17 years ago
  29. b0c996b code police, no functional changes by Peter D'Hoye · 17 years ago
  30. 5011d43 Fix incorrect line endings by Peter D'Hoye · 17 years ago
  31. 56aefe1 Add forgotten manual contributors to the credits for the manual, thanks pixelma ;-) by Nils Wallménius · 17 years ago
  32. 2cda851 Accept patch in FS#7791 by Peter Harley adding buttons for gigabeats to the jpegviewer sectioon of the manual, also a minor tweak by me by Nils Wallménius · 17 years ago
  33. cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 17 years ago
  34. 344f451 Spelling fix. by Antoine Cellerier · 17 years ago
  35. 4b07770 Change e200 to e200,c200 in all occurances except for LANG_BUTTONLIGHT_TIMEOUT. Hopefully I didn't break any characters I can't see. by Jonas Häggqvist · 17 years ago
  36. 65b4aae Sudoku: Optionally display coloured numbers on colour targets. by Jens Arnold · 17 years ago
  37. f90837f Check target / mountpoint selection before performing any installation. by Dominik Riebeling · 17 years ago
  38. 8620e3e Remove redundant remove call, which caused problems in the simulator. by Magnus Holmgren · 17 years ago
  39. 7929b03 Add -s,--silent so it doesnt display the instructions and wait for input before continuing. by Jonathan Gordon · 17 years ago
  40. c720b1b Bump version to 0.3 and v2 bootloader in preparation for release by Dave Chapman · 17 years ago
  41. e6dab6d Factorize smallInstall and completeInstall code. by Antoine Cellerier · 17 years ago
  42. 1464c9b Cosmetics: remove trailing spaces. by Antoine Cellerier · 17 years ago
  43. 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 · 17 years ago
  44. 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 · 17 years ago
  45. e461f2e Fixed an out of buffer boundaries lookup when database has been loaded in ram. by Miika Pekkarinen · 17 years ago
  46. 2da04fd Use the correct config group when checking the bootloader requirement. by Dominik Riebeling · 17 years ago
  47. 3c182d2 Fix compilation warning. by Antoine Cellerier · 17 years ago
  48. 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 · 17 years ago
  49. 78d7ece Automatically scroll to the last line of the progress logger when adding a new item. by Antoine Cellerier · 17 years ago
  50. 4bcd0fa Add an "Install All" button to the themes installation dialog. by Antoine Cellerier · 17 years ago
  51. 58fe3ae Change some validation button labels from "Ok" to "Install" or "Uninstall". by Antoine Cellerier · 17 years ago
  52. e658811 Add a note in the E200 install section referring E200R users to the SansaE200RInstallation wiki page. by Dave Chapman · 17 years ago
  53. 12a957b Disable wrapping of the bass and treble settings and do the same for volume in a cleaner way, closes FS#7783 by Nils Wallménius · 17 years ago
  54. 219b1f5 Remove some unrequired SIMULATOR checks - the CPU_* family of defines are never defined for the sim. by Dave Chapman · 17 years ago
  55. e4f8b95 Fix a qmake warning caused by some invisible character. by Dominik Riebeling · 17 years ago
  56. cd9f8df make the e200rinstaller bootloader.bin file be created in the ./ directory instead of ./bootloader/ by Jonathan Gordon · 17 years ago
  57. ae05617 Updated Swedish translation. by Magnus Holmgren · 17 years ago
  58. b96ab07 Allow higher battery capacities to be set for ipod 3G, closes FS#7782 by Nils Wallménius · 17 years ago
  59. 0875a95 FS #7761 by Costas Calamvokis: sansa manual changes by Peter D'Hoye · 17 years ago
  60. 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 · 17 years ago
  61. e6b8347 Simplify my previous commit and taking the chance to mention that it should have read 'bootloader' before... by Marianne Arnold · 17 years ago
  62. 3503c1a Fix, take 2. by Antoine Cellerier · 17 years ago
  63. b8f1e74 Fix http caching. by Antoine Cellerier · 17 years ago
  64. 7d8aa2e FS #7761 by Costas Calamvokis: some screenshots for the sansa manual by Peter D'Hoye · 17 years ago
  65. 93ce56b Enable compiling the iaudio boot section for the M5 manual. So far this section was empty although everything was prepared in the iaudio_installation.tex. by Marianne Arnold · 17 years ago
  66. 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 · 17 years ago
  67. 3d41c1c Do not allow install doom files on a target that doesn't have a doom.rock plugin. by Antoine Cellerier · 17 years ago
  68. 1b62cc1 Archos Recorder v1 also came in 6 GB and 15 GB flavors. by Antoine Cellerier · 17 years ago
  69. 974eb5d Make it possible to change the BrowseDirtree caption (and do so for the device selection dialog). by Antoine Cellerier · 17 years ago
  70. 4c881e2 Add BrowseDirtree::setDir(const QString&) to simplify the code. by Antoine Cellerier · 17 years ago
  71. bedfd7c On linux, default to /media for the mountpoint selection but make it possible to chose other directories too. by Antoine Cellerier · 17 years ago
  72. a619d06 Corrent an info message by Dave Chapman · 17 years ago
  73. d718c27 Tab police by Nils Wallménius · 17 years ago
  74. 9730ca8 Add chinese translation to rbutil by Xinlu Huang (FS#7697). by Dominik Riebeling · 17 years ago
  75. 3cd6a45 it's /media, not /Media. by Dominik Riebeling · 17 years ago
  76. b775101 rbutil: limit the mountpoint selection to /Media on linux and /Volumes on Mac. by Dominik Wenger · 17 years ago
  77. d9bf26a Remove the ability to restart chessbox with a button (combo). It became redundant since there is a menu item for it; it didn't work on M5 or X5 before and there was a good chance of restarting accidentally. Also update the manual accordingly. by Marianne Arnold · 17 years ago
  78. 0c2dfbc Update german translation - include 'c200' where needed and be a bit more accurate with hard disk and flash storage. Having a different definition in deutsch.lang caused no problems in a test on Ondio and M5. Maybe this change would make sense in english.lang as well? by Marianne Arnold · 17 years ago
  79. 4117c64 UISIMULATOR: Trying to make it snappy for everyone. Remove forced thread yield in switch_thread which starves threads that call it alot especially on fast 64-bit machines (which could yield _alot_ of time away). I suspect that was a way to get I/O to run better before having an I/O thread...and it did help before that addition. No longer needed it seems and the OS seems to handle scheduling without hints just fine. by Michael Sevakis · 17 years ago
  80. 5128080 FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume target simulators (Ondio, Sansa). by Jens Arnold · 17 years ago
  81. 22df2fd Slight code simplification by Nils Wallménius · 17 years ago
  82. 141e663 Accept FS#7765 by Catalin Patulea, fixes an incorrect struct definition by Nils Wallménius · 17 years ago
  83. 8f533be Fix error in the button table (Recorders only) that slipped in with yesterday's changes. by Marianne Arnold · 17 years ago
  84. c9a00ab fix two bugs related to no-existing settings/bookmark files and simplify the viewer_load_settings() function in the process. by Robert Kukla · 17 years ago
  85. f265ee9 * Don't touch the backlight(s) (and buttonlight) at backlight init in order to avoid a short flash when the lights are both disabled in the bootloader and in rockbox settings. * Properly reflect the backlight state set by the 1st/2nd gen bootloader. by Jens Arnold · 17 years ago
  86. c41470d 1st/2nd gen bootloader: * Don't be verbose by default anymore. * Don't enable the backlight, as it looks bad in a bright environment due to backlight inversion, and it needs a lot of power. by Jens Arnold · 17 years ago
  87. 72221fb code police (and commit test) by Peter D'Hoye · 17 years ago
  88. ede16c7 Fix another fixme: rework of the split editor chapter in the Archos manuals. If someone knows how to impelement the explained screenshot in a cleaner way that works with both pdf and html version, feel free to improve. by Marianne Arnold · 17 years ago
  89. e6511d8 Faster video rendering for e200 and Gigabeat. by Michael Sevakis · 17 years ago
  90. 79244b2 Give more verbose error message when uploading e200rpatcher fails. by Barry Wardell · 17 years ago
  91. 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 · 17 years ago
  92. cab33b6 Accept patch in FS#7751 by Catalin Patulea, move ifp port specific pcm code to a new file by Nils Wallménius · 17 years ago
  93. c643692 Make sure that the apps directory exists when building the apps/features file by Linus Nielsen Feltzing · 17 years ago
  94. 03cf666 FS#7748 by Catalin Patulea - Fix svnversion.sh for localization and failure corner-cases. by Jens Arnold · 17 years ago
  95. 61aa70c Code police and keep backlight on while in mazezam by Peter D'Hoye · 17 years ago
  96. 3afaec3 Accept FS #7750: simulator: add missing newlines after SDL errors by Peter D'Hoye · 17 years ago
  97. d727f5d Make logf builds compile again since the clean up of hard-coded paths by Barry Wardell · 17 years ago
  98. 35dbbde Accept patch in FS#7726 by Costas Calamvokis, enables FM radio and recording stuff for sansa in the manual by Nils Wallménius · 17 years ago
  99. 04b3435 Clean up hard-coded paths by Nils Wallménius · 17 years ago
  100. cd5ad2f FS#7742 by Sofian Babai - add missing voice string in francais.lang by Linus Nielsen Feltzing · 17 years ago