Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | no need to save on tracking start anymore | Stanislaw Halik | |
2015-08-28 | ui: really don't switch profiles while refreshing combobox | Stanislaw Halik | |
2015-08-27 | ui: save prior to switching configsopentrack-2.3-rc17p1 | Stanislaw Halik | |
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 | ui: switch to newly-created config | Stanislaw Halik | |
2015-08-26 | ui: decruftopentrack-2.3-rc17 | Stanislaw Halik | |
2015-08-26 | ui: auto-refresh config list | Stanislaw Halik | |
2015-08-25 | ui: create an empty config properly in another code branch | Stanislaw Halik | |
Missed in c0d1d315a7a62f8d8453a037073b8e95565cf482 | |||
2015-08-24 | ui: rename symbol to reflect current usage | 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-22 | ui: append extension in the right place | Stanislaw Halik | |
Otherwise, file can be overwritten accidentally | |||
2015-08-22 | ui: remove GNU GPL | Stanislaw Halik | |
Nothing copyrightable under GNU GPL remains. We can FINALLY remove previous copyright statement and GNU GPL terms. Issue: #226 | |||
2015-08-22 | ui: simplify condition | Stanislaw Halik | |
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-08-22 | close dialogs on switch to new module | Stanislaw Halik | |
Don't preemptively close dialog on tracking stop, that's annoying for users. | |||
2015-08-22 | nix header | Stanislaw Halik | |
2015-07-26 | ui: remove duplicate include | Stanislaw Halik | |
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-07-19 | ui: prevent clobbering current profile | Stanislaw Halik | |
Previously "open" always took to the topmost profile. Fixes #194 | |||
2015-07-18 | bundles are now reloaded when settings window is closed | Stanislaw Halik | |
This happens even if closed by alt+f4 or cancel button. | |||
2015-07-17 | ui: set game title in titlebar | Stanislaw Halik | |
2015-07-16 | ui: update profile title | Stanislaw Halik | |
Fixes: #191 | |||
2015-07-12 | ui: set working directory on statup as well | Stanislaw Halik | |
2015-07-07 | typo: all dialogs were creating protocol dialog | Stanislaw Halik | |
2015-07-07 | ui: simplify dialog creation | Stanislaw Halik | |
2015-07-03 | ui: simplify protocol load failure logic | Stanislaw Halik | |
2015-07-03 | ui: bail early if no dialog can be found | Stanislaw Halik | |
Issue: #182 | |||
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-07 | ui: if dialog window exists, raise it, don't destroy and recreate | Stanislaw Halik | |
2015-06-02 | ui: run process detector every second, not three | Stanislaw Halik | |
2015-05-31 | ui: allow for octopus screen traversal | Stanislaw Halik | |
The octopus will now traverse the screen in response to translation input. Previously it could only rotate, severely hampering its maneuverability. | |||
2015-05-31 | ui: introduce options dialog | Stanislaw Halik | |
Move the non-mapping contents of mapping dialog to new options dialog. The latter now also contains what used to be in the shortcuts dialog. | |||
2015-05-23 | game-detector: switch profiles properly | Stanislaw Halik | |
2015-05-22 | main: allow automatically run profiles when executables run | Stanislaw Halik | |
Issue: #160 | |||
2015-05-20 | main: simplify #161 | Stanislaw Halik | |
2015-05-20 | Added command line option for automatic starts | Fabian Wickborn | |
2015-05-04 | Fix Linux build | Stanislaw Halik | |
2015-05-04 | no need to _Exit() forcefully anymore | Stanislaw Halik | |
2015-03-13 | initialize "s_main" bundle implicitly | Stanislaw Halik | |
2015-02-17 | prefer relative directory path inside install directory | Stanislaw Halik | |
Issue: #130 | |||
2015-01-05 | don't register null tracker/filter/proto when dialog is created | Stanislaw Halik | |
2015-01-05 | register tracker/proto/filter on start in existing dialog | Stanislaw Halik | |
2014-12-08 | update tray when changing setting through UI | Stanislaw Halik | |
Issue: #104 | |||
2014-12-08 | ensure tray exists before minimizing to it | Stanislaw Halik | |
Issue: #104 | |||
2014-11-29 | implement zero shortcut | Stanislaw Halik | |
2014-11-23 | copy old config when saving | Stanislaw Halik | |
Issue: #96 |