1. 6e812b1 rbutil: Upps, forgot 2 new files for creating a zip. by Dominik Wenger · 17 years ago
  2. acccee4 rbutil: Detect if Rockbox is already installed, and allow Backup bevor installing a new build. by Dominik Wenger · 17 years ago
  3. 251db06 rbutil: remove encoder selection and bind it to selected device. (ie. lame for old archos, rbspeex for all others) by Dominik Wenger · 17 years ago
  4. 43217f8 fix size hint for spacers to get Ok button centered. by Dominik Riebeling · 17 years ago
  5. 367aec3 Fix a couple quirks from the previous commit. by Nicolas Pennequin · 17 years ago
  6. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 17 years ago
  7. 194b2ca Check for permission denied error when trying to access the player and inform the user that raw disc access permissions are required. by Dominik Riebeling · 17 years ago
  8. e23ea5d Add USB PID for Ipod Classic as incompatible variant of the Video. Remove PID for Nano -- detection is done using ipodpatcher only (PIDs are not unique). by Dominik Riebeling · 17 years ago
  9. c5cd69e rbutil: fix a broken setting. by Dominik Wenger · 17 years ago
  10. be594f6 percent-encode the query parts of a request too, not only the path. by Dominik Riebeling · 17 years ago
  11. db73339 rbutil: fix another warning by Dominik Wenger · 17 years ago
  12. 6a471d8 Kill some warnings. by Dominik Riebeling · 17 years ago
  13. 7449751 rbutil: rework rbsettings to have less code dublication. by Dominik Wenger · 17 years ago
  14. 5d7d410 bump version to m1.0.5 release by Dominik Riebeling · 17 years ago rbutil_m1.0.5
  15. a987b7e Fix a warning. by Dominik Riebeling · 17 years ago
  16. 73d1eb4 Make httpget class work with URI paths containing characters that need to be percent-encoded. Fixes FS#8872. Add a few comments. by Dominik Riebeling · 17 years ago
  17. c2a01fd rbutil: another misplaced connect call. by Dominik Wenger · 17 years ago
  18. 86a5d62 rbutil: ups moved a connect to the wrong place. by Dominik Wenger · 17 years ago
  19. b235b13 rbutil: move many more connect calls, mainly for safety. by Dominik Wenger · 17 years ago
  20. 94d65d8 when resolving filenames also take system and hidden files into account. by Dominik Riebeling · 17 years ago
  21. 1b63775 rbutil: fix complete install: make sure signals are connected before calling the function emiting the signal. by Dominik Wenger · 17 years ago
  22. a0e6641 progress indication should start at 1, not 0. by Dominik Riebeling · 17 years ago
  23. c3969ed create an UnZip derived class for zip file extraction to allow showing progress while unzipping. Makes the unzip process somewhat interruptable and the UI more responsible. by Dominik Riebeling · 17 years ago
  24. 5076dca Oops: don't report an error during cache initialization if the cache folder already exists. by Dominik Riebeling · 17 years ago
  25. 2bcc5f7 make sure cachefolder is existent when enabling it using setCache(bool). Fixes cache not working properly if the cache folder didn't exist. by Dominik Riebeling · 17 years ago
  26. be698f0 make resolvePathCase work properly on windows, the drive letter needs special handling. by Dominik Riebeling · 17 years ago
  27. 229c64b Upon autodetection tell the user if an incompatible player model (newer Sansa / Nano) was found. Detection is usb based only. by Dominik Riebeling · 17 years ago
  28. 00a3e13 fix a stupid bug which made mountpoint detection based on folders non-functional on Ipod and Gigabeat. by Dominik Riebeling · 17 years ago
  29. a5d749c the player name shouldn't include the manufacturer, m:robe entry repeated that. by Dominik Riebeling · 17 years ago
  30. 5f5dca7 Make USB ID handling recognize multiple values in the configuration. That way players using multiple PIDs can now get detected by any valid PID. Same applies to PIDs indicating a wrong player model. by Dominik Riebeling · 17 years ago
  31. 1363881 rbutil:let autodetection::detectUsb also use the rbsettings object. by Dominik Wenger · 17 years ago
  32. 3bb88b6 Fix issues with file-based bootloader installation: by Dominik Riebeling · 17 years ago
  33. 92717eb Implement a function to resolve a given path case-insensitively. This is needed by file-based bootloader installs on case-sensitive systems. Bootloader installation not updated yet. by Dominik Riebeling · 17 years ago
  34. 0a73b16 rbutil: fix closing of installwindow after successful install. by Dominik Wenger · 17 years ago
  35. 2016ab4 rbutil: let rbutil use the new voice.zip files. Also make the download cache working again. (make sure to connect signals before calling getFile() ). by Dominik Wenger · 17 years ago
  36. 14e0d2d Update installation document a bit to catch up with recent changes. Add notes about installation. by Dominik Riebeling · 17 years ago
  37. c70f81f Rename InstallProgress form to ProgressLogger as it's a generic logger window now. by Dominik Riebeling · 17 years ago
  38. 8406d92 Clean up double path in resource file. by Dominik Riebeling · 17 years ago
  39. 22e1329 When trying to check for an installed bootloader treat an empty bootloader md5sum in the installation log as a missing bootloader. Should fix issues with rbutil reporting an up-to-date bootloader even if none was installed. by Dominik Riebeling · 17 years ago
  40. 386f77b Make sansapatcher and ipodpatcher compile on OS X 10.5. by Barry Wardell · 17 years ago
  41. 7b2982a On windows check for iPod_Control folder to allow resolving the drive letter for Ipods. by Dominik Riebeling · 17 years ago
  42. ba193a8 Oops. Should commit patches correctly. by Dominik Riebeling · 17 years ago
  43. 6deb9f3 Fix rbutil building with gcc 4.3 on linux (FS#8757 by Dennis Schridde). by Dominik Riebeling · 17 years ago
  44. 10a05ed rbutil: support for iaudio m3 by Dominik Wenger · 17 years ago
  45. c0fb5b8 rbutil: fix a debug output, so it compiles again on windows. by Dominik Wenger · 17 years ago
  46. 77e036a when changing settings from the Talk and Voice window also update the main widgets settings. by Dominik Riebeling · 17 years ago
  47. c7052c3 When unsetting the proxy in the settings dialog unset the global proxy too. Update settings in prior to re-downloading the info files. by Dominik Riebeling · 17 years ago
  48. 8a2a474 fix USB id for m:robe100 by Dominik Riebeling · 17 years ago
  49. 5a75184 add global proxy / cache settings to httpget class. This removes the need of passing proxy / cache values around all the time. Each object can still override the global values. by Dominik Riebeling · 17 years ago
  50. c348586 rbuti: Ups, revert the Bootloader download URL. by Dominik Wenger · 17 years ago
  51. 3c7b060 rbutil: add m:robe100 support. by Dominik Wenger · 17 years ago
  52. b792c55 oops, removed a bit too much. by Dominik Riebeling · 17 years ago
  53. c7727da httpget class: if a request is cancelled before a response is available give a hint about this instead of returning a nonsense response value. by Dominik Riebeling · 17 years ago
  54. 05f24a1 Fix voicefile / talkfile generation windows not updating the displayed settings if the user used the "change" button. by Dominik Riebeling · 17 years ago
  55. d6adda1 Add 2008 to the copyright notice. by Dominik Riebeling · 17 years ago
  56. cdfd39e Make sure to create the logger first. Fixes a segfault due to a race with info download process (happened in offline mode) by Dominik Riebeling · 17 years ago
  57. 4e1f2d3 rbutil: fix FS#8661 (Log Windows showed OK button instead of abort while complete installation). by Dominik Wenger · 17 years ago
  58. 86a9baf rbutil: make a backup of the OF in gigabeat and h10 bootloader installation. (in /<homedir>/Gigabeat Original Firmware Backup/ or /<homedir>/Iriver H10 Original Firmware Backup/). by Dominik Wenger · 17 years ago
  59. d809d18 rbutil: fix a problem with voicing and encoding of non-latin chars. by Dominik Wenger · 17 years ago
  60. 482f8bf Make e200rpatcher compile on OS X 10.5 by Barry Wardell · 17 years ago
  61. 580eee5 Make rbutil compile on OSX 10.5 by Barry Wardell · 17 years ago
  62. f352281 Fix preprocessor directive by Dominik Riebeling · 17 years ago
  63. a4de1b8 rbutil: fix segfault for mac and wrong proxy default. by Dominik Wenger · 17 years ago
  64. d03514a When applying the system proxy values really use the values. by Dominik Riebeling · 17 years ago
  65. 5f540c7 When building a static linux binary link libusb static. by Dominik Riebeling · 17 years ago
  66. 9d99f97 bump version to m1.0.4 by Dominik Wenger · 17 years ago
  67. e319f68 rbutil:check if a Sapi voice is selected. by Dominik Wenger · 17 years ago rbutil_m1.0.4
  68. b30181a rbutil: fix bug with wrong downloadURL for h10. by Dominik Wenger · 17 years ago
  69. 8f0c790 Make encoder name conversion functions static to the base class. by Dominik Riebeling · 17 years ago
  70. 8820c01 Make TTS name conversion functions static members. by Dominik Riebeling · 17 years ago
  71. 05bc9f3 rbutil: new shiny Talkfile Button icon, by Dave Hooper. by Dominik Wenger · 17 years ago
  72. 5f641ed rbutil: fix a Bug in the sapi settings. Allow sapi4 (not sure if it really works). by Dominik Wenger · 17 years ago
  73. ee09cb7 Untie rbutil core logic from QtGui for cli: by Dominik Riebeling · 17 years ago
  74. 855d829 rbutil: h10 bootloaderinstallation: fixed wrong OF.mi4 name for dualboot. by Dominik Wenger · 17 years ago
  75. 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
  76. 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
  77. 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
  78. cd31193 display paths using the native delimiters on the main widget. by Dominik Riebeling · 17 years ago
  79. f67dcf0 Add some accelerator keys to the Actions menu. by Dominik Riebeling · 17 years ago
  80. 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
  81. e686f17 Use the correct value when getting the encoder options from the config file. by Dominik Riebeling · 17 years ago
  82. c5b8a7b Redo my previous segfault fix in a better way. by Dominik Riebeling · 17 years ago
  83. 5a38f3e If getting the required files for voice file creation fails abort log window. by Dominik Riebeling · 17 years ago
  84. 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
  85. 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
  86. 2d98607 rbutil: fix a bug in rbsettings: FS#8512 by Sander Knopper. Also remove a warning in encodersgui. by Dominik Wenger · 17 years ago
  87. 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
  88. ccd8f6c fix sansapatcher mingw build prerequisites. by Dominik Riebeling · 17 years ago
  89. 3a54c9b rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code. by Dominik Wenger · 17 years ago
  90. 3d63b23 add missing include by Dominik Riebeling · 17 years ago
  91. df6c5f4 rbutil: introduce a util function to get the systemproxy, for better reuse. by Dominik Wenger · 17 years ago
  92. 70362ee rbutil: lupdate on all languages, updated german lang. by Dominik Wenger · 17 years ago
  93. 4e8d614 add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista. by Dominik Wenger · 17 years ago
  94. 45f733e rbutil: correct some UI texts, and made the rbspeex config dialog a bit nicer. by Dominik Wenger · 17 years ago
  95. 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
  96. 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
  97. d37c622 fix abort button when rockbox-info.txt is not available. by Dominik Riebeling · 17 years ago
  98. 9f68670 rbutil: added creation of voice files with rbutil. by Dominik Wenger · 17 years ago
  99. 43bc13e rbutil: Updated german translation. (also lupdate on all translations) by Dominik Wenger · 17 years ago
  100. 3e252cb rbutil: turkish translation by Mehmet Ş. Çatalbaş (baratrion) FS#8407 by Dominik Wenger · 17 years ago