Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-15 | fix trackers for qt5 | Stanislaw 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-12 | add Crapple macam latest cvs snapshot | Stanislaw Halik | |
Works with 32-bit apps, provided that quicktime is supported Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-09 | tag 2.0a3opentrack-2.0a3 | Stanislaw Halik | |
2013-10-09 | use native background color in spline dialog | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-09 | fix widget positioning | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-09 | fix: Reset the view zero pos on start | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-08 | update readme and other cruft | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-08 | actually fix FG this time | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-08 | correct fgfs protocol bitrot | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-08 | Temporary fix for bad label size on Linux | Stanislaw 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-19 | clean up implicit conversions float -> double | Stanislaw Halik | |
2013-09-19 | don't redefine dinput version that much | Stanislaw Halik | |
2013-09-19 | shortcuts: use win32 headers properly | Stanislaw Halik | |
2013-09-19 | hpp: remove unused function, PT dropped support | Stanislaw Halik | |
2013-09-19 | ui: cleanup unused functions | Stanislaw Halik | |
2013-09-19 | ui: clean up ::showHeadPose() | Stanislaw Halik | |
2013-09-18 | main: bump version | Stanislaw Halik | |
2013-09-17 | main: use app instance, not some qt singleton | Stanislaw Halik | |
2013-09-17 | ui: Don't override default font family since Admc@ complains so much | Stanislaw Halik | |
2013-09-17 | main: Enable X11 threads the idiomatic way | Stanislaw Halik | |
2013-09-17 | Remove asinine comment | Stanislaw Halik | |
2013-09-17 | ui: Enable antialiasing | Stanislaw Halik | |
2013-09-17 | main: Use proper locale for asciiz conversion | Stanislaw Halik | |
2013-09-17 | Check .ini access rights on Linux | Stanislaw Halik | |
2013-09-17 | main: -Wall clean | Stanislaw Halik | |
2013-09-17 | main ui: appease GNU CC -Wreorder | Stanislaw Halik | |
2013-09-17 | Sprinkle some volatile | Stanislaw Halik | |
These data members are accessed without a lock. | |||
2013-09-17 | Rename axes in dialog to commonly used terms | Stanislaw Halik | |
2013-09-15 | Simplify tracker API | Stanislaw Halik | |
No need to have a separate finalization function, can just as well sleep in the destructor. | |||
2013-09-15 | New PT from Patrick Ruoff adapted to Linux | Stanislaw Halik | |
2013-09-15 | Bump version | Stanislaw Halik | |
2013-09-15 | Don't use tracker.cpp indirection for updating zeroing | Stanislaw Halik | |
2013-09-15 | Only use mm timers during tracking | Stanislaw Halik | |
2013-09-15 | Fix MSVC build. Also, minor reformat | Stanislaw Halik | |
2013-09-15 | Merge branch 'master' of github.com:opentrack/opentrack | Stanislaw 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-14 | Unbreak Windows build | Stanislaw Halik | |
2013-09-14 | filter API: Remove implementation detail. Sprinkle const | Stanislaw Halik | |
2013-09-14 | Actually check for X11, not Unix | Stanislaw Halik | |
2013-09-14 | Init X11 threads on Q_OS_UNIX | Stanislaw Halik | |
2013-09-14 | Remove outdated signal connections | Stanislaw Halik | |
2013-09-14 | Don't duplicate event handlers for every config reload | Stanislaw Halik | |
2013-09-14 | Clean up preprocessor mingw-isms | Stanislaw Halik | |
No functional changes. | |||
2013-09-14 | Recent braino resulted in double free in error path | Stanislaw Halik | |
2013-09-14 | Reduce macro scope | Stanislaw Halik | |
2013-09-14 | Unbreak Windows partially | Stanislaw Halik | |
2013-09-14 | Open-code always-constant params | Stanislaw Halik | |
2013-09-14 | Refresh splines only once | Stanislaw Halik | |
2013-09-14 | Rename for clarity | Stanislaw Halik | |
2013-09-14 | Absolutely no need to update tracker here | Stanislaw Halik | |
2013-09-14 | Remove useless comment | Stanislaw Halik | |