Dominik Wenger
b775101260
rbutil: limit the mountpoint selection to /Media on linux and /Volumes on Mac.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14688 a1c6a512-1295-4272-9138-f99709370657
2007-09-14 14:37:43 +00:00
Barry Wardell
79244b2a3b
Give more verbose error message when uploading e200rpatcher fails.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14673 a1c6a512-1295-4272-9138-f99709370657
2007-09-12 00:03:17 +00:00
Dave Chapman
7eb73ef993
Change the Mac OS X rules to compile a static binary. Also add a README file with a brief description of e200rpatcher and some build instructions. We still need a Windows developer to make this work there...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14671 a1c6a512-1295-4272-9138-f99709370657
2007-09-11 16:47:26 +00:00
Dave Chapman
d31751ef92
Oops, remove some duplicated code.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14657 a1c6a512-1295-4272-9138-f99709370657
2007-09-09 14:40:13 +00:00
Dave Chapman
dd998b7f94
Initial version of standalone e200rpatcher tool to upload and run the e200r patching application to patch the original Sansa bootloader. This requires the patching binary (called bootloader.bin) to be in the e200rpatcher directory when compiling. Currently only tested on Linux.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14656 a1c6a512-1295-4272-9138-f99709370657
2007-09-09 13:30:40 +00:00
Dave Chapman
6e7971553e
Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14644 a1c6a512-1295-4272-9138-f99709370657
2007-09-08 23:27:49 +00:00
Dominik Riebeling
6714681498
bump version number for first bugfix release.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14595 a1c6a512-1295-4272-9138-f99709370657
2007-09-03 16:44:04 +00:00
Dominik Riebeling
d64975f44b
update german translation a bit. Still incomplete.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14593 a1c6a512-1295-4272-9138-f99709370657
2007-09-03 15:34:57 +00:00
Dominik Riebeling
b9dbd4ee9c
- rework language selection a bit: use language string as key instead of language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name.
...
- move user settings from "defaults" section to "general". Makes the code cleaner and has been that way for historical reasons only anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14592 a1c6a512-1295-4272-9138-f99709370657
2007-09-03 14:37:00 +00:00
Dominik Riebeling
a449a3a7a3
make sure closing the application aborts the remaining HttpGet objects. Should fix the crash upon exit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14591 a1c6a512-1295-4272-9138-f99709370657
2007-09-03 09:46:15 +00:00
Dominik Riebeling
09d66ac456
For some strange reason my last project file adjusting didn't seem to work correctly. Restucture a bit and rename debug configuration to "dbg" seems to help.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14586 a1c6a512-1295-4272-9138-f99709370657
2007-09-02 22:11:46 +00:00
Dave Chapman
ad4b886841
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 sansapatcher version is released.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14585 a1c6a512-1295-4272-9138-f99709370657
2007-09-02 19:20:59 +00:00
Dominik Riebeling
c5550c9674
Normal build defaults to release. Disable debug output for that case. To create a debug build (with debug output enabled) use "qmake -config debug".
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14584 a1c6a512-1295-4272-9138-f99709370657
2007-09-02 18:59:38 +00:00
Dominik Riebeling
9dbcc38392
Add short explanation on how to build rbutilqt.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14583 a1c6a512-1295-4272-9138-f99709370657
2007-09-02 18:26:15 +00:00
Dominik Wenger
a0cc369c5d
rbutil: added a main .pro file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14582 a1c6a512-1295-4272-9138-f99709370657
2007-09-02 18:19:03 +00:00
Dominik Wenger
53986b365c
rbutil: removed the wx version of rbutil.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14581 a1c6a512-1295-4272-9138-f99709370657
2007-09-02 18:16:10 +00:00
Dominik Riebeling
b2e651dbc8
- check for specific files / folders case-insensitive
...
- linux: when detecting the mountpoint only accept vfat drives
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14578 a1c6a512-1295-4272-9138-f99709370657
2007-09-02 12:20:44 +00:00
Dominik Riebeling
72b74478bf
Add first time detection for some archos devices and gigabeat based on player-specific files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14576 a1c6a512-1295-4272-9138-f99709370657
2007-09-02 10:50:13 +00:00
Dominik Riebeling
c00652b0a2
use the getmntend api here too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14574 a1c6a512-1295-4272-9138-f99709370657
2007-09-02 09:36:28 +00:00
Dominik Riebeling
84f8f3dd1b
Fix autodetection based on rockbox-info.txt which I broke when fixing X5 detection. Replace mountpoint detection to use getmntent api on linux.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14573 a1c6a512-1295-4272-9138-f99709370657
2007-09-02 08:49:08 +00:00
Dave Chapman
f225f04d00
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14569 a1c6a512-1295-4272-9138-f99709370657
2007-09-01 22:55:37 +00:00
Dave Chapman
aea7790a31
Add options to create Universal binaries on Mac OS X
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14568 a1c6a512-1295-4272-9138-f99709370657
2007-09-01 21:13:22 +00:00
Dominik Riebeling
7db65ab5a7
Fix a possible crash when entering the talkfile window without correct settings. Thanks to Nico_P.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14553 a1c6a512-1295-4272-9138-f99709370657
2007-08-31 13:00:50 +00:00
Dominik Riebeling
87a8f41edf
TTS configuration: default to the first profile found.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14550 a1c6a512-1295-4272-9138-f99709370657
2007-08-30 22:20:11 +00:00
Dominik Riebeling
4f8818241b
update UI a few times more often during installation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14542 a1c6a512-1295-4272-9138-f99709370657
2007-08-30 19:37:18 +00:00
Dominik Riebeling
7717520102
When installing builds use the real platform name, not the configuration section one. Fixes installation of X5V builds.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14540 a1c6a512-1295-4272-9138-f99709370657
2007-08-30 19:20:10 +00:00
Dominik Riebeling
fae8e3fe4f
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).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14539 a1c6a512-1295-4272-9138-f99709370657
2007-08-30 19:08:25 +00:00
Dominik Riebeling
4146da5565
When collapsing the devices tree upon detection collapse all.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14535 a1c6a512-1295-4272-9138-f99709370657
2007-08-30 18:14:56 +00:00
Dominik Wenger
c14731733a
rbutilQt: add the ipodvideo64mb build to rbutil.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14534 a1c6a512-1295-4272-9138-f99709370657
2007-08-30 18:12:16 +00:00
Dominik Riebeling
50af4dc089
When autodetecting, don't segfault if no item was previously selected and a device is found.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14533 a1c6a512-1295-4272-9138-f99709370657
2007-08-30 16:55:04 +00:00
Nicolas Pennequin
189de39258
rbutilqt: French translation update.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14532 a1c6a512-1295-4272-9138-f99709370657
2007-08-30 13:02:33 +00:00
Dominik Riebeling
6fd7573d32
Connect close signal earlier so the talk window also closes upon error confirmation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14529 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 21:46:12 +00:00
Dominik Riebeling
ab58fd5fdb
use the download server to get bootloader-info
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14528 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 21:40:26 +00:00
Dominik Wenger
c37798ebf3
rbutilQt: let it use the old theme page (with the new php file) until the new one gets released.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14527 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 20:05:11 +00:00
Dominik Wenger
39dc7cdb49
rbutilQt: fix the log entry for talkfiles, now it has the current Date as value.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14523 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 17:54:52 +00:00
Dominik Riebeling
b93621d2ae
add a "help" entry to the about menu. For now this opens the system browser with the rbutil wiki page.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14522 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 17:43:11 +00:00
Dominik Wenger
322d2b46cd
rbutilQt: fix a bootloader message, and fixed that the bootloader log entry was shown in the normal uninstall dialog.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14521 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 17:41:06 +00:00
Nicolas Pennequin
18aad3c6d0
Oops, forgot to translate "at".
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14520 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 17:35:26 +00:00
Dominik Riebeling
1bee895619
Make it possible to browse for an encoder binary.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14519 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 17:31:43 +00:00
Dominik Riebeling
673a74bfe5
Add svn revision to version string and mark milestone 1 reached.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14518 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 17:10:21 +00:00
Nicolas Pennequin
12c82bdb77
French translation for rbutilqt. Everything is translated.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14516 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 15:10:30 +00:00
Dominik Riebeling
c23bc5ed41
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14515 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 14:35:35 +00:00
Dominik Riebeling
8f5f690760
Oops, I shouldn't forget the resource file ...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14513 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 14:06:02 +00:00
Dominik Riebeling
840a437fd3
replace the old rbutil title icon with the logo-like icon (which is already used by the windows binary)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14512 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 13:44:44 +00:00
Dominik Riebeling
b74975751f
fix a typo. Thanks to Nico_P for noting.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14510 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 12:36:00 +00:00
Dominik Riebeling
bc5a7e391c
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14509 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 12:32:53 +00:00
Dominik Riebeling
ce2142ec5b
Auto-detect binary in TTS / encoder setting dialog by searching $PATH. Only linux for now.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14505 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 10:09:17 +00:00
Dominik Riebeling
177716c2f9
code police.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14504 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 09:27:35 +00:00
Dominik Riebeling
f27c6a6e02
The install window doesn't need to be wider than the other ones.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14496 a1c6a512-1295-4272-9138-f99709370657
2007-08-28 23:26:43 +00:00
Dominik Riebeling
c03102b346
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14495 a1c6a512-1295-4272-9138-f99709370657
2007-08-28 23:10:42 +00:00
Dominik Riebeling
be4d0a7795
Rename logfile section for base install to something more descriptive (as it is displayed in the uninstall dialog)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14489 a1c6a512-1295-4272-9138-f99709370657
2007-08-28 13:07:25 +00:00
Dominik Riebeling
3075e3bafd
Cache was intended to be disabled per default. Also make the "disable download cache" button in installation window working.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14480 a1c6a512-1295-4272-9138-f99709370657
2007-08-27 18:05:16 +00:00
Dominik Riebeling
6ec298125d
Oops, forgot the resource file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14478 a1c6a512-1295-4272-9138-f99709370657
2007-08-27 17:45:19 +00:00
Dominik Riebeling
5ef236869f
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14476 a1c6a512-1295-4272-9138-f99709370657
2007-08-27 17:40:35 +00:00
Dominik Riebeling
9305c86f5b
Always save manually entered proxy values.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14469 a1c6a512-1295-4272-9138-f99709370657
2007-08-26 22:19:04 +00:00
Dominik Wenger
8f9717ae6f
rbutiQt: fix a bug with font installation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14466 a1c6a512-1295-4272-9138-f99709370657
2007-08-26 20:53:34 +00:00
Dominik Wenger
aabc1305bc
rbtutilQt: incorporate the complete and small install into rbutil.cpp, remove the multiinstaller files..
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14465 a1c6a512-1295-4272-9138-f99709370657
2007-08-26 20:32:20 +00:00
Dominik Riebeling
41f5afb886
Include the required headers. Strangely this only broke on linux. Also fix a warning.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14464 a1c6a512-1295-4272-9138-f99709370657
2007-08-26 19:51:35 +00:00
Dominik Wenger
388506ec78
rbutilqt: first attempt to Small and Complete Installation, could be improved.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14463 a1c6a512-1295-4272-9138-f99709370657
2007-08-26 19:06:40 +00:00
Dominik Wenger
0aeea5d9a7
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14462 a1c6a512-1295-4272-9138-f99709370657
2007-08-26 16:44:23 +00:00
Dominik Riebeling
848abc8037
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14461 a1c6a512-1295-4272-9138-f99709370657
2007-08-26 16:03:56 +00:00
Dominik Wenger
663029ddfb
rbutilQt: fix the installing of release builds (archos only).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14460 a1c6a512-1295-4272-9138-f99709370657
2007-08-26 11:34:32 +00:00
Dominik Riebeling
b6b10837f2
simplify setting of proxy value.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14459 a1c6a512-1295-4272-9138-f99709370657
2007-08-26 11:31:55 +00:00
Dominik Wenger
ac3db33d99
ipodpatcher: adjust the targetname strings, so they match the names in rbutil.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14447 a1c6a512-1295-4272-9138-f99709370657
2007-08-24 08:10:19 +00:00
Dominik Riebeling
1dc307a586
set missing keywords property.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14446 a1c6a512-1295-4272-9138-f99709370657
2007-08-23 22:11:50 +00:00
Dominik Riebeling
739949979c
Add (untested) device detection using sansapatcher.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14445 a1c6a512-1295-4272-9138-f99709370657
2007-08-23 22:07:21 +00:00
Dominik Riebeling
0d2ce98a3f
after resizing the theme installation window don't use the scaled image for the real-size popup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14442 a1c6a512-1295-4272-9138-f99709370657
2007-08-23 17:38:39 +00:00
Dominik Riebeling
1152a12d91
Add Ipod detection using ipodpatcher.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14441 a1c6a512-1295-4272-9138-f99709370657
2007-08-23 15:24:28 +00:00
Dave Chapman
ec3db3860e
Accept both 0x0b and 0x0c as valid FAT32 partition types in the partition table
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14435 a1c6a512-1295-4272-9138-f99709370657
2007-08-22 23:14:52 +00:00
Dominik Riebeling
1c69293d91
add portable installation if built as static binary.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14434 a1c6a512-1295-4272-9138-f99709370657
2007-08-22 22:25:04 +00:00
Dominik Riebeling
f919c4718a
simplify my last commit. Thanks to obo for the hint.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14433 a1c6a512-1295-4272-9138-f99709370657
2007-08-22 22:19:22 +00:00
Dominik Riebeling
a3af8f1dce
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14432 a1c6a512-1295-4272-9138-f99709370657
2007-08-22 20:51:36 +00:00
Dominik Riebeling
9295e0a489
enable downloading of the manual. It will get saved to the players root folder for now.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14429 a1c6a512-1295-4272-9138-f99709370657
2007-08-22 10:55:05 +00:00
Peter D'Hoye
04855d1aa6
Fix FS #7594 _again_ --- please stop re-introducing the typo ;)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14412 a1c6a512-1295-4272-9138-f99709370657
2007-08-21 20:39:36 +00:00
Dominik Wenger
2597167d43
rbutilQt: added a litte border around the theme preview splash.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14411 a1c6a512-1295-4272-9138-f99709370657
2007-08-21 19:16:26 +00:00
Dominik Wenger
0ef0d6730a
rbutilqt: Added a fullsize preview for the Theme installation. It pops up when you hover over the normal preview.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14409 a1c6a512-1295-4272-9138-f99709370657
2007-08-21 18:24:55 +00:00
Dominik Riebeling
fc6d57f9a3
remove "empty download cache" menu entry -- clearing the cache will be in the configuration dialog once it's implemented.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14368 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 10:40:26 +00:00
Dominik Riebeling
653b996828
Add theme installation. This relies on a modified server script so the themes site need to incorporate the changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14363 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 21:54:15 +00:00
Dominik Riebeling
53fbd6d01d
302 is also a valid redirect. Also keep the original query when redirecting.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14362 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 20:30:36 +00:00
Dominik Riebeling
57dd552e00
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).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14361 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 20:08:02 +00:00
Dominik Wenger
1899315834
rbutilQt: set the correct sorting method for the browsedirtree dialog.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14358 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 14:37:18 +00:00
Dominik Wenger
9789d303f2
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14356 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 14:16:20 +00:00
Dominik Riebeling
8897e8cdfd
more fixing on downloading class: toEncoded can't be used as get parameter. Use path() and construct query parameters ourselves.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14355 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 14:15:24 +00:00
Dominik Riebeling
e59cf6b9df
(hopefully) fix some broken download stuff I introduced yesterday.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14354 a1c6a512-1295-4272-9138-f99709370657
2007-08-15 13:28:15 +00:00
Dominik Riebeling
498bae30b7
extend ZipInstaller to support installing of multiple files at once (for use by the theme installation).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14348 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 23:11:46 +00:00
Dominik Riebeling
07e4ddb79d
Extend HttpGet class to allow downloading a file to a buffer instead of a file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14347 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 22:47:01 +00:00
Dominik Riebeling
a16ac1faf1
Add Rockbox icon to windows binary. Icon taken from fwpatcher.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14336 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 15:44:47 +00:00
Peter D'Hoye
7ac9a5febe
Fix a typo, thanks to Alistair Marshall for spotting (FS #7594 )
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14319 a1c6a512-1295-4272-9138-f99709370657
2007-08-13 21:31:55 +00:00
Dominik Riebeling
26eb048e7a
simplify a bit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14302 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 20:40:50 +00:00
Dominik Riebeling
90c40b7fea
use alternating row colors in list views.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14298 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 19:18:11 +00:00
Dominik Wenger
c1e0932eca
RbutilQt: Ups, another forgotten file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14297 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 16:53:15 +00:00
Dominik Wenger
e40b4df140
rbutilQt:Ups.. the forgotten uninstall files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14296 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 16:47:35 +00:00
Dominik Wenger
6bc9abcceb
rbutilQt: Add Uninstallation for Rockbox and Bootloaders. Also add Talkfiles to the installlog
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14275 a1c6a512-1295-4272-9138-f99709370657
2007-08-10 22:17:43 +00:00
Dominik Riebeling
e62040d5ed
fix a possible segfault upon invalid selection.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14262 a1c6a512-1295-4272-9138-f99709370657
2007-08-10 00:01:44 +00:00
Dominik Riebeling
edf54496ad
small simplification.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14260 a1c6a512-1295-4272-9138-f99709370657
2007-08-09 18:40:32 +00:00
Dominik Wenger
36b150e5dc
rbutilQt: renamed installbl to installbootloaderwindow.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14259 a1c6a512-1295-4272-9138-f99709370657
2007-08-09 16:44:27 +00:00
Dominik Riebeling
c3bf746f83
Oops.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14258 a1c6a512-1295-4272-9138-f99709370657
2007-08-09 16:25:42 +00:00
Dominik Riebeling
5cbb826140
tree browser: return native path delimiters in returned path
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14257 a1c6a512-1295-4272-9138-f99709370657
2007-08-09 16:21:51 +00:00
Dominik Riebeling
8dbc7e350b
add voice file installation. This also extends the ZipInstaller class a bit to handle copying the downloaded file instead of unzipping.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14256 a1c6a512-1295-4272-9138-f99709370657
2007-08-09 16:06:27 +00:00
Dominik Riebeling
965881fd85
if no proxy type is set default to none.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14255 a1c6a512-1295-4272-9138-f99709370657
2007-08-09 16:01:02 +00:00