Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-17 | remove custom styles. use default Qt styles. | Stanislaw Halik | |
This is a major user-facing change. Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | fix more win32 typos | Stanislaw Halik | |
2013-10-16 | fix win32 typos | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | fix the damn mess | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | don't even display headpose when off | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | remove dead code | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | while here, remove dead code | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | fix wrong colors | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | while here, clean up -Wall -Wextra -pedantic | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | fix typo | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | initial implementation | Stanislaw Halik | |
To-be-reviewed-by: mm0zct | |||
2013-10-15 | use cast to fix qt5 breakage | Stanislaw Halik | |
2013-10-15 | fix MSVC 2010 build somewhat (?) | Stanislaw Halik | |
2013-10-15 | Fix lcdnum style, has to be flat, not sunken | Stanislaw Halik | |
2013-10-15 | correct some obsolete stuff | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-15 | fix includes | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
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 | |