summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-13Fix include guardStanislaw Halik
2013-09-13Remove copypasta entirely in shared object loadingStanislaw Halik
2013-09-13Reduce copy-pasted code during dynamic library loadStanislaw Halik
2013-09-13Remove per-file version history. Be careful not to touch copyright information.Stanislaw Halik
2013-09-13Make Accela dialog non-modalStanislaw Halik
2013-09-13Allow for editing filter settings while the software is runningStanislaw Halik
2013-09-13Reorder side effects to avoid use-after-freeStanislaw Halik
2013-09-13Cleanup unused functionsStanislaw Halik
2013-09-13Allow for changing keyboard shortcuts while the tracker is runningStanislaw Halik
2013-09-02Remove dead codeStanislaw Halik
2013-09-02UI cleanup, tracking overlay already provides that information. Expose one ↵Stanislaw Halik
internal value less.
2013-08-24Workaround camera frame-retrieval badnessStanislaw Halik
2013-08-24Undo the filtering clusterfuck following discussion with dbaardaStanislaw Halik
2013-08-19Revert "High-frequency timer does nothing with sleep interval, it turns out"Stanislaw Halik
This reverts commit c6e5a5f449f95a833b826ebfae870a2e519fcfa0. Actually, it does for Sleep(x) where x > 1 and x < 15, but only for Windows newer than XP. Next time let's check for ourselves instead of using obsolete info from the 'net...
2013-08-19Simplify Accela's UI and preset equationsStanislaw Halik
2013-08-19Don't assume or use 1ms interval, on Windows it gets rounded to 15.6 ms anywayStanislaw Halik
2013-08-19High-frequency timer does nothing with sleep interval, it turns outStanislaw Halik
2013-08-15Merge pull request #1 from dbaarda/tidy/ewma2Stanislaw Halik
Tidy/ewma2
2013-08-15Merge branch 'master' of https://github.com/opentrack/opentrack into tidy/ewma2Donovan Baarda
2013-08-15working magnetic correction at lastmm0zct
2013-08-11Merge branch 'master' of https://github.com/opentrack/opentrackDonovan Baarda
2013-08-10Fix non-FaceAPI build (thanks dbaarda)Stanislaw Halik
2013-08-09Merge branch 'master' of https://github.com/opentrack/opentrackDonovan Baarda
2013-08-07Merge branch 'master' of https://github.com/opentrack/opentrackDonovan Baarda
2013-08-06DecruftStanislaw Halik