summaryrefslogtreecommitdiffstats
path: root/rbutil
AgeCommit message (Collapse)AuthorFilesLines
2007-09-14Add BrowseDirtree::setDir(const QString&) to simplify the code.Antoine Cellerier5-26/+26
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14694 a1c6a512-1295-4272-9138-f99709370657
2007-09-14On linux, default to /media for the mountpoint selection but make it ↵Antoine Cellerier1-3/+7
possible to chose other directories too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14693 a1c6a512-1295-4272-9138-f99709370657
2007-09-14Corrent an info messageDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14692 a1c6a512-1295-4272-9138-f99709370657
2007-09-14Add chinese translation to rbutil by Xinlu Huang (FS#7697).Dominik Riebeling3-2/+3505
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14690 a1c6a512-1295-4272-9138-f99709370657
2007-09-14it's /media, not /Media.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14689 a1c6a512-1295-4272-9138-f99709370657
2007-09-14rbutil: limit the mountpoint selection to /Media on linux and /Volumes on Mac.Dominik Wenger3-0/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14688 a1c6a512-1295-4272-9138-f99709370657
2007-09-12Give more verbose error message when uploading e200rpatcher fails.Barry Wardell1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14673 a1c6a512-1295-4272-9138-f99709370657
2007-09-11Change the Mac OS X rules to compile a static binary. Also add a README ↵Dave Chapman2-4/+53
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-09Oops, remove some duplicated code.Dave Chapman1-4/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14657 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Initial version of standalone e200rpatcher tool to upload and run the e200r ↵Dave Chapman2-0/+255
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-08Add functions to read and write the AUPD (flash update) image. "--read-aupd ↵Dave Chapman6-3/+537
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-03bump version number for first bugfix release.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14595 a1c6a512-1295-4272-9138-f99709370657
2007-09-03update german translation a bit. Still incomplete.Dominik Riebeling1-1760/+1864
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14593 a1c6a512-1295-4272-9138-f99709370657
2007-09-03- rework language selection a bit: use language string as key instead of ↵Dominik Riebeling7-101/+114
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-03make sure closing the application aborts the remaining HttpGet objects. ↵Dominik Riebeling1-0/+2
Should fix the crash upon exit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14591 a1c6a512-1295-4272-9138-f99709370657
2007-09-02For some strange reason my last project file adjusting didn't seem to work ↵Dominik Riebeling1-8/+8
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-02Mac OS X only - automatically unmount the FAT32 partition before attempting ↵Dave Chapman1-0/+25
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-02Normal build defaults to release. Disable debug output for that case. To ↵Dominik Riebeling1-3/+10
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-02Add short explanation on how to build rbutilqt.Dominik Riebeling1-0/+32
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14583 a1c6a512-1295-4272-9138-f99709370657
2007-09-02rbutil: added a main .pro file.Dominik Wenger1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14582 a1c6a512-1295-4272-9138-f99709370657
2007-09-02rbutil: removed the wx version of rbutil. Dominik Wenger51-13187/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14581 a1c6a512-1295-4272-9138-f99709370657
2007-09-02- check for specific files / folders case-insensitiveDominik Riebeling1-8/+9
- 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-02Add first time detection for some archos devices and gigabeat based on ↵Dominik Riebeling1-4/+41
player-specific files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14576 a1c6a512-1295-4272-9138-f99709370657
2007-09-02use the getmntend api here too.Dominik Riebeling1-11/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14574 a1c6a512-1295-4272-9138-f99709370657
2007-09-02Fix autodetection based on rockbox-info.txt which I broke when fixing X5 ↵Dominik Riebeling1-17/+21
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-01Mac OS X only - automatically unmount the FAT32 partition before attempting ↵Dave Chapman1-0/+24
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-01Add options to create Universal binaries on Mac OS XDave Chapman1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14568 a1c6a512-1295-4272-9138-f99709370657
2007-08-31Fix a possible crash when entering the talkfile window without correct ↵Dominik Riebeling1-3/+3
settings. Thanks to Nico_P. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14553 a1c6a512-1295-4272-9138-f99709370657
2007-08-30TTS configuration: default to the first profile found.Dominik Riebeling1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14550 a1c6a512-1295-4272-9138-f99709370657
2007-08-30update UI a few times more often during installation.Dominik Riebeling1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14542 a1c6a512-1295-4272-9138-f99709370657
2007-08-30When installing builds use the real platform name, not the configuration ↵Dominik Riebeling1-11/+9
section one. Fixes installation of X5V builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14540 a1c6a512-1295-4272-9138-f99709370657
2007-08-30When installing a build also save the platform information to the log file. ↵Dominik Riebeling2-4/+22
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-30When collapsing the devices tree upon detection collapse all.Dominik Riebeling1-7/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14535 a1c6a512-1295-4272-9138-f99709370657
2007-08-30rbutilQt: add the ipodvideo64mb build to rbutil. Dominik Wenger1-4/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14534 a1c6a512-1295-4272-9138-f99709370657
2007-08-30When autodetecting, don't segfault if no item was previously selected and a ↵Dominik Riebeling1-6/+9
device is found. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14533 a1c6a512-1295-4272-9138-f99709370657
2007-08-30rbutilqt: French translation update.Nicolas Pennequin1-11/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14532 a1c6a512-1295-4272-9138-f99709370657
2007-08-29Connect close signal earlier so the talk window also closes upon error ↵Dominik Riebeling1-2/+2
confirmation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14529 a1c6a512-1295-4272-9138-f99709370657
2007-08-29use the download server to get bootloader-infoDominik Riebeling1-3/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14528 a1c6a512-1295-4272-9138-f99709370657
2007-08-29rbutilQt: let it use the old theme page (with the new php file) until the ↵Dominik Wenger1-2/+2
new one gets released. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14527 a1c6a512-1295-4272-9138-f99709370657
2007-08-29rbutilQt: fix the log entry for talkfiles, now it has the current Date as value.Dominik Wenger1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14523 a1c6a512-1295-4272-9138-f99709370657
2007-08-29add a "help" entry to the about menu. For now this opens the system browser ↵Dominik Riebeling3-1/+17
with the rbutil wiki page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14522 a1c6a512-1295-4272-9138-f99709370657
2007-08-29rbutilQt: fix a bootloader message, and fixed that the bootloader log entry ↵Dominik Wenger2-1/+5
was shown in the normal uninstall dialog. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14521 a1c6a512-1295-4272-9138-f99709370657
2007-08-29Oops, forgot to translate "at".Nicolas Pennequin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14520 a1c6a512-1295-4272-9138-f99709370657
2007-08-29Make it possible to browse for an encoder binary.Dominik Riebeling2-2/+24
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14519 a1c6a512-1295-4272-9138-f99709370657
2007-08-29Add svn revision to version string and mark milestone 1 reached.Dominik Riebeling1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14518 a1c6a512-1295-4272-9138-f99709370657
2007-08-29French translation for rbutilqt. Everything is translated.Nicolas Pennequin2-0/+1912
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14516 a1c6a512-1295-4272-9138-f99709370657
2007-08-29Oops, part 2: I shouldn't remove an icon that is still in use. Also convert ↵Dominik Riebeling6-257/+4
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-29Oops, I shouldn't forget the resource file ...Dominik Riebeling1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14513 a1c6a512-1295-4272-9138-f99709370657
2007-08-29replace the old rbutil title icon with the logo-like icon (which is already ↵Dominik Riebeling5-668/+5
used by the windows binary) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14512 a1c6a512-1295-4272-9138-f99709370657
2007-08-29fix a typo. Thanks to Nico_P for noting.Dominik Riebeling1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14510 a1c6a512-1295-4272-9138-f99709370657