summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/fsengineclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-818/+0
| | | | | Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* update contact email to the current oneNiels Weber2012-02-061-2/+2
| | | | | Change-Id: Icc6560f9c65e294e01439f17ff02614d6dcf7dc8 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* more license header fixesNiels Weber2012-02-061-13/+13
| | | | | Change-Id: I694171e531edd5216401dcd99ce3040a1a007604 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* fix cases where now only 2012 was stated as copyright yearkh12012-02-011-1/+1
| | | | | Change-Id: Iae8c25276707dd245bf8247bc4b71511a29901b0 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Qt SDK -> Installer FrameworkNiels Weber2012-01-311-1/+1
| | | | | Change-Id: I143694ac2a62e3c0e2be003ffa0f7e37f00351a2 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* mass change 2011 -> 2012 for copyrightNiels Weber2012-01-311-1/+1
| | | | | | Change-Id: I66340dbc1f2a5a38ed98d1ad406c22b594d92b6e Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Code cosmetics.hjk2011-11-181-10/+10
| | | | | Change-Id: Ia42fccff507fce1e999d4534656984b6ebf5184b Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Create the handler on the stack instead of the heap.kh12011-06-151-27/+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-430/+377
| | | | | 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-244/+0
|
* Move the templates into there own source file.kh12011-05-161-140/+2
|
* Small cleanup.kh12011-05-161-1/+0
|
* Make use of the QProcessWrapper own source.kh12011-05-161-367/+0
|
* added file engine test client/server applicationTim Jenssen2011-05-051-0/+6
|
* init commitTim Jenssen2011-02-211-0/+1634