1. 580eee5 Make rbutil compile on OSX 10.5 by Barry Wardell · 17 years ago
  2. f352281 Fix preprocessor directive by Dominik Riebeling · 17 years ago
  3. a4de1b8 rbutil: fix segfault for mac and wrong proxy default. by Dominik Wenger · 17 years ago
  4. d03514a When applying the system proxy values really use the values. by Dominik Riebeling · 17 years ago
  5. 5f540c7 When building a static linux binary link libusb static. by Dominik Riebeling · 17 years ago
  6. 9d99f97 bump version to m1.0.4 by Dominik Wenger · 17 years ago
  7. e319f68 rbutil:check if a Sapi voice is selected. by Dominik Wenger · 17 years ago rbutil_m1.0.4
  8. b30181a rbutil: fix bug with wrong downloadURL for h10. by Dominik Wenger · 17 years ago
  9. 8f0c790 Make encoder name conversion functions static to the base class. by Dominik Riebeling · 17 years ago
  10. 8820c01 Make TTS name conversion functions static members. by Dominik Riebeling · 17 years ago
  11. 05bc9f3 rbutil: new shiny Talkfile Button icon, by Dave Hooper. by Dominik Wenger · 17 years ago
  12. 5f641ed rbutil: fix a Bug in the sapi settings. Allow sapi4 (not sure if it really works). by Dominik Wenger · 17 years ago
  13. ee09cb7 Untie rbutil core logic from QtGui for cli: by Dominik Riebeling · 17 years ago
  14. 855d829 rbutil: h10 bootloaderinstallation: fixed wrong OF.mi4 name for dualboot. by Dominik Wenger · 17 years ago
  15. 683da04 rbutil: tts and encoders: preparation for cli interface. installers: make sure all installers correctly emit a done signal. by Dominik Wenger · 17 years ago
  16. 5e1fbff rbutil: added hindi and tagalog to the voice languages. Set correct defaults for rbspeex encoder and sapi tts. Resurect the non-recursive option for talkfile generation. by Dominik Wenger · 17 years ago
  17. c789f3a Save the internal name for tts / encoder in the configuration file, not the displayed nice name. Additionally, kill a few warnings. by Dominik Riebeling · 17 years ago
  18. cd31193 display paths using the native delimiters on the main widget. by Dominik Riebeling · 17 years ago
  19. f67dcf0 Add some accelerator keys to the Actions menu. by Dominik Riebeling · 17 years ago
  20. e400010 Add a simple (and dumb) way to determine the language for voice file creation if it hasn't been used before. Try to use the application language setting (doesn't work for all provided languages) and default to english. by Dominik Riebeling · 17 years ago
  21. e686f17 Use the correct value when getting the encoder options from the config file. by Dominik Riebeling · 17 years ago
  22. c5b8a7b Redo my previous segfault fix in a better way. by Dominik Riebeling · 17 years ago
  23. 5a38f3e If getting the required files for voice file creation fails abort log window. by Dominik Riebeling · 17 years ago
  24. 91a503b Don't segfault upon opening the voice / talk creation window if the encoder setting is missing. This could happen if the configuration file is older and the user didn't re-save the settings. by Dominik Riebeling · 17 years ago
  25. 51f6fb5 Don't overwrite the build pretarget libspeex with lrelease. Make sure to use the lrelease binary from the current installation to prevent clashes on systems with Qt3 and Qt4 installed in parallel. by Dominik Riebeling · 17 years ago
  26. 2d98607 rbutil: fix a bug in rbsettings: FS#8512 by Sander Knopper. Also remove a warning in encodersgui. by Dominik Wenger · 17 years ago
  27. 0c66bdb rbutil: fix a bug in the new settings object. Seperate the config gui from tts and encoders. (in preparation for cli interface). by Dominik Wenger · 17 years ago
  28. ccd8f6c fix sansapatcher mingw build prerequisites. by Dominik Riebeling · 17 years ago
  29. 3a54c9b rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code. by Dominik Wenger · 17 years ago
  30. 3d63b23 add missing include by Dominik Riebeling · 17 years ago
  31. df6c5f4 rbutil: introduce a util function to get the systemproxy, for better reuse. by Dominik Wenger · 17 years ago
  32. 70362ee rbutil: lupdate on all languages, updated german lang. by Dominik Wenger · 17 years ago
  33. 4e8d614 add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista. by Dominik Wenger · 17 years ago
  34. 45f733e rbutil: correct some UI texts, and made the rbspeex config dialog a bit nicer. by Dominik Wenger · 17 years ago
  35. 6b5780d rbutilqt: made the sapi TTS more configurable, you can now select a specific voice in the config dialog. Also reworked some setSetting functions, to remove depencies. by Dominik Wenger · 17 years ago
  36. 62f7f9e rbutil: improve voice creation: better parser for genlang output. Make progressbar working while voicegeneration. Sort the voice language list. Make the rbutil Translations built in. (run lrelease before make) by Dominik Wenger · 17 years ago
  37. d37c622 fix abort button when rockbox-info.txt is not available. by Dominik Riebeling · 17 years ago
  38. 9f68670 rbutil: added creation of voice files with rbutil. by Dominik Wenger · 17 years ago
  39. 43bc13e rbutil: Updated german translation. (also lupdate on all translations) by Dominik Wenger · 17 years ago
  40. 3e252cb rbutil: turkish translation by Mehmet Ş. Çatalbaş (baratrion) FS#8407 by Dominik Wenger · 17 years ago
  41. 919caf0 allow building ipodpatcher / sansapatcher with MinGW. by Dominik Riebeling · 17 years ago
  42. 9d482eb w32: when utilizing IE values for system proxy also honor the ProxyEnable value. In the configuration dialog, display a note when system proxy is disabled. by Dominik Riebeling · 17 years ago
  43. 01a8a7f move w32-specific resources to a separate file to prevent building them on other platforms. Use an alias in the resource file to remove the need of copying the file. by Dominik Riebeling · 17 years ago
  44. 646d39e Accept two rbutil patches by Clemens Werther: by Nicolas Pennequin · 17 years ago
  45. 651179c add some missing abort button changes and call processEvents a bit more often by Dominik Riebeling · 17 years ago
  46. 4a2a45f add a custom rule for building librbspeex prior to building rbutil. by Dominik Riebeling · 17 years ago
  47. 2ab4636 rbutil: make the sapi voice script builtin. by Dominik Wenger · 17 years ago
  48. bebddd4 rbutil: reworked configuration of TTS engines to the new Style. by Dominik Wenger · 17 years ago
  49. 1e489e5 Change some defaults and give settings widgets better properties. by Thom Johansen · 17 years ago
  50. fb70493 rbutil: Fix broken voice file urls for a few targets. by Dominik Wenger · 17 years ago
  51. ed33c89 rbutil: ups again, more missing files. by Dominik Wenger · 17 years ago
  52. 37113e6 rbutil: Oops, the missing ui file. by Dominik Wenger · 17 years ago
  53. f5c695b rbutil: added a button into talkfile dialog, to directly jump to config of tts and enc. by Dominik Wenger · 17 years ago
  54. 815504b rbutil: added builtin rbspeex encoder. Reworked encoder configuration. by Dominik Wenger · 17 years ago
  55. 4ce8fbe rbutilqt: added support for rbspeex encoder as external executable. by Dominik Wenger · 17 years ago
  56. 6587478 Add some brief instructions to compile sansapatcher by Dave Chapman · 17 years ago
  57. fd52fd7 Bump version for release. by Barry Wardell · 17 years ago e200rpatcher_v0_2
  58. 8a7c0ee Hopefully fix Ipod bootloader installation on Windows with RbUtilQt, without breaking ipodpatcher. I don't have any Ipod to test with, but the change is easy to revert. by Magnus Holmgren · 17 years ago rbutilqt_v1.0.3
  59. e96fe7f rbutilQt: bump version to 1.0.3 in preparation for a new release. by Dominik Wenger · 17 years ago
  60. 5e37895 RbUtilQt: Make Sansa bootloader installation work on Windows. (Compiler warnings _are_ useful. :) by Magnus Holmgren · 17 years ago
  61. 4991cd3 Bump version for release by Barry Wardell · 17 years ago
  62. d46cf97 Support database rebuild disabling when USB is connected for all e200 OF versions. Some people may have to update the OF (to any version they want) using sansapatcher before it will work. This just ensures that the NVPARAMS are in a good state and we can be sure where to look for the rebuild flag.The c200 OF doesn't reboot before rebuilding the database, so our trick won't ever work there. by Barry Wardell · 17 years ago
  63. 45b830d Set svn keywords. by Barry Wardell · 17 years ago
  64. f4d39b3 Handy script for packaging rbutil on OS X by Barry Wardell · 17 years ago
  65. 152f405 Small clarification. by Dominik Riebeling · 17 years ago
  66. 80ad919 make the dialog box asking about replacing an up-to-date bootloader less confusing. by Dominik Riebeling · 17 years ago
  67. f697158 rbutil: fix the complete installation. by Dominik Wenger · 17 years ago
  68. 04f1eaf rbutil: try to fix all Bugs from FS#7982 in the talkfile creation. Additionally fix the positon of the _dirname.talk file and uninstallation of talkfiles. by Dominik Wenger · 17 years ago
  69. 7189d24 Bump version to 1.0.2 for new rbutil release. by Dominik Riebeling · 17 years ago rbutilqt_v1_0_2
  70. 7bcfa84 Don't check for external rbutil.ini anymore -- doing so didn't gave a real benefit but caused trouble instead. The file is built-in anyway. by Dominik Riebeling · 17 years ago
  71. 2893660 When portable installation is finished set progress value to 100%. by Dominik Riebeling · 17 years ago
  72. 080889a Add support for installing/replacing the bootloader in the PPBL section of the firmware partition. Allows installation of the Rockbox bootloader in place of the Sandisk one. This expects a plain bootloader binary with no header. Our Rockbox bootloader successfully boots both Rockbox and the OF when installed in this way. This makes it easy to get to a state where e200tool is required, so care is advised. by Barry Wardell · 17 years ago
  73. a0f15c6 Add an icon and version text for the OS X bundle. by Barry Wardell · 17 years ago
  74. b5e7261 FS#7913: mountpoint resolving on OS X. by Barry Wardell · 17 years ago
  75. abd8c39 Code police and simplify function a bit. by Dominik Riebeling · 17 years ago
  76. 79d358b Add new "actions" menu which allows accessing the install / uninstall actions from the menu. Manual and Info tab are still missing from the menu. by Dominik Riebeling · 17 years ago
  77. 611f2bc rbutil: add options to create .talk files only for Folders or only for Files or for Both. by Dominik Wenger · 17 years ago
  78. 9834093 Fix a crash when trying to download the manual. by Dominik Riebeling · 17 years ago
  79. 40f5bb3 Bump version for new release with fixed OF loading on e200. by Barry Wardell · 17 years ago bootloader_c200_v3 bootloader_e200_v3
  80. fe64bf2 Add names for the buttons in the Quick Start tab. by Dominik Riebeling · 17 years ago
  81. 2b2c536 Upon uninstallation only remove a file if it isn't used in another section. A possible problematic case would've been two themes installing the same font. by Dominik Riebeling · 17 years ago
  82. 22cf8ad Use i10n for numbers using QLocale. by Dominik Riebeling · 17 years ago
  83. 25441b3 When changing cache path update the size information. by Dominik Riebeling · 17 years ago
  84. ed96797 Oops, I should not add typos to weblinks. by Dominik Riebeling · 17 years ago
  85. 43d577e When detecting a macpod cancel bootloader installation. Add a link to IpodConverstionToFAT32 wiki page. by Dominik Riebeling · 17 years ago
  86. b11b470 Small typographic enhancements. by Dominik Riebeling · 17 years ago
  87. 00db400 Fix typo. by Dominik Riebeling · 17 years ago
  88. 84b865a mntent.h should only be used on linux, not os x. by Dominik Riebeling · 17 years ago
  89. c0e34fa Updated french translation for rbutilqt. by Nicolas Pennequin · 17 years ago
  90. 5321711 The archos website fooled me by providing a wrong download, no need for that extended check. Thanks to amiconn for the clarification. by Dominik Riebeling · 17 years ago
  91. 5353473 Fix a warning. by Dominik Riebeling · 17 years ago
  92. ddbb751 Add parsing of ajbrec.ajz file header for autodetection. All archos targets should now be detectable. Fix a stupid bug in file-based detection. by Dominik Riebeling · 17 years ago
  93. d2560a2 Oops, missed that when changing the default proxy to system ... by Dominik Riebeling · 17 years ago
  94. 8431da1 Give the configuration dialog its old size back and make sure to always start at the Device tab. by Dominik Riebeling · 17 years ago
  95. f79fbc1 rbutil: added swift tts engine. by Dominik Wenger · 17 years ago
  96. acc70ec rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs script. Also let the configure dialog remember options and paths for different tts and encoders. by Dominik Wenger · 17 years ago
  97. 7415443 w32: implement "system proxy" settings. This uses the IE setting by reading its values from the registry. Make system proxy the default value if no configuration file is found. by Dominik Riebeling · 17 years ago
  98. a1a4575 w32: add USB autodetection based on PID / VID values. by Dominik Riebeling · 17 years ago
  99. ec6f965 Bump version for new release for C200 by Dave Chapman · 17 years ago bootloader_c200_v2
  100. a26110c Set correct value for proxy when uninstalling, otherwise uninstallation will fail in proxied environments. by Dominik Riebeling · 17 years ago