Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-11-11 | dedupopentrack-2.3-rc2 | Stanislaw Halik | |
2014-11-11 | disallow profile switch during tracking | Stanislaw Halik | |
2014-11-10 | only replace profile directory if not cancelled | Stanislaw Halik | |
2014-11-05 | fix null filter settings the right way | Stanislaw Halik | |
Previous "fix" caused filter settings not opening at all. | |||
2014-11-05 | proper saving fix by calling sync() method | Stanislaw Halik | |
Issue: #91 | |||
2014-11-04 | default to current profile's pathname when loading | Stanislaw Halik | |
2014-11-04 | delete ini before saving to workaround Qt5 bug | Stanislaw Halik | |
Issue: #91 | |||
2014-11-04 | nix nonsensical "save as" logic | Stanislaw Halik | |
2014-11-04 | explicitly delimit QSettings scope | Stanislaw Halik | |
2014-11-04 | nix crash on filter settings with no filter | Stanislaw Halik | |
2014-11-04 | nix copy-pasted QSettings usage | Stanislaw Halik | |
2014-11-02 | nonsensical to start in tray, remove | Stanislaw Halik | |
2014-11-02 | separate config directory for 2.3-branch | Stanislaw Halik | |
2014-10-29 | work around global 'ptr' symbol clash with opencv | Stanislaw Halik | |
Issue: #89 Reported-by: @runningman84 | |||
2014-10-28 | typo | Stanislaw Halik | |
2014-10-28 | only hide on minimize if tray enabled | Stanislaw Halik | |
2014-10-28 | hook up tray to build | Stanislaw Halik | |
Issue: #64 | |||
2014-10-28 | rename | Stanislaw Halik | |