summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/installzip.cpp
AgeCommit message (Collapse)Author
2008-04-06create an UnZip derived class for zip file extraction to allow showing ↵Dominik Riebeling
progress while unzipping. Makes the unzip process somewhat interruptable and the UI more responsible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16993 a1c6a512-1295-4272-9138-f99709370657
2008-04-01rbutil: fix closing of installwindow after successful install. Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16920 a1c6a512-1295-4272-9138-f99709370657
2008-04-01rbutil: let rbutil use the new voice.zip files. Also make the download cache ↵Dominik Wenger
working again. (make sure to connect signals before calling getFile() ). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16917 a1c6a512-1295-4272-9138-f99709370657
2008-03-05add global proxy / cache settings to httpget class. This removes the need of ↵Dominik Riebeling
passing proxy / cache values around all the time. Each object can still override the global values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16530 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Untie rbutil core logic from QtGui for cli:Dominik Riebeling
- include QtCore instead of QtGui if possible - replace qApp with QCoreApplication::instance(), as qApp is only defined for QtGui - use QCoreApplication instead of QApplication for inherited static members. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16274 a1c6a512-1295-4272-9138-f99709370657
2008-02-09rbutil: tts and encoders: preparation for cli interface. installers: make ↵Dominik Wenger
sure all installers correctly emit a done signal. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16255 a1c6a512-1295-4272-9138-f99709370657
2007-09-15Cosmetics: remove trailing spaces.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14723 a1c6a512-1295-4272-9138-f99709370657
2007-08-30update UI a few times more often during installation.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14542 a1c6a512-1295-4272-9138-f99709370657
2007-08-27Implement download caching. Set the folder for the cache data in the ↵Dominik Riebeling
configuration dialog. Caching is disabled per default and defaults to the systems temp folder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14476 a1c6a512-1295-4272-9138-f99709370657
2007-08-26rbutilQt: Add downloading of a bootloaders-info file, with md5sums from the ↵Dominik Wenger
bootloaders, to make a version check. Also added the bootloader to the installlog. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14462 a1c6a512-1295-4272-9138-f99709370657
2007-08-26Add info window which shows details about the currently installed files ↵Dominik Riebeling
based on the installation log file. Rework the log file and save revision number / timestamps instead of an arbitrary number. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14461 a1c6a512-1295-4272-9138-f99709370657
2007-08-23set missing keywords property.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14446 a1c6a512-1295-4272-9138-f99709370657
2007-08-15Add theme installation. This relies on a modified server script so the ↵Dominik Riebeling
themes site need to incorporate the changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14363 a1c6a512-1295-4272-9138-f99709370657
2007-08-14extend ZipInstaller to support installing of multiple files at once (for use ↵Dominik Riebeling
by the theme installation). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14348 a1c6a512-1295-4272-9138-f99709370657
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-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-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-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-28rbutilQt: Font and Doom installation. Also some fixes to the signals in the ↵Dominik Wenger
installers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14044 a1c6a512-1295-4272-9138-f99709370657
2007-07-27rbutilqt: reworked and renamed the installrb class/files to generic ↵Dominik Wenger
installzip, so it can be used for things like Fonts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14027 a1c6a512-1295-4272-9138-f99709370657