summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-15Try to unbreak mingw-w64 buildStanislaw Halik
2013-09-15Workaround GNU ld bugs with win32-specific stuffStanislaw Halik
2013-09-14Unbreak mingw-w64Stanislaw Halik
2013-09-14Unbreak Windows buildStanislaw Halik
2013-09-14Unbreak mingw-w64 buildStanislaw Halik
2013-09-14Don't leak any memory, ever (?)Stanislaw Halik
2013-09-14Even more dead codeStanislaw Halik
2013-09-14Play nice with IDE analysisStanislaw Halik
2013-09-14X-Plane: remove dead codeStanislaw Halik
2013-09-14filter API: Remove implementation detail. Sprinkle constStanislaw Halik
2013-09-14Use a sensible default for Accela zoom slownessStanislaw Halik
2013-09-14Use __declspec(dllimport)Stanislaw Halik
2013-09-14Remove incorrect copyright informationStanislaw Halik
2013-09-14Remove copy-pasted per-file revision historyStanislaw Halik
2013-09-14Handle hotplug camera indicesStanislaw 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-14Prevent text overlap with bigger fontsStanislaw 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-14Update copyright information for rewritten classStanislaw Halik
2013-09-14Remove useless commentStanislaw Halik
2013-09-14Open-code stuff that has no place outside ctorStanislaw Halik
2013-09-14Remove unused functionsStanislaw Halik
2013-09-14Cleanup the main class's file some more. Windows still broken.Stanislaw Halik
2013-09-14Move keyboard shortcuts to a new fileStanislaw Halik
Windows build could be interminently broken. Will resolve in following commits.
2013-09-14QFC: cleanup logic and unused stuffStanislaw Halik
2013-09-14QFC: Don't throttle as much, it's jerkyStanislaw Halik
2013-09-14throttle QFunctionConfigurator updatesStanislaw Halik
Don't consume whole CPU time when the spline editor control points are being dragged.
2013-09-14refactor QFunctionConfiguratorStanislaw Halik
While the API is more clear now and withstands config changes properly, there's a performance degradation while moving a spline point. It now refreshes whole spline.
2013-09-14Move spline configuration into separate fileStanislaw Halik
Unfortunately, there's still a circular dependency between spline configuration and the main widget which *still* contains the most logic for the software.
2013-09-14Fix splines not loading from ini without restartStanislaw Halik
It's still a mess, though.
2013-09-14Remove unused member variableStanislaw Halik
2013-09-14Downcase settings directory. Only affects LinuxStanislaw Halik
2013-09-14Run dos2unix on the tree. No user-facing changes.Stanislaw Halik
2013-09-14Remove the modal flag from PT settings dialogStanislaw Halik
2013-09-14Kludgily restore missing second tracker srcStanislaw Halik
2013-09-13Don't conditionalize Q_DECL_{IMPORT,EXPORT} for clarityStanislaw Halik
2013-09-13Don't expose filter internal state. Sprinkle some constStanislaw Halik
2013-09-13Correct Accela Mk3 default coefficientsStanislaw Halik
2013-09-13Fix include guardStanislaw Halik