summaryrefslogtreecommitdiffstats
path: root/rbutil
AgeCommit message (Collapse)AuthorFilesLines
2009-04-06Fix a typo in the german translation (thanks to pyro_maniac on IRC for ↵Dominik Riebeling11-5237/+7007
pointing it out) and update it partly. lupdate all translations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20636 a1c6a512-1295-4272-9138-f99709370657
2009-04-05Fix a potentially dangerous bug with bootloader installation for Sansas:Dominik Riebeling1-0/+17
check the downloaded bootloader file against the target reported by sansapatcher as otherwise one could install an e200 bootloader to a c200 (and vice versa). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20630 a1c6a512-1295-4272-9138-f99709370657
2009-04-05Code police:Dominik Riebeling6-512/+517
- kill trailing whitespace - replace tabs by spaces git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20623 a1c6a512-1295-4272-9138-f99709370657
2009-04-05Fix typo in configuration file.Dominik Riebeling2-32/+32
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20622 a1c6a512-1295-4272-9138-f99709370657
2009-04-05Fix a wrong debug message.Dominik Riebeling1-3/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20620 a1c6a512-1295-4272-9138-f99709370657
2009-03-31Rename ThemeInstall class files to actually match the class name.Dominik Riebeling5-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20594 a1c6a512-1295-4272-9138-f99709370657
2009-03-30Code police and remove trailing whitespaces.Dominik Riebeling2-13/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20590 a1c6a512-1295-4272-9138-f99709370657
2009-03-30Clean up theme size display.Dominik Riebeling2-22/+31
- show the size and number of all selected themes instead of the selected one only - use currentItemChanged() signal instead of currentRowChanged() to simplify code a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20587 a1c6a512-1295-4272-9138-f99709370657
2009-03-30Enable sorting of themes list.Dominik Riebeling1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20586 a1c6a512-1295-4272-9138-f99709370657
2009-03-29Only display status message for themes window if not empty.Dominik Riebeling1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20572 a1c6a512-1295-4272-9138-f99709370657
2009-03-29rbutil: correct another instance of incorrect modelname.Dominik Wenger1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20569 a1c6a512-1295-4272-9138-f99709370657
2009-03-28rbutil: add the forgotten ui file from festival support.Dominik Wenger1-0/+322
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20564 a1c6a512-1295-4272-9138-f99709370657
2009-03-27rbutil: commit FS#9983 by Delyan Kratunov. It adds support for the Festival ↵Dominik Wenger9-31/+540
TTS on Linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20559 a1c6a512-1295-4272-9138-f99709370657
2009-03-27rbutil:Dominik Wenger7-83/+83
1. Make Themesite integration work again 2. Fix FS#10055 (Theme sizes are 0) and FS#10061 (Incorrect Target missmatch detected) 3. Rename platform and voicename in rbutil.ini to reflect better what they are. (modelnames from either configure or the buildserver) 4. Fix a few places where they were used incorrectly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20558 a1c6a512-1295-4272-9138-f99709370657
2009-03-23Bump Rockbox Utility version number to 1.2rbutil_1.2Dominik Riebeling2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20493 a1c6a512-1295-4272-9138-f99709370657
2009-03-22Enable word wrapping in the progress logger list.Dominik Riebeling1-2/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20479 a1c6a512-1295-4272-9138-f99709370657
2009-03-22Check the themes site response for a status message and display it after the ↵Dominik Riebeling1-0/+11
themes window opens. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20473 a1c6a512-1295-4272-9138-f99709370657
2009-03-22Improve error handling for theme preview image:Dominik Riebeling1-2/+8
- if loading the image failed display the HTTP error and clear any old image. - make sure the first theme on startup always gets its details refreshed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20469 a1c6a512-1295-4272-9138-f99709370657
2009-03-22Don't connect the headerFinished slot during each get. Fixes the header ↵Dominik Riebeling1-5/+9
result getting evaluated more than once if a HttpGet object is reused. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20447 a1c6a512-1295-4272-9138-f99709370657
2009-03-22Properly reset theme file group if a checked group turned out to not include ↵Dominik Riebeling1-3/+7
any theme information and gets skipped. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20446 a1c6a512-1295-4272-9138-f99709370657
2009-03-22Don't connect updateImage slot during update but statically. Fixes the slot ↵Dominik Riebeling2-18/+18
getting an additional coonection upon each image update. Remove an unneeded function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20445 a1c6a512-1295-4272-9138-f99709370657
2009-03-21Cleanup HttpGet debugging output: make it somewhat more silent and ↵Dominik Riebeling1-30/+25
streamline the messages in general. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20438 a1c6a512-1295-4272-9138-f99709370657
2009-03-21Don't ignore errors when finishing a HTTP request for cached request as that ↵Dominik Riebeling1-5/+1
is already done. Fixes a wrong status reported when an error occured. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20435 a1c6a512-1295-4272-9138-f99709370657
2009-03-21Silence current file debug output of RbUnzip.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20434 a1c6a512-1295-4272-9138-f99709370657
2009-03-21HttpGet: if downloaded data should be written to output buffer make sure the ↵Dominik Riebeling1-0/+5
buffer empty. This prevents old data available to the caller if a HttpGet object is reused and the new request fails. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20432 a1c6a512-1295-4272-9138-f99709370657
2009-03-21Simplify platform name retrieval call.Dominik Riebeling1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20431 a1c6a512-1295-4272-9138-f99709370657
2009-03-21rbutil: create a RockboxInfo class so all rockbox-info.txt handling is in ↵Dominik Wenger5-62/+83
one place. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20429 a1c6a512-1295-4272-9138-f99709370657
2009-03-16Add md5 for clip OF version 1.01.32 to mkamsboot (verified to work)Bertrik Sikken1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20326 a1c6a512-1295-4272-9138-f99709370657
2009-03-14Use target string instead of target id when checking the target selection ↵Dominik Riebeling6-47/+21
against an existing Rockbox installation. Removes the need to resolve id -> name. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20325 a1c6a512-1295-4272-9138-f99709370657
2009-03-13Fix cache path selection on Windows only allowing to select drives (FS#10013 ↵Dominik Riebeling1-1/+1
by Yoshihisa Uchida). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20319 a1c6a512-1295-4272-9138-f99709370657
2009-03-11Update japanese translation for Rockbox Utility (FS#10008 by Yoshihisa Uchida).Dominik Riebeling1-176/+282
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20293 a1c6a512-1295-4272-9138-f99709370657
2009-03-08The credits file is utf-8 but QTextStream defaults to the system locale ↵Dominik Riebeling1-0/+1
codec. Explicitly use utf-8 when reading the credits. Fixes names containing non-ASCII characters getting displayed wrong. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20245 a1c6a512-1295-4272-9138-f99709370657
2009-03-08Some HttpGet cleanup: use references when setting options.Dominik Riebeling2-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20232 a1c6a512-1295-4272-9138-f99709370657
2009-03-07Update year in about box -- we are still working on this.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20230 a1c6a512-1295-4272-9138-f99709370657
2009-03-06Bump rbutil version to 1.1, remove the m (milestone) prefix and show the ↵rbutil_1.1Dominik Riebeling2-3/+3
version number first in the about dialog. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20217 a1c6a512-1295-4272-9138-f99709370657
2009-03-05Update german translation and drop obsolete strings.Dominik Riebeling1-201/+246
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20209 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Fix automated install using the wrong release information.Dominik Riebeling1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20148 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Fix automated install not aborting when bootloader installation was canceled ↵Dominik Riebeling1-1/+7
during prerequisite confirmation. Add info to the log window when cancelled or skipped. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20147 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Use reference for version map instead of copy in prototype.Dominik Riebeling2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20144 a1c6a512-1295-4272-9138-f99709370657
2009-02-25Work around sudo not changing $HOME thus the configuration file ending up in ↵Dominik Riebeling1-15/+38
the invoking user $HOME with root permissions, leading to an unwriteable configuration file if running as user. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20103 a1c6a512-1295-4272-9138-f99709370657
2009-02-24Check configuration for validity in the configuration dialog.Dominik Riebeling1-12/+51
If the configuration is invalid display information about the issues and don't accept the values. Fixes issue reported in FS#9944. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20100 a1c6a512-1295-4272-9138-f99709370657
2009-02-11Change Ipod Colour to Color to match Apples naming.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19979 a1c6a512-1295-4272-9138-f99709370657
2009-02-07Display cache path using native directory separators in configuration dialog.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19939 a1c6a512-1295-4272-9138-f99709370657
2009-01-25Remove installation note and checkbox disabling about the current build ↵Dominik Riebeling2-14/+1
always being downloaded -- since cache improvement this uses the cache too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19857 a1c6a512-1295-4272-9138-f99709370657
2009-01-25Remove "needsbootloader" configuration value as it is implicitly available ↵Dominik Riebeling4-62/+19
from "bootloadermethod". Explicitly use bootloadermethod "none" if no bootloader is needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19855 a1c6a512-1295-4272-9138-f99709370657
2009-01-25Remove hard-coded release version numbers.Dominik Riebeling5-93/+25
- get the target specific version number from the build-info file - disable Quick Start buttons until version info is available - only enable Quick Start buttons if a release is available. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19854 a1c6a512-1295-4272-9138-f99709370657
2009-01-25Install dialog: use the release version number from the version strings map ↵Dominik Riebeling1-3/+3
instead of accessing the ini file directly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19850 a1c6a512-1295-4272-9138-f99709370657
2009-01-24Cleanly update the version map upon server info update.Dominik Riebeling1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19842 a1c6a512-1295-4272-9138-f99709370657
2009-01-24Don't allow pre-selecting stable build if the selected player doesn't have a ↵Dominik Riebeling1-1/+1
release yet. Fixes wrong preselection if a stable build was installed before for a different target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19841 a1c6a512-1295-4272-9138-f99709370657
2009-01-23Make backup location text elide based of the label width instead of fixed ↵Dominik Riebeling3-33/+32
size. Adjust on window resizes as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19832 a1c6a512-1295-4272-9138-f99709370657