Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-28 | cmake: move around variant directories | Stanislaw Halik | |
2019-03-28 | api: cleanup | Stanislaw Halik | |
- add disable warnings at module load failure - add loading modules without looking for ctors, for the video module - get rid of QList | |||
2019-03-18 | video: add support for camera modules | Stanislaw Halik | |
Issue: #910 | |||
2019-02-11 | opentrack: don't wait on exit with no video feed | Stanislaw Halik | |
2019-02-09 | random nonsense only | 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 | use consistent naming for `profile' | Stanislaw Halik | |
2019-02-09 | opentrack: fix profile list storage | Stanislaw Halik | |
The authoritative source for profile names is now a vector rather than a user interface element. Add some sanity checks to `main_window::set_profile'. Remove the `config_listed' abomination. | |||
2019-02-09 | opentrack: move module list to base class | Stanislaw Halik | |
2019-02-09 | opentrack: rename, reorder, add `static' | Stanislaw Halik | |
2019-02-03 | opentrack: use in-header initializer | Stanislaw Halik | |
2019-02-03 | opentrack: get rid of Q_OBJECT | Stanislaw Halik | |
More work toward mixins. | |||
2019-02-03 | [TEST] opentrack: separate components a bit | Stanislaw Halik | |
This can cause regressions, but is a step toward mixin support. | |||
2019-01-18 | opentrack: fix use-after-free (?) | Stanislaw Halik | |
2019-01-18 | opentrack: fix typo | Stanislaw Halik | |
2019-01-18 | fix selecting no filter | Stanislaw Halik | |
2019-01-16 | opentrack: reformat | Stanislaw Halik | |
2019-01-16 | opentrack: make sure tracking stop pose is shown | Stanislaw Halik | |
2019-01-16 | opentrack: don't hang in foreground | Stanislaw Halik | |
This only affects quitting the program. It doesn't affect regular tracking stop procedure, sadly. | |||
2018-12-24 | {opentrack,trackmouse}: fix ps3eye led workaround | Stanislaw Halik | |
2018-12-24 | style/quality only | Stanislaw Halik | |
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis | |||
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-08 | clean up a bit | Stanislaw Halik | |
2018-11-03 | opentrack: pull in EXIT_{SUCCESS, FAILURE} | Stanislaw Halik | |
2018-11-03 | opentrack: move unistd.h stuff to end of file | Stanislaw Halik | |
2018-10-27 | cleanup | Stanislaw Halik | |
2018-10-05 | silly busywork | Stanislaw Halik | |
2018-07-14 | opentrack: move macros away from header file | Stanislaw Halik | |
2018-07-14 | opentrack: cleanup main_window::set_title | Stanislaw Halik | |
2018-07-09 | cleanup only | 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-07-02 | opentrack/main-window: use more aggregate initialization | Stanislaw Halik | |
This is new in C++17, cf. P0017R1. | |||
2018-06-26 | options/base-value: rename to `value_' | Stanislaw Halik | |
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-06-13 | opentrack: fix some Clazy warnings | Stanislaw Halik | |
2018-06-13 | fix comments | Stanislaw Halik | |
2018-05-17 | opentrack: probably fix linux build | Stanislaw Halik | |
2018-05-17 | opentrack: maybe fix GNU build | Stanislaw Halik | |
2018-05-14 | opentrack: fix at #726 | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-387983372 | |||
2018-04-29 | opentrack: simplify annoying as root | Stanislaw Halik | |
2018-04-28 | random cleanups | Stanislaw Halik | |
2018-04-28 | settings: store untranslated chosen module names | Stanislaw Halik | |
Now that we translate module names, they have to be stored as language-neutral in the config. - add tie_setting overload with from/to conversions - add logic to opentrack/main-window - add migration - remove actually useless tie_setting_traits | |||
2018-03-04 | opentrack: fix close button with tray | Stanislaw Halik | |
Reported by: Yuri Vostrenkov | |||
2018-02-18 | opentrack: add commentopentrack-2.3.49-plus | Stanislaw Halik | |
2018-02-17 | variant/default: fix close button with tray | Stanislaw Halik | |
Using the close button must exit the program regardless of whether the tray is enabled. Restore that behavior. Reported-by: @albertolg Issue: #750 | |||
2018-02-14 | opentrack: prevent buggy resize with hidpi | Stanislaw Halik | |
This can be reproduced with hidpi, playing Falcon BMS in a resolution lower than the desktop resolution. The windows got resized to way more than as if they were maximized. This is a workaround, from the Qt API perspective it doesn't make sense. | |||
2018-01-31 | gui: clean up a bit | Stanislaw Halik | |
2018-01-20 | rename our Qt .png icon | Stanislaw Halik | |
facetracknoir.png -> opentrack.png | |||
2018-01-20 | gui/main: remove stale comments | Stanislaw Halik | |