Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
rbutil
/
rbutilqt
/
rbutilqt.h
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
9f0ea77
connect progress signal directly to the logger.
by Dominik Riebeling
· 16 years ago
1876a0b
Add System Info screen showing some values that could be helpful in case of problems using rbutil. Most noteable is showing the permission level of the user on windows.
by Dominik Riebeling
· 16 years ago
d24eb9e
rbutil: improve the backup function.
by Dominik Wenger
· 16 years ago
2016ab4
rbutil: let rbutil use the new voice.zip files. Also make the download cache working again. (make sure to connect signals before calling getFile() ).
by Dominik Wenger
· 17 years ago
3a54c9b
rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code.
by Dominik Wenger
· 17 years ago
9f68670
rbutil: added creation of voice files with rbutil.
by Dominik Wenger
· 17 years ago
f90837f
Check target / mountpoint selection before performing any installation.
by Dominik Riebeling
· 17 years ago
e6dab6d
Factorize smallInstall and completeInstall code.
by Antoine Cellerier
· 17 years ago
1464c9b
Cosmetics: remove trailing spaces.
by Antoine Cellerier
· 17 years ago
ef425fe
Fixes to the Complete and Small Installation routines: Don't try installing a bootloader if the target doesn't have one, Don't install doom WADs if the target doesn't have a doom plugin.
by Antoine Cellerier
· 17 years ago
b93621d
add a "help" entry to the about menu. For now this opens the system browser with the rbutil wiki page.
by Dominik Riebeling
· 17 years ago
aabc130
rbtutilQt: incorporate the complete and small install into rbutil.cpp, remove the multiinstaller files..
by Dominik Wenger
· 17 years ago
388506e
rbutilqt: first attempt to Small and Complete Installation, could be improved.
by Dominik Wenger
· 17 years ago
848abc8
Add info window which shows details about the currently installed files based on the installation log file. Rework the log file and save revision number / timestamps instead of an arbitrary number.
by Dominik Riebeling
· 17 years ago
b6b1083
simplify setting of proxy value.
by Dominik Riebeling
· 17 years ago
1c69293
add portable installation if built as static binary.
by Dominik Riebeling
· 17 years ago
9295e0a
enable downloading of the manual. It will get saved to the players root folder for now.
by Dominik Riebeling
· 17 years ago
653b996
Add theme installation. This relies on a modified server script so the themes site need to incorporate the changes.
by Dominik Riebeling
· 17 years ago
9789d30
rbutilQt: reworked bootloaderinstallation. removed the bootloaderinstalldialog, added a small dialog to ask for the original firmware, if you install a bootloader for a fwpatcher target.
by Dominik Wenger
· 17 years ago
6bc9abc
rbutilQt: Add Uninstallation for Rockbox and Bootloaders. Also add Talkfiles to the installlog
by Dominik Wenger
· 17 years ago
8dbc7e3
add voice file installation. This also extends the ZipInstaller class a bit to handle copying the downloaded file instead of unzipping.
by Dominik Riebeling
· 17 years ago
e70f7f4
rbutilQt: added Talkfile creation.
by Dominik Wenger
· 17 years ago
fbad897
Remove zip installation window as it's not needed anymore. Use a simple confirmation dialog for installing fonts / game files.
by Dominik Riebeling
· 17 years ago
7a62bb0
Move device and mountpoint selection to configuration to eliminate the need 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.
by Dominik Riebeling
· 17 years ago
a52d172
Put links to the manual on the manual tab. Downloading the manual isn't finished yet.
by Dominik Riebeling
· 17 years ago
57fbb39
fix line endings.
by Dominik Riebeling
· 17 years ago
e90999f
rbutilQt: Font and Doom installation. Also some fixes to the signals in the installers.
by Dominik Wenger
· 17 years ago
64f36a1
rbutilQt: first attempt for bootloader installation. Sansa and irivers are still missing.
by Dominik Wenger
· 17 years ago
680408f
First stab at porting rbutil to Qt4. Currently only installing a current or archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing.
by Dominik Riebeling
· 17 years ago