Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-08-24 | plugin-support: fix typo | Stanislaw Halik | |
2015-08-24 | plugin-support: set more sane RTLD flags | Stanislaw Halik | |
We might need RTLD_DEEPBIND if there are symbol-related crashes. | |||
2015-08-24 | plugin-support: free modules from address space when needed | Stanislaw Halik | |
This is groundwork for #226, even though modules still need not to load all at once and persist till program stop. This issue only affects Linux. | |||
2015-08-24 | ui: rename symbol to reflect current usage | Stanislaw Halik | |
2015-08-24 | ui: move some slots to private | Stanislaw Halik | |
2015-08-24 | ui, shortcuts: these are slots, actually | Stanislaw Halik | |
2015-08-24 | ui: no need to write anything to new empty config | Stanislaw Halik | |
2015-08-24 | ui: avoid potential memory leak | Stanislaw Halik | |
While not having tested with valgrind, setMenu() doesn't seem to take ownership of QMenu. Ensure it's not leaked. | |||
2015-08-23 | ft: new game support | Stanislaw Halik | |
2015-08-23 | game-data: chomp newlines in extractor | Stanislaw Halik | |
Some of the XML data is malformed. Chomp newlines to ease Perl's job. | |||
2015-08-22 | ui: append extension in the right place | Stanislaw Halik | |
Otherwise, file can be overwritten accidentally |