summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/installzip.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-27Rename installzip.{cpp,h} to better reflect the actual class name.Dominik Riebeling1-82/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20813 a1c6a512-1295-4272-9138-f99709370657
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
2008-06-03Use the new progressbar value slot instead of wrapping around it.Dominik Riebeling1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17685 a1c6a512-1295-4272-9138-f99709370657
2008-05-11When setting a cache path also enable the cache implicitly.Dominik Riebeling1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17467 a1c6a512-1295-4272-9138-f99709370657
2008-03-05add global proxy / cache settings to httpget class. This removes the need of ↵Dominik Riebeling1-2/+2
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 Riebeling1-1/+1
- 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 Wenger1-1/+0
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 Cellerier1-11/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14723 a1c6a512-1295-4272-9138-f99709370657
2007-08-28Completely rework the talk files window: move settings to configuration ↵Dominik Riebeling1-1/+1
dialog and add configuration presets. Remove some old cruft from talkfile handling and rely on values from rbutil.ini. Autodetection of executables is missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14495 a1c6a512-1295-4272-9138-f99709370657
2007-08-27Implement download caching. Set the folder for the cache data in the ↵Dominik Riebeling1-0/+3
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-26Add info window which shows details about the currently installed files ↵Dominik Riebeling1-2/+4
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 Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14446 a1c6a512-1295-4272-9138-f99709370657
2007-08-14extend ZipInstaller to support installing of multiple files at once (for use ↵Dominik Riebeling1-5/+12
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 Wenger1-2/+2
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 Riebeling1-1/+5
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-29rbutilQt: changed the progress/error logger, there is now an abstract ↵Dominik Wenger1-3/+3
interface and a progressloggergui implementation of it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14060 a1c6a512-1295-4272-9138-f99709370657
2007-07-27rbutilqt: reworked and renamed the installrb class/files to generic ↵Dominik Wenger1-0/+66
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