Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-05 | allow for 180 pitch | Stanislaw Halik | |
2014-10-05 | flush and push | Stanislaw Halik | |
2014-10-05 | flush | Stanislaw Halik | |
2014-10-04 | flush before windows breaks and data lossage | Stanislaw Halik | |
2014-10-03 | fix toggle axis enablement properly | Stanislaw Halik | |
2014-10-03 | prevent reset to origin on pause hotkey | Stanislaw Halik | |
Issue: #72 Reported-by: @Pretagonist | |||
2014-09-28 | fix pose digitcount | Stanislaw Halik | |
2014-09-27 | don't recalculate covariance for N frames like a drooling retard | Stanislaw Halik | |
2014-09-27 | whitespace only | Stanislaw Halik | |
2014-09-27 | options: move to base class for clarity | Stanislaw Halik | |
2014-09-27 | make stuff private, not protected | Stanislaw Halik | |
clang generates warnings for unused private stuff, so use that. | |||
2014-09-27 | gain: stupido | Stanislaw Halik | |
2014-09-26 | replace raw headpose box a bit | Stanislaw Halik | |
2014-09-25 | how about this no-feed image? | Stanislaw Halik | |
2014-09-25 | frames got clobbered, opencv sucks as usual | Stanislaw Halik | |
2014-09-25 | gain progress | Stanislaw Halik | |
2014-09-24 | reorder some widgets | Stanislaw Halik | |
2014-09-24 | fix UI somewhat | Stanislaw Halik | |
After @KyokushinPL made look-and-feel changes, fix Qt layouts and property values. | |||
2014-09-24 | stock octopus drawing | Stanislaw Halik | |
2014-09-24 | missing header | Stanislaw Halik | |
2014-09-24 | CRLF -> LF conversion .git/index removal | Stanislaw Halik | |
Forgot to do it earlier, hence trash commits in recent days | |||
2014-09-24 | gain: more work, still incomplete | Stanislaw Halik | |
2014-09-24 | half gain logic done | Stanislaw Halik | |
2014-09-24 | core: fix timer units | Stanislaw Halik | |
2014-09-24 | timer: convert to ms on demand | Stanislaw Halik | |
2014-09-24 | New UI | Andrew | |
2014-09-23 | fix warn !_WIN32 | Stanislaw Halik | |
2014-09-23 | qdebug harder | Stanislaw Halik | |
2014-09-23 | options: fix cookie logic | Stanislaw Halik | |
2014-09-22 | fix timer uninitialized memory access | Stanislaw Halik | |
2014-09-22 | fixup! fix Wine proto bitrot | Stanislaw Halik | |
2014-09-22 | get rid of evil CALLING_CONVENTION macro | Stanislaw Halik | |
2014-09-22 | options: bundle no longer a QObject | Stanislaw Halik | |
2014-09-22 | fixup! fix Linux build | Stanislaw Halik | |
2014-09-22 | fix Linux build | Stanislaw Halik | |
2014-09-22 | remove "second tracker" support | Stanislaw Halik | |
Was always a kludge. | |||
2014-09-22 | core: clean up dll logic | Stanislaw Halik | |
2014-09-22 | unused #define declspec dllimport -> #error | Stanislaw Halik | |
2014-09-22 | core: plugin-api.hpp now exclusively provides interface | Stanislaw Halik | |
2014-09-22 | only remove "no feed" image if tracker provides a video feed | Stanislaw Halik | |
2014-09-21 | indicate UI contains a "video feed" element | Stanislaw Halik | |
2014-09-21 | adjust some UI stuff, breaks muscle memory sadly | Stanislaw Halik | |
2014-09-21 | reorder access(2) header for clarity | Stanislaw Halik | |
2014-09-21 | use more savory UI style on win32 | Stanislaw Halik | |
2014-09-21 | core: nix support for camera device identifier | Stanislaw Halik | |
2014-09-21 | crop to make icon less bad | Stanislaw Halik | |
2014-09-21 | nix needless include, less rebuild time | Stanislaw Halik | |
2014-09-20 | avoid rebuild after commit | Stanislaw Halik | |
Issue: #59 | |||
2014-09-19 | reorder, pedantry | Stanislaw Halik | |
2014-09-19 | cleanup mapping codeopentrack-2.2-end-of-alpha | Stanislaw Halik | |
There was quite a bit of duplicated logic, which wasn't duplicated where it needed to be. Make functions out of the duplicated bits, then call where appropriate. Issue: #56 |