summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteclient_p.h
Commit message (Expand)AuthorAgeFilesLines
* Give meaningful default value to messagebox queriesKatja Marttila2020-04-161-1/+1
* Fix startserver argument when starting installer as adminKatja Marttila2020-03-311-2/+3
* Add possibility to reopen admin queryKatja Marttila2017-11-141-25/+31
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Make usage of authorization fallback optionalSlobodan Vrkacevic2016-05-181-0/+17
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | Fix wording of "Could not get authorization" error messageKai Koehne2015-08-261-2/+2
* | Unify translated error messagesKai Koehne2015-06-241-2/+2
|/
* Simplify KeepAliveObject implementationKai Koehne2015-03-051-15/+5
* Use local sockets for client-server communicationKai Koehne2015-02-201-8/+6
* Update CopyrightKai Koehne2015-02-181-7/+7
* Set objectName for QThreadKai Koehne2015-02-021-0/+1
* Fix use --startclient argumentsKai Koehne2015-02-021-3/+2
* Remove occurrences of QHostAddress.kh2014-12-021-2/+1
* Refine server starting/stopping code.kh2014-12-021-18/+14
* Move and rename connect method, adapt depending code.kh2014-12-021-20/+12
* Move the KeepAliveObject class into its own source files.kh2014-12-021-53/+1
* Fix online installation into directory with elevated permissions.kh2014-12-011-2/+0
* Implement a way to start the server in debug mode and API cleanup.kh2014-11-261-12/+22
* Fix crash experienced while closing the application.kh2014-11-241-26/+50
* Use written localhost address, adapt code.kh2014-11-241-1/+1
* Update Controller documentation and dependent code.kh12014-11-121-1/+1
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Use QCommandlineParser, remove some developer related options.kh12014-07-101-1/+1
* Don't use QObject::tr().kh12014-06-241-4/+5
* Initialize both client and server with default values.kh12014-06-231-12/+15
* Fix AdminAuthorization implementation.kh12014-06-191-2/+1
* Bring back the KeepAliveThread, fixes unexpected hang.kh12014-06-061-16/+16
* We need to pass the socket to the connect function.kh12014-06-031-8/+9
* Introduce new classes for client-server communication.kh12014-06-031-0/+240