summaryrefslogtreecommitdiffstats
path: root/src/sdk/installerbase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable building IFW with Squish supportKatja Marttila2018-02-121-0/+18
* Fix usesSystemConfiguration usageKatja Marttila2018-01-301-3/+5
* Set correct proxy typeKatja Marttila2018-01-251-2/+7
* make .ts file naming follow the usual patternOswald Buddenhagen2018-01-031-1/+1
* Check license when doing silentUpdateKatja Marttila2017-05-151-0/+3
* Give warning and exit install if invalid URL given for 7z repositoryKatja Marttila2017-05-101-0/+6
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Introduces new --silentUpdate command line optionKatja Marttila2016-11-151-31/+41
* | allow installing compressed packagesKatja Marttila2016-11-091-0/+8
* | Automatically load all fonts in 'fonts/' resourcesFrerich Raabe2016-11-081-0/+11
* | Merge remote-tracking branch 'origin/2.0'Katja Marttila2016-06-211-2/+2
|\|
| * add missing tr for "AlreadyRunning" messageboxKatja Marttila2016-05-191-2/+2
* | Store lock files in temporary directoryFrerich Raabe2016-06-151-5/+7
* | Fix setValue saving in restartKatja Marttila2016-02-151-3/+7
* | Don't use 'lockmyApp' prefix for lock filesFrerich Raabe2016-02-151-1/+4
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | Missed to rename classes and to update docs and tests.Karsten Heimrich2015-09-071-3/+3
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-08-191-0/+6
|\|
| * Fix: .dat file gets deleted after multiple component changes.Karsten Heimrich2015-06-111-0/+6
* | Rename files. Remove {kd} prefix. Remove {kdupdater} prefix.Karsten Heimrich2015-07-141-3/+3
* | Sanitize QDebug outputKai Koehne2015-07-091-2/+2
|/
* Add more logging categories.Jarek Kobus2015-04-241-8/+9
* Enable logging categories as an installer option.Jarek Kobus2015-04-241-5/+12
* Make componentChecker warnings optional.Jarek Kobus2015-04-221-0/+3
* Use local sockets for client-server communicationKai Koehne2015-02-201-3/+4
* Update CopyrightKai Koehne2015-02-181-7/+7
* Fix use --startclient argumentsKai Koehne2015-02-021-1/+1
* Fix loading of translationsJarek Kobus2015-01-261-22/+15
* rename CreateOfflineRepository to CreateLocalRepositoryChristoph Vogtländer2015-01-081-2/+2
* Remove country from most translationsKai Koehne2015-01-061-1/+1
* Add CreateOfflineRepository configuration optionChristoph Vogtländer2014-12-111-1/+2
* Add possibility to specify a control script.kh2014-12-101-0/+3
* Implement a way to start the server in debug mode and API cleanup.kh2014-11-261-4/+17
* Expose real type of PackageManagerProxyFactoryKai Koehne2014-11-181-0/+1
* Make sure we do not fail if we can't create the lock file.kh12014-11-121-8/+13
* Rewrite the isRunning implementation and remove private class.kh12014-11-121-2/+2
* Implement package filtering for online and offline installer.kh12014-10-301-6/+7
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Overhaul the binary format API.kh12014-10-151-11/+5
* Fix some std::cout usage.kh12014-09-051-9/+6
* Split and implement new installer base, update checker.kh12014-09-041-350/+196
* Fix listing of resourcesKai Koehne2014-08-271-1/+1
* Make listing of resources less verboseKai Koehne2014-08-271-10/+9
* Fix Typo resulting in wrong error messageNiels Weber2014-07-171-1/+1
* Move class BinaryContent into its own file.kh12014-07-151-1/+1
* Move updater class into sdk binary and rename to UpdateChecker.kh12014-07-151-23/+8
* Adjust parsing the arguments, we now only need them for the parser.kh12014-07-141-7/+5
* Remove ubuntu hack that should be no longer necessary.Niels Weber2014-07-101-26/+0