summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
AgeCommit message (Collapse)Author
2015-07-07ui: simplify dialog creationStanislaw Halik
2015-07-07remove --autostart optionStanislaw Halik
Author said he no longer needs it.
2015-07-03game-detector: prevent defaulting to first profile if one doesn't existStanislaw Halik
2015-07-03ui: simplify protocol load failure logicStanislaw Halik
2015-07-03ui: bail early if no dialog can be foundStanislaw Halik
Issue: #182
2015-07-03fix msvc empty config listStanislaw Halik
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?)
2015-07-03fix MSVC, now runsStanislaw Halik
2015-07-03try fix MSVCStanislaw Halik
2015-06-15ui: allow for up to +-180 values in camera ypr, for easier debuggingStanislaw Halik
2015-06-07Fix Linux buildStanislaw Halik
2015-06-07ui: if dialog window exists, raise it, don't destroy and recreateStanislaw Halik
2015-06-07plugin-support: make header-only, expose as public APIStanislaw 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-02ui: run process detector every second, not threeStanislaw Halik
2015-06-02process-detector: restart once executable is goneStanislaw Halik
2015-06-01process-detector: fix API usage and automatic restartStanislaw 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-01settings: fix some problem with qt stderr whiningopentrack-2.3-rc12Stanislaw Halik
2015-05-31ui: allow for octopus screen traversalStanislaw Halik
The octopus will now traverse the screen in response to translation input. Previously it could only rotate, severely hampering its maneuverability.
2015-05-31reorder settings tabsStanislaw Halik
2015-05-31ui: introduce options dialogStanislaw 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-26ui: nix game-detector groupbox borderStanislaw Halik
2015-05-23game-detector: clarify the UI a bitStanislaw Halik
2015-05-23game-detector: store the right executable nameStanislaw Halik
2015-05-23game-detector: switch profiles properlyStanislaw Halik
2015-05-22simplifyStanislaw Halik
2015-05-22main: allow automatically run profiles when executables runStanislaw Halik
Issue: #160
2015-05-22main: error check for --autostart cmdline optionStanislaw Halik
Pointed-out-by: Fabian Wickborn <fabian@wickborn.net>
2015-05-22main: allow launching with different working directoryStanislaw Halik
Workaround QTBUG-38598, add program's directory to dynamic modules' path as a first thing.
2015-05-20main: simplify #161Stanislaw Halik
2015-05-20Added command line option for automatic startsFabian Wickborn
2015-05-04Fix Linux buildStanislaw Halik
2015-05-04no need to _Exit() forcefully anymoreStanislaw Halik
2015-04-02qfc: add layouts, force exact sizeStanislaw Halik
2015-03-13initialize "s_main" bundle implicitlyStanislaw Halik
2015-03-13keyboard dialog also modifies main settings so save those tooStanislaw Halik
2015-02-17shortcuts: allow customize whether to center on startupStanislaw Halik
Issue: #128
2015-02-17prefer relative directory path inside install directoryStanislaw Halik
Issue: #130
2015-01-08update no camera feed image for the uiStanislaw Halik
2015-01-05don't register null tracker/filter/proto when dialog is createdStanislaw Halik
2015-01-05register tracker/proto/filter on start in existing dialogStanislaw Halik
2015-01-05add tab key order for main UIStanislaw Halik
2014-12-18implement camera offsetStanislaw Halik
2014-12-08update tray when changing setting through UIStanislaw Halik
Issue: #104
2014-12-08ensure tray exists before minimizing to itStanislaw Halik
Issue: #104
2014-12-06move shortcut dialog to ui moduleStanislaw Halik
2014-12-06filters: move icon to main appStanislaw Halik
2014-11-29implement zero shortcutStanislaw Halik
2014-11-23copy old config when savingStanislaw Halik
Issue: #96
2014-11-11dedupopentrack-2.3-rc2Stanislaw Halik
2014-11-11disallow profile switch during trackingStanislaw Halik
2014-11-10only replace profile directory if not cancelledStanislaw Halik