summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/install.cpp
AgeCommit message (Expand)Author
2010-01-20rbutil: store the info from the server centrally in RbSetttings. Dont downloa...Dominik Wenger
2009-08-10Clean up and rename Detect class.Dominik Riebeling
2009-08-10Simplify and cleanup rockbox-info.txt handling.Dominik Riebeling
2009-08-08Move download link pattern description to rbutil.ini.Dominik Riebeling
2009-06-16Clean up several debug messages.Dominik Riebeling
2009-05-09rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger
2009-05-02Cleanup and un-gui ZipInstaller class:Dominik Riebeling
2009-05-02Clean up ProgressLogger state handling:Dominik Riebeling
2009-04-29Completely rework RbSettings class.Dominik Riebeling
2009-04-10Install dialog: fix version notes not getting cleared correctly for current b...Dominik Riebeling
2009-03-27rbutil:Dominik Wenger
2009-03-14Use target string instead of target id when checking the target selection aga...Dominik Riebeling
2009-02-28Use reference for version map instead of copy in prototype.Dominik Riebeling
2009-01-25Remove installation note and checkbox disabling about the current build alway...Dominik Riebeling
2009-01-25Remove hard-coded release version numbers.Dominik Riebeling
2009-01-25Install dialog: use the release version number from the version strings map i...Dominik Riebeling
2009-01-24Don't allow pre-selecting stable build if the selected player doesn't have a ...Dominik Riebeling
2009-01-23Make backup location text elide based of the label width instead of fixed siz...Dominik Riebeling
2008-12-19- make installation dialog default to the last selection if existing.Dominik Riebeling
2008-10-24Make Detect::check() return an error string instead of a boolean result and m...Dominik Riebeling
2008-10-18rbutil: make release versions local to devices. To allow different releases o...Dominik Wenger
2008-09-23Adjust Rockbox release download filename to the changed target - version order.Dominik Riebeling
2008-07-25Fix spelling error: successfull -> successfulBertrik Sikken
2008-06-27rbutil: move some detecting code, to make detecing things nicerDominik Wenger
2008-06-23rbutil: warn when you install a build for a different target then already ins...Dominik Wenger
2008-06-03Use the new progressbar value slot instead of wrapping around it.Dominik Riebeling
2008-05-12rbutil: also use elides when the backup filename is changed.Dominik Wenger
2008-05-12fix some small glitches for backup:Dominik Riebeling
2008-05-11rbutil: use elides in the backup filename, also fix cache for archived builds.Dominik Wenger
2008-05-11rbutil: more improvements for the backup mechanism.Dominik Wenger
2008-05-11rbutil: improve the backup function.Dominik Wenger
2008-05-10rbutil: Detect if Rockbox is already installed, and allow Backup bevor instal...Dominik Wenger
2008-04-06rbutil: move many more connect calls, mainly for safety.Dominik Wenger
2008-03-05add global proxy / cache settings to httpget class. This removes the need of ...Dominik Riebeling
2008-02-13rbutil: fix bug with wrong downloadURL for h10.Dominik Wenger
2008-01-25rbtutil: introduce a RbSettings class help code reuse, and minimises duplicat...Dominik Wenger
2007-10-19Small clarification.Dominik Riebeling
2007-09-15Cosmetics: remove trailing spaces.Antoine Cellerier
2007-09-03- rework language selection a bit: use language string as key instead of lang...Dominik Riebeling
2007-08-30When installing builds use the real platform name, not the configuration sect...Dominik Riebeling
2007-08-30When installing a build also save the platform information to the log file. T...Dominik Riebeling
2007-08-28Rename logfile section for base install to something more descriptive (as it ...Dominik Riebeling
2007-08-27Cache was intended to be disabled per default. Also make the "disable downloa...Dominik Riebeling
2007-08-27Implement download caching. Set the folder for the cache data in the configur...Dominik Riebeling
2007-08-26Add info window which shows details about the currently installed files based...Dominik Riebeling
2007-08-26rbutilQt: fix the installing of release builds (archos only).Dominik Wenger
2007-08-14extend ZipInstaller to support installing of multiple files at once (for use ...Dominik Riebeling
2007-08-02Remove mountpoint entry line from installation form and use config setting in...Dominik Riebeling
2007-07-31rbutilQt: the progressloggergui now uses little icons along the text. Dominik Wenger
2007-07-29rbutilQt: changed the progress/error logger, there is now an abstract interfa...Dominik Wenger