1. a0cc369 rbutil: added a main .pro file. by Dominik Wenger · 17 years ago
  2. 53986b3 rbutil: removed the wx version of rbutil. by Dominik Wenger · 17 years ago
  3. b2e651d - check for specific files / folders case-insensitive by Dominik Riebeling · 17 years ago
  4. 72b7447 Add first time detection for some archos devices and gigabeat based on player-specific files. by Dominik Riebeling · 17 years ago
  5. c00652b use the getmntend api here too. by Dominik Riebeling · 17 years ago
  6. 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
  7. 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
  8. aea7790 Add options to create Universal binaries on Mac OS X by Dave Chapman · 17 years ago
  9. 7db65ab Fix a possible crash when entering the talkfile window without correct settings. Thanks to Nico_P. by Dominik Riebeling · 17 years ago
  10. 87a8f41 TTS configuration: default to the first profile found. by Dominik Riebeling · 17 years ago
  11. 4f88182 update UI a few times more often during installation. by Dominik Riebeling · 17 years ago
  12. 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
  13. 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
  14. 4146da5 When collapsing the devices tree upon detection collapse all. by Dominik Riebeling · 17 years ago
  15. c147317 rbutilQt: add the ipodvideo64mb build to rbutil. by Dominik Wenger · 17 years ago
  16. 50af4dc When autodetecting, don't segfault if no item was previously selected and a device is found. by Dominik Riebeling · 17 years ago
  17. 189de39 rbutilqt: French translation update. by Nicolas Pennequin · 17 years ago
  18. 6fd7573 Connect close signal earlier so the talk window also closes upon error confirmation. by Dominik Riebeling · 17 years ago
  19. ab58fd5 use the download server to get bootloader-info by Dominik Riebeling · 17 years ago
  20. 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
  21. 39dc7cd rbutilQt: fix the log entry for talkfiles, now it has the current Date as value. by Dominik Wenger · 17 years ago
  22. b93621d add a "help" entry to the about menu. For now this opens the system browser with the rbutil wiki page. by Dominik Riebeling · 17 years ago
  23. 322d2b4 rbutilQt: fix a bootloader message, and fixed that the bootloader log entry was shown in the normal uninstall dialog. by Dominik Wenger · 17 years ago
  24. 18aad3c Oops, forgot to translate "at". by Nicolas Pennequin · 17 years ago
  25. 1bee895 Make it possible to browse for an encoder binary. by Dominik Riebeling · 17 years ago
  26. 673a74b Add svn revision to version string and mark milestone 1 reached. by Dominik Riebeling · 17 years ago
  27. 12c82bd French translation for rbutilqt. Everything is translated. by Nicolas Pennequin · 17 years ago
  28. c23bc5e Oops, part 2: I shouldn't remove an icon that is still in use. Also convert some xpms to png as Qt can handle them directly. by Dominik Riebeling · 17 years ago
  29. 8f5f690 Oops, I shouldn't forget the resource file ... by Dominik Riebeling · 17 years ago
  30. 840a437 replace the old rbutil title icon with the logo-like icon (which is already used by the windows binary) by Dominik Riebeling · 17 years ago
  31. b749757 fix a typo. Thanks to Nico_P for noting. by Dominik Riebeling · 17 years ago
  32. bc5a7e3 make detection of tts / encoder binary by searching the path work on windows too. As MacOS AFAIK works the same was as Linux use the same method here -- hopefully this doesn't break anything. by Dominik Riebeling · 17 years ago
  33. ce2142e Auto-detect binary in TTS / encoder setting dialog by searching $PATH. Only linux for now. by Dominik Riebeling · 17 years ago
  34. 177716c code police. by Dominik Riebeling · 17 years ago
  35. f27c6a6 The install window doesn't need to be wider than the other ones. by Dominik Riebeling · 17 years ago
  36. c03102b Completely rework the talk files window: move settings to configuration dialog and add configuration presets. Remove some old cruft from talkfile handling and rely on values from rbutil.ini. Autodetection of executables is missing. by Dominik Riebeling · 17 years ago
  37. be4d0a7 Rename logfile section for base install to something more descriptive (as it is displayed in the uninstall dialog) by Dominik Riebeling · 17 years ago
  38. 3075e3b Cache was intended to be disabled per default. Also make the "disable download cache" button in installation window working. by Dominik Riebeling · 17 years ago
  39. 6ec2981 Oops, forgot the resource file. by Dominik Riebeling · 17 years ago
  40. 5ef2368 Implement download caching. Set the folder for the cache data in the configuration dialog. Caching is disabled per default and defaults to the systems temp folder. by Dominik Riebeling · 17 years ago
  41. 9305c86 Always save manually entered proxy values. by Dominik Riebeling · 17 years ago
  42. 8f9717a rbutiQt: fix a bug with font installation. by Dominik Wenger · 17 years ago
  43. aabc130 rbtutilQt: incorporate the complete and small install into rbutil.cpp, remove the multiinstaller files.. by Dominik Wenger · 17 years ago
  44. 41f5afb Include the required headers. Strangely this only broke on linux. Also fix a warning. by Dominik Riebeling · 17 years ago
  45. 388506e rbutilqt: first attempt to Small and Complete Installation, could be improved. by Dominik Wenger · 17 years ago
  46. 0aeea5d rbutilQt: Add downloading of a bootloaders-info file, with md5sums from the bootloaders, to make a version check. Also added the bootloader to the installlog. by Dominik Wenger · 17 years ago
  47. 848abc8 Add info window which shows details about the currently installed files based on the installation log file. Rework the log file and save revision number / timestamps instead of an arbitrary number. by Dominik Riebeling · 17 years ago
  48. 663029d rbutilQt: fix the installing of release builds (archos only). by Dominik Wenger · 17 years ago
  49. b6b1083 simplify setting of proxy value. by Dominik Riebeling · 17 years ago
  50. ac3db33 ipodpatcher: adjust the targetname strings, so they match the names in rbutil. by Dominik Wenger · 17 years ago
  51. 1dc307a set missing keywords property. by Dominik Riebeling · 17 years ago
  52. 7399499 Add (untested) device detection using sansapatcher. by Dominik Riebeling · 17 years ago
  53. 0d2ce98 after resizing the theme installation window don't use the scaled image for the real-size popup. by Dominik Riebeling · 17 years ago
  54. 1152a12 Add Ipod detection using ipodpatcher. by Dominik Riebeling · 17 years ago
  55. ec3db38 Accept both 0x0b and 0x0c as valid FAT32 partition types in the partition table by Dave Chapman · 17 years ago
  56. 1c69293 add portable installation if built as static binary. by Dominik Riebeling · 17 years ago
  57. f919c47 simplify my last commit. Thanks to obo for the hint. by Dominik Riebeling · 17 years ago
  58. a3af8f1 add project file for including accessibility plugin when building static binary. As there is no way to distinguish between static and dynamic builds you need to select the project file manually. by Dominik Riebeling · 17 years ago
  59. 9295e0a enable downloading of the manual. It will get saved to the players root folder for now. by Dominik Riebeling · 17 years ago
  60. 04855d1 Fix FS #7594 _again_ --- please stop re-introducing the typo ;) by Peter D'Hoye · 17 years ago
  61. 2597167 rbutilQt: added a litte border around the theme preview splash. by Dominik Wenger · 17 years ago
  62. 0ef0d67 rbutilqt: Added a fullsize preview for the Theme installation. It pops up when you hover over the normal preview. by Dominik Wenger · 17 years ago
  63. fc6d57f remove "empty download cache" menu entry -- clearing the cache will be in the configuration dialog once it's implemented. by Dominik Riebeling · 18 years ago
  64. 653b996 Add theme installation. This relies on a modified server script so the themes site need to incorporate the changes. by Dominik Riebeling · 18 years ago
  65. 53fbd6d 302 is also a valid redirect. Also keep the original query when redirecting. by Dominik Riebeling · 18 years ago
  66. 57dd552 Don't close http connection manually, the destructor will do that anyway. Fixes some download problems. Also add support for following moved documents (http status 301, 303 and 307). by Dominik Riebeling · 18 years ago
  67. 1899315 rbutilQt: set the correct sorting method for the browsedirtree dialog. by Dominik Wenger · 18 years ago
  68. 9789d30 rbutilQt: reworked bootloaderinstallation. removed the bootloaderinstalldialog, added a small dialog to ask for the original firmware, if you install a bootloader for a fwpatcher target. by Dominik Wenger · 18 years ago
  69. 8897e8c more fixing on downloading class: toEncoded can't be used as get parameter. Use path() and construct query parameters ourselves. by Dominik Riebeling · 18 years ago
  70. e59cf6b (hopefully) fix some broken download stuff I introduced yesterday. by Dominik Riebeling · 18 years ago
  71. 498bae3 extend ZipInstaller to support installing of multiple files at once (for use by the theme installation). by Dominik Riebeling · 18 years ago
  72. 07e4ddb Extend HttpGet class to allow downloading a file to a buffer instead of a file. by Dominik Riebeling · 18 years ago
  73. a16ac1f Add Rockbox icon to windows binary. Icon taken from fwpatcher. by Dominik Riebeling · 18 years ago
  74. 7ac9a5f Fix a typo, thanks to Alistair Marshall for spotting (FS #7594) by Peter D'Hoye · 18 years ago
  75. 26eb048 simplify a bit. by Dominik Riebeling · 18 years ago
  76. 90c40b7 use alternating row colors in list views. by Dominik Riebeling · 18 years ago
  77. c1e0932 RbutilQt: Ups, another forgotten file. by Dominik Wenger · 18 years ago
  78. e40b4df rbutilQt:Ups.. the forgotten uninstall files. by Dominik Wenger · 18 years ago
  79. 6bc9abc rbutilQt: Add Uninstallation for Rockbox and Bootloaders. Also add Talkfiles to the installlog by Dominik Wenger · 18 years ago
  80. e62040d fix a possible segfault upon invalid selection. by Dominik Riebeling · 18 years ago
  81. edf5449 small simplification. by Dominik Riebeling · 18 years ago
  82. 36b150e rbutilQt: renamed installbl to installbootloaderwindow. by Dominik Wenger · 18 years ago
  83. c3bf746 Oops. by Dominik Riebeling · 18 years ago
  84. 5cbb826 tree browser: return native path delimiters in returned path by Dominik Riebeling · 18 years ago
  85. 8dbc7e3 add voice file installation. This also extends the ZipInstaller class a bit to handle copying the downloaded file instead of unzipping. by Dominik Riebeling · 18 years ago
  86. 965881f if no proxy type is set default to none. by Dominik Riebeling · 18 years ago
  87. 0fc30fb don't try to find the given file in the browser dialog if it doesn't exist. by Dominik Riebeling · 18 years ago
  88. fe5acf2 rbutilQt: fix missing sansapatcher init. by Dominik Wenger · 18 years ago
  89. 50c81a9 move talk file button to new "Accessibility" tab and add button for voice files. Add voice url to config file and some tooltips to the tab view. by Dominik Riebeling · 18 years ago
  90. 23ae15d Add ccache and build paths to the project file by Robert Keevil · 18 years ago
  91. 2ee205a rbutilqt: use the new dirbrowser in the talkfile generation. Also little changes to the dirbrowser to run it statically and without signals. by Dominik Wenger · 18 years ago
  92. 3a4e540 Replace the file selection dialog for the mountpoint with a pure folder tree view. This fixes an issue with the selection dialog which could try opening a nonexisting folder. Only allow to select drive letters on windows. Additionally, remove an old file I forgot earlier. by Dominik Riebeling · 18 years ago
  93. 1b199fa fix error with the preprocessor. by Dominik Riebeling · 18 years ago
  94. 421411b rbutilqt: initial port of the autodetection. (use only rockbox-info.txt at the moment) by Dominik Wenger · 18 years ago
  95. e70f7f4 rbutilQt: added Talkfile creation. by Dominik Wenger · 18 years ago
  96. b6da77a Add icon to process dialog button. by Dominik Riebeling · 18 years ago
  97. 05b8a92 Display the correct icon upon success. by Dominik Riebeling · 18 years ago
  98. 7aceb93 - display better values if no user configuration is found by Dominik Riebeling · 18 years ago
  99. a31b410 Fix a segfault when no configuration file is present. by Dominik Riebeling · 18 years ago
  100. 3f8a2d6 Oops. by Dominik Riebeling · 18 years ago