summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/install.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-10-24Make Detect::check() return an error string instead of a boolean result and m...Dominik Riebeling1-10/+16
2008-10-18rbutil: make release versions local to devices. To allow different releases o...Dominik Wenger1-4/+4
2008-09-23Adjust Rockbox release download filename to the changed target - version order.Dominik Riebeling1-1/+1
2008-07-25Fix spelling error: successfull -> successfulBertrik Sikken1-1/+1
2008-06-27rbutil: move some detecting code, to make detecing things nicerDominik Wenger1-18/+8
2008-06-23rbutil: warn when you install a build for a different target then already ins...Dominik Wenger1-0/+17
2008-06-03Use the new progressbar value slot instead of wrapping around it.Dominik Riebeling1-8/+1
2008-05-12rbutil: also use elides when the backup filename is changed.Dominik Wenger1-1/+1
2008-05-12fix some small glitches for backup:Dominik Riebeling1-7/+12
2008-05-11rbutil: use elides in the backup filename, also fix cache for archived builds.Dominik Wenger1-4/+7
2008-05-11rbutil: more improvements for the backup mechanism.Dominik Wenger1-1/+19
2008-05-11rbutil: improve the backup function.Dominik Wenger1-14/+55
2008-05-10rbutil: Detect if Rockbox is already installed, and allow Backup bevor instal...Dominik Wenger1-1/+17
2008-04-06rbutil: move many more connect calls, mainly for safety.Dominik Wenger1-2/+3
2008-03-05add global proxy / cache settings to httpget class. This removes the need of ...Dominik Riebeling1-8/+0
2008-02-13rbutil: fix bug with wrong downloadURL for h10.Dominik Wenger1-1/+1
2008-01-25rbtutil: introduce a RbSettings class help code reuse, and minimises duplicat...Dominik Wenger1-28/+18
2007-10-19Small clarification.Dominik Riebeling1-1/+1
2007-09-15Cosmetics: remove trailing spaces.Antoine Cellerier1-4/+4
2007-09-03- rework language selection a bit: use language string as key instead of lang...Dominik Riebeling1-10/+10
2007-08-30When installing builds use the real platform name, not the configuration sect...Dominik Riebeling1-11/+9
2007-08-30When installing a build also save the platform information to the log file. T...Dominik Riebeling1-2/+6
2007-08-28Rename logfile section for base install to something more descriptive (as it ...Dominik Riebeling1-1/+1
2007-08-27Cache was intended to be disabled per default. Also make the "disable downloa...Dominik Riebeling1-2/+6
2007-08-27Implement download caching. Set the folder for the cache data in the configur...Dominik Riebeling1-0/+2
2007-08-26Add info window which shows details about the currently installed files based...Dominik Riebeling1-35/+41
2007-08-26rbutilQt: fix the installing of release builds (archos only).Dominik Wenger1-2/+7
2007-08-14extend ZipInstaller to support installing of multiple files at once (for use ...Dominik Riebeling1-1/+0
2007-08-02Remove mountpoint entry line from installation form and use config setting in...Dominik Riebeling1-34/+4
2007-07-31rbutilQt: the progressloggergui now uses little icons along the text. Dominik Wenger1-1/+1
2007-07-29rbutilQt: changed the progress/error logger, there is now an abstract interfa...Dominik Wenger1-16/+13
2007-07-29small simplification, whitespace cleanup and dos2unix.Dominik Riebeling1-9/+7
2007-07-28rbutilQt: Font and Doom installation. Also some fixes to the signals in the i...Dominik Wenger1-5/+4
2007-07-27rbutilqt: reworked and renamed the installrb class/files to generic installzi...Dominik Wenger1-2/+7
2007-07-26rbutil: wrapped the rockbox installation into a class, for easy reuse.Dominik Wenger1-105/+11
2007-07-26rbutilqt: make the installlog ini file based.Dominik Wenger1-12/+11
2007-07-25First stab at porting rbutil to Qt4. Currently only installing a current or a...Dominik Riebeling1-0/+331