Commit graph

657 commits

Author SHA1 Message Date
Dave Chapman
6bbe66afa0 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.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18789 a1c6a512-1295-4272-9138-f99709370657
2008-10-12 19:34:47 +00:00
Dominik Riebeling
f958717d43 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.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18788 a1c6a512-1295-4272-9138-f99709370657
2008-10-12 19:21:58 +00:00
Dominik Wenger
70ae85e706 rbutil: enable Tab navigation in the progresswindow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18777 a1c6a512-1295-4272-9138-f99709370657
2008-10-11 20:35:28 +00:00
Dave Chapman
4f80274708 Add Rafael Carre to the (C) message in the output of mkamsboot. This should be the last commit for a while...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18772 a1c6a512-1295-4272-9138-f99709370657
2008-10-11 13:13:44 +00:00
Dave Chapman
3c65d2b17f 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.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18771 a1c6a512-1295-4272-9138-f99709370657
2008-10-11 13:11:47 +00:00
Dave Chapman
d2e551f6df Fix a bug in the uclcopy loop, plus add a warning to make sure people know the untested status of this code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18770 a1c6a512-1295-4272-9138-f99709370657
2008-10-11 12:51:13 +00:00
Dave Chapman
1a549d49f7 Fix some off-by-one errors, plus remove some unused variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18768 a1c6a512-1295-4272-9138-f99709370657
2008-10-11 12:02:23 +00:00
Dave Chapman
1c4bcfac69 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.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18767 a1c6a512-1295-4272-9138-f99709370657
2008-10-11 11:35:59 +00:00
Nils Wallménius
bea3abb5c3 Bump ipodpatcher version string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18763 a1c6a512-1295-4272-9138-f99709370657
2008-10-10 16:55:45 +00:00
Dominik Riebeling
33034838e7 Comma fix in rbutil translation (FS#9426 by Alexander Levin).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18758 a1c6a512-1295-4272-9138-f99709370657
2008-10-09 19:27:31 +00:00
Dominik Riebeling
ab424ac11c Move rbutil translations into a subfolder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18713 a1c6a512-1295-4272-9138-f99709370657
2008-10-05 12:40:57 +00:00
Dave Chapman
c6be818212 Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this should still work the same as before.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18706 a1c6a512-1295-4272-9138-f99709370657
2008-10-04 08:46:03 +00:00
Dominik Riebeling
316b8b81a6 Small punctuation fixes to german rbutil translation (FS#9425 by Alexander Levin).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18660 a1c6a512-1295-4272-9138-f99709370657
2008-09-28 18:52:41 +00:00
Dominik Riebeling
197c24c5d3 Completely rework the bootloader installation class:
- create a base class and make derived classes for each installation type.
- sort installations by type, not by player model.
- remove duplicated code for iriver (de)scrambling functionality and use the functions inside of the tools folder directly -- we already do the same for rbspeex.
- make bootloader file backup optional and allow choosing a target location.
- clean up some wording and add some more guiding messages.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18657 a1c6a512-1295-4272-9138-f99709370657
2008-09-28 17:02:36 +00:00
Dominik Wenger
6a012210d0 rbutil: hopefully fix sapi voice engine support. (sapi_voice.vbs wants now utf16)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18654 a1c6a512-1295-4272-9138-f99709370657
2008-09-27 00:05:54 +00:00
Maurus Cuelenaere
1ab86bb370 Update Dutch RBUtility translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18653 a1c6a512-1295-4272-9138-f99709370657
2008-09-26 10:07:04 +00:00
Dominik Riebeling
28643263b7 Small and Complete Installations always install the most bleeding edge build. Put a note about this in the confirmation dialog.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18646 a1c6a512-1295-4272-9138-f99709370657
2008-09-25 20:42:46 +00:00
Dominik Riebeling
25c868a8f9 Bump version to m1.0.7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18645 a1c6a512-1295-4272-9138-f99709370657
2008-09-25 20:28:11 +00:00
Dominik Wenger
9fd4f872c2 rbutil: fix h10_5gbmtp download issue.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18634 a1c6a512-1295-4272-9138-f99709370657
2008-09-24 21:18:37 +00:00
Dominik Riebeling
e56549f03d Adjust Rockbox release download filename to the changed target - version order.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18619 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 22:45:34 +00:00
Dominik Riebeling
1d8a249581 update rbutil configuration for 3.0 release and prepare for theme site change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18618 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 22:32:16 +00:00
Dominik Riebeling
a15cfafdbc Correct wrongly placed #endif.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18548 a1c6a512-1295-4272-9138-f99709370657
2008-09-19 05:28:59 +00:00
Dominik Riebeling
d4404d3de0 Remove "Install All" button from themes install window and replace it with a note on how to select multiple themes for installation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18514 a1c6a512-1295-4272-9138-f99709370657
2008-09-14 19:56:58 +00:00
Dominik Riebeling
eeaa3df7d8 Fix missing line continue character in project file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18495 a1c6a512-1295-4272-9138-f99709370657
2008-09-11 17:16:18 +00:00
Dominik Wenger
990d4d9c78 rbutil: commit japanese translation by Yoshihisa Uchida.(FS#9393)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18493 a1c6a512-1295-4272-9138-f99709370657
2008-09-11 15:48:54 +00:00
Dominik Wenger
5510c60f18 rbutil: commit FS#9382 Hebrew translation by Tomer Shalev.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18465 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 21:11:55 +00:00
Maurus Cuelenaere
b82449a513 RButility:
* Update Dutch translation
 * Fix error in English
 * lupdate other translations


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18445 a1c6a512-1295-4272-9138-f99709370657
2008-09-07 22:21:06 +00:00
Dominik Wenger
c6bcb35064 commit FS#9355 by Alexander Spyridakis. Greek translation for rbutil.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18384 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 16:22:31 +00:00
Dominik Riebeling
ca588afe51 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.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18369 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 12:32:27 +00:00
Bertrik Sikken
b7219b7e16 Replaced TAB characters by spaces in sansapatcher
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18368 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 09:44:45 +00:00
Bertrik Sikken
9da68f9ed7 Fix missing sansa_close when scanning for sansas in sansapatcher.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18367 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 09:30:58 +00:00
Dominik Riebeling
90f92b216b Add setting the User-Agent for http requests to HttpGet class. Make rbutil set its own user agent string.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18366 a1c6a512-1295-4272-9138-f99709370657
2008-08-30 20:51:50 +00:00
Bertrik Sikken
0d760c156f 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
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18364 a1c6a512-1295-4272-9138-f99709370657
2008-08-30 09:49:00 +00:00
Dominik Wenger
1d3b8ca7a2 rbutil: bootloader installation iaudio, create the FIRMWARE dir if it doesnt exist, or bootloader install will fail.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18332 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 17:16:45 +00:00
Dominik Riebeling
cbc9208e54 Don't reset the language setting if it wasn't changed but the configuration saved.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18279 a1c6a512-1295-4272-9138-f99709370657
2008-08-14 21:32:32 +00:00
Dominik Riebeling
553469d8e2 Fix translator for Qt strings overwriting the application translator (FS#9268).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18275 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 22:41:00 +00:00
Bertrik Sikken
8fb6144830 Rename africaans to afrikaans
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18194 a1c6a512-1295-4272-9138-f99709370657
2008-08-04 19:33:03 +00:00
Dominik Riebeling
038eb36643 Don't over-quote additional command line options for external TTS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18189 a1c6a512-1295-4272-9138-f99709370657
2008-08-03 20:20:28 +00:00
Dominik Wenger
85eb99211a rbutil: try to detect position of tts executeables without opening the config window.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18183 a1c6a512-1295-4272-9138-f99709370657
2008-08-02 16:40:16 +00:00
Dave Chapman
84d8d83c50 Improved README for sansapatcher, contributed by Ori Avtalion, slightly modified by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18169 a1c6a512-1295-4272-9138-f99709370657
2008-08-01 11:42:33 +00:00
Dominik Riebeling
d2241e4e48 Install a second translator for using the internal translation of Qt's widgets. Embedding them into the resources is still missing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18165 a1c6a512-1295-4272-9138-f99709370657
2008-07-31 19:26:58 +00:00
Bertrik Sikken
c323d533c2 Redo r18136 a little cleaner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18141 a1c6a512-1295-4272-9138-f99709370657
2008-07-28 19:43:32 +00:00
Bertrik Sikken
ee00ec33bf Make sure to always use the initial key for decryption of mi4 files in sansapatcher.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18136 a1c6a512-1295-4272-9138-f99709370657
2008-07-27 20:10:09 +00:00
Bertrik Sikken
95f906d1b0 Added mi4 key for sansa c200 OF version 01.01.07
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18135 a1c6a512-1295-4272-9138-f99709370657
2008-07-27 18:51:56 +00:00
Bertrik Sikken
43b11af169 Fix spelling error: successfull -> successful
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18119 a1c6a512-1295-4272-9138-f99709370657
2008-07-25 22:29:59 +00:00
Dominik Riebeling
c367c21a76 Make rbutil check the system language and try to use the correct translation. A language selection in the configuration file will override this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18118 a1c6a512-1295-4272-9138-f99709370657
2008-07-25 19:28:24 +00:00
Bertrik Sikken
0a9c749fbf Small translation fix in dutch language for rbutilqt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18115 a1c6a512-1295-4272-9138-f99709370657
2008-07-22 22:19:50 +00:00
Dominik Riebeling
fd61460c45 Extend rbspeex Makefile to allow easier building a universal binary needed for rbutil.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18103 a1c6a512-1295-4272-9138-f99709370657
2008-07-20 15:47:47 +00:00
Dominik Riebeling
08a27c1df7 Let sansa_list_images() return the number of mi4 images found.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18074 a1c6a512-1295-4272-9138-f99709370657
2008-07-16 18:46:37 +00:00
Bertrik Sikken
d4e3839f05 Make functions in sansapatcher static and their arguments const if possible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18037 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 16:43:47 +00:00
Dominik Riebeling
3f830cb96b Finnish translation for rbutil by Jani Hyytiäinen (FS#9192).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18036 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 16:21:48 +00:00
Bertrik Sikken
f85d55bb89 Fix FS#9002 - Bootloader on c200 shows "target id: e200"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18035 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 15:53:29 +00:00
Dominik Wenger
572b7cbe0d rbutil: Ups. forgot a file in the previous commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18017 a1c6a512-1295-4272-9138-f99709370657
2008-07-12 17:30:01 +00:00
Dominik Wenger
a9f50c35e6 rbutil: completly reworked Talkfile generation. Should be more stable and more maintainable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18016 a1c6a512-1295-4272-9138-f99709370657
2008-07-12 17:04:49 +00:00
Dominik Wenger
70029587ca rbutil: call processEvents while uninstalling, so GUI doesnt freeze.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18014 a1c6a512-1295-4272-9138-f99709370657
2008-07-12 12:54:11 +00:00
Dominik Wenger
145827d2a4 rbutil/rbspeex: alway run make clean before building librbspeex for a specific arch.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18005 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 22:10:09 +00:00
Dominik Wenger
c82511ab06 rbutil/rbspeex fix some small mistakes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18004 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 21:56:41 +00:00
Dominik Wenger
6bd961d6a5 rbutil: use rbspeex new Makefile commands to build a universal lib on mac.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18003 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 21:41:41 +00:00
Dominik Wenger
34216463be rbutil: first fix to build a universal binary on mac.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17998 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 20:36:38 +00:00
Maurus Cuelenaere
2a4d6a6dba Small fixes to Dutch translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17987 a1c6a512-1295-4272-9138-f99709370657
2008-07-08 14:47:53 +00:00
Frank Gevaerts
ce4e453465 update dutch translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17984 a1c6a512-1295-4272-9138-f99709370657
2008-07-07 21:49:35 +00:00
Frank Gevaerts
ee3ed8a163 handle new installations (or upgrades) differently from invalid configurations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17983 a1c6a512-1295-4272-9138-f99709370657
2008-07-07 21:40:44 +00:00
Frank Gevaerts
e6553f8218 fixed a string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17982 a1c6a512-1295-4272-9138-f99709370657
2008-07-07 20:28:11 +00:00
Dominik Riebeling
f626357cc3 Bump version to 1.0.6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17969 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 19:59:59 +00:00
Dominik Riebeling
b39c20e557 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.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17968 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 19:57:22 +00:00
Dominik Riebeling
341f831310 When building static, add "." to the library include path so libusb.a can be placed in the build folder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17967 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 19:46:48 +00:00
Frank Gevaerts
46548ee77c fix typo (and update translations for it)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17966 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 18:07:44 +00:00
Frank Gevaerts
444e0a54e5 fix some punctuation issues
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17965 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 17:55:23 +00:00
Frank Gevaerts
3f6f5b8275 don't leave the translations as 'unfinished'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17964 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 17:46:22 +00:00
Frank Gevaerts
cd558a0ef2 updates to the dutch translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17963 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 17:42:12 +00:00
Maurus Cuelenaere
d414aa3cca Keep up with translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17962 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 16:31:17 +00:00
Dominik Riebeling
537ed0133c Make two missing strings translateable and translate to german.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17961 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 16:23:51 +00:00
Maurus Cuelenaere
f2998a81f2 Update Dutch language
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17954 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 11:34:33 +00:00
Nicolas Pennequin
aaf0693edf Update the French translation for rbutil and remove obsolete strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17953 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 11:08:14 +00:00
Dominik Riebeling
e721fbf5cc Remove some stray blanks from source strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17951 a1c6a512-1295-4272-9138-f99709370657
2008-07-05 23:57:47 +00:00
Dominik Riebeling
f3111bea6f Completely rework german translation and remove obsolete strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17950 a1c6a512-1295-4272-9138-f99709370657
2008-07-05 23:56:19 +00:00
Maurus Cuelenaere
97fab8d359 Update Dutch translation + run lupdate on others
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17949 a1c6a512-1295-4272-9138-f99709370657
2008-07-05 22:56:51 +00:00
Dominik Riebeling
a5ab84f37a Fix some source strings to clean up translations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17947 a1c6a512-1295-4272-9138-f99709370657
2008-07-05 22:14:15 +00:00
Dominik Riebeling
6667857eb2 Add a hint for translators.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17946 a1c6a512-1295-4272-9138-f99709370657
2008-07-05 21:35:23 +00:00
Nicolas Pennequin
c7e7d7571b Updated French translation for rbutil.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17942 a1c6a512-1295-4272-9138-f99709370657
2008-07-04 22:54:52 +00:00
Dominik Riebeling
980a759560 w32: only display additional OS info string if it's not empty.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17941 a1c6a512-1295-4272-9138-f99709370657
2008-07-04 20:26:36 +00:00
Dominik Wenger
d97131240e rbutil: commit FS#9147, fixes another talkfile generation bug. Thanks to Tomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17930 a1c6a512-1295-4272-9138-f99709370657
2008-07-03 20:03:17 +00:00
Dominik Wenger
21e7a08950 rbutil: correctly stop encoders. (FS#9145)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17929 a1c6a512-1295-4272-9138-f99709370657
2008-07-03 19:54:44 +00:00
Maurus Cuelenaere
d341ccef9c RBUtil: Sync Dutch language and do lupdate for others
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17918 a1c6a512-1295-4272-9138-f99709370657
2008-07-02 18:27:33 +00:00
Dominik Riebeling
6d64e39888 Add reading USB product / vendor names on Linux / OSX.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17917 a1c6a512-1295-4272-9138-f99709370657
2008-07-02 17:48:50 +00:00
Dominik Riebeling
25359d4ec2 Add missing keywords property.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17902 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 22:09:45 +00:00
Dominik Wenger
cf804f229c rbutil: improve german translation a bit (mostly file -> datei)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17901 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 20:58:11 +00:00
Dominik Wenger
6319085f18 rbutil: update german translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17898 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 20:32:34 +00:00
Dominik Riebeling
08574c43d3 When scanning for Ipod / Sansa close the disc handle of every tried disc, not only for successful checks. Fixes "no Sansa found" issues with rbutil on w32 after autodetection was used.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17893 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 19:01:51 +00:00
Dominik Wenger
58335f8724 rbutil: add a "make dmg" target to build a dmg file on mac
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17890 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 14:39:21 +00:00
Dominik Riebeling
788d01ef7f Add w32 mountpoint resolving based on disc number correctly this time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17873 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 09:50:20 +00:00
Dominik Riebeling
c3400684f1 clean up some debugging output.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17871 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 09:13:58 +00:00
Dominik Riebeling
1ed2e514da Add W32 mountpoint resolving based on the disc number figured by ipodpatcher / sansapatcher.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17868 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 07:45:33 +00:00
Bertrik Sikken
77fd1c0462 Minor dutch spelling fixes for rbutilqt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17860 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 21:34:27 +00:00
Daniel Stenberg
2acc0ac542 Updated our source code header to explicitly mention that we are GPL v2 or
later. We still need to hunt down snippets used that are not. 1324 modified
files...
http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 18:10:04 +00:00
Dominik Riebeling
9aab06ba0d W32: Make System Info screen also show the device description.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17845 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 18:06:55 +00:00
Dominik Wenger
9c84070c8a rbutil: Add generated voicefiles to the install log, so you can uninstall it again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17839 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 16:44:59 +00:00
Dominik Riebeling
5c763f4001 fix building on w32.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17818 a1c6a512-1295-4272-9138-f99709370657
2008-06-27 23:19:59 +00:00
Dominik Wenger
8126a6be82 rbutil: forgot the new files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17815 a1c6a512-1295-4272-9138-f99709370657
2008-06-27 22:48:25 +00:00
Dominik Wenger
7fb11a82a1 rbutil: move some detecting code, to make detecing things nicer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17813 a1c6a512-1295-4272-9138-f99709370657
2008-06-27 21:53:22 +00:00