Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-22 | main, ui: store config files in a predefined directory | Stanislaw 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-07 | opentrack-api: add copyright notices | Stanislaw Halik | |
Code without a license defaults to having all rights reserved. | |||
2015-07-03 | fix msvc empty config list | Stanislaw Halik | |
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?) | |||
2015-06-18 | Revert "options: add support for QRadioButton" | Stanislaw Halik | |
This reverts commit 21f6b1c681ca6efe4511486994264b8d8c8d9463. | |||
2015-06-18 | options: return default value after revert, not type's default value | Stanislaw Halik | |
Issue: #173 | |||
2015-06-16 | options: add support for QRadioButton | Stanislaw Halik | |
2015-05-22 | all: implicitly cancel on form dialog close | Stanislaw Halik | |
2015-05-04 | options: nix empty dtor | Stanislaw Halik | |
2015-05-04 | options: use weak pointers for bundles | Stanislaw Halik | |
Otherwise none ever get freed. Oops! | |||
2015-03-13 | move debug to right place | Stanislaw Halik | |
2014-12-15 | options: emit signals only outside mutex scope | Stanislaw Halik | |
2014-12-14 | allow tying option to tab widget's index | Stanislaw Halik | |
2014-12-14 | emit "saving()" after bundle's been updated | Stanislaw Halik | |
2014-11-23 | force options flush to file when saving | Stanislaw Halik | |
2014-11-04 | settings need fire when bundle reloads | Stanislaw Halik | |
2014-11-04 | nix copy-pasted QSettings usage | Stanislaw Halik | |
2014-11-04 | move type alias around | Stanislaw Halik | |
2014-11-02 | separate config directory for 2.3-branch | Stanislaw Halik | |
2014-10-21 | don't run atexit hooks on unix | Stanislaw Halik | |
2014-10-19 | add comment | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |