summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/fsengineclient.h
Commit message (Collapse)AuthorAgeFilesLines
* update contact email to the current oneNiels Weber2012-02-061-2/+2
| | | | | Change-Id: Icc6560f9c65e294e01439f17ff02614d6dcf7dc8 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* fix some more license headersNiels Weber2012-02-061-7/+14
| | | | | Change-Id: I5faa52551b78c8acd2a5e2f68e69402726c35257 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Qt SDK -> Installer FrameworkNiels Weber2012-01-311-1/+1
| | | | | Change-Id: I143694ac2a62e3c0e2be003ffa0f7e37f00351a2 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Create the handler on the stack instead of the heap.kh12011-06-151-9/+8
| | | | | | | This makes it possible to use more then one instance of the core engine per application. They now all listen to the same port and use the same connection. Fixes a memory leak as well as a crash during core engine destruct.
* Cleanup.kh12011-05-171-27/+12
| | | | | Follow coding style better. Remove the preprocessor magic and add some template functions to private class.
* MAke use of QSettingsWrapper. Remove from original source.kh12011-05-171-67/+0
|
* Make use of the QProcessWrapper own source.kh12011-05-161-88/+0
|
* added file engine test client/server applicationTim Jenssen2011-05-051-0/+1
|
* Make it compile with "namespaced" Qt.hjk2011-03-031-0/+4
| | | | Reviewed-by: Tim Jenssen
* init commitTim Jenssen2011-02-211-0/+234