- 5456859 Correct the MD5 sum for the Clip 1.1.29 firmware. by Dave Chapman · 16 years ago
- c91d787 Add MD5 checksumming of the original firmware images - for extra safety, and also because some Fuze firmwares have the same ID (or what we thought was the ID) as the M200 firmwares. Plus a few minor cleanups. by Dave Chapman · 16 years ago
- 3e7fdbb Sansav2 dualboot: correctly use keyscan for Clip by Rafaël Carré · 16 years ago
- a5a2f12 mkamsboot: Fix makefile rules for e200v2 and m200v2 by Rafaël Carré · 16 years ago
- b208000 Make Detect::check() return an error string instead of a boolean result and move the handling of an occurred error to the application to make detection Gui-clean. Move detect class to base folder. by Dominik Riebeling · 16 years ago
- 6371460 Make uninstallation class use QtCore instead of QtGui -- it doesn't use any GUI elements. Move class to the QtCore-only base folder. by Dominik Riebeling · 16 years ago
- db058c3 Kill a warning and fix a typo. by Dominik Riebeling · 16 years ago
- 9928086 Bump version number to v0.7 with 5.0 bootloaders. Part of FS#9369. by Robert Menes · 16 years ago
- 415c46e add sansa m200v2 support to mkamsboot. by Dominik Wenger · 16 years ago
- e18809b Correct an error message by Dave Chapman · 16 years ago
- 08c41d4 Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently used by Logik DAX and m200v1 ports) driver up in the target tree and share with the m200v2 - as2525 parts contributed by Rafael Carre. Includes the start (but is still very incomplete) of an LCD driver for the e200v2. m200v2 is not yet fully supported by mkamsboot - that will come soon. Also some minor cleanups for the Clip. by Dave Chapman · 16 years ago
- 71e7209 rbutil: make release versions local to devices. To allow different releases on different devices. by Dominik Wenger · 16 years ago
- 5491273 Don't export includes unless needed. by Dominik Riebeling · 16 years ago
- a18ef2e Update rbutil japanese translation (FS#9486 by Yoshihisa Uchida). by Dominik Riebeling · 16 years ago
- 7470797 rbutil: include the qt accessible plugin into the mac bundle. (Enables screenreader support on macs) by Dominik Wenger · 16 years ago
- 6bbe66a Make mkamsboot safer by introducing the use of ".sansa" files to store Sansa V2 bootloader and firmware files. These files are the same format (a simple 8-byte header consisting of a 32-bit checksum followed by 4-char model name is prepended to the binary data) as that used by lots of other Rockbox targets (.ipod, iriver etc). Support added to scramble/mkamsboot for both clip and e200v2, even though the latter is not in SVN yet. Also add a check of the whole-file original firmware checksum to mkamsboot and add a new $scramblebitmaptools toolset variable in configure. The output of this version of mkamsboot is confirmed to be md5sum-identical to the previous version. by Dave Chapman · 16 years ago
- f958717 Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too. by Dominik Riebeling · 16 years ago
- 70ae85e rbutil: enable Tab navigation in the progresswindow. by Dominik Wenger · 16 years ago
- 4f80274 Add Rafael Carre to the (C) message in the output of mkamsboot. This should be the last commit for a while... by Dave Chapman · 16 years ago
- 3c65d2b Fix another bug in dualboot.S, add Rafael Carre as the (C) holder of dualboot.S (most of the code there is his) and use the standard Rockbox header in mkamsboot.c. This code is still untested on target. by Dave Chapman · 16 years ago
- d2e551f Fix a bug in the uclcopy loop, plus add a warning to make sure people know the untested status of this code. by Dave Chapman · 16 years ago
- 1a549d4 Fix some off-by-one errors, plus remove some unused variables by Dave Chapman · 16 years ago
- 1c4bcfa Major rework of mkamsboot, extending work done by Rafael Carre. We now build one "dualboot.bin" mini-bootloader per target and embed it in the mkamsboot binary. The user of mkamsboot just needs to provide an original firmware file, and a Rockbox bootloader file. This code currently supports just the Clip (hardware revision 1) and the E200v2 - button checks are needed for the other V2 targets. NOTE: This is completely untested on-target, and may brick your device. by Dave Chapman · 16 years ago
- bea3abb Bump ipodpatcher version string by Nils Wallménius · 16 years ago
- 3303483 Comma fix in rbutil translation (FS#9426 by Alexander Levin). by Dominik Riebeling · 16 years ago
- ab424ac Move rbutil translations into a subfolder. by Dominik Riebeling · 16 years ago
- c6be818 Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this should still work the same as before. by Dave Chapman · 16 years ago
- 316b8b8 Small punctuation fixes to german rbutil translation (FS#9425 by Alexander Levin). by Dominik Riebeling · 16 years ago
- 197c24c Completely rework the bootloader installation class: by Dominik Riebeling · 16 years ago
- 6a01221 rbutil: hopefully fix sapi voice engine support. (sapi_voice.vbs wants now utf16) by Dominik Wenger · 16 years ago
- 1ab86bb Update Dutch RBUtility translation by Maurus Cuelenaere · 16 years ago
- 2864326 Small and Complete Installations always install the most bleeding edge build. Put a note about this in the confirmation dialog. by Dominik Riebeling · 16 years ago rbutil_m1.0.7
- 25c868a Bump version to m1.0.7 by Dominik Riebeling · 16 years ago
- 9fd4f87 rbutil: fix h10_5gbmtp download issue. by Dominik Wenger · 16 years ago
- e56549f Adjust Rockbox release download filename to the changed target - version order. by Dominik Riebeling · 16 years ago
- 1d8a249 update rbutil configuration for 3.0 release and prepare for theme site change. by Dominik Riebeling · 16 years ago
- a15cfaf Correct wrongly placed #endif. by Dominik Riebeling · 16 years ago
- d4404d3 Remove "Install All" button from themes install window and replace it with a note on how to select multiple themes for installation. by Dominik Riebeling · 16 years ago
- eeaa3df Fix missing line continue character in project file. by Dominik Riebeling · 16 years ago
- 990d4d9 rbutil: commit japanese translation by Yoshihisa Uchida.(FS#9393) by Dominik Wenger · 16 years ago
- 5510c60 rbutil: commit FS#9382 Hebrew translation by Tomer Shalev. by Dominik Wenger · 16 years ago
- b82449a RButility: by Maurus Cuelenaere · 16 years ago
- c6bcb35 commit FS#9355 by Alexander Spyridakis. Greek translation for rbutil. by Dominik Wenger · 16 years ago
- ca588af Let qmake check the Qt version and error out if its too old. Useful if you have Qt3 and Qt4 installed and forget to pick the correct one. by Dominik Riebeling · 16 years ago
- b7219b7 Replaced TAB characters by spaces in sansapatcher by Bertrik Sikken · 16 years ago
- 9da68f9 Fix missing sansa_close when scanning for sansas in sansapatcher.c by Bertrik Sikken · 16 years ago
- 90f92b2 Add setting the User-Agent for http requests to HttpGet class. Make rbutil set its own user agent string. by Dominik Riebeling · 16 years ago
- 0d760c1 Apply FS#9337 - Header file in SRC in rbutil/ipodpatcher. The parttypes.h header file apparently breaks compilation on some systems and is already #included in ipodpatcher.c by Bertrik Sikken · 16 years ago
- 1d3b8ca rbutil: bootloader installation iaudio, create the FIRMWARE dir if it doesnt exist, or bootloader install will fail. by Dominik Wenger · 16 years ago
- cbc9208 Don't reset the language setting if it wasn't changed but the configuration saved. by Dominik Riebeling · 16 years ago
- 553469d Fix translator for Qt strings overwriting the application translator (FS#9268). by Dominik Riebeling · 16 years ago
- 8fb6144 Rename africaans to afrikaans by Bertrik Sikken · 16 years ago
- 038eb36 Don't over-quote additional command line options for external TTS. by Dominik Riebeling · 16 years ago
- 85eb992 rbutil: try to detect position of tts executeables without opening the config window. by Dominik Wenger · 16 years ago
- 84d8d83 Improved README for sansapatcher, contributed by Ori Avtalion, slightly modified by me. by Dave Chapman · 16 years ago
- d2241e4 Install a second translator for using the internal translation of Qt's widgets. Embedding them into the resources is still missing. by Dominik Riebeling · 16 years ago
- c323d53 Redo r18136 a little cleaner by Bertrik Sikken · 16 years ago
- ee00ec3 Make sure to always use the initial key for decryption of mi4 files in sansapatcher. by Bertrik Sikken · 16 years ago
- 95f906d Added mi4 key for sansa c200 OF version 01.01.07 by Bertrik Sikken · 16 years ago
- 43b11af Fix spelling error: successfull -> successful by Bertrik Sikken · 16 years ago
- c367c21 Make rbutil check the system language and try to use the correct translation. A language selection in the configuration file will override this. by Dominik Riebeling · 16 years ago
- 0a9c749 Small translation fix in dutch language for rbutilqt by Bertrik Sikken · 16 years ago
- fd61460 Extend rbspeex Makefile to allow easier building a universal binary needed for rbutil. by Dominik Riebeling · 16 years ago
- 08a27c1 Let sansa_list_images() return the number of mi4 images found. by Dominik Riebeling · 16 years ago
- d4e3839 Make functions in sansapatcher static and their arguments const if possible. by Bertrik Sikken · 16 years ago
- 3f830cb Finnish translation for rbutil by Jani Hyytiäinen (FS#9192). by Dominik Riebeling · 16 years ago
- f85d55b Fix FS#9002 - Bootloader on c200 shows "target id: e200" by Bertrik Sikken · 16 years ago
- 572b7cb rbutil: Ups. forgot a file in the previous commit. by Dominik Wenger · 16 years ago
- a9f50c3 rbutil: completly reworked Talkfile generation. Should be more stable and more maintainable. by Dominik Wenger · 16 years ago
- 7002958 rbutil: call processEvents while uninstalling, so GUI doesnt freeze. by Dominik Wenger · 16 years ago
- 145827d rbutil/rbspeex: alway run make clean before building librbspeex for a specific arch. by Dominik Wenger · 16 years ago
- c82511a rbutil/rbspeex fix some small mistakes. by Dominik Wenger · 16 years ago
- 6bd961d rbutil: use rbspeex new Makefile commands to build a universal lib on mac. by Dominik Wenger · 16 years ago
- 3421646 rbutil: first fix to build a universal binary on mac. by Dominik Wenger · 16 years ago
- 2a4d6a6 Small fixes to Dutch translation by Maurus Cuelenaere · 16 years ago
- ce4e453 update dutch translation by Frank Gevaerts · 16 years ago
- ee3ed8a handle new installations (or upgrades) differently from invalid configurations by Frank Gevaerts · 16 years ago
- e6553f8 fixed a string by Frank Gevaerts · 16 years ago
- f626357 Bump version to 1.0.6 by Dominik Riebeling · 16 years ago rbutil_m1.0.6
- b39c20e Make encoder selection update on device change. This includes a workaround as the settings object currently doesn't allow getting the encoder for any other than the selected device. by Dominik Riebeling · 16 years ago
- 341f831 When building static, add "." to the library include path so libusb.a can be placed in the build folder. by Dominik Riebeling · 16 years ago
- 46548ee fix typo (and update translations for it) by Frank Gevaerts · 16 years ago
- 444e0a5 fix some punctuation issues by Frank Gevaerts · 16 years ago
- 3f6f5b8 don't leave the translations as 'unfinished' by Frank Gevaerts · 16 years ago
- cd558a0 updates to the dutch translation by Frank Gevaerts · 16 years ago
- d414aa3 Keep up with translation by Maurus Cuelenaere · 16 years ago
- 537ed01 Make two missing strings translateable and translate to german. by Dominik Riebeling · 16 years ago
- f2998a8 Update Dutch language by Maurus Cuelenaere · 16 years ago
- aaf0693 Update the French translation for rbutil and remove obsolete strings. by Nicolas Pennequin · 16 years ago
- e721fbf Remove some stray blanks from source strings. by Dominik Riebeling · 16 years ago
- f3111be Completely rework german translation and remove obsolete strings. by Dominik Riebeling · 16 years ago
- 97fab8d Update Dutch translation + run lupdate on others by Maurus Cuelenaere · 16 years ago
- a5ab84f Fix some source strings to clean up translations. by Dominik Riebeling · 16 years ago
- 6667857 Add a hint for translators. by Dominik Riebeling · 16 years ago
- c7e7d75 Updated French translation for rbutil. by Nicolas Pennequin · 16 years ago
- 980a759 w32: only display additional OS info string if it's not empty. by Dominik Riebeling · 16 years ago
- d971312 rbutil: commit FS#9147, fixes another talkfile generation bug. Thanks to Tomer Shalev by Dominik Wenger · 16 years ago
- 21e7a08 rbutil: correctly stop encoders. (FS#9145) by Dominik Wenger · 16 years ago
- d341cce RBUtil: Sync Dutch language and do lupdate for others by Maurus Cuelenaere · 16 years ago
- 6d64e39 Add reading USB product / vendor names on Linux / OSX. by Dominik Riebeling · 16 years ago