Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-30 | fix warnings | Stanislaw Halik | |
2020-03-07 | gui/process-detector: revert enabled checkbox | Stanislaw Halik | |
2019-07-05 | gui: minor process detector fixes | Stanislaw Halik | |
2019-07-05 | gui: fix potential process detector crash | Stanislaw Halik | |
2019-07-05 | gui: fix process detector not reverting on cancel | Stanislaw Halik | |
Issue: #967 | |||
2019-07-05 | options: fix global ini not saving on Linux | Stanislaw Halik | |
2019-02-09 | use consistent naming for `profile' | Stanislaw Halik | |
2019-01-16 | modernize only | Stanislaw Halik | |
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages | |||
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-24 | gui/process-detector: get rid of "" passed to QString ctor | Stanislaw Halik | |
2018-07-08 | options: fix 2 issues | Stanislaw 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-26 | modernize C++ syntax | Stanislaw Halik | |
No visible changes (hopefully). | |||
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2018-01-16 | gui: fix paths prior to moving into variant/default | Stanislaw Halik | |
2018-01-11 | cmake, gui, main: make user interface reusable | Stanislaw 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-03 | gui/process-detector: change separator characters | Stanislaw Halik | |
Prevent common characters from breaking the saved list. Use unprintable characters. Add migration. | |||
2017-10-08 | add complete(?) portable config support | Stanislaw Halik | |
2016-11-05 | gui: allow for process detector resize wrt logical layout | Stanislaw Halik | |
2016-08-23 | gui/process-detector: fix circular include | Stanislaw Halik | |
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-08-10 | gui: only rename main window files | Stanislaw Halik | |
Adjust usages. | |||
2016-08-08 | gui, tracker/{aruco,pt}: do action on button correct press, not button hold | Stanislaw Halik | |
2016-07-04 | various: don't use qSort/qStableSort | Stanislaw Halik | |
2015-10-30 | rename gui directory | Stanislaw Halik | |