Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-22 | tracker/pt: return focal length directly | Stanislaw Halik | |
2017-10-21 | spline/widget: remove dead code | Stanislaw Halik | |
2017-10-21 | spline: don't remove points from config | Stanislaw Halik | |
2017-10-21 | logic/tracker: rename to pipeline | Stanislaw Halik | |
Could use a better name. | |||
2017-10-21 | spline/widget: fixes | Stanislaw Halik | |
- fix horizontal legend overwritten by bg color - same fix for point circles - don't blit rectangles in paintEvent, cache them | |||
2017-10-20 | Update README.md | Stanisław Halik | |
cf. https://github.com/opentrack/opentrack/issues/494#issuecomment-338020180 | |||
2017-10-20 | gui: don't close dialog on no-op change | Stanislaw Halik | |
When profile changes but module controlling the dialog doesn't, don't close the opened dialog window. | |||
2017-10-20 | options/scoped: use raii | Stanislaw Halik | |
2017-10-20 | logic, spline: more spline work/fixes | Stanislaw 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-20 | options: allow for dud values | Stanislaw Halik | |
2017-10-20 | fix wrt spline api | Stanislaw Halik | |
2017-10-20 | options, migration: simplify | Stanislaw Halik | |
2017-10-20 | some nonsense | Stanislaw Halik | |
2017-10-20 | spline: allow switch pitch mapping max Y 90/180 | Stanislaw Halik | |
2017-10-20 | tracker/pt: grayscaling modes work | Stanislaw Halik | |
2017-10-20 | logic/main-settings: simplify | Stanislaw Halik | |
2017-10-20 | cmake/msvc: fic stuff | Stanislaw Halik | |
2017-10-20 | freetrackclient: fix for 64-bit | Stanislaw Halik | |
2017-10-20 | migrations: perform after bundle changed hooks run | Stanislaw Halik | |
2017-10-20 | options/slider: allow arbitrary cast | Stanislaw Halik | |
2017-10-20 | options/tie: prevent feedback loop with enums | Stanislaw Halik | |
2017-10-13 | stuff | Stanislaw Halik | |
2017-10-13 | ext/falcon-bms: stub | Stanislaw Halik | |
No functionality. | |||
2017-10-13 | tracker/pt, options: fix threshold slider | Stanislaw 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-13 | tracker/pt: add threshold slider state description | Stanislaw Halik | |
Isolate point radius code and reuse it. | |||
2017-10-13 | cmake/msvc: fix | Stanislaw Halik | |
2017-10-13 | options/tie: change "tie" overloads | Stanislaw 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-13 | compat/macros: fix "restrict" name clash | Stanislaw Halik | |
2017-10-13 | cmake: disable cotire for now | Stanislaw Halik | |
2017-10-13 | whitespace | Stanislaw Halik | |
2017-10-10 | compat/util: remove macro and typedefs | Stanislaw Halik | |
2017-10-10 | tracker/pt: comment typo | Stanislaw Halik | |
2017-10-08 | cmake: add precompiled header generator | Stanislaw Halik | |
cf. https://github.com/sakra/cotire | |||
2017-10-08 | random stuff | Stanislaw Halik | |
2017-10-08 | fix harmless msvc warnings | Stanislaw Halik | |
2017-10-08 | logic: add extension support | Stanislaw Halik | |
It's missing a dialog and testing. | |||
2017-10-08 | use "static" once, don't propagate from a macro | Stanislaw Halik | |
2017-10-08 | add complete(?) portable config support | Stanislaw Halik | |
2017-10-08 | tracker/pt: edit dead code | Stanislaw Halik | |
2017-10-08 | tracker/pt: grayscale methods work | Stanislaw Halik | |
- fix a braino (don't divide by two) - default to exact averaging, not perceptual weighted - use more specific cv::addWeighted | |||
2017-10-02 | pose-widget: only draw needed octopus size | Stanislaw Halik | |
2017-10-02 | compat/simple-mat: add constexpr | Stanislaw Halik | |
2017-10-02 | api: add vtable object file for extensions | Stanislaw Halik | |
2017-10-02 | cmake/msvc: fix vars not set | Stanislaw Halik | |
2017-10-02 | slowly start enabling c++17 | Stanislaw Halik | |
2017-10-02 | cmake: wtf, all modules need include ${CMAKE_BINARY_DIR} | Stanislaw Halik | |
2017-10-02 | gui/main: remove overridden colors | Stanislaw Halik | |
2017-10-02 | spline: fix background color handling | Stanislaw Halik | |
2017-10-02 | gui: fix tab widget background color | Stanislaw Halik | |
2017-10-02 | options: enable portable installation mode | Stanislaw Halik | |