summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move ProductKeyCheck out of QInstaller namespaceKai Koehne2014-11-112-9/+4
* Don't use QObject::tr().kh12014-11-111-7/+14
* Do not read the internal ini file through the wrapper class.kh12014-11-111-1/+1
* Remove automatic unlock, we do not automatically lock either.kh12014-11-114-20/+6
* Code cleanup, no functional changes intended.kh12014-11-117-20/+29
* 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
* Remove lockfile after unlocking on LinuxNiels Weber2014-11-051-0/+2
* Fix wrong setting. Thx to Christoph for noticing.kh12014-11-051-1/+1
* fix broken command line parsingChristoph Vogtländer2014-11-041-1/+1
* Small codingstyle fixNiels Weber2014-11-041-2/+2
* PackageManagerProxyFactory: Fix indentationKai Koehne2014-11-041-3/+3
* FileDownloaderProxyFactory: 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-315-12/+12
* Fix annoying warning printed during installation.kh12014-10-302-5/+9
* Remove unused method and includes.kh12014-10-301-6/+0
* Add support for passing the scope to operation GlobalConfig.Christoph Vogtländer2014-10-301-3/+12
* Introduce behavior change, always keep the higher version package.kh12014-10-301-36/+47
* Optimize the lookup and correct some debug information.kh12014-10-301-21/+29
* 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-308-15/+48
* 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
* Add --framework-version argumentKai Koehne2014-10-283-1/+13
* Compile fix for Visual Studio 11.kh12014-10-161-1/+1
* Add LGPLv3 as new licenseKai Koehne2014-10-16232-3224/+1649
* Reuse already existing code to convert the URL.kh12014-10-161-4/+1
* 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-1513-336/+411
* Some more documentation fixes (removes more warnings).kh12014-10-155-44/+47
* Fix documention for Qt 5.4.Leena Miettinen2014-10-142-1/+6
* Do not download update.xml files if they are on disk.kh12014-10-101-57/+89
* Move the uninstallation calculations into UninstallerCalculatorjkobus2014-10-106-108/+274
* Update Japanese translationTasuku Suzuki2014-10-101-11/+11
* Remove unused signaljkobus2014-10-101-1/+0
* Fix build with Qt 5.4 and MSVC2013 (release)Kai Koehne2014-10-091-0/+1
* Name the collection, otherwise leads to hangs or crashes.kh12014-10-092-0/+4
* Remove some unknown specifier. Fix documentation.kh12014-10-081-67/+64
* Fix c++ documentation creation. Add, fix inline documentation.kh12014-10-0816-245/+459
* Compile fixjkobus2014-10-061-1/+1
* Move InstallerCalculator into its own headerkh12014-10-066-209/+323
* Make InstallerCalculator independent on PackageManagerCorePrivatekh12014-10-065-25/+23
* Cleanupjkobus2014-10-062-35/+44
* Remove PackageManagerCore from InstallerCalculatorkh12014-10-064-17/+24