Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-23 | use std::size | Stanislaw Halik | |
2017-09-23 | compat: use c++17-style value templates | Stanislaw Halik | |
2017-09-23 | tracker/tobii: remove warning for now | Stanislaw Halik | |
2017-09-23 | tracker/pt: fix braino | Stanislaw Halik | |
Don't multiply red channel by 3 in 0->1 range. | |||
2017-09-22 | compat: add compatibility layer for value templates | Stanislaw Halik | |
2017-09-22 | tracker/pt: add color extraction modes | Stanislaw Halik | |
2017-09-22 | gui/main-window: change widget properties a bit | Stanislaw Halik | |
2017-09-22 | pointless to use likely macro | Stanislaw Halik | |
The operation is so many cycles, branch prediction doesn't matter here. | |||
2017-09-22 | gui: fix global qt style for xp | Stanislaw Halik | |
2017-09-22 | options: simplify macro | Stanislaw Halik | |
2017-09-22 | gui: call adjust-size() after show() | Stanislaw Halik | |
2017-09-22 | gui/main-window: camel case makes my eyes bleed | Stanislaw Halik | |
2017-09-22 | cmake: fix my config | Stanislaw Halik | |
2017-09-22 | cv: use amcap.exe for ps3 eye exposure settings | Stanislaw Halik | |
2017-09-22 | compat/util: this macro shouldn't be an instruction | Stanislaw Halik | |
2017-09-22 | cmake: disable cpu-heavy msvc debug features | Stanislaw Halik | |
2017-09-22 | cmake/msvc: disable frame pointer omission | Stanislaw Halik | |
2017-09-08 | pose-widget: fix race on startup | Stanislaw Halik | |
2017-08-25 | cmake: fix typo | Stanislaw Halik | |
2017-08-25 | gitignore | Stanislaw Halik | |
2017-08-25 | cmake: move to separate file | Stanislaw Halik | |
2017-08-25 | compat/util: use std::decay for overload resolution | Stanislaw Halik | |
2017-08-25 | compat/util: split macros header | Stanislaw Halik | |
2017-08-25 | cmake: fix make clean for i18n files | Stanislaw Halik | |
`make clean' was deleting .ts files. Thanks to @MrCapone for diagnosing this issue. Fixes: #677 | |||
2017-08-19 | tracker/{pt,aruco}: simplify | Stanislaw Halik | |
2017-08-19 | pose-widget: clamp floats | Stanislaw Halik | |
We can't expect bounds check to work, if depending on floating-point dot product. | |||
2017-08-19 | compat/util: implement clamp specialization for floats | Stanislaw Halik | |
2017-08-19 | Revert "pose-widget: remove badly-looking shadow" | Stanislaw Halik | |
The shadow's not at fault. cf. https://github.com/opentrack/opentrack/issues/664#issuecomment-322397835 | |||
2017-08-14 | cmake/msvc: fix buildopentrack-2.3.9 | Stanislaw Halik | |
Dunno what was wrong otherwise. | |||
2017-08-14 | cmake: some small quality-of-life improvements | Stanislaw Halik | |
2017-08-14 | cmake: preliminary support for clang with vc++ codegen | Stanislaw Halik | |
2017-08-14 | cmake: drop executable bit from installed normal files | Stanislaw Halik | |
2017-08-14 | some style fixes | Stanislaw Halik | |
2017-08-14 | tracker/pt: move Affine class to cv/ | Stanislaw Halik | |
2017-08-14 | cmake: fix installed qt dlls location | Stanislaw Halik | |
2017-08-14 | use c++14 features | Stanislaw Halik | |
2017-08-14 | cmake: get lupdate/lrelease pathnames | Stanislaw Halik | |
cf. #669 | |||
2017-08-05 | Merge pull request #668 from MrCapone/macos_build_fix | Stanisław Halik | |
fixed macos build | |||
2017-08-05 | fixed macos build | Dmitry Lukianov | |
2017-08-05 | spline: fix std::abs(int) import missing | Stanislaw Halik | |
Submitted-by: @MrCapone in #668 v2: we need <cmath>. Include <cinttypes> for the overload. | |||
2017-08-05 | Merge pull request #669 from MrCapone/linux_build_fix | Stanisław Halik | |
fixed qt binaries location for linux | |||
2017-08-04 | fixed qt binaries location for linux | Dmitry | |
2017-08-03 | pose-widget: remove badly-looking shadow | Stanislaw Halik | |
2017-08-01 | gui: don't hook QEvent::Show | Stanislaw Halik | |
It's pointless actually. It's not emitted before WindowActivate at all. | |||
2017-07-31 | options/metatype: pass exact same name for sliders | Stanislaw Halik | |
That made sliders from 2.3.7 still incompatible. Apparently QVariant cares a lot about the difference between "options::slider_value", "::options::slider_value", and "slider_value". | |||
2017-07-29 | gui: refresh mapping window even if main window is hidden | Stanislaw Halik | |
2017-07-29 | tracker/pt: revert most 2.3.8 changes | Stanislaw Halik | |
Remove contour usage. They're less precise than flood fill. Keep sensible changes. | |||
2017-07-29 | filter/accela: make gain more conservative | Stanislaw Halik | |
Issue: #665 | |||
2017-07-29 | compat: fix Linux build | Stanislaw Halik | |
Issue: #661 | |||
2017-07-29 | cmake: fix Linux build | Stanislaw Halik | |
Issue: #661 |