Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-15 | ui: allow for up to +-180 values in camera ypr, for easier debugging | Stanislaw Halik | |
2015-06-07 | Fix Linux build | Stanislaw Halik | |
2015-06-07 | ui: if dialog window exists, raise it, don't destroy and recreate | Stanislaw Halik | |
2015-06-07 | plugin-support: make header-only, expose as public API | Stanislaw Halik | |
Issue: #151 Some global namespace macros are now prefixed with "OPENTRACK_" to avoid namespace clashes. This header is now safe to include in third-party projects. | |||
2015-06-02 | ui: run process detector every second, not three | Stanislaw Halik | |
2015-06-02 | process-detector: restart once executable is gone | Stanislaw Halik | |
2015-06-01 | process-detector: fix API usage and automatic restart | Stanislaw Halik | |
Issue: #160 API usage caused snapshot requests to fail most of the time. Fix that. We now no longer restart if user manually stopped. In such case, wait until the application exits before resuming auto-restart behavior. | |||
2015-06-01 | settings: fix some problem with qt stderr whiningopentrack-2.3-rc12 | 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 | reorder settings tabs | Stanislaw Halik | |
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-26 | ui: nix game-detector groupbox border | Stanislaw Halik | |
2015-05-23 | game-detector: clarify the UI a bit | Stanislaw Halik | |
2015-05-23 | game-detector: store the right executable name | Stanislaw Halik | |
2015-05-23 | game-detector: switch profiles properly | Stanislaw Halik | |
2015-05-22 | simplify | Stanislaw Halik | |
2015-05-22 | main: allow automatically run profiles when executables run | Stanislaw Halik | |
Issue: #160 | |||
2015-05-22 | main: error check for --autostart cmdline option | Stanislaw Halik | |
Pointed-out-by: Fabian Wickborn <fabian@wickborn.net> | |||
2015-05-22 | main: allow launching with different working directory | Stanislaw Halik | |
Workaround QTBUG-38598, add program's directory to dynamic modules' path as a first thing. | |||
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-04-02 | qfc: add layouts, force exact size | Stanislaw Halik | |
2015-03-13 | initialize "s_main" bundle implicitly | Stanislaw Halik | |
2015-03-13 | keyboard dialog also modifies main settings so save those too | Stanislaw Halik | |
2015-02-17 | shortcuts: allow customize whether to center on startup | Stanislaw Halik | |
Issue: #128 | |||
2015-02-17 | prefer relative directory path inside install directory | Stanislaw Halik | |
Issue: #130 | |||
2015-01-08 | update no camera feed image for the ui | Stanislaw Halik | |
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 | |
2015-01-05 | add tab key order for main UI | Stanislaw Halik | |
2014-12-18 | implement camera offset | 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-12-06 | move shortcut dialog to ui module | Stanislaw Halik | |
2014-12-06 | filters: move icon to main app | Stanislaw Halik | |
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 | |