summaryrefslogtreecommitdiffstats
path: root/rbutil
AgeCommit message (Collapse)AuthorFilesLines
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
2007-08-29make detection of tts / encoder binary by searching the path work on windows ↵Dominik Riebeling1-13/+25
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-29Auto-detect binary in TTS / encoder setting dialog by searching $PATH. Only ↵Dominik Riebeling1-2/+44
linux for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14505 a1c6a512-1295-4272-9138-f99709370657
2007-08-29code police.Dominik Riebeling2-29/+29
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14504 a1c6a512-1295-4272-9138-f99709370657
2007-08-28The install window doesn't need to be wider than the other ones.Dominik Riebeling1-10/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14496 a1c6a512-1295-4272-9138-f99709370657
2007-08-28Completely rework the talk files window: move settings to configuration ↵Dominik Riebeling12-360/+386
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-28Rename logfile section for base install to something more descriptive (as it ↵Dominik Riebeling2-2/+2
is displayed in the uninstall dialog) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14489 a1c6a512-1295-4272-9138-f99709370657
2007-08-27Cache was intended to be disabled per default. Also make the "disable ↵Dominik Riebeling2-3/+7
download cache" button in installation window working. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14480 a1c6a512-1295-4272-9138-f99709370657
2007-08-27Oops, forgot the resource file.Dominik Riebeling1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14478 a1c6a512-1295-4272-9138-f99709370657
2007-08-27Implement download caching. Set the folder for the cache data in the ↵Dominik Riebeling12-19/+206
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-26Always save manually entered proxy values.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14469 a1c6a512-1295-4272-9138-f99709370657
2007-08-26rbutiQt: fix a bug with font installation.Dominik Wenger1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14466 a1c6a512-1295-4272-9138-f99709370657