summaryrefslogtreecommitdiffhomepage
path: root/gui/process_detector.cpp
AgeCommit message (Collapse)Author
2021-08-06gui: fix deprecated Qt APIStanislaw Halik
2020-06-30fix warningsStanislaw Halik
2020-03-07gui/process-detector: revert enabled checkboxStanislaw Halik
2019-07-05gui: minor process detector fixesStanislaw Halik
2019-07-05gui: fix potential process detector crashStanislaw Halik
2019-07-05gui: fix process detector not reverting on cancelStanislaw Halik
Issue: #967
2019-07-05options: fix global ini not saving on LinuxStanislaw Halik
2019-02-09use consistent naming for `profile'Stanislaw Halik
2019-01-16modernize onlyStanislaw Halik
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages
2018-12-24cruftStanislaw Halik
2018-12-24gui/process-detector: get rid of "" passed to QString ctorStanislaw Halik
2018-07-08options: fix 2 issuesStanislaw Halik
1. Calling valueChanged didn't invoke machinery in value<t>, only base_value aka value_. There's a fast path in value<t>::type() despite the pessimization. 2. Split global scope stuff into options::globals from the options::globals stuff 3. Adjust usages
2018-06-26modernize C++ syntaxStanislaw Halik
No visible changes (hopefully).
2018-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-16gui: fix paths prior to moving into variant/defaultStanislaw Halik
2018-01-11cmake, gui, main: make user interface reusableStanislaw Halik
The work isn't complete. We need moving out all non-reusable parts away and only keeping user interface logic in a class.
2018-01-03gui/process-detector: change separator charactersStanislaw Halik
Prevent common characters from breaking the saved list. Use unprintable characters. Add migration.
2017-10-08add complete(?) portable config supportStanislaw Halik
2016-11-05gui: allow for process detector resize wrt logical layoutStanislaw Halik
2016-08-23gui/process-detector: fix circular includeStanislaw Halik
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2016-08-10gui: only rename main window filesStanislaw Halik
Adjust usages.
2016-08-08gui, tracker/{aruco,pt}: do action on button correct press, not button holdStanislaw Halik
2016-07-04various: don't use qSort/qStableSortStanislaw Halik
2015-10-30rename gui directoryStanislaw Halik