summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2017-10-02gui/main: remove overridden colorsStanislaw Halik
2017-10-02spline: fix background color handlingStanislaw Halik
2017-10-02gui: fix tab widget background colorStanislaw Halik
2017-10-02options: enable portable installation modeStanislaw Halik
2017-10-02options: miscStanislaw Halik
2017-10-02logic: split extension handling to own fileStanislaw Halik
2017-09-30cmake: split i18n into own fileStanislaw Halik
2017-09-30remove camel caseStanislaw Halik
2017-09-25logic: remove camel caseStanislaw Halik
2017-09-25api, options: some `virtual' fixesStanislaw Halik
2017-09-25api, logic: support "extensions" for pose transformStanislaw Halik
2017-09-23tracker/pt: fix tab order for new LED modeStanislaw Halik
2017-09-23filter/accela: make sliders work with scroll wheelStanislaw Halik
I'm lazy and you should be too.
2017-09-23gui/options: fixesStanislaw Halik
- fix stderr warning on open QWindowsWindow::setGeometry: Unable to set geom... - fix tab order
2017-09-23play with thread prioritiesStanislaw Halik
2017-09-23filter/accela: limit nonlinearity max rangeStanislaw Halik
2017-09-23use std::sizeStanislaw Halik
2017-09-23compat: use c++17-style value templatesStanislaw Halik
2017-09-23tracker/tobii: remove warning for nowStanislaw Halik
2017-09-23tracker/pt: fix brainoStanislaw Halik
Don't multiply red channel by 3 in 0->1 range.