Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-08-31 | simple-mat: add __restrict for GNU | Stanislaw Halik | |
2015-08-30 | ui: save settings on a timer | Stanislaw Halik | |
The QSettings IO is damn slow on Windows. Save only after five seconds have elapsed with nothing being changed. | |||
2015-08-30 | ui: show a warning if configuration directory can't be used | Stanislaw Halik | |
2015-08-30 | aruco: tune min/max marker size | Stanislaw Halik | |
False detections are a problem sometimes. | |||
2015-08-30 | win32-joystick: fix duplicate device name selection logic | Stanislaw Halik | |
Tested-by: @nanospork Closes #230 | |||
2015-08-30 | ui: no need to reset settings on tracking start | Stanislaw Halik | |
2015-08-30 | ui: save profile when combobox text changes, not merely index | Stanislaw Halik | |
2015-08-30 | ui: save current tracker/filter/proto, not last | Stanislaw Halik | |
Current tracker/filter/proto name depends on the currentTextChanged() slot. currentIndexChanged() runs before currentText() is updated, causing the old name to be saved. | |||
2015-08-30 | win32-joystick: fix COM failure path | Stanislaw Halik | |
Device enumeration only fails for internal reasons. Not finding the device is not one of them. | |||
2015-08-30 | win32-joystick: nix unused variable | Stanislaw Halik | |
2015-08-30 | win32-joystick: allow for unique selection of joysticks | Stanislaw Halik | |
Distinguish joystick GUIDs to allow selecting one of several with the same name. Issue: #230 | |||
2015-08-28 | qfc: also draw line from function start while moving | Stanislaw Halik | |
2015-08-28 | no need to save on tracking start anymore | Stanislaw Halik | |
2015-08-28 | save axis opts, not just spline control points | Stanislaw Halik | |
This caused the "invert axis got switched on" bug. | |||
2015-08-28 | tracker: change centering order again | Stanislaw Halik | |
Needs more testing with PT and other non-inertial trackers. Issue: #227 | |||
2015-08-28 | fix typo | Stanisław Halik | |
2015-08-28 | cmake: don't say "opentrack" twice for osx buildopentrack-2.3-rc17p2 | Stanislaw Halik | |
2015-08-28 | ui: really don't switch profiles while refreshing combobox | Stanislaw Halik | |
2015-08-27 | pt: fix type mismatch | Stanislaw Halik | |
2015-08-27 | ui: save prior to switching configsopentrack-2.3-rc17p1 | Stanislaw Halik | |
2015-08-27 | tracker_rs: adjusted tracker's name | Xavier Hallade | |
2015-08-27 | ui: don't reload settings if config wasn't changed | Stanislaw Halik | |
Since combobox is reloaded on a timer, the "current" config changes all the time. | |||
2015-08-27 | ui: save everything before switching profiles | Stanislaw Halik | |
2015-08-27 | options: return .ini basename easier | Stanislaw Halik | |
2015-08-26 | tracker_rs: more readable icon | Xavier Hallade | |
2015-08-26 | tracker_rs: prevent potential thread starvation | Xavier Hallade | |
2015-08-26 | ui: switch to newly-created config | Stanislaw Halik | |
2015-08-26 | ui: decruftopentrack-2.3-rc17 | Stanislaw Halik | |
2015-08-26 | ui: also bail on new config if its name is ".ini" | Stanislaw Halik | |
2015-08-26 | ui: auto-refresh config list | Stanislaw Halik | |
2015-08-26 | ui: display up to 20 profiles w/o scrolling | Stanislaw Halik | |
2015-08-25 | ui: create an empty config properly in another code branch | Stanislaw Halik | |
Missed in c0d1d315a7a62f8d8453a037073b8e95565cf482 | |||
2015-08-25 | udp-tracker: silence harmless warning | Stanislaw Halik | |
Reported-by: many |