summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Updated METATYPE declarations, fixed tests, fixed sandboxAndrew Christian2012-02-161-1/+1
| | | | | | | | | | | * Updated macros for DECLARE_METATYPE to avoid QML problems * Updated module dependencies * Moved socket names into QML-friendly attributes * Fixed PGRP bug where kill command might be issued before setpgrp * Cleaned up test code Change-Id: I96e485bd2e95f8e186766692ce322ddb5c2ea527 Reviewed-by: Chris Craig <ext-chris.craig@nokia.com>
* Make this a real Qt module.Chris Craig2012-02-032-0/+32
Combined the launcher and core modules into a single unit. Use core/launcher as QT += processmanager Use declarative as QT += processmanagerdeclarative Change-Id: I1d167a47236c8a624ed7eab01bcf994e6de25e80 Reviewed-by: Chris Craig <ext-chris.craig@nokia.com>