summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-10-06nix stuff from trackhat branchStanislaw Halik
2015-10-06update installerStanislaw Halik
2015-10-06Merge branch 'unstable' into trackhat-uiStanislaw Halik
* unstable: process-detector: check when cancel button is pressed
2015-10-03process-detector: check when cancel button is pressedStanislaw Halik
Closes #245
2015-10-03Merge branch 'unstable' into trackhat-uiStanislaw Halik
* unstable: pose-widget: simplify pose-widget: fix black border around The Octopus
2015-10-03pose-widget: simplifyStanislaw Halik
2015-10-03pose-widget: fix black border around The OctopusStanislaw Halik
2015-10-03Merge branch 'unstable' into trackhat-uiStanislaw Halik
* unstable: ft: add locking back ft: change nonsensical frame step ft: don't alloc "int i" as bss ft: reformat cmake: simplify pose-widget: use bilinear filtering declutter clientfiles/
2015-10-03ui: fix warningsStanislaw Halik
2015-10-03ft: add locking backStanislaw Halik
2015-10-03ft: change nonsensical frame stepStanislaw Halik
2015-10-03ft: don't alloc "int i" as bssStanislaw Halik
2015-10-03ft: reformatStanislaw Halik
2015-10-03cmake: simplifyStanislaw Halik
2015-10-03pose-widget: use bilinear filteringStanislaw Halik
now The Octopus looks better.
2015-10-03declutter clientfiles/Stanislaw Halik
2015-10-02trackhat: use only absolute centeringStanislaw Halik
Merged: * unstable: main: add relative and absolute center options
2015-10-02main: add relative and absolute center optionsStanislaw Halik
Closes #237
2015-10-02Merge branch 'unstable' into trackhat-uiStanislaw Halik
* unstable: main: keybinding for "zero" should reset to PERFECTLY forward
2015-10-02main: keybinding for "zero" should reset to PERFECTLY forwardStanislaw Halik
Closes #242
2015-10-02Merge branch 'unstable' into trackhat-uiStanislaw Halik
* unstable: pt: add histogram-based thresholding
2015-10-02pt: add histogram-based thresholdingStanislaw Halik
Otsu-based thresholding doesn't work in normal lighting conditions. Sponsored-by: TrackHat
2015-10-02Merge branch 'unstable' into trackhat-uiStanislaw Halik
* unstable: pt: experimental auto threshold support
2015-10-02pt: experimental auto threshold supportStanislaw Halik
Sponsored-by: TrackHat
2015-10-02Merge branch 'unstable' into trackhat-uiStanislaw Halik
* unstable: nix warnings on osx clang build
2015-10-02nix warnings on osx clang buildStanislaw Halik
2015-10-02Merge branch 'unstable' into trackhat-uiStanislaw Halik
* unstable: shortcuts: use dinput for consistency on win32 shortcuts: use our own timer, other one is thread-bound shortcuts: implement dinput -> qt conversion shortcuts: rework KeybindingWorker for win32
2015-10-02shortcuts: use dinput for consistency on win32Stanislaw Halik
Converting qt -> dinput causes keyboard layout and modifier issues. Sponsored-by: TrackHat
2015-10-02shortcuts: use our own timer, other one is thread-boundStanislaw Halik
2015-10-02shortcuts: implement dinput -> qt conversionStanislaw Halik
2015-10-02shortcuts: rework KeybindingWorker for win32Stanislaw Halik
The class is now usable outside of center/zero/toggle loop.
2015-10-02ui: confirm exit if tracking in progressStanislaw Halik
Sponsored-by: TrackHat
2015-10-02pt: switch default calibration when used model changesStanislaw Halik
Sponsored-by: TrackHat
2015-10-02Merge branch 'unstable' into trackhat-uiStanislaw Halik
* unstable: accela: guard against negative value overflow properly camera: fix build accela: higher gain at small deltas tracker_rs: reverted fix. need to build with Qt 5.5.1+ instead.
2015-10-01accela: guard against negative value overflow properlyStanislaw Halik
Accela attempted to guard against both negative and positive value overstepping the last value due to gain, but the check for negative values was incorrect. Issue: #231 Reported-by: @nanospork, @alterscape, @SgtGrumbles
2015-09-30camera: fix buildStanislaw Halik
Sponsored-by: TrackHat
2015-09-30accela: higher gain at small deltasStanislaw Halik
2015-09-30tracker_rs: reverted fix. need to build with Qt 5.5.1+ instead.Xavier Hallade
This reverts commit b942fcf2224a3e59ea3dabb3d5c9eca9ba68d16f. real bug fixed in Qt 5.5.1+: https://bugreports.qt.io/browse/QTBUG-46552
2015-09-30camera: fix buildStanislaw Halik
Sponsored-by: TrackHat
2015-09-30ui: don't load if ps3 eye's not plugged inStanislaw Halik
2015-09-30ui: bigger tracking symbolStanislaw Halik
2015-09-30settings dialog: don't override font needlesslyStanislaw Halik
2015-09-30convert icon to 4-bit colorStanislaw Halik
Sponsored-by: TrackHat
2015-09-30accela: higher gain at small deltasStanislaw Halik
2015-09-30Merge branch 'unstable' into trackhat-uiStanislaw Halik
Sponsored-by: TrackHat * unstable: (112 commits) Revert "accela: try more complex deadzone algorithm" pt: add wiki link for calibration instructions qfc: more gray colors when graph is disabled qfc, mapping: disallow editing and change color when checkbox disabled qfc: don't allow editing when disabled plugin-support: workaround multiple copies of modules accela: change translation gain accela: change rotation gain pt: change extraction code freepie-udp: add license freepie-udp: update accela: try more complex deadzone algorithm accela: add helpful comment accela: revert to more quadratic spline at start also save if save pending when start tracking ui: force saving if saving timer is pending accela: slightly more linear function pose-widget: simplify freepie-udp: nix harmless warning pose-widget: add comment simple-mat: add __restrict for GNU ui: save settings on a timer ui: show a warning if configuration directory can't be used aruco: tune min/max marker size win32-joystick: fix duplicate device name selection logic ui: no need to reset settings on tracking start ui: save profile when combobox text changes, not merely index ui: save current tracker/filter/proto, not last win32-joystick: fix COM failure path win32-joystick: nix unused variable win32-joystick: allow for unique selection of joysticks qfc: also draw line from function start while moving no need to save on tracking start anymore save axis opts, not just spline control points tracker: change centering order again fix typo cmake: don't say "opentrack" twice for osx build ui: really don't switch profiles while refreshing combobox pt: fix type mismatch ui: save prior to switching configs tracker_rs: adjusted tracker's name ui: don't reload settings if config wasn't changed ui: save everything before switching profiles options: return .ini basename easier tracker_rs: more readable icon tracker_rs: prevent potential thread starvation ui: switch to newly-created config ui: decruft ui: also bail on new config if its name is ".ini" ui: auto-refresh config list ui: display up to 20 profiles w/o scrolling ui: create an empty config properly in another code branch udp-tracker: silence harmless warning plugin-support: fix typo plugin-support: set more sane RTLD flags plugin-support: free modules from address space when needed ui: rename symbol to reflect current usage ui: move some slots to private ui, shortcuts: these are slots, actually ui: no need to write anything to new empty config ui: avoid potential memory leak ft: new game support game-data: chomp newlines in extractor ui: append extension in the right place simple-mat: fix arglist SFINAE simple-mat: can use static_cast here nix default empty config. it gets created on its own. ui: these aren't qt slots ui: nix wrong headers ui: remove GNU GPL ui: simplify condition props changed only main, ui: store config files in a predefined directory pt: show extracted points' areas and success count close dialogs on switch to new module ...
2015-09-25tracker_rs: reverted fix. need to build with Qt 5.5.1+ instead.Xavier Hallade
This reverts commit b942fcf2224a3e59ea3dabb3d5c9eca9ba68d16f. real bug fixed in Qt 5.5.1+: https://bugreports.qt.io/browse/QTBUG-46552
2015-09-05Revert "accela: try more complex deadzone algorithm"opentrack-2.3-rc18Stanislaw Halik
This reverts commit e4f4edb4cdcb66c4c95edfa6c75911327690fd87.
2015-09-05pt: add wiki link for calibration instructionsStanislaw Halik
2015-09-05qfc: more gray colors when graph is disabledStanislaw Halik
Sponsored-by: TrackHat
2015-09-05qfc, mapping: disallow editing and change color when checkbox disabledStanislaw Halik
Sponsored-by: TrackHat