summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-10-27gui/main-window: give ps3 eye time to stop properlyStanislaw Halik
2017-10-27gui: must close module dialogsStanislaw Halik
Otherwise settings don't get cancelled
2017-10-27filter/accela: put debug knobs in other headerStanislaw Halik
2017-10-22compat/check-visible: use short timeout when frozenStanislaw Halik
2017-10-22tracker/pt: return focal length directlyStanislaw Halik
2017-10-21spline/widget: remove dead codeStanislaw Halik
2017-10-21spline: don't remove points from configStanislaw Halik
2017-10-21logic/tracker: rename to pipelineStanislaw Halik
Could use a better name.
2017-10-21spline/widget: fixesStanislaw Halik
- fix horizontal legend overwritten by bg color - same fix for point circles - don't blit rectangles in paintEvent, cache them
2017-10-20Update README.mdStanisław Halik
cf. https://github.com/opentrack/opentrack/issues/494#issuecomment-338020180
2017-10-20gui: don't close dialog on no-op changeStanislaw Halik
When profile changes but module controlling the dialog doesn't, don't close the opened dialog window.
2017-10-20options/scoped: use raiiStanislaw Halik
2017-10-20logic, spline: more spline work/fixesStanislaw Halik
- mapping window clamps are now value<max_clamp> in spline - clamp won't mess up saved spline content - clean up artifacts on spline widget
2017-10-20options: allow for dud valuesStanislaw Halik
2017-10-20fix wrt spline apiStanislaw Halik
2017-10-20options, migration: simplifyStanislaw Halik
2017-10-20some nonsenseStanislaw Halik
2017-10-20spline: allow switch pitch mapping max Y 90/180Stanislaw Halik
2017-10-20tracker/pt: grayscaling modes workStanislaw Halik
2017-10-20logic/main-settings: simplifyStanislaw Halik
2017-10-20cmake/msvc: fic stuffStanislaw Halik
2017-10-20freetrackclient: fix for 64-bitStanislaw Halik
2017-10-20migrations: perform after bundle changed hooks runStanislaw Halik
2017-10-20options/slider: allow arbitrary castStanislaw Halik
2017-10-20options/tie: prevent feedback loop with enumsStanislaw Halik
2017-10-13stuffStanislaw Halik
2017-10-13ext/falcon-bms: stubStanislaw Halik
No functionality.
2017-10-13tracker/pt, options: fix threshold sliderStanislaw Halik
It's only the tie_setting(slider_value, QSlider) that has race-free slider updates. Needed to update the threshold slider representation. Remove the tie_setting(int, QSlider) overload since it doesn't have the logic. Add a migration. Add base_value::notify() for use-cases like the checkbox updating the label.
2017-10-13tracker/pt: add threshold slider state descriptionStanislaw Halik
Isolate point radius code and reuse it.
2017-10-13cmake/msvc: fixStanislaw Halik
2017-10-13options/tie: change "tie" overloadsStanislaw Halik
Adjust usages. There are ODR issues with MSVC and it doesn't support C++17 "static inline constexpr" _variables_. Otherwise, "signal_fun" could be a variable and not a function. The usages in accela/ewma2 dialog are more verbose now but the original API was silly.
2017-10-13compat/macros: fix "restrict" name clashStanislaw Halik
2017-10-13cmake: disable cotire for nowStanislaw Halik
2017-10-13whitespaceStanislaw Halik
2017-10-10compat/util: remove macro and typedefsStanislaw Halik
2017-10-10tracker/pt: comment typoStanislaw Halik
2017-10-08cmake: add precompiled header generatorStanislaw Halik
cf. https://github.com/sakra/cotire
2017-10-08random stuffStanislaw Halik
2017-10-08fix harmless msvc warningsStanislaw Halik
2017-10-08logic: add extension supportStanislaw Halik
It's missing a dialog and testing.
2017-10-08use "static" once, don't propagate from a macroStanislaw Halik
2017-10-08add complete(?) portable config supportStanislaw Halik
2017-10-08tracker/pt: edit dead codeStanislaw Halik
2017-10-08tracker/pt: grayscale methods workStanislaw Halik
- fix a braino (don't divide by two) - default to exact averaging, not perceptual weighted - use more specific cv::addWeighted
2017-10-02pose-widget: only draw needed octopus sizeStanislaw Halik
2017-10-02compat/simple-mat: add constexprStanislaw Halik
2017-10-02api: add vtable object file for extensionsStanislaw Halik
2017-10-02cmake/msvc: fix vars not setStanislaw Halik
2017-10-02slowly start enabling c++17Stanislaw Halik
2017-10-02cmake: wtf, all modules need include ${CMAKE_BINARY_DIR}Stanislaw Halik