Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-14 | tracker: reduce sleep if taking too long | Stanislaw Halik | |
2014-06-14 | lerp: didn't work at all, now does | Stanislaw Halik | |
2014-06-14 | timer: switch to nanosecond precision | Stanislaw Halik | |
2014-06-14 | lerp class to simplify filter flow | Stanislaw Halik | |
2014-06-13 | Ding! | Stanislaw Halik | |
Issue: #34 | |||
2014-06-13 | ui: enablement -> enable | Stanislaw Halik | |
2014-06-11 | Fix Windows performance counters | Stanislaw Halik | |
2014-06-11 | Fix OSX high resolution timers | Stanislaw Halik | |
2014-06-11 | remove unused header | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-06-11 | implement a high-precision timer | Stanislaw Halik | |
untested on OSX so far Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-02-10 | don't load spline config twice | Stanislaw Halik | |
2014-01-15 | also free the second tracker's dialog window | Stanislaw Halik | |
2014-01-15 | free dialog windows on tracking stoppage | Stanislaw Halik | |
This is necessary to make tracker dialogs non-modal, as otherwise invalid casts occur. | |||
2014-01-14 | switch to new profile after using the 'save as' function | Stanislaw Halik | |
2014-01-14 | pitch axis needs inverting too for FT protocol | Stanislaw Halik | |
2014-01-13 | remove hatire tracker | Stanislaw Halik | |
hatire tracker's unmaintained, unused and has an obvious crash bug The following line: data[frame_cnt] = (long) HAT.Code; contains an arbitrary offset dereference. It's obvious now that the code has only been compile-tested. Because no one reported the issue, it's safe to assume it has no users. If it gets users and becomes actively maintained, it'll return. -sh | |||
2014-01-13 | flip tcomp axis for freetrack protocol | Stanislaw Halik | |
It's the easy way out, for now. Need to align 6DOF conventions of all available trackers, eventually | |||
2014-01-13 | hopefully work around tracker thread freeze on exit (issue #18) | Stanislaw Halik | |
Reported-by: @chsims1 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-01-13 | fix typo | Stanislaw Halik | |
2014-01-13 | change translation scale back. units in millimeters for most trackers | Stanislaw Halik | |
2014-01-12 | fix qfc display artifacts & bugs | Stanislaw Halik | |
2014-01-12 | fix qfc persisting despite cancel | Stanislaw Halik | |
2014-01-08 | fix settings race switching back and forth | Stanislaw Halik | |
with thanks to George Trigonakis for pointing out | |||
2014-01-06 | rename curves -> mapping | Stanislaw Halik | |
2014-01-05 | remove dead code that now barfs on stderr | Stanislaw Halik | |
2014-01-05 | remove dead code | Stanislaw Halik | |
2014-01-05 | resize filter groupbox | Stanislaw Halik | |
2014-01-05 | fix the issue at all call sites | Stanislaw Halik | |
2014-01-05 | hopefully prevent busy-looping when changing profile directories | Stanislaw Halik | |
2014-01-05 | remove unused member variable | Stanislaw Halik | |
2014-01-05 | remove settings dialog copypasted all over, losing functionality | Stanislaw Halik | |
2014-01-05 | decruft | Stanislaw Halik | |
2014-01-05 | don't modify state by glorified tracker name | Stanislaw Halik | |
2014-01-05 | be bit more careful with signals firing | Stanislaw Halik | |
2014-01-05 | allow for debugging setting modified state firing | Stanislaw Halik | |
2014-01-05 | remove empty dtor | Stanislaw Halik | |
2014-01-05 | change icons, remove self-references | Stanislaw Halik | |
2014-01-05 | rename window titles following the fork | Stanislaw Halik | |
2014-01-05 | move axis inversion into the "mapping" window | Stanislaw Halik | |
2014-01-04 | add aruco sample printout | Stanislaw Halik | |
2014-01-03 | rename "curves" to "mapping" | Stanislaw Halik | |
2014-01-03 | reload combobox item to avoid empty w/ just one item | Stanislaw Halik | |
2014-01-03 | How about an octopus instead? | Stanislaw Halik | |
2014-01-01 | remove outdated comment | Stanislaw Halik | |
2014-01-01 | don't gray out the wrong buttons when tracking | Stanislaw Halik | |
2014-01-01 | base spline widget size on config size | Stanislaw Halik | |
2014-01-01 | get rid of useless active profile icon | Stanislaw Halik | |
2014-01-01 | load right profile when using multiple ones (duh) | Stanislaw Halik | |
2014-01-01 | reload profile list when saving a new one | Stanislaw Halik | |
2014-01-01 | reload profile combobox at appropriate time and place | Stanislaw Halik | |