Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | rename gui directory | Stanislaw Halik | |
2015-10-03 | process-detector: check when cancel button is pressed | Stanislaw Halik | |
Closes #245 | |||
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-13 | initial broken multi-platform process lister | Stanislaw Halik | |
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-07-03 | game-detector: prevent defaulting to first profile if one doesn't exist | Stanislaw Halik | |
2015-07-03 | fix msvc empty config list | Stanislaw Halik | |
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?) | |||
2015-06-07 | Fix Linux build | Stanislaw Halik | |
2015-06-02 | process-detector: restart once executable is gone | Stanislaw Halik | |
2015-06-01 | process-detector: fix API usage and automatic restart | Stanislaw 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-01 | settings: fix some problem with qt stderr whiningopentrack-2.3-rc12 | Stanislaw Halik | |
2015-05-23 | game-detector: store the right executable name | Stanislaw Halik | |
2015-05-22 | main: allow automatically run profiles when executables run | Stanislaw Halik | |
Issue: #160 |