summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed licensesTeemu Kaukoranta2013-05-2384-322/+994
* Change copyright to Digia.Chris Craig2013-03-1184-1969/+1449
* Rename files and classes to begin with [Qq]Chris Craig2013-03-0896-2110/+3055
* Build and test fixes for released Qt 5.0Chris Craig2013-03-0885-49/+41
* handle naming changes in qtjsonstreamChris Craig2013-03-086-20/+18
* Updated to work with BionicAndrew Christian2012-07-1110-23/+34
* Remove ProcessInfoTemplate objectLasse Holmstedt2012-06-134-689/+2
* GCC 4.7 compilation fixesJani Uusi-Rantala2012-06-113-0/+3
* Security enablersmae2012-06-056-14/+74
* Decode base64 in LauncherClientChris Craig2012-05-301-1/+1
* Support umaskmae2012-05-306-6/+42
* Fix crash on exitmae2012-05-221-6/+8
* Fix waitchildren abort conditionmae2012-05-211-1/+1
* Minor fixes to fork-launchingmae2012-05-142-13/+10
* Added some threadcount reading for Mac OSAndrew Christian2012-04-251-0/+28
* Do not destroy prelaunch runtimes on disableMartin Zielinski2012-04-121-7/+0
* Added a test to verify that thread priorities are being setAndrew Christian2012-04-122-0/+46
* Priority changes are applied to childprocesses as wellMartin Zielinski2012-04-113-13/+26
* Always set parent death signal to SIGTERM under LinuxAndrew Christian2012-03-303-1/+16
* Updated setting UID and GID values in child processesAndrew Christian2012-03-301-12/+84
* Added internalProcessError signalAndrew Christian2012-03-2913-4/+89
* Added IO IdleDelegateAndrew Christian2012-03-283-0/+382
* Updated a few compiler warnings and forklauncher docAndrew Christian2012-03-264-7/+73
* Update remote processes to support idle and memory restrictedAndrew Christian2012-03-2624-119/+472
* Fix property typeLasse Holmstedt2012-03-241-1/+1
* Updated declarative interfacesAndrew Christian2012-03-227-57/+376
* Exposed IdleDelegates to ProcessManager and added declarative test caseAndrew Christian2012-03-222-0/+36
* Updated idle delegate classes and testsAndrew Christian2012-03-217-38/+93
* Added idle CPU resource allocation for prelaunchingAndrew Christian2012-03-2113-75/+931
* Updated documentationAndrew Christian2012-03-166-41/+206
* don't schedule prelaunched instance while one existsMartin AumΓΌller2012-03-151-0/+9
* Revert "Cpu polling for prelaunch"Andrew Christian2012-03-095-290/+60
* Cpu polling for prelaunchAlexey Shilov2012-03-095-60/+290
* 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