index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rbutil
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-16
remove "empty download cache" menu entry -- clearing the cache will be in the...
Dominik Riebeling
1
-14
/
+1
2007-08-15
Add theme installation. This relies on a modified server script so the themes...
Dominik Riebeling
9
-5
/
+527
2007-08-15
302 is also a valid redirect. Also keep the original query when redirecting.
Dominik Riebeling
2
-3
/
+4
2007-08-15
Don't close http connection manually, the destructor will do that anyway. Fix...
Dominik Riebeling
1
-3
/
+14
2007-08-15
rbutilQt: set the correct sorting method for the browsedirtree dialog.
Dominik Wenger
1
-0
/
+2
2007-08-15
rbutilQt: reworked bootloaderinstallation. removed the bootloaderinstalldialo...
Dominik Wenger
12
-441
/
+316
2007-08-15
more fixing on downloading class: toEncoded can't be used as get parameter. U...
Dominik Riebeling
1
-8
/
+15
2007-08-15
(hopefully) fix some broken download stuff I introduced yesterday.
Dominik Riebeling
2
-14
/
+15
2007-08-14
extend ZipInstaller to support installing of multiple files at once (for use ...
Dominik Riebeling
3
-22
/
+62
2007-08-14
Extend HttpGet class to allow downloading a file to a buffer instead of a file.
Dominik Riebeling
2
-20
/
+68
2007-08-14
Add Rockbox icon to windows binary. Icon taken from fwpatcher.
Dominik Riebeling
3
-0
/
+2
2007-08-13
Fix a typo, thanks to Alistair Marshall for spotting (FS #7594)
Peter D'Hoye
1
-1
/
+1
2007-08-12
simplify a bit.
Dominik Riebeling
1
-2
/
+2
2007-08-12
use alternating row colors in list views.
Dominik Riebeling
4
-1
/
+5
2007-08-12
RbutilQt: Ups, another forgotten file.
Dominik Wenger
1
-0
/
+186
2007-08-12
rbutilQt:Ups.. the forgotten uninstall files.
Dominik Wenger
4
-0
/
+339
2007-08-10
rbutilQt: Add Uninstallation for Rockbox and Bootloaders. Also add Talkfiles ...
Dominik Wenger
8
-13
/
+59
2007-08-10
fix a possible segfault upon invalid selection.
Dominik Riebeling
1
-2
/
+4
2007-08-09
small simplification.
Dominik Riebeling
2
-8
/
+7
2007-08-09
rbutilQt: renamed installbl to installbootloaderwindow.
Dominik Wenger
4
-19
/
+19
2007-08-09
Oops.
Dominik Riebeling
1
-1
/
+1
2007-08-09
tree browser: return native path delimiters in returned path
Dominik Riebeling
1
-2
/
+2
2007-08-09
add voice file installation. This also extends the ZipInstaller class a bit t...
Dominik Riebeling
4
-32
/
+102
2007-08-09
if no proxy type is set default to none.
Dominik Riebeling
1
-1
/
+1
2007-08-08
don't try to find the given file in the browser dialog if it doesn't exist.
Dominik Riebeling
1
-2
/
+2
2007-08-08
rbutilQt: fix missing sansapatcher init.
Dominik Wenger
2
-5
/
+6
2007-08-07
move talk file button to new "Accessibility" tab and add button for voice fil...
Dominik Riebeling
2
-6
/
+89
2007-08-07
Add ccache and build paths to the project file
Robert Keevil
1
-0
/
+17
2007-08-07
rbutilqt: use the new dirbrowser in the talkfile generation. Also little chan...
Dominik Wenger
3
-31
/
+58
2007-08-07
Replace the file selection dialog for the mountpoint with a pure folder tree ...
Dominik Riebeling
6
-85
/
+175
2007-08-05
fix error with the preprocessor.
Dominik Riebeling
1
-3
/
+3
2007-08-05
rbutilqt: initial port of the autodetection. (use only rockbox-info.txt at th...
Dominik Wenger
5
-2
/
+207
2007-08-05
rbutilQt: added Talkfile creation.
Dominik Wenger
12
-23
/
+1001
2007-08-04
Add icon to process dialog button.
Dominik Riebeling
2
-1
/
+7
2007-08-03
Display the correct icon upon success.
Dominik Riebeling
1
-1
/
+1
2007-08-03
- display better values if no user configuration is found
Dominik Riebeling
3
-13
/
+18
2007-08-03
Fix a segfault when no configuration file is present.
Dominik Riebeling
1
-2
/
+3
2007-08-03
Oops.
Dominik Riebeling
1
-1
/
+0
2007-08-03
Remove zip installation window as it's not needed anymore. Use a simple confi...
Dominik Riebeling
5
-224
/
+52
2007-08-03
Detect and reject 2nd Gen Nanos when scanning for ipods, instead of failing q...
Dave Chapman
2
-2
/
+31
2007-08-02
Remove mountpoint entry line from installation form and use config setting in...
Dominik Riebeling
10
-67
/
+30
2007-08-02
Move device and mountpoint selection to configuration to eliminate the need o...
Dominik Riebeling
7
-293
/
+382
2007-08-02
buf is never actually used, so just remove it
Barry Wardell
1
-3
/
+2
2007-08-02
Fix a couple of warnings. Also fix a bug where the offset wasn't being report...
Barry Wardell
2
-12
/
+13
2007-08-02
Add --update-original-firmware (or -of) option to sansapatcher. This allows f...
Barry Wardell
3
-36
/
+147
2007-08-01
Add some more icons to a few dialogs and fix visual glitches.
Dominik Riebeling
3
-96
/
+198
2007-08-01
If bootloader installation failed abort logger so the user needs to confirm t...
Dominik Riebeling
2
-0
/
+10
2007-08-01
oops, forgot to commit the icon files.
Dominik Riebeling
10
-0
/
+0
2007-08-01
Update configuration dialog and disable unimplemented items. Add some nice ic...
Dominik Riebeling
4
-12
/
+198
2007-08-01
don't show the proxy password in configuration dialog as cleartext.
Dominik Riebeling
1
-0
/
+1
[next]