summaryrefslogtreecommitdiffhomepage
path: root/opentrack/options.hpp
AgeCommit message (Collapse)Author
2015-11-01options: don't define options singleton in every moduleStanislaw Halik
Instead, define in opentrack-api.so only. Also, move to opentrack-compat to break a circular dependency
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-07opentrack-api: add copyright noticesStanislaw Halik
Code without a license defaults to having all rights reserved.
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-18options: return default value after revert, not type's default valueStanislaw Halik
Issue: #173
2015-06-16options: add support for QRadioButtonStanislaw 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