Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
3a0a9915eb802d558c0399d17a5ac045934d6be1
/
rbutil
25f77f6
rbutil: make sure the voice creation window updates its display on startup.
by Dominik Wenger
· 16 years ago
a7970d3
rbutil: fix spelling, enginge -> engine
by Bertrik Sikken
· 16 years ago
f6ba4cb
rbutil: show logger windows earlier in bootloader install, to catch all errors.
by Dominik Wenger
· 16 years ago
9ca2935
rbutil: enforce parents for bootloader install classes. and rework OF handling a bit.
by Dominik Wenger
· 16 years ago
33d9cf0
rbutil: make RbSettings a static class. (FS#10183 with improvements)
by Dominik Wenger
· 16 years ago
d5f7dab
Cleanup and un-gui ZipInstaller class:
by Dominik Riebeling
· 16 years ago
7cfdd47
Clean up ProgressLogger state handling:
by Dominik Riebeling
· 16 years ago
b22516f
Make sure the global buffers for ipodpatcher and sansapatcher get allocated and freed only once. Fixes segfaults when the bootloader install class was instanciated multiple times.
by Dominik Riebeling
· 16 years ago
3c15e78
rbutil: correct use of parent ptr in constructor.
by Dominik Wenger
· 16 years ago
f679cf9
Bootloader installation for ipod and sansa: override the scanning with the device pointed to by the mountpoint. This allows selecting the correct player if two of the same brand are connected (FS#10096).
by Dominik Riebeling
· 16 years ago
19c2588
Move Settings class to base.
by Dominik Riebeling
· 16 years ago
2265691
rbutil: ups, forgot to update the .pro file.
by Dominik Wenger
· 16 years ago
357d35c
rbutil: move the tts and encoders and its settings interface to base/
by Dominik Wenger
· 16 years ago
5b85ef6
rbutil: completely rework how tts and encoders are configured. (FS#10070)
by Dominik Wenger
· 16 years ago
3d2e42a
Completely rework RbSettings class.
by Dominik Riebeling
· 16 years ago
4e747f1
If downloading the build information didn't work don't try to populate the version information.
by Dominik Riebeling
· 16 years ago
a357c20
Fix missing include.
by Dominik Riebeling
· 16 years ago
e993d77
Rename display names for Sansas to include "series" to make it more clear that it's not a player model "e200". Change casing of e200 / c200 to lowercase to be in line with the actual print on the player. Include "v1" to be more specific.
by Dominik Riebeling
· 16 years ago
244ab33
Fix the includes I forgot when renaming the ZipInstaller class file.
by Dominik Riebeling
· 16 years ago
9104b80
Rename installzip.{cpp,h} to better reflect the actual class name.
by Dominik Riebeling
· 16 years ago
d111f3b
Qt always assumes ini files to use Latin1 encoding but the theme site uses utf-8. Explicitly convert texts displayed to the user. Fixes non-ascii characters showing up incorrectly.
by Dominik Riebeling
· 16 years ago
40137a9
Trim description text before displaying and display newlines as line breaks.
by Dominik Riebeling
· 16 years ago
e45a249
Bump rbutil version to 1.2.1.
by Dominik Riebeling
· 16 years ago
rbutil_1.2.1
fe1f8d5
Let unzip class accept files created by Info-Zip 3.0 instead of rejecting the files without reporting an error. Seems to not cause negative side effects but further investigation needed.
by Dominik Riebeling
· 16 years ago
f43515e
Update OSDaB Zip class to most current version from the projects svn repo (r7).
by Dominik Riebeling
· 16 years ago
29dbd8f
Invalidate preview image cache when updating to prevent a resize event repainting the old image before the new image is downloaded.
by Dominik Riebeling
· 16 years ago
b388200
Simplify a debug output case and fix a gcc warning (as reported in FS#10124, only appears on new gcc versions).
by Dominik Riebeling
· 16 years ago
8d24f97
Explicitly drop the chown() result to remove a gcc warning. chown() is warn_unused_result but we can't do anything useful in this case and it isn't a problem anyway.
by Dominik Riebeling
· 16 years ago
e82aedd
Fix overflow on free space calculation (Linux / OS X).
by Dominik Riebeling
· 16 years ago
bfce7ee
Refactor USB ID map retrieval from device settings file and minimize duplicated code.
by Dominik Riebeling
· 16 years ago
2383370
Support Fuze 01.02.26 OF version.
by Thomas Martitz
· 16 years ago
a137733
Install dialog: fix version notes not getting cleared correctly for current build if a release is available.
by Dominik Riebeling
· 16 years ago
e62bf12
Fix a typo in the german translation (thanks to pyro_maniac on IRC for pointing it out) and update it partly. lupdate all translations.
by Dominik Riebeling
· 16 years ago
9def6b2
Fix a potentially dangerous bug with bootloader installation for Sansas:
by Dominik Riebeling
· 16 years ago
baef133
Code police: - kill trailing whitespace - replace tabs by spaces
by Dominik Riebeling
· 16 years ago
f3af25f
Fix typo in configuration file.
by Dominik Riebeling
· 16 years ago
a61e63c
Fix a wrong debug message.
by Dominik Riebeling
· 16 years ago
270106d
Rename ThemeInstall class files to actually match the class name.
by Dominik Riebeling
· 16 years ago
76e2ce3
Code police and remove trailing whitespaces.
by Dominik Riebeling
· 16 years ago
246192b
Clean up theme size display.
by Dominik Riebeling
· 16 years ago
83aa2d2
Enable sorting of themes list.
by Dominik Riebeling
· 16 years ago
148b0e9
Only display status message for themes window if not empty.
by Dominik Riebeling
· 16 years ago
d1af8f8
rbutil: correct another instance of incorrect modelname.
by Dominik Wenger
· 16 years ago
faa22f6
rbutil: add the forgotten ui file from festival support.
by Dominik Wenger
· 16 years ago
8f2aaaf
rbutil: commit FS#9983 by Delyan Kratunov. It adds support for the Festival TTS on Linux.
by Dominik Wenger
· 16 years ago
75a5b93
rbutil:
by Dominik Wenger
· 16 years ago
decc59b
Bump Rockbox Utility version number to 1.2
by Dominik Riebeling
· 16 years ago
rbutil_1.2
b181446
Enable word wrapping in the progress logger list.
by Dominik Riebeling
· 16 years ago
fb3e163
Check the themes site response for a status message and display it after the themes window opens.
by Dominik Riebeling
· 16 years ago
694c830
Improve error handling for theme preview image:
by Dominik Riebeling
· 16 years ago
ba830e4
Don't connect the headerFinished slot during each get. Fixes the header result getting evaluated more than once if a HttpGet object is reused.
by Dominik Riebeling
· 16 years ago
5274dfd
Properly reset theme file group if a checked group turned out to not include any theme information and gets skipped.
by Dominik Riebeling
· 16 years ago
b9e07ad
Don't connect updateImage slot during update but statically. Fixes the slot getting an additional coonection upon each image update. Remove an unneeded function.
by Dominik Riebeling
· 16 years ago
6a76ebb
Cleanup HttpGet debugging output: make it somewhat more silent and streamline the messages in general.
by Dominik Riebeling
· 16 years ago
e8f25d9
Don't ignore errors when finishing a HTTP request for cached request as that is already done. Fixes a wrong status reported when an error occured.
by Dominik Riebeling
· 16 years ago
e70f24c
Silence current file debug output of RbUnzip.
by Dominik Riebeling
· 16 years ago
8037fed
HttpGet: if downloaded data should be written to output buffer make sure the buffer empty. This prevents old data available to the caller if a HttpGet object is reused and the new request fails.
by Dominik Riebeling
· 16 years ago
a539472
Simplify platform name retrieval call.
by Dominik Riebeling
· 16 years ago
6c73482
rbutil: create a RockboxInfo class so all rockbox-info.txt handling is in one place.
by Dominik Wenger
· 16 years ago
e60ca80
Add md5 for clip OF version 1.01.32 to mkamsboot (verified to work)
by Bertrik Sikken
· 16 years ago
3822126
Use target string instead of target id when checking the target selection against an existing Rockbox installation. Removes the need to resolve id -> name.
by Dominik Riebeling
· 16 years ago
42483ba
Fix cache path selection on Windows only allowing to select drives (FS#10013 by Yoshihisa Uchida).
by Dominik Riebeling
· 16 years ago
bf8a277
Update japanese translation for Rockbox Utility (FS#10008 by Yoshihisa Uchida).
by Dominik Riebeling
· 16 years ago
b9d8ae4
The credits file is utf-8 but QTextStream defaults to the system locale codec. Explicitly use utf-8 when reading the credits. Fixes names containing non-ASCII characters getting displayed wrong.
by Dominik Riebeling
· 16 years ago
e05e793
Some HttpGet cleanup: use references when setting options.
by Dominik Riebeling
· 16 years ago
10b2655
Update year in about box -- we are still working on this.
by Dominik Riebeling
· 16 years ago
c8a6078
Bump rbutil version to 1.1, remove the m (milestone) prefix and show the version number first in the about dialog.
by Dominik Riebeling
· 16 years ago
rbutil_1.1
cf25649
Update german translation and drop obsolete strings.
by Dominik Riebeling
· 16 years ago
a4cd1d9
Fix automated install using the wrong release information.
by Dominik Riebeling
· 16 years ago
10c1fef
Fix automated install not aborting when bootloader installation was canceled during prerequisite confirmation. Add info to the log window when cancelled or skipped.
by Dominik Riebeling
· 16 years ago
b14fe22
Use reference for version map instead of copy in prototype.
by Dominik Riebeling
· 16 years ago
c96452a
Work around sudo not changing $HOME thus the configuration file ending up in the invoking user $HOME with root permissions, leading to an unwriteable configuration file if running as user.
by Dominik Riebeling
· 16 years ago
194fe0e
Check configuration for validity in the configuration dialog.
by Dominik Riebeling
· 16 years ago
00a9685
Change Ipod Colour to Color to match Apples naming.
by Dominik Riebeling
· 16 years ago
af58ec6
Display cache path using native directory separators in configuration dialog.
by Dominik Riebeling
· 16 years ago
29565c4
Remove installation note and checkbox disabling about the current build always being downloaded -- since cache improvement this uses the cache too.
by Dominik Riebeling
· 16 years ago
6343111
Remove "needsbootloader" configuration value as it is implicitly available from "bootloadermethod". Explicitly use bootloadermethod "none" if no bootloader is needed.
by Dominik Riebeling
· 16 years ago
07894de
Remove hard-coded release version numbers.
by Dominik Riebeling
· 16 years ago
9349911
Install dialog: use the release version number from the version strings map instead of accessing the ini file directly.
by Dominik Riebeling
· 16 years ago
9b2fdb7
Cleanly update the version map upon server info update.
by Dominik Riebeling
· 16 years ago
4b387a4
Don't allow pre-selecting stable build if the selected player doesn't have a release yet. Fixes wrong preselection if a stable build was installed before for a different target.
by Dominik Riebeling
· 16 years ago
f881672
Make backup location text elide based of the label width instead of fixed size. Adjust on window resizes as well.
by Dominik Riebeling
· 16 years ago
c1b4745
Add some more bootloader install progress messages and call processEvents() more often before performing player disk accesses.
by Dominik Riebeling
· 16 years ago
56d5bc7
When checking the installed bootloader make sure to properly close the device afterwards. Fixes "No Sansa found" issues on windows as reported in the forums.
by Dominik Riebeling
· 16 years ago
c9a4537
Portuguese translation for Rockbox Utility (FS#9702 by Rui Araújo).
by Dominik Riebeling
· 16 years ago
48fdf58
rbutil: fix compiling on mac.
by Dominik Wenger
· 16 years ago
f56298a
Bump Rockbox Utility version to 1.0.9.
by Dominik Riebeling
· 16 years ago
rbutil_m1.0.9
0851910
Fix Gigabeat bootloader file getting placed in the wrong location since the rewrite (FS#9766).
by Dominik Riebeling
· 16 years ago
679d2c1
Added dualboot usb detection for Clip, so OF boots on usb insert.
by Björn Stenberg
· 16 years ago
68e24d3
Commit updated mkamsboot for c200v2 patching. Tested and seems to be working using USB for dualboot.
by Michael Giacomelli
· 16 years ago
3fc576c
Bump rbutil version number for release.
by Dominik Riebeling
· 16 years ago
de912cf
Greek translation update for rbutil (FS#9688 by Alexander Spyridakis). Put Alexander into the rbutil CREDITS where he should have been before.
by Dominik Riebeling
· 16 years ago
c779fc0
Japanese translation update for rbutil (FS#9685 by Yoshihisa Uchida).
by Dominik Riebeling
· 16 years ago
977bab5
* Update Rockbox Utility Dutch language file * 'lupdate' the other
by Maurus Cuelenaere
· 16 years ago
32a6262
- make installation dialog default to the last selection if existing.
by Dominik Riebeling
· 16 years ago
1aa8812
Update german translation.
by Dominik Riebeling
· 16 years ago
19b6fbf
Default automatic install to the latest release instead of the most recent build.
by Dominik Riebeling
· 16 years ago
12dc494
Make autodetection button more bigger and default button.
by Dominik Riebeling
· 16 years ago
3e1168f
Keep logger open after user aborted bootloader reinstall during automated install. Do some code police.
by Dominik Riebeling
· 16 years ago
cd5f753
Fix issues with mi4 bootloader install:
by Dominik Riebeling
· 16 years ago
Next »