summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/process_detector.cpp
AgeCommit message (Collapse)Author
2015-08-22props changed onlyStanislaw Halik
Some source files had executable bit on. Remove it.
2015-08-13initial broken multi-platform process listerStanislaw Halik
2015-07-20add my own copyrightStanislaw Halik
We need copyright on contributions or else it defaults to granting no rights.
2015-07-03game-detector: prevent defaulting to first profile if one doesn't existStanislaw Halik
2015-07-03fix msvc empty config listStanislaw Halik
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?)
2015-06-07Fix Linux buildStanislaw Halik
2015-06-02process-detector: restart once executable is goneStanislaw Halik
2015-06-01process-detector: fix API usage and automatic restartStanislaw Halik
Issue: #160 API usage caused snapshot requests to fail most of the time. Fix that. We now no longer restart if user manually stopped. In such case, wait until the application exits before resuming auto-restart behavior.
2015-06-01settings: fix some problem with qt stderr whiningopentrack-2.3-rc12Stanislaw Halik
2015-05-23game-detector: store the right executable nameStanislaw Halik
2015-05-22main: allow automatically run profiles when executables runStanislaw Halik
Issue: #160