Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-06 | main, ui: fix sort order | Stanislaw Halik | |
Sort order was applied only to combobox but not to tracker list. Reported-by: @nanospork cf. https://github.com/opentrack/opentrack/issues/231#issuecomment-145741998 | |||
2015-10-06 | ui: fix close on save | Stanislaw Halik | |
stopping the timer prevented maybe_save() from working | |||
2015-10-06 | un-bitrot installer support | Stanislaw Halik | |
Sponsored-by: TrackHat Issue: #229 | |||
2015-10-06 | ui: sort combobox items according to their name, not filename | Stanislaw Halik | |
2015-10-06 | mouse: remove GPL, has since been rewritten | Stanislaw Halik | |
2015-10-06 | mouse: decruft | Stanislaw Halik | |
Fix Qt layouts, add to comboboxen using Qt Designer | |||
2015-10-06 | freetrack: new game definitions | Stanislaw Halik | |
2015-10-03 | process-detector: check when cancel button is pressed | Stanislaw Halik | |
Closes #245 | |||
2015-10-03 | pose-widget: simplify | Stanislaw Halik | |
2015-10-03 | pose-widget: fix black border around The Octopus | Stanislaw Halik | |
2015-10-03 | ft: add locking back | Stanislaw Halik | |
2015-10-03 | ft: change nonsensical frame step | Stanislaw Halik | |
2015-10-03 | ft: don't alloc "int i" as bss | Stanislaw Halik | |
2015-10-03 | ft: reformat | Stanislaw Halik | |
2015-10-03 | cmake: simplify | Stanislaw Halik | |
2015-10-03 | pose-widget: use bilinear filtering | Stanislaw Halik | |
now The Octopus looks better. | |||
2015-10-03 | declutter clientfiles/ | Stanislaw Halik | |
2015-10-02 | main: add relative and absolute center options | Stanislaw Halik | |
Closes #237 | |||
2015-10-02 | main: keybinding for "zero" should reset to PERFECTLY forward | Stanislaw Halik | |
Closes #242 | |||
2015-10-02 | pt: add histogram-based thresholding | Stanislaw Halik | |
Otsu-based thresholding doesn't work in normal lighting conditions. Sponsored-by: TrackHat | |||
2015-10-02 | pt: experimental auto threshold support | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-10-02 | nix warnings on osx clang build | Stanislaw Halik | |
2015-10-02 | shortcuts: use dinput for consistency on win32 | Stanislaw Halik | |
Converting qt -> dinput causes keyboard layout and modifier issues. Sponsored-by: TrackHat | |||
2015-10-02 | shortcuts: use our own timer, other one is thread-bound | Stanislaw Halik | |
2015-10-02 | shortcuts: implement dinput -> qt conversion | Stanislaw Halik | |
2015-10-02 | shortcuts: rework KeybindingWorker for win32 | Stanislaw Halik | |
The class is now usable outside of center/zero/toggle loop. | |||
2015-10-01 | accela: guard against negative value overflow properly | Stanislaw 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-30 | camera: fix build | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-30 | accela: higher gain at small deltas | Stanislaw Halik | |
2015-09-25 | tracker_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-05 | Revert "accela: try more complex deadzone algorithm"opentrack-2.3-rc18 | Stanislaw Halik | |
This reverts commit e4f4edb4cdcb66c4c95edfa6c75911327690fd87. | |||
2015-09-05 | pt: add wiki link for calibration instructions | Stanislaw Halik | |
2015-09-05 | qfc: more gray colors when graph is disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-05 | qfc, mapping: disallow editing and change color when checkbox disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-05 | qfc: don't allow editing when disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-05 | plugin-support: workaround multiple copies of modules | Stanislaw Halik | |
TrackHat dist contained two copies of every module by packaging error. Workaround similar errors by not loading more than one copy of a module at a time. Sponsored-by: TrackHat | |||
2015-09-04 | accela: change translation gain | Stanislaw Halik | |
The gain is now more even throughout. It was too staircase-like. | |||
2015-09-04 | accela: change rotation gain | Stanislaw Halik | |
The gain is now smaller at the start. | |||
2015-09-04 | pt: change extraction code | Stanislaw Halik | |
Point size is now specified by its radius. Points are extracted in one pass, using multiple passes caused missed detection for some users. Circularity is now displayed as part of overlay. Points are now sorted by circularity, which is our confidence metric. Tracker code ignores additional points, keeping only those with the highest confidence metric. | |||
2015-09-04 | freepie-udp: add license | Stanislaw Halik | |
2015-09-04 | freepie-udp: update | Stanislaw Halik | |
Performance improvements in the new version | |||
2015-09-03 | accela: try more complex deadzone algorithm | Stanislaw Halik | |
Submitted-by: @FlyingCircus- Issue: #231 | |||
2015-09-03 | accela: add helpful comment | Stanislaw Halik | |
2015-09-03 | accela: revert to more quadratic spline at start | Stanislaw Halik | |
Users report increased need for deadzone since last change. Issue: #231 | |||
2015-09-03 | also save if save pending when start tracking | Stanislaw Halik | |
Just to be safe. Issue: #179 | |||
2015-09-03 | ui: force saving if saving timer is pending | Stanislaw Halik | |
Force saving when tracking is stopping at least. Due to "struct work" being destroyed, unsaved settings revert to last saved. So before "struct work" destruction need to save if save is pending. Issue: #179 | |||
2015-08-31 | accela: slightly more linear function | Stanislaw Halik | |
2015-08-31 | pose-widget: simplify | Stanislaw Halik | |
2015-08-31 | freepie-udp: nix harmless warning | Stanislaw Halik | |
2015-08-31 | pose-widget: add comment | Stanislaw Halik | |