summaryrefslogtreecommitdiffstats
path: root/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow to set used debugging port via commandline5.95.125.115.10Rainer Keller2017-08-241-11/+46
* Fix error messageRainer Keller2017-08-231-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.75.85.7Mikko Gronoff2017-01-241-11/+14
|\
| * Change license text5.6Rainer Keller2016-11-281-11/+14
* | Fix setting default application with invalid symlinkRainer Keller2016-10-181-2/+20
|/
* Don't join application arguments when running in perf modeUlf Hermann2016-03-011-1/+1
* Add note about --profile-perf to usage messageUlf Hermann2015-09-151-6/+8
* Remove Android codeRainer Keller2015-08-181-8/+1
* Add --qml-debug-services argumentUlf Hermann2015-08-171-17/+33
* Add restart to feature string5.5Rainer Keller2015-06-181-1/+1
* Add feature infoRainer Keller2015-06-121-1/+2
* Make appcontroller a temporary daemonRainer Keller2015-06-091-1/+10
* Add command to restart current applicationRainer Keller2015-06-081-7/+11
* Send command string between appcontroller instancesRainer Keller2015-06-081-19/+31
* Ignore missing default config fileRainer Keller2015-06-031-3/+1
* Fix compile warningsRainer Keller2015-06-031-1/+2
* Parse additional config filesRainer Keller2015-06-021-20/+38
* pass variable number of arguments to --profile-perf5.4Joerg Bornemann2015-04-081-12/+33
* Add perf profiler run modeUlf Hermann2015-03-021-6/+41
* Add usage help messageRainer Keller2015-01-301-0/+22
* Add detach optionRainer Keller2015-01-301-0/+42
* Fix typo in license headerRainer Keller2015-01-261-1/+1
* Add a --launch option to appcontrollerv4.0.0Laszlo Agocs2014-11-251-2/+6
* Revert "Always create a process group and session"QtEE_v3.2.0Rainer Keller2014-10-071-2/+2
* Change copyright noticeRainer Keller2014-10-061-2/+2
* Always create a process group and sessionRainer Keller2014-08-141-2/+2
* Sync filesystems after modificationRainer Keller2014-02-141-0/+2
* Change copyright to 2014Rainer Keller2014-02-111-1/+1
* Add license headersRainer Keller2013-11-191-0/+18
* Provide appcontroller with version informationRainer Keller2013-10-231-0/+3
* Add option to configure gdb network namev1.0.0-RC2Rainer Keller2013-10-151-1/+14
* Add an option to forward process messages to qDebugLaszlo Agocs2013-10-091-0/+2
* Print messages directly to terminalRainer Keller2013-07-291-9/+9
* Add support for linking default applicationRainer Keller2013-07-291-0/+49
* Remove argument from list in advanceRainer Keller2013-07-291-10/+11
* Print messages before QCoreApplicationRainer Keller2013-07-161-1/+3
* Support GDB and QML debuggingRainer Keller2013-07-041-37/+52
* Add platform information to config fileRainer Keller2013-06-181-0/+46
* Create list of arguments without invoking QApplicationRainer Keller2013-06-041-2/+5
* Try to terminate previous app multiple timesRainer Keller2013-05-151-18/+20
* Parse extended portlistRainer Keller2013-04-171-17/+12
* Fix SOCK_CLOEXEC not available on AndroidRainer Keller2013-04-171-2/+11
* Set CLOEXEC for socketsRainer Keller2013-04-171-2/+2
* Add debugging supportRainer Keller2013-04-171-122/+88
* Add debug supportRainer Keller2013-04-161-3/+44
* Change name of configfileRainer Keller2013-04-151-1/+1
* Lock file to prevent race conditionsRainer Keller2013-03-281-15/+50
* Remove all qFatalsRainer Keller2013-03-221-9/+13
* Remove some qFatalRainer Keller2013-03-071-8/+16
* Make this a terminal applicationRainer Keller2013-03-041-3/+124