summaryrefslogtreecommitdiffhomepage
path: root/opentrack/options.hpp
AgeCommit message (Collapse)Author
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-08-27options: return .ini basename easierStanislaw Halik
2015-08-22main, ui: store config files in a predefined directoryStanislaw Halik
Settings files are now stored in Documents/opentrack-version. The transition path is to copy all .ini files into that directory, accessible through the "Profile" menu dropdown. Issue: #179
2015-07-08Merge branch 'unstable' into trackhat-uiStanislaw Halik
2015-07-07opentrack-api: add copyright noticesStanislaw Halik
Code without a license defaults to having all rights reserved.
2015-07-04Merge branch 'unstable' into trackhat-uiStanislaw Halik
2015-07-03fix msvc empty config listStanislaw Halik
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?)
2015-06-18Revert "options: add support for QRadioButton"Stanislaw Halik
This reverts commit 21f6b1c681ca6efe4511486994264b8d8c8d9463.
2015-06-18Merge branch 'unstable' into trackhat-uiStanislaw Halik
2015-06-18options: return default value after revert, not type's default valueStanislaw Halik
Issue: #173
2015-06-18Revert "options: add support for QRadioButton"Stanislaw Halik
This reverts commit 4c98d6cdc8b99ee1e517b2f82be1b0b5fc17d988.
2015-06-16options: add support for QRadioButtonStanislaw Halik
2015-06-16options: add support for QRadioButtonStanislaw Halik
2015-06-12trackhat: some stubsStanislaw Halik
2015-05-22all: implicitly cancel on form dialog closeStanislaw Halik
2015-05-04options: nix empty dtorStanislaw Halik
2015-05-04options: use weak pointers for bundlesStanislaw Halik
Otherwise none ever get freed. Oops!
2015-03-13move debug to right placeStanislaw Halik
2014-12-15options: emit signals only outside mutex scopeStanislaw Halik
2014-12-14allow tying option to tab widget's indexStanislaw Halik
2014-12-14emit "saving()" after bundle's been updatedStanislaw Halik
2014-11-23force options flush to file when savingStanislaw Halik
2014-11-04settings need fire when bundle reloadsStanislaw Halik
2014-11-04nix copy-pasted QSettings usageStanislaw Halik
2014-11-04move type alias aroundStanislaw Halik
2014-11-02separate config directory for 2.3-branchStanislaw Halik
2014-10-21don't run atexit hooks on unixStanislaw Halik
2014-10-19add commentStanislaw Halik
2014-10-19decruft moreStanislaw Halik