summaryrefslogtreecommitdiff
path: root/rbutil
AgeCommit message (Collapse)Author
2009-03-22Enable word wrapping in the progress logger list.Dominik Riebeling
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 Riebeling
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 Riebeling
- 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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Wenger
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 Sikken
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 ↵Dominik Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
- 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 Riebeling
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 Riebeling
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 Riebeling
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 Riebeling
size. Adjust on window resizes as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19832 a1c6a512-1295-4272-9138-f99709370657
2009-01-08Add some more bootloader install progress messages and call processEvents() ↵Dominik Riebeling
more often before performing player disk accesses. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19724 a1c6a512-1295-4272-9138-f99709370657
2009-01-08When checking the installed bootloader make sure to properly close the ↵Dominik Riebeling
device afterwards. Fixes "No Sansa found" issues on windows as reported in the forums. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19722 a1c6a512-1295-4272-9138-f99709370657
2009-01-07Portuguese translation for Rockbox Utility (FS#9702 by Rui Araújo).Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19710 a1c6a512-1295-4272-9138-f99709370657
2009-01-07rbutil: fix compiling on mac.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19708 a1c6a512-1295-4272-9138-f99709370657
2009-01-06Bump Rockbox Utility version to 1.0.9.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19701 a1c6a512-1295-4272-9138-f99709370657
2009-01-06Fix Gigabeat bootloader file getting placed in the wrong location since the ↵Dominik Riebeling
rewrite (FS#9766). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19700 a1c6a512-1295-4272-9138-f99709370657
2008-12-29Added dualboot usb detection for Clip, so OF boots on usb insert.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19613 a1c6a512-1295-4272-9138-f99709370657
2008-12-24Commit updated mkamsboot for c200v2 patching. Tested and seems to be ↵Michael Giacomelli
working using USB for dualboot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19575 a1c6a512-1295-4272-9138-f99709370657
2008-12-20Bump rbutil version number for release.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19513 a1c6a512-1295-4272-9138-f99709370657
2008-12-20Greek translation update for rbutil (FS#9688 by Alexander Spyridakis). Put ↵Dominik Riebeling
Alexander into the rbutil CREDITS where he should have been before. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19511 a1c6a512-1295-4272-9138-f99709370657
2008-12-20Japanese translation update for rbutil (FS#9685 by Yoshihisa Uchida).Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19510 a1c6a512-1295-4272-9138-f99709370657
2008-12-20* Update Rockbox Utility Dutch language fileMaurus Cuelenaere
* 'lupdate' the other git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19504 a1c6a512-1295-4272-9138-f99709370657
2008-12-19- make installation dialog default to the last selection if existing.Dominik Riebeling
- enable cache usage for current builds too -- the http class now checks the timestamp of the file on the server, so there's no more point in not using the cache for current builds too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19492 a1c6a512-1295-4272-9138-f99709370657
2008-12-19Update german translation.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19491 a1c6a512-1295-4272-9138-f99709370657
2008-12-19Default automatic install to the latest release instead of the most recent ↵Dominik Riebeling
build. Rename small install to minimal install. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19490 a1c6a512-1295-4272-9138-f99709370657