summaryrefslogtreecommitdiffhomepage
path: root/opentrack/main-settings.hpp
AgeCommit message (Collapse)Author
2016-06-16all: split "api" into "api" and "logic"Stanislaw Halik
Here, the "logic" module has all the stuff for building one's own graphical user interface. The "api" module has stuff used by other trackers. While at it, each of "api", "logic", and "compat" need their own export headers. This is because of preprocessor symbol clashes. This is all because a change in the "gui"-only dependency required a relink of all the trackers, protocols, and flters. It takes too long when building in the release configuration. With the split, only the "gui" module gets rebuilt. Since it has close to no static dependencies, it's fast enough.
2016-05-04api: fix permissions bits. no code changes.Stanislaw Halik
2016-04-29api, main: implement new keybindingsStanislaw Halik
The following keybindings are now implemented: - restart tracking. if not started, starts. - toggle (keep position) while key held - zero (keep zero) while key held The latter two options only work for Windows as libqxt doesn't support them. Closes #291
2015-12-06api, main: implement global shortcuts for controlling trackingStanislaw Halik
Issue: #252 That involves moving stuff around to get rid of circular dependencies. You need to bind keys to shortcuts again this once.
2015-11-01all: adjust options.hpp move to compatStanislaw Halik
2015-10-26main: use camera-based centering by defaultStanislaw Halik
2015-10-02main: add relative and absolute center optionsStanislaw Halik
Closes #237
2015-08-28save axis opts, not just spline control pointsStanislaw Halik
This caused the "invert axis got switched on" bug.
2015-07-22default to the most common protocol/filter pairopentrack-2.3-rc15Stanislaw Halik
2015-07-20add my own copyrightStanislaw Halik
We need copyright on contributions or else it defaults to granting no rights.
2015-06-06remove last mention to "second tracker" supportStanislaw 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-22all: implicitly cancel on form dialog closeStanislaw Halik
2015-03-13initialize "s_main" bundle implicitlyStanislaw Halik
2015-02-17shortcuts: allow customize whether to center on startupStanislaw Halik
Issue: #128
2014-12-18implement camera offsetStanislaw Halik
2014-10-29rename invert option so old values don't exist anymoreStanislaw Halik
2014-10-28hook up tray to buildStanislaw Halik
Issue: #64
2014-10-28renameStanislaw Halik
2014-10-20refactor 1/2 (?)Stanislaw Halik
2014-10-19fix link errors on win32 -only-Stanislaw Halik
2014-10-19decruft moreStanislaw Halik