summaryrefslogtreecommitdiffstats
path: root/src/libs/installer
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/1.6'"Karsten Heimrich2014-11-183-8/+44
|\
| * Merge remote-tracking branch 'origin/1.6'Kai Koehne2014-11-183-8/+44
| |\
| | * Patch .pri and cmake files for OS X / AndroidKai Koehne2014-11-171-2/+2
| | * Fix calculation of required disk spaceKai Koehne2014-10-281-2/+2
| | * Fix patching of libexec path on WindowsKai Koehne2014-09-301-4/+11
| | * Make cycles in component dependencies fatalkh12014-08-261-1/+6
* | | Translate exception messages in DownloadFileTaskKai Koehne2014-11-181-26/+34
* | | Improve error message on download failureKai Koehne2014-11-181-5/+8
* | | Deprecate sharedFlagNiels Weber2014-11-182-1/+8
* | | Introduce scScript constant and use whenever neededjkobus2014-11-183-4/+5
|/ /
* | Allow spaces in RunProgramArgumentsNiels Weber2014-11-175-23/+72
* | Fix uninstall after installing into a target with elevated permissions.kh12014-11-171-2/+3
* | missed one file in icon cleanup patchNiels Weber2014-11-171-1/+0
* | Set the object ownership -before- adding the widget as property.kh12014-11-171-0/+1
* | Fix typo.kh2014-11-171-1/+1
* | Remove long-time deprecated icon settingNiels Weber2014-11-141-14/+3
* | Remove componentsAboutToBeClearedNiels Weber2014-11-142-7/+0
* | Cleanup.kh12014-11-141-36/+30
* | No need to be an class nor to have a virtual destructor.kh12014-11-132-5/+3
* | Be a bit smarter while reporting partly progress information.kh12014-11-131-6/+12
* | Fix binary data extractionChristoph Vogtländer2014-11-131-28/+14
* | Make it possible to register the Repository class independently.kh12014-11-123-3/+6
* | Update Controller documentation and dependent code.kh12014-11-122-2/+5
* | Move ProductKeyCheck out of QInstaller namespaceKai Koehne2014-11-112-9/+4
* | Do not read the internal ini file through the wrapper class.kh12014-11-111-1/+1
* | Check if all dependencies are met just after downloading packagesjkobus2014-11-071-0/+15
* | Don't replace scRunProgram and scRunProgramArguments at the startNiels Weber2014-11-061-2/+0
* | Check the full path for non ASCII characters + reorder checks.kh12014-11-061-39/+29
* | Move the function to utils and make use where possible.kh12014-11-064-31/+35
* | Fix wrong setting. Thx to Christoph for noticing.kh12014-11-051-1/+1
* | Small codingstyle fixNiels Weber2014-11-041-2/+2
* | PackageManagerProxyFactory: Fix indentationKai Koehne2014-11-041-3/+3
* | Fix the uninstaller calculatorjkobus2014-11-043-77/+53
* | Replace all occurrences of "can not" with "cannot"Niels Weber2014-10-313-6/+6
* | Fix annoying warning printed during installation.kh12014-10-302-5/+9
* | Add support for passing the scope to operation GlobalConfig.Christoph Vogtländer2014-10-301-3/+12
* | Make sure to remove all objects from script engine.kh12014-10-303-0/+20
* | Fix jenkins build bot compiler crash.kh12014-10-301-2/+2
* | Fix regression after porting to QJSEngine.kh12014-10-302-4/+51
* | Implement package filtering for online and offline installer.kh12014-10-306-5/+35
* | Add support to pass a query string when requesting Updates.xmlkh12014-10-301-3/+6
* | Remove some I don't know what's this for stuff...kh12014-10-294-44/+0
* | Compile fix for Visual Studio 11.kh12014-10-161-1/+1
* | Add LGPLv3 as new licenseKai Koehne2014-10-16166-2300/+1187
* | Check for valid drive.kh12014-10-161-32/+57
* | Be more unique with the downloaded package.kh12014-10-161-2/+2
* | Overhaul the binary format API.kh12014-10-1510-296/+392
* | Some more documentation fixes (removes more warnings).kh12014-10-155-44/+47
* | Fix documention for Qt 5.4.Leena Miettinen2014-10-141-0/+4
* | Move the uninstallation calculations into UninstallerCalculatorjkobus2014-10-106-108/+274