summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/install.h
AgeCommit message (Collapse)AuthorFilesLines
2010-01-20rbutil: store the info from the server centrally in RbSetttings. Dont ↵Dominik Wenger1-66/+0
download build-info multiple times. Rename install.cpp git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24301 a1c6a512-1295-4272-9138-f99709370657
2009-08-08Move download link pattern description to rbutil.ini.Dominik Riebeling1-1/+0
Don't hard code the creation of the download links anymore but use pattern replacement and define the basic structure in rbutil.ini. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22200 a1c6a512-1295-4272-9138-f99709370657
2009-05-09rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger1-3/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20890 a1c6a512-1295-4272-9138-f99709370657
2009-04-27Fix the includes I forgot when renaming the ZipInstaller class file.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20814 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Use reference for version map instead of copy in prototype.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20144 a1c6a512-1295-4272-9138-f99709370657
2009-01-25Remove installation note and checkbox disabling about the current build ↵Dominik Riebeling1-1/+0
always being downloaded -- since cache improvement this uses the cache too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19857 a1c6a512-1295-4272-9138-f99709370657
2009-01-23Make backup location text elide based of the label width instead of fixed ↵Dominik Riebeling1-2/+4
size. Adjust on window resizes as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19832 a1c6a512-1295-4272-9138-f99709370657
2008-09-28Completely rework the bootloader installation class:Dominik Riebeling1-1/+3
- create a base class and make derived classes for each installation type. - sort installations by type, not by player model. - remove duplicated code for iriver (de)scrambling functionality and use the functions inside of the tools folder directly -- we already do the same for rbspeex. - make bootloader file backup optional and allow choosing a target location. - clean up some wording and add some more guiding messages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18657 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-11rbutil: use elides in the backup filename, also fix cache for archived builds.Dominik Wenger1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17466 a1c6a512-1295-4272-9138-f99709370657
2008-05-11rbutil: more improvements for the backup mechanism.Dominik Wenger1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17465 a1c6a512-1295-4272-9138-f99709370657
2008-05-11rbutil: improve the backup function.Dominik Wenger1-4/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17463 a1c6a512-1295-4272-9138-f99709370657
2008-03-05add global proxy / cache settings to httpget class. This removes the need of ↵Dominik Riebeling1-2/+0
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-01-25rbtutil: introduce a RbSettings class help code reuse, and minimises ↵Dominik Wenger1-6/+3
duplicated code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16159 a1c6a512-1295-4272-9138-f99709370657
2007-08-26Add info window which shows details about the currently installed files ↵Dominik Riebeling1-4/+2
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-02Remove mountpoint entry line from installation form and use config setting ↵Dominik Riebeling1-3/+0
instead. Add some nice tango icons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14151 a1c6a512-1295-4272-9138-f99709370657
2007-07-29linux: respect http_proxy value for "system" proxy settings.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14062 a1c6a512-1295-4272-9138-f99709370657
2007-07-29rbutilQt: changed the progress/error logger, there is now an abstract ↵Dominik Wenger1-4/+2
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-2/+2
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
2007-07-26rbutil: wrapped the rockbox installation into a class, for easy reuse.Dominik Wenger1-8/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14012 a1c6a512-1295-4272-9138-f99709370657
2007-07-25First stab at porting rbutil to Qt4. Currently only installing a current or ↵Dominik Riebeling1-0/+77
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13989 a1c6a512-1295-4272-9138-f99709370657