Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-20 | options/value: use function specialization, kill ugly self-type | Stanislaw Halik | |
2021-10-20 | options: fix support for older Qt5 | Stanislaw Halik | |
Reported by @DaWelter. | |||
2021-10-19 | options: add fixme | Stanislaw Halik | |
2021-10-19 | options: run reload() handlers in ui thread | Stanislaw Halik | |
2021-10-19 | options: don't notify on idempotent values | Stanislaw Halik | |
2021-10-19 | Revert "options/tie: fix deadlocks" | Stanislaw Halik | |
This reverts commit 2ef545b487209fb03bc2506b8e9bfa345d0f392b. | |||
2021-10-19 | options/tie: fix deadlocks | Stanislaw Halik | |
2021-10-19 | options: add trace to valueChanged() | Stanislaw Halik | |
2021-10-17 | options: use QRecursiveMutex explicitly | Stanislaw Halik | |
2021-10-17 | options/connector: fix deadlock | Stanislaw Halik | |
2021-10-16 | options/opts: allow disable raii guard | Stanislaw Halik | |
2020-01-17 | options: fix build | Stanislaw Halik | |
2020-01-17 | try to fix build for qt 5.13 | Stanislaw Halik | |
2020-01-16 | compat/qhash: try fix older Qt | Stanislaw Halik | |
2019-12-29 | Merge branch 'unstable' of https://github.com/opentrack/opentrack into ↵ | Ries van Twisk | |
osx-build-fix | |||
2019-12-29 | fix std::hash<QString> | Stanislaw Halik | |
Fixes #1015 | |||
2019-11-30 | OSX Build fixes | R. van twisk | |
2019-10-30 | options: use ~/.config on Unix | Stanislaw Halik | |
Fixes #807 | |||
2019-10-27 | fix clang warnings | Stanislaw Halik | |
2019-07-05 | options: fix global ini not saving on Linux | Stanislaw Halik | |
2019-06-20 | options: fix GCC linkage warning | Stanislaw Halik | |
2019-05-04 | options: remove stale comment | Stanislaw Halik | |
2019-04-28 | Merge pull request #937 from opentrack/easy-tracker-more-models | Stanislaw Halik | |
Easy tracker more models | |||
2019-04-28 | Easy Tracker: UI rework for custom model with three, four or five vertices. | Stéphane Lenclud | |
More settings can be changed live without have to restart the tracker. Fixing a few deadlock issues. | |||
2019-04-24 | options/value: kill copy ctor | Stanislaw Halik | |
2019-04-24 | options: add missing value::is_null() checks | Stanislaw Halik | |
2019-03-28 | actually expand __COUNTER__ | Stanislaw Halik | |
2019-03-02 | options: ensure ini_directory is never empty | Stanislaw Halik | |
2019-03-02 | options: consistently use rvalue references | Stanislaw Halik | |
2019-03-01 | options/metatype: mark static as unused | Stanislaw Halik | |
2019-02-28 | options/slider: simplify, sprinkle constexpr | Stanislaw Halik | |
2019-02-28 | options/metatype: simplify definition | Stanislaw Halik | |
2019-02-21 | do less global memory fences in atomics | Stanislaw Halik | |
2019-02-11 | less header namespace pollution | Stanislaw Halik | |
2019-02-11 | compat/macros: remove prefix | Stanislaw Halik | |
Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory. | |||
2019-02-09 | options/base-value: remove stale comment | Stanislaw Halik | |
2019-02-09 | options, opentrack: fix migrations with tie_setting | Stanislaw Halik | |
Migrations only ran after `tie_setting()' handlers were done, clobbering the settings that were about to be migrated. Applying QSignalBlocker to few comboboxes isn't enough as it affects everything touched by `tie_setting()'. Split reload and notify phases in the options system. | |||
2019-02-09 | options: sprinkle some QStringLiteral | Stanislaw Halik | |
2019-02-09 | use consistent naming for `profile' | Stanislaw Halik | |
2019-02-02 | options/globals: always return same document directory | Stanislaw Halik | |
2019-01-16 | options/value: disallow const, volatile, and reference types | Stanislaw Halik | |
2019-01-16 | options/slider: fix temporary constness | Stanislaw Halik | |
2019-01-16 | options/value: add move assignment operators | Stanislaw Halik | |
2019-01-16 | spline: fix deadlock, logic error | Stanislaw Halik | |
Tracking rarely deadlocked when saving mappings. Investigating it further also shown how a wrong bundle was used for Accela's splines. | |||
2019-01-16 | cruft only | 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 | |||
2019-01-16 | cruft only | Stanislaw Halik | |
2019-01-16 | cruft | Stanislaw Halik | |
2019-01-16 | options/value: don't mark noinline so much | Stanislaw Halik | |
Let's trust the compiler a bit shall we? | |||
2019-01-16 | options/{value,connector}: workaround friend declaration | Stanislaw Halik | |