summaryrefslogtreecommitdiff
path: root/rbutil
AgeCommit message (Collapse)Author
2007-08-10rbutilQt: Add Uninstallation for Rockbox and Bootloaders. Also add Talkfiles ↵Dominik Wenger
to the installlog git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14275 a1c6a512-1295-4272-9138-f99709370657
2007-08-10fix a possible segfault upon invalid selection.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14262 a1c6a512-1295-4272-9138-f99709370657
2007-08-09small simplification.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14260 a1c6a512-1295-4272-9138-f99709370657
2007-08-09rbutilQt: renamed installbl to installbootloaderwindow.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14259 a1c6a512-1295-4272-9138-f99709370657
2007-08-09Oops.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14258 a1c6a512-1295-4272-9138-f99709370657
2007-08-09tree browser: return native path delimiters in returned pathDominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14257 a1c6a512-1295-4272-9138-f99709370657
2007-08-09add voice file installation. This also extends the ZipInstaller class a bit ↵Dominik Riebeling
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-09if no proxy type is set default to none.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14255 a1c6a512-1295-4272-9138-f99709370657
2007-08-08don't try to find the given file in the browser dialog if it doesn't exist.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14249 a1c6a512-1295-4272-9138-f99709370657
2007-08-08rbutilQt: fix missing sansapatcher init.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14244 a1c6a512-1295-4272-9138-f99709370657
2007-08-07move talk file button to new "Accessibility" tab and add button for voice ↵Dominik Riebeling
files. Add voice url to config file and some tooltips to the tab view. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14238 a1c6a512-1295-4272-9138-f99709370657
2007-08-07Add ccache and build paths to the project fileRobert Keevil
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14236 a1c6a512-1295-4272-9138-f99709370657
2007-08-07rbutilqt: use the new dirbrowser in the talkfile generation. Also little ↵Dominik Wenger
changes to the dirbrowser to run it statically and without signals. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14234 a1c6a512-1295-4272-9138-f99709370657
2007-08-07Replace the file selection dialog for the mountpoint with a pure folder tree ↵Dominik Riebeling
view. This fixes an issue with the selection dialog which could try opening a nonexisting folder. Only allow to select drive letters on windows. Additionally, remove an old file I forgot earlier. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14233 a1c6a512-1295-4272-9138-f99709370657
2007-08-05fix error with the preprocessor.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14204 a1c6a512-1295-4272-9138-f99709370657
2007-08-05rbutilqt: initial port of the autodetection. (use only rockbox-info.txt at ↵Dominik Wenger
the moment) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14199 a1c6a512-1295-4272-9138-f99709370657
2007-08-05rbutilQt: added Talkfile creation.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14197 a1c6a512-1295-4272-9138-f99709370657
2007-08-04Add icon to process dialog button.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14176 a1c6a512-1295-4272-9138-f99709370657
2007-08-03Display the correct icon upon success.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14164 a1c6a512-1295-4272-9138-f99709370657
2007-08-03- display better values if no user configuration is foundDominik Riebeling
- make it possible to cancel device selection - accept new device path also if it's not selected from the browser and ignore it if it's not a path. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14162 a1c6a512-1295-4272-9138-f99709370657
2007-08-03Fix a segfault when no configuration file is present.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14161 a1c6a512-1295-4272-9138-f99709370657
2007-08-03Oops.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14160 a1c6a512-1295-4272-9138-f99709370657
2007-08-03Remove zip installation window as it's not needed anymore. Use a simple ↵Dominik Riebeling
confirmation dialog for installing fonts / game files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14159 a1c6a512-1295-4272-9138-f99709370657
2007-08-03Detect and reject 2nd Gen Nanos when scanning for ipods, instead of failing ↵Dave Chapman
quietly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14152 a1c6a512-1295-4272-9138-f99709370657
2007-08-02Remove mountpoint entry line from installation form and use config setting ↵Dominik Riebeling
instead. Add some nice tango icons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14151 a1c6a512-1295-4272-9138-f99709370657
2007-08-02Move device and mountpoint selection to configuration to eliminate the need ↵Dominik Riebeling
of asking for the mountpoint in every installation window. Use a QListWidget to make the devices list nicer. Remove scrobbler settings as this will most likely get implemented as plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14149 a1c6a512-1295-4272-9138-f99709370657
2007-08-02buf is never actually used, so just remove itBarry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14142 a1c6a512-1295-4272-9138-f99709370657
2007-08-02Fix a couple of warnings. Also fix a bug where the offset wasn't being ↵Barry Wardell
reported right in errors when it was past 4GB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14140 a1c6a512-1295-4272-9138-f99709370657
2007-08-02Add --update-original-firmware (or -of) option to sansapatcher. This allows ↵Barry Wardell
for changing the original firmware version when the rockbox bootloader is also present. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14138 a1c6a512-1295-4272-9138-f99709370657
2007-08-01Add some more icons to a few dialogs and fix visual glitches.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14132 a1c6a512-1295-4272-9138-f99709370657
2007-08-01If bootloader installation failed abort logger so the user needs to confirm ↵Dominik Riebeling
the error only once. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14129 a1c6a512-1295-4272-9138-f99709370657
2007-08-01oops, forgot to commit the icon files.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14120 a1c6a512-1295-4272-9138-f99709370657
2007-08-01Update configuration dialog and disable unimplemented items. Add some nice ↵Dominik Riebeling
icons and replace logger icons with tango ones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14119 a1c6a512-1295-4272-9138-f99709370657
2007-08-01don't show the proxy password in configuration dialog as cleartext.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14108 a1c6a512-1295-4272-9138-f99709370657
2007-07-31rbutilQt: the progressloggergui now uses little icons along the text. Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14105 a1c6a512-1295-4272-9138-f99709370657
2007-07-30Add Ipod 1G/2G and resort the platform section a bit.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14083 a1c6a512-1295-4272-9138-f99709370657
2007-07-30rbutilQt: fix Dialogs, so they are modal.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14080 a1c6a512-1295-4272-9138-f99709370657
2007-07-30Put links to the manual on the manual tab. Downloading the manual isn't ↵Dominik Riebeling
finished yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14077 a1c6a512-1295-4272-9138-f99709370657
2007-07-30add link to homepage to about window.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14076 a1c6a512-1295-4272-9138-f99709370657
2007-07-29move iriver checksums to its own file to remove unneeded inclusion and kill ↵Dominik Riebeling
warnings. Tiny whitespace cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14070 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Add -W to CFLAGS in Makefile and fix generated warnings. Also close a file ↵Dave Chapman
handle which was being left open git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14069 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Yet more warning fixes - ipodpatcher should now be warning-free in rbutilqtDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14068 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Fix some more warnings (these only occurred on Mac OS X, so I missed them on ↵Dave Chapman
Linux/x86). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14067 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Add -W to CFLAGS in Makefile and fix the generated warnings.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14066 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Fix some cosmetic bugs in error messages. These generated warnings when ↵Dave Chapman
compiling ipodpatcher with -O2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14065 a1c6a512-1295-4272-9138-f99709370657
2007-07-29fix a warning.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14064 a1c6a512-1295-4272-9138-f99709370657
2007-07-29linux: respect http_proxy value for "system" proxy settings.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14062 a1c6a512-1295-4272-9138-f99709370657
2007-07-29support for translating rbutil. Translation files (*.qm) can be in the ↵Dominik Riebeling
binary folder or in the resource :/lang. Incomplete german translation available for testing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14061 a1c6a512-1295-4272-9138-f99709370657
2007-07-29rbutilQt: changed the progress/error logger, there is now an abstract ↵Dominik Wenger
interface and a progressloggergui implementation of it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14060 a1c6a512-1295-4272-9138-f99709370657
2007-07-29small simplification, whitespace cleanup and dos2unix.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14059 a1c6a512-1295-4272-9138-f99709370657