summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* declarative -> qml renamingChris Craig2012-03-0811-117/+117
* Added missing include fileAndrew Christian2012-03-081-0/+1
* Use JsonPipe functionality from QJsonStream libraryAndrew Christian2012-03-065-157/+27
* Added prefork library and factoryAndrew Christian2012-03-066-2/+622
* Update prelaunch to copy processinfo record.Andrew Christian2012-03-052-6/+45
* Add method to access the prelaunched backend from subclassesLasse Holmstedt2012-03-022-4/+14
* Add hasPrelaunchedProcess() to PrelaunchProcesBackendFactoryLasse Holmstedt2012-03-022-1/+11
* Add prelaunchEnabled property to PrelaunchProcessBackendFactoryLasse Holmstedt2012-03-022-7/+47
* Change the PrelaunchProcessBackendFactory constructor to defaultLasse Holmstedt2012-03-022-15/+55
* add ProcessInfoTemplate::containsChris Craig2012-02-292-0/+10
* processinfo template should use utf8Chris Craig2012-02-291-1/+1
* Removed dependencies on QtGui where possibleAndrew Christian2012-02-291-0/+1
* Fix test cases to always run under LinuxAndrew Christian2012-02-291-1/+1
* Move process group killing to common locationAndrew Christian2012-02-284-20/+26
* Added forklauncher code and test cases.Andrew Christian2012-02-277-11/+729
* Added DeclarativeRewriteDelegateAndrew Christian2012-02-213-0/+195
* Added DeclarativeMatchDelegateAndrew Christian2012-02-214-21/+246
* Schema validation for remote socket protocol.Andrew Christian2012-02-172-0/+11
* Moved strings for remote protocol into common header.Andrew Christian2012-02-168-82/+165
* Added DeclarativeSocketLauncher class and created test cases.Andrew Christian2012-02-165-3/+187
* Updated METATYPE declarations, fixed tests, fixed sandboxAndrew Christian2012-02-1610-20/+53
* remove dead declarative codeChris Craig2012-02-152-137/+0
* Remove compiler warningsHarald Fernengel2012-02-158-59/+59
* Fix broken metatype registration using namespace macrosChris Craig2012-02-144-4/+11
* Updated matching delegate and documentationAndrew Christian2012-02-1316-119/+159
* Added RewriteDelegate class and sample GdbRewriteDelegateAndrew Christian2012-02-138-6/+336
* Added MatchInfo class and renamed AbstractMatcher to MatchDelegateAndrew Christian2012-02-137-40/+236
* Added AbstractMatcherAndrew Christian2012-02-105-4/+188
* Added oomAdjustment to the ProcessInfoTemplate (from Martin Zielinski)Andrew Christian2012-02-102-0/+35
* Fixed procutils to deal with spaces in application namesAndrew Christian2012-02-101-20/+28
* Added ExecutingProcessInfo object for data display of executing processesAndrew Christian2012-02-102-0/+244
* Updating UID and GID control.Andrew Christian2012-02-106-57/+2
* Updating prelaunch backend factory.Andrew Christian2012-02-083-12/+65
* Terminate process group on destructionAndrew Christian2012-02-081-4/+19
* Set process groups. Initialize group membershipAndrew Christian2012-02-082-8/+18
* expose ProcUtils classChris Craig2012-02-071-1/+1
* Cleaned up compiler warnings. Moved plugin code to examplesAndrew Christian2012-02-0315-103/+46
* Make this a real Qt module.Chris Craig2012-02-0336-172/+62
* Removed extraneous castAndrew Christian2012-02-031-3/+2
* Updated oom adjustment. Fixed test cases to work on Linux and MacOSAndrew Christian2012-02-026-20/+74
* Updated test cases to be more comprehensiveAndrew Christian2012-02-028-20/+34
* Expose process errorstring to remote processesAndrew Christian2012-02-024-6/+20
* Expose the process errorstring, to help with debuggingGunnar Sletta2012-02-016-0/+35
* Long live Qt Process Manager!Sergio Ahumada2012-01-3167-0/+8189