summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-09-05qfc, mapping: disallow editing and change color when checkbox disabledStanislaw Halik
Sponsored-by: TrackHat
2015-09-05qfc: don't allow editing when disabledStanislaw Halik
Sponsored-by: TrackHat
2015-09-05plugin-support: workaround multiple copies of modulesStanislaw 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-04accela: change translation gainStanislaw Halik
The gain is now more even throughout. It was too staircase-like.
2015-09-04accela: change rotation gainStanislaw Halik
The gain is now smaller at the start.
2015-09-04pt: change extraction codeStanislaw 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-04freepie-udp: add licenseStanislaw Halik
2015-09-04freepie-udp: updateStanislaw Halik
Performance improvements in the new version
2015-09-03accela: try more complex deadzone algorithmStanislaw Halik
Submitted-by: @FlyingCircus- Issue: #231
2015-09-03accela: add helpful commentStanislaw Halik
2015-09-03accela: revert to more quadratic spline at startStanislaw Halik
Users report increased need for deadzone since last change. Issue: #231
2015-09-03also save if save pending when start trackingStanislaw Halik
Just to be safe. Issue: #179
2015-09-03ui: force saving if saving timer is pendingStanislaw 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-31accela: slightly more linear functionStanislaw Halik
2015-08-31pose-widget: simplifyStanislaw Halik
2015-08-31freepie-udp: nix harmless warningStanislaw Halik
2015-08-31pose-widget: add commentStanislaw Halik
2015-08-31simple-mat: add __restrict for GNUStanislaw Halik
2015-08-30ui: save settings on a timerStanislaw Halik
The QSettings IO is damn slow on Windows. Save only after five seconds have elapsed with nothing being changed.
2015-08-30ui: show a warning if configuration directory can't be usedStanislaw Halik
2015-08-30aruco: tune min/max marker sizeStanislaw Halik
False detections are a problem sometimes.
2015-08-30win32-joystick: fix duplicate device name selection logicStanislaw Halik
Tested-by: @nanospork Closes #230
2015-08-30ui: no need to reset settings on tracking startStanislaw Halik
2015-08-30ui: save profile when combobox text changes, not merely indexStanislaw Halik
2015-08-30ui: save current tracker/filter/proto, not lastStanislaw 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-30win32-joystick: fix COM failure pathStanislaw Halik
Device enumeration only fails for internal reasons. Not finding the device is not one of them.
2015-08-30win32-joystick: nix unused variableStanislaw Halik
2015-08-30win32-joystick: allow for unique selection of joysticksStanislaw Halik
Distinguish joystick GUIDs to allow selecting one of several with the same name. Issue: #230
2015-08-28qfc: also draw line from function start while movingStanislaw Halik
2015-08-28no need to save on tracking start anymoreStanislaw Halik
2015-08-28save axis opts, not just spline control pointsStanislaw Halik
This caused the "invert axis got switched on" bug.
2015-08-28tracker: change centering order againStanislaw Halik
Needs more testing with PT and other non-inertial trackers. Issue: #227
2015-08-28fix typoStanisław Halik
2015-08-28cmake: don't say "opentrack" twice for osx buildopentrack-2.3-rc17p2Stanislaw Halik
2015-08-28ui: really don't switch profiles while refreshing comboboxStanislaw Halik
2015-08-27pt: fix type mismatchStanislaw Halik
2015-08-27ui: save prior to switching configsopentrack-2.3-rc17p1Stanislaw Halik
2015-08-27tracker_rs: adjusted tracker's nameXavier Hallade
2015-08-27ui: don't reload settings if config wasn't changedStanislaw Halik
Since combobox is reloaded on a timer, the "current" config changes all the time.
2015-08-27ui: save everything before switching profilesStanislaw Halik
2015-08-27options: return .ini basename easierStanislaw Halik
2015-08-26tracker_rs: more readable iconXavier Hallade
2015-08-26tracker_rs: prevent potential thread starvationXavier Hallade
2015-08-26ui: switch to newly-created configStanislaw Halik
2015-08-26ui: decruftopentrack-2.3-rc17Stanislaw Halik
2015-08-26ui: also bail on new config if its name is ".ini"Stanislaw Halik
2015-08-26ui: auto-refresh config listStanislaw Halik
2015-08-26ui: display up to 20 profiles w/o scrollingStanislaw Halik
2015-08-25ui: create an empty config properly in another code branchStanislaw Halik
Missed in c0d1d315a7a62f8d8453a037073b8e95565cf482
2015-08-25udp-tracker: silence harmless warningStanislaw Halik
Reported-by: many