summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2013-08-06Conditionalize OpenCV supportStanislaw Halik
2013-08-06Fix more MinGW issuesStanislaw Halik
2013-08-06Fix MinGW build for dbaardaStanislaw Halik
2013-08-06Small thresholding tweakStanislaw Halik
2013-08-06Merge branch 'master' of https://github.com/opentrack/opentrackDonovan Baarda
2013-08-03Improve detection, draw marker bordersStanislaw Halik
2013-08-03Provide access to unfiltered, unmapped headpose for cameniStanislaw Halik
2013-08-03Tidy up tabs in ewma2 filter.Donovan Baarda
2013-08-03Tidy and optimize ewma2 filter.Donovan Baarda
2013-08-01Add Aruco library authorship informationStanislaw Halik
2013-08-01Include protocol- and tracker-specific files in the install dirStanislaw Halik
2013-08-01Default to 1k 'reduction factor' in Accela, as per polling intervalStanislaw Halik
2013-08-01Fix ewma2 bitrot (by dbaarda)Stanislaw Halik
2013-08-01Don't confuse pitch axes on coplanar surfaceStanislaw Halik
2013-07-31Gaussian blur instead of downsamplingStanislaw Halik