1. 8e75734 mention the brace placement for functions by Daniel Stenberg · 17 years ago
  2. db4753e usb stack: add support for standard request get string by Christian Gmeiner · 17 years ago
  3. dbc6b4e Sansa c200 port. Rockbox works with sound. Several features are disabled including some lcd options, FM radio, recording, and all plugins. Loading the OF from the Rockbox bootloader does not work. by Mark Arigo · 17 years ago
  4. 4f3bcbb Move files that will be common to the Sansa e200 and c200 by Mark Arigo · 17 years ago
  5. 8a7ae9f Added audio formats for Scansoft, Loquendo and VoiceWare. by Alessio Lenzi · 17 years ago
  6. 2c30bd9 try #2 by Christian Gmeiner · 17 years ago
  7. 1a8f7c5 fix usb detection for usb stack by Christian Gmeiner · 17 years ago
  8. bc35acf Commit FS#7692 - LCD garbled top two lines by Jesse Lockwood and Jonathan Backer. Works on mine and others' older models without trouble and provides a genuine fix for the garbled display lines issue troubling newer ones. by Michael Sevakis · 17 years ago
  9. af53382 More efficient version of the fix. by Jens Arnold · 17 years ago
  10. fcab061 Hopefully stop the crashes on database init on ARM (and SH1) targets when comment tags using UTF-16 are present. by Jens Arnold · 17 years ago
  11. 24006ff stop non-live settings from beign accepted even if cancel was chosen by Jonathan Gordon · 17 years ago
  12. 19d141a Fix USB detection on the Player. by Jens Arnold · 17 years ago
  13. 94f6f41 Add missing translation by Jens Arnold · 17 years ago
  14. e267bc7 get experimental usb stack compiling by Christian Gmeiner · 17 years ago
  15. 4f7097a Fix some tabs (one caused a voice string to not be used). by Jens Arnold · 17 years ago
  16. 9305893 More FILES updating. by Jonas Häggqvist · 17 years ago
  17. 2829aef Only replace those abbreviations if they're capitalised. by Jens Arnold · 17 years ago
  18. fcf1f98 Remove debug line. by Jens Arnold · 17 years ago
  19. df9a166 Voice file building: * Make correct_string() work as intended by passing the missing 2 parameters. * SAPI: Add query for TTS engine vendor. * Add several string corrections (mostly but not exclusively for German). * Make the pool filenames include TTS options and encoder options in their MD5 hash value, allowing to properly build voice files where those settings differ per target using the same pool. by Jens Arnold · 17 years ago
  20. 75c39b0 Fix a few voice strings, and adjust a few others. by Jens Arnold · 17 years ago
  21. d8e6b43 Include some more stuff in the tarballs. by Jonas Häggqvist · 17 years ago
  22. 53c6ea6 Include split up shortcuts plugin in tarball by Nils Wallménius · 17 years ago
  23. 1238d0d Fix a few errors that I missed. The translation is missing a few strings to be completely in sync. by Jonas Häggqvist · 17 years ago
  24. fd32e1c Add Brazillian Portuguese translation by Adilson Vicente Xavier. Update sapi_voices.vbs accordingly. by Jonas Häggqvist · 17 years ago
  25. 3fbd241 fix sub-string comparison by Robert Kukla · 17 years ago
  26. 95101c1 dont bother waiting for a usb connection if we arnt getting usb power (speeds up the e200 bootloader by about 1.25s) by Jonathan Gordon · 17 years ago
  27. 1672350 FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value. by Dave Chapman · 17 years ago
  28. 946a815 Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcuts plugin into two, one for adding and one for viewing. Removes hard-coded file extension and allows to link from one shortcut file to another. by Peter D'Hoye · 17 years ago
  29. 9b3be37 fix warning by Daniel Stenberg · 17 years ago
  30. 8701494 added two keys, and made NUM_KEYS work without needing a fixed number by Daniel Stenberg · 17 years ago
  31. 0ec2e24 SAPI voice file building: * Properly UTF-8 decode the passed string (algorithm borrowed from rockbox' unicode.c). Languages with non-ASCII characters work now. * Get rid of the hand-codec hextodec function (that could have written much simpler anyway) and store the windows LCIDs as hex constants. by Jens Arnold · 17 years ago
  32. 6714681 bump version number for first bugfix release. by Dominik Riebeling · 17 years ago
  33. 72fafe4 Fix FS#7698, UTF-16 comments not read correctly. Also ignore more iTunes comments. by Magnus Holmgren · 17 years ago
  34. d64975f update german translation a bit. Still incomplete. by Dominik Riebeling · 17 years ago
  35. 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
  36. a449a3a make sure closing the application aborts the remaining HttpGet objects. Should fix the crash upon exit. by Dominik Riebeling · 17 years ago
  37. ec5b48d Make the credits scrolling changes a bit more user friendly, use actions and some code cleanup by Peter D'Hoye · 17 years ago
  38. e79128d Ooops. by Jens Arnold · 17 years ago
  39. 429ab0d SAPI voice file generation: Added speed adjustment. TTS parameter: /speed:<n>, SAPI5: allowed range -10..+10 (0 == default), SAPI4: words per minute (allowed range and default depend on engine). by Jens Arnold · 17 years ago
  40. 5dbea46 SAPI voice file generation: * Added language matching and voice selection (use TTS option /voice:<name> to select; voices with spaces in the name need the options quotes). * Added SAPI4 support (use TTS option /sapi4; voice file generation takes hours...) by Jens Arnold · 17 years ago
  41. 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
  42. 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
  43. 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
  44. 9dbcc38 Add short explanation on how to build rbutilqt. by Dominik Riebeling · 17 years ago
  45. a0cc369 rbutil: added a main .pro file. by Dominik Wenger · 17 years ago
  46. 53986b3 rbutil: removed the wx version of rbutil. by Dominik Wenger · 17 years ago
  47. e73f287 Fix FS#7679 - modifying files with dircahce enabled doesnt change the access time/date in dircache by Jonathan Gordon · 17 years ago
  48. 74b1665 Accept FS#7695 - updated Norwegian Nynorsk lang update by Jonathan Gordon · 17 years ago
  49. b2e651d - check for specific files / folders case-insensitive by Dominik Riebeling · 17 years ago
  50. 20444c4 Fix warning. by Jens Arnold · 17 years ago
  51. 72b7447 Add first time detection for some archos devices and gigabeat based on player-specific files. by Dominik Riebeling · 17 years ago
  52. 5ccf180 Accept patch from FS#7174 by Mauricio Peccorini with canges by me and Igor Kuzmin, chessbox now saves played games in a pgn file called .rockbox/rocks/games/chessbox.pgn by Nils Wallménius · 17 years ago
  53. c00652b use the getmntend api here too. by Dominik Riebeling · 17 years ago
  54. 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
  55. 58b9a12 Accept patch in FS#6869 by Justin Foell, increases maximum settable battery capacity to 1200 mAh for ipod color and 4g, closes FS#6422 by Nils Wallménius · 17 years ago
  56. a514c60 Apparently, negative exponents are possible when decoding exponential VLC. Should fix occasional glitches that happened in files of all bitrates. by Michael Giacomelli · 17 years ago
  57. f2ed1e4 Make clip generation progress indicator work reliably. by Jens Arnold · 17 years ago
  58. 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
  59. aea7790 Add options to create Universal binaries on Mac OS X by Dave Chapman · 17 years ago
  60. 2c4438a Make genlang ignore leading and trailing whitespace in source and desc lines (not the strings). If this behavior is unwanted, feel free to revert. by Jonas Häggqvist · 17 years ago
  61. e065171 Fix a cosmetic error in a desc: line that propagated from English to other translations. by Jonas Häggqvist · 17 years ago
  62. 005699f Add support for building voices with the swift engine from cepstral.com. Patch FS#7689 by Mario Lang. by Jonas Häggqvist · 17 years ago
  63. 499d27d Accept FS #7687: Define the key for toggling pitch screen mode for Sansa by Peter D'Hoye · 17 years ago
  64. 2268591 Update german translation. by Marianne Arnold · 17 years ago
  65. 080522f Voice file generation: * Significant speedup of SAPI5 voice generation by running lame and wavtrim from inside the VB script instead of the perl script, avoiding the large overhead of process generation within cygwin. Added proper synchronisation between perl script and VB script as the pipes are buffered. * Make wavtrim work as intended (threashold wasn't passed). * Set correct SVN properties for the VB script. by Jens Arnold · 17 years ago
  66. 80e91c1 Francais language update: by Mustapha Senhaji · 17 years ago
  67. f735b15 Update the 'Enabling Speech Support' paragraph in the manual. Hopefully the rename and copy part can soon be replaced... by Marianne Arnold · 17 years ago
  68. fd3b0d9 Fix FS #7685 by using the backlight helper functions. Some code policing and cleaning. Still contains a potential crash although this version does not crash atm. by Peter D'Hoye · 17 years ago
  69. 4a346f4 Added a couple of missed accent in voice strings and minor adjustement. by Alessio Lenzi · 17 years ago
  70. 9fa2869 Add Alex Parker to CREDITS by Paul Louden · 17 years ago
  71. 30573a3 Oops, applied the 'clean' patch instead of the one modified to meet the by Paul Louden · 17 years ago
  72. e8f07bc Fix the manual to reflect the change made in my previous commit. by Paul Louden · 17 years ago
  73. 9931d56 Accept FS#6920, swap the 'A' and 'Select' button functions while in the WPS. by Paul Louden · 17 years ago
  74. 7db65ab Fix a possible crash when entering the talkfile window without correct settings. Thanks to Nico_P. by Dominik Riebeling · 17 years ago
  75. 720610b remove unused vars by Christian Gmeiner · 17 years ago
  76. 7e7d0db * remove more debug * add basic way to detect IN transfers.. more will follow by Christian Gmeiner · 17 years ago
  77. 87a8f41 TTS configuration: default to the first profile found. by Dominik Riebeling · 17 years ago
  78. a8aa84c Corrected some voice strings as requested in <a href="http://www.rockbox.org/tracker/task/7611">FS #7611</a>. Ope fixed. by Alessio Lenzi · 17 years ago
  79. e140612 Update Dutch language file by Peter D'Hoye · 17 years ago
  80. f2178fb the last oops? by Peter D'Hoye · 17 years ago
  81. 4a70f49 fix yellow :) by Peter D'Hoye · 17 years ago
  82. 432a476 fix red by Peter D'Hoye · 17 years ago
  83. 4ca83e3 Accept FS #6854 by Sylvain Fourmanoit: allow navigation when viewing credits and do not exit immediately when pressing a key. by Peter D'Hoye · 17 years ago
  84. 649734f remove some debug.. by Christian Gmeiner · 17 years ago
  85. 4f88182 update UI a few times more often during installation. by Dominik Riebeling · 17 years ago
  86. 3a0c78b add usb state handling and other small fixes by Christian Gmeiner · 17 years ago
  87. 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
  88. 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
  89. 3e7594a Accept FS #7671 - Hungarian language update by Peter D'Hoye · 17 years ago
  90. 0485a34 Accept FS #7676 - Chinese trad language update by Peter D'Hoye · 17 years ago
  91. 658c635 Accept FS #7678 - Chinese simp language update by Peter D'Hoye · 17 years ago
  92. 4146da5 When collapsing the devices tree upon detection collapse all. by Dominik Riebeling · 17 years ago
  93. c147317 rbutilQt: add the ipodvideo64mb build to rbutil. by Dominik Wenger · 17 years ago
  94. 50af4dc When autodetecting, don't segfault if no item was previously selected and a device is found. by Dominik Riebeling · 17 years ago
  95. 189de39 rbutilqt: French translation update. by Nicolas Pennequin · 17 years ago
  96. 953348f FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that all ARM (Ipod/Sansa/Gigabeat) targets will now play back Musepack files with somewhat reduced accuracy. Please get in touch via forums or Flyspray if you've got sample files where this is very apparent. Most users should hear no difference. by Thom Johansen · 17 years ago
  97. c7b3f8b add missing get configuration request handling by Christian Gmeiner · 17 years ago
  98. 6fd7573 Connect close signal earlier so the talk window also closes upon error confirmation. by Dominik Riebeling · 17 years ago
  99. ab58fd5 use the download server to get bootloader-info by Dominik Riebeling · 17 years ago
  100. 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