1. 7feb639 rbutil: add a option to ignore specific files for .talk file generation. by Dominik Wenger · 16 years ago
  2. 1391272 rbutil: fix festival tts handling. by Dominik Wenger · 16 years ago
  3. 40952de rbutil: also remove the target-id from the onda targets. by Dominik Wenger · 16 years ago
  4. da35805 rbutil: use target-id from rockbox-info.txt and remove it from rbutil.ini by Dominik Wenger · 16 years ago
  5. e4c754b Rockbox Utility: fix some typos in Dutch translation by Maurus Cuelenaere · 16 years ago
  6. 11826e9 Rockbox Utility: make chinachippatch translateable + update Dutch translation by Maurus Cuelenaere · 16 years ago
  7. e49ffb2 * Onda VX747/VX767: fix target_id & MODEL_NUMBER by Maurus Cuelenaere · 16 years ago
  8. e8c71aa Rockbox Utility: add preliminary support for installing the bootloader (+ dual boot) on ChinaChip targets by Maurus Cuelenaere · 16 years ago
  9. 9db0540 Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... by Dominik Riebeling · 16 years ago
  10. 7610078 Improve notification about unsupported players. by Dominik Riebeling · 16 years ago
  11. 9cdfbfe Fix up some USB IDs. by Dominik Riebeling · 16 years ago
  12. 9f75cc3 Set svn:executable property. by Dominik Riebeling · 16 years ago
  13. de247bf Remove resolution from system configuration as it isn't used anymore. by Dominik Riebeling · 16 years ago
  14. 1da97be Fix a warning. by Dominik Riebeling · 16 years ago
  15. 426bfa8 rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) by Dominik Wenger · 16 years ago
  16. 26a0dd0 rbutil: use universal mkamsboot.a and libucl.a on mac. by Dominik Wenger · 16 years ago
  17. ac77c08 Make mkamsboot Makefile more silent. by Dominik Riebeling · 16 years ago
  18. cb55d5c rbutil: move extern "C" declaration into mkamsboot.h by Dominik Wenger · 16 years ago
  19. f4e2d83 mkamsboot: move intermediate files into a build directory and allow building of a universal lib (for macs) by Dominik Wenger · 16 years ago
  20. a66dfa4 rbutil: add ams sansa targets. (FS#10185) by Dominik Wenger · 16 years ago
  21. e9d81ba Fix Rockbox Utility build on W32. by Dominik Riebeling · 16 years ago
  22. 6cea330 Clean up accessing system setting values for a specific player. by Dominik Riebeling · 16 years ago
  23. e2f5086 Clean up and rename Detect class. by Dominik Riebeling · 16 years ago
  24. 84ced00 Simplify and cleanup rockbox-info.txt handling. by Dominik Riebeling · 16 years ago
  25. ad7dab6 Add missing multiple inclusion protection. by Dominik Riebeling · 16 years ago
  26. 15ff26d Add (untested) support for Samsung YH-820, YH-920 and YH-925. Based on FS#10373 with adjustments to match the recent changes. by Dominik Riebeling · 16 years ago
  27. 0b7bfb6 Extend bootloader installation to accept alternatives for the destination filename. by Dominik Riebeling · 16 years ago
  28. 63ba647 Clean up bootloader installation debug output a bit. by Dominik Riebeling · 16 years ago
  29. de460fe rbutil: try to fix voicefile creation for releases. (genlang.cgi still needs fixing). by Dominik Wenger · 16 years ago
  30. 363cbc2 Support libusb-1.0. by Dominik Riebeling · 16 years ago
  31. bd5b744 Clean up some debug output, kill some trailing spaces and break some overly long lines. by Dominik Riebeling · 16 years ago
  32. 89e5333 Move download link pattern description to rbutil.ini. by Dominik Riebeling · 16 years ago
  33. 0592557 Fix SCSI inquiry on W32. by Dominik Riebeling · 16 years ago
  34. 8b77ce2 Fix rbutil build on w32. by Dominik Riebeling · 16 years ago
  35. 1eca02d Add support (on Linux and win32 only - I couldn't figure this out on OS X) for reading the XML device information from ipods. This information includes the RAM size, which is potentially useful for rbutil to distinguish between the two ipod video builds. This is implemented as both a new --dump-xml option (to dump the entire XML to a file) and a new 'ramsize' field in struct ipod_t. by Dave Chapman · 16 years ago
  36. 71f0814 Make ipodpatcher compile on *BSD and recent Linux distributions - htole16/htole32 are standard BSD functions, and they now also appear in glibc 2.9 or later on Linux. As the functions are so simple, we just rename to avoid a clash instead of attempting to use the library versions on some platforms. Same as fix provided in FS#10428 by Alyssa Milburn. by Dave Chapman · 16 years ago
  37. b5f9f61 mkamsboot: remove runtime copyright notice by Rafaël Carré · 16 years ago
  38. 844b214 FS#10439: Português Brasileiro Translation for Rockbox Utility by Adilson Xavier. by Dominik Riebeling · 16 years ago
  39. 34213c3 Small tweaks to r21778/r21779 - use -p for both mkdir and cp commands in dmg creation rule by Dave Chapman · 16 years ago
  40. b9bcadf e200rpatcher: new e200rpatcher.dmg creation rule for OSX by Rafaël Carré · 16 years ago
  41. 06cd53b sansapatcher: new sansapatcher.dmg creation rule for OSX by Rafaël Carré · 16 years ago
  42. 99edc7b Also bump version in trunk by Frank Gevaerts · 16 years ago
  43. 1b75247 fix bin2c.c path by Frank Gevaerts · 16 years ago
  44. ff2f839 Change to versioning for mkamsboot to <rXXXXX>-<DATE> for svn builds. A fixed number like 1.1 can (and should) be used for releases. by Thomas Martitz · 16 years ago
  45. ef7ad19 mkamsboot: change version string to 1.1, move devices list in the header by Rafaël Carré · 16 years ago
  46. f9eeab2 Slightly rewrite some parts of mkamsboot for better output and some sanity in the early array declarations. No functional change. by Thomas Martitz · 16 years ago
  47. 5de08ea When changing TTS settings from the talkfile dialog make sure to not reset the currently selected folder if its valid. Fixes FS#10409. by Dominik Riebeling · 16 years ago
  48. 13d0b52 rbutil: move ProgressloggerInterface to base/ by Dominik Wenger · 16 years ago
  49. b6143b0 rbutil: make the test TTS Function use aplay or play on Linux. by Dominik Wenger · 16 years ago
  50. 07a55a7 rbutil: add a Button to test a TTS Engine. Remove a old .ui file. by Dominik Wenger · 16 years ago
  51. 20bf8aa rbutil: improve voice and talk generation. by Dominik Wenger · 16 years ago
  52. 28a2b45 Add an explicit rule to compile bin2c - r21272 broke compilation of sansapatcher on at least Linux because Make's implicit rule for compiling bin2c was being used, which uses CC, which was set to i586-mingw32msvc-gcc. by Dave Chapman · 16 years ago
  53. 01363ec Update japanese translation for Rockbox Utility (FS#10349 by Yoshihisa Uchida). by Dominik Riebeling · 16 years ago
  54. efb9343 Initial script to automate rbutil release builds. by Dominik Riebeling · 16 years ago
  55. bc1fd05 Bump Rockbox Utility version number. by Dominik Riebeling · 16 years ago rbutil_1.2.2
  56. f2a8dd3 Clean up several debug messages. by Dominik Riebeling · 16 years ago
  57. c038ab4 Set the maximum first when updating the progresslogger progress bar as otherwise the new value will get dropped if outside of the valid range. Fixes the progress showing 0% after downloading the manual. by Dominik Riebeling · 16 years ago
  58. 9c19e39 Fix default filename for manual downloads. by Dominik Riebeling · 16 years ago
  59. 18e74c9 rbutil: improve accessibility a little bit. by Dominik Wenger · 16 years ago
  60. b386406 rbutil: fix voice download for some targets. (again naming issues) by Dominik Wenger · 16 years ago
  61. 7533dcb Fix manual download using the wrong filename if the manual name differs from the target name. by Dominik Riebeling · 16 years ago
  62. 73f9bde Make bin2c compile with VS2005 and move it to a separate folder as its getting used by different tools now. by Dominik Riebeling · 16 years ago
  63. cb08ef2 Update Dutch RBUtility translation by Maurus Cuelenaere · 16 years ago
  64. 86b39cc Update rbutil translations: by Dominik Riebeling · 16 years ago
  65. 11cd9e4 Set svn:eol-style on several files missing it and dos2unix them. by Dominik Riebeling · 16 years ago
  66. 86041b1 Make labels in generated TTS / Encoder setting dialogs translatable. by Dominik Riebeling · 16 years ago
  67. 72e7b99 Update Dutch translation of RBUtility by Maurus Cuelenaere · 16 years ago
  68. 41b8ffc Add Lithuanian to rbutil voice language options. by Dominik Riebeling · 16 years ago
  69. 7f17fce Clean up configuration dialog debug output. by Dominik Riebeling · 16 years ago
  70. fe72c89 Show Qt version number in Sysinfo dialog and in startup debug output. by Dominik Riebeling · 16 years ago
  71. 8bb5e43 mkamsboot: refuse to patch an untested OF, and provide a list of tested OF versions by Rafaël Carré · 16 years ago
  72. 4746cde Add usb ids for third and fourth gen nanos to the list of unsupported targets by Nils Wallménius · 16 years ago
  73. a96f237 mkamsboot : brackets at the start of functions must be on their line - thanks to linuxstb for noticing by Rafaël Carré · 16 years ago
  74. 96165ab FS#10253 : mkamsboot v1.0 by Rafaël Carré · 16 years ago mkamsboot_1.0
  75. b0e0ec8 mkamsboot: really error out if OF model is different from bootloader model by Rafaël Carré · 16 years ago
  76. 9ed51a0 mkamsboot : use left button for dual boot on Sansa Clip for consistency with other Sansa models by Rafaël Carré · 16 years ago
  77. f2c07a6 mkamsboot : remove a misleading comment (we only use IRAM) by Rafaël Carré · 16 years ago
  78. 132176e RFC2616 requires requests made to proxies to use the absoluteURI form while HTTP/1.1 clients shall only create it when sending a request to a proxy. Fixes proxy support not working correctly (most noticably on theme installation). by Dominik Riebeling · 16 years ago
  79. f1fadb2 Clean up and improve themes install window debug messages. by Dominik Riebeling · 16 years ago
  80. 6d2432c rbutil: make the Credits and Licence texts in the about dialog accessible via <TAB> by Dominik Wenger · 16 years ago
  81. 25f77f6 rbutil: make sure the voice creation window updates its display on startup. by Dominik Wenger · 16 years ago
  82. a7970d3 rbutil: fix spelling, enginge -> engine by Bertrik Sikken · 16 years ago
  83. f6ba4cb rbutil: show logger windows earlier in bootloader install, to catch all errors. by Dominik Wenger · 16 years ago
  84. 9ca2935 rbutil: enforce parents for bootloader install classes. and rework OF handling a bit. by Dominik Wenger · 16 years ago
  85. 33d9cf0 rbutil: make RbSettings a static class. (FS#10183 with improvements) by Dominik Wenger · 16 years ago
  86. d5f7dab Cleanup and un-gui ZipInstaller class: by Dominik Riebeling · 16 years ago
  87. 7cfdd47 Clean up ProgressLogger state handling: by Dominik Riebeling · 16 years ago
  88. b22516f Make sure the global buffers for ipodpatcher and sansapatcher get allocated and freed only once. Fixes segfaults when the bootloader install class was instanciated multiple times. by Dominik Riebeling · 16 years ago
  89. 3c15e78 rbutil: correct use of parent ptr in constructor. by Dominik Wenger · 16 years ago
  90. f679cf9 Bootloader installation for ipod and sansa: override the scanning with the device pointed to by the mountpoint. This allows selecting the correct player if two of the same brand are connected (FS#10096). by Dominik Riebeling · 16 years ago
  91. 19c2588 Move Settings class to base. by Dominik Riebeling · 16 years ago
  92. 2265691 rbutil: ups, forgot to update the .pro file. by Dominik Wenger · 16 years ago
  93. 357d35c rbutil: move the tts and encoders and its settings interface to base/ by Dominik Wenger · 16 years ago
  94. 5b85ef6 rbutil: completely rework how tts and encoders are configured. (FS#10070) by Dominik Wenger · 16 years ago
  95. 3d2e42a Completely rework RbSettings class. by Dominik Riebeling · 16 years ago
  96. 4e747f1 If downloading the build information didn't work don't try to populate the version information. by Dominik Riebeling · 16 years ago
  97. a357c20 Fix missing include. by Dominik Riebeling · 16 years ago
  98. e993d77 Rename display names for Sansas to include "series" to make it more clear that it's not a player model "e200". Change casing of e200 / c200 to lowercase to be in line with the actual print on the player. Include "v1" to be more specific. by Dominik Riebeling · 16 years ago
  99. 244ab33 Fix the includes I forgot when renaming the ZipInstaller class file. by Dominik Riebeling · 16 years ago
  100. 9104b80 Rename installzip.{cpp,h} to better reflect the actual class name. by Dominik Riebeling · 16 years ago