summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
AgeCommit message (Collapse)Author
2013-10-15fix trackers for qt5Stanislaw Halik
Assorted changes: - make filenames unique, since automoc made a boo-boo - adjust include paths, "QtGui" -> "" - use std::shared_ptr in c++11 mode (thanks Patrick!) - make class names unique, automoc sucks, but saves typing - add a dummy class in one file since moronic automoc thinks every target contains Q_OBJECTS!!!
2013-10-12add Crapple macam latest cvs snapshotStanislaw Halik
Works with 32-bit apps, provided that quicktime is supported Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-09tag 2.0a3opentrack-2.0a3Stanislaw Halik
2013-10-09use native background color in spline dialogStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-09fix widget positioningStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-09fix: Reset the view zero pos on startStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-08update readme and other cruftStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-08actually fix FG this timeStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-08correct fgfs protocol bitrotStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-08Temporary fix for bad label size on LinuxStanislaw Halik
In particular, KDE with QtCurve and default DPI was broken, rendering labels unreadable. We'll use proper layouts in Qt5, when the switch finally happens... Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-09-19clean up implicit conversions float -> doubleStanislaw Halik
2013-09-19don't redefine dinput version that muchStanislaw Halik
2013-09-19shortcuts: use win32 headers properlyStanislaw Halik
2013-09-19hpp: remove unused function, PT dropped supportStanislaw Halik
2013-09-19ui: cleanup unused functionsStanislaw Halik
2013-09-19ui: clean up ::showHeadPose()Stanislaw Halik
2013-09-18main: bump versionStanislaw Halik
2013-09-17main: use app instance, not some qt singletonStanislaw Halik
2013-09-17ui: Don't override default font family since Admc@ complains so muchStanislaw Halik
2013-09-17main: Enable X11 threads the idiomatic wayStanislaw Halik
2013-09-17Remove asinine commentStanislaw Halik
2013-09-17ui: Enable antialiasingStanislaw Halik
2013-09-17main: Use proper locale for asciiz conversionStanislaw Halik
2013-09-17Check .ini access rights on LinuxStanislaw Halik
2013-09-17main: -Wall cleanStanislaw Halik
2013-09-17main ui: appease GNU CC -WreorderStanislaw Halik
2013-09-17Sprinkle some volatileStanislaw Halik
These data members are accessed without a lock.
2013-09-17Rename axes in dialog to commonly used termsStanislaw Halik
2013-09-15Simplify tracker APIStanislaw Halik
No need to have a separate finalization function, can just as well sleep in the destructor.
2013-09-15New PT from Patrick Ruoff adapted to LinuxStanislaw Halik
2013-09-15Bump versionStanislaw Halik
2013-09-15Don't use tracker.cpp indirection for updating zeroingStanislaw Halik
2013-09-15Only use mm timers during trackingStanislaw Halik
2013-09-15Fix MSVC build. Also, minor reformatStanislaw Halik
2013-09-15Merge branch 'master' of github.com:opentrack/opentrackStanislaw Halik
Conflicts: facetracknoir/tracker.cpp ftnoir_filter_accela/ftnoir_filter_accela.cpp ftnoir_filter_accela/ftnoir_filter_accela.h ftnoir_filter_base/ftnoir_filter_base.h ftnoir_filter_ewma2/ftnoir_filter_ewma2.cpp ftnoir_filter_ewma2/ftnoir_filter_ewma2.h
2013-09-14Unbreak Windows buildStanislaw Halik
2013-09-14filter API: Remove implementation detail. Sprinkle constStanislaw Halik
2013-09-14Actually check for X11, not UnixStanislaw Halik
2013-09-14Init X11 threads on Q_OS_UNIXStanislaw Halik
2013-09-14Remove outdated signal connectionsStanislaw Halik
2013-09-14Don't duplicate event handlers for every config reloadStanislaw Halik
2013-09-14Clean up preprocessor mingw-ismsStanislaw Halik
No functional changes.
2013-09-14Recent braino resulted in double free in error pathStanislaw Halik
2013-09-14Reduce macro scopeStanislaw Halik
2013-09-14Unbreak Windows partiallyStanislaw Halik
2013-09-14Open-code always-constant paramsStanislaw Halik
2013-09-14Refresh splines only onceStanislaw Halik
2013-09-14Rename for clarityStanislaw Halik
2013-09-14Absolutely no need to update tracker hereStanislaw Halik
2013-09-14Remove useless commentStanislaw Halik