summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
AgeCommit message (Collapse)Author
2014-09-27gain: stupidoStanislaw Halik
2014-09-26replace raw headpose box a bitStanislaw Halik
2014-09-25how about this no-feed image?Stanislaw Halik
2014-09-25frames got clobbered, opencv sucks as usualStanislaw Halik
2014-09-25gain progressStanislaw Halik
2014-09-24reorder some widgetsStanislaw Halik
2014-09-24fix UI somewhatStanislaw Halik
After @KyokushinPL made look-and-feel changes, fix Qt layouts and property values.
2014-09-24stock octopus drawingStanislaw Halik
2014-09-24missing headerStanislaw Halik
2014-09-24CRLF -> LF conversion .git/index removalStanislaw Halik
Forgot to do it earlier, hence trash commits in recent days
2014-09-24gain: more work, still incompleteStanislaw Halik
2014-09-24half gain logic doneStanislaw Halik
2014-09-24core: fix timer unitsStanislaw Halik
2014-09-24timer: convert to ms on demandStanislaw Halik
2014-09-24New UIAndrew
2014-09-23fix warn !_WIN32Stanislaw Halik
2014-09-23qdebug harderStanislaw Halik
2014-09-23options: fix cookie logicStanislaw Halik
2014-09-22fix timer uninitialized memory accessStanislaw Halik
2014-09-22fixup! fix Wine proto bitrotStanislaw Halik
2014-09-22get rid of evil CALLING_CONVENTION macroStanislaw Halik
2014-09-22options: bundle no longer a QObjectStanislaw Halik
2014-09-22fixup! fix Linux buildStanislaw Halik
2014-09-22fix Linux buildStanislaw Halik
2014-09-22remove "second tracker" supportStanislaw Halik
Was always a kludge.
2014-09-22core: clean up dll logicStanislaw Halik
2014-09-22unused #define declspec dllimport -> #errorStanislaw Halik
2014-09-22core: plugin-api.hpp now exclusively provides interfaceStanislaw Halik
2014-09-22only remove "no feed" image if tracker provides a video feedStanislaw Halik
2014-09-21indicate UI contains a "video feed" elementStanislaw Halik
2014-09-21adjust some UI stuff, breaks muscle memory sadlyStanislaw Halik
2014-09-21reorder access(2) header for clarityStanislaw Halik
2014-09-21use more savory UI style on win32Stanislaw Halik
2014-09-21core: nix support for camera device identifierStanislaw Halik
2014-09-21crop to make icon less badStanislaw Halik
2014-09-21nix needless include, less rebuild timeStanislaw Halik
2014-09-20avoid rebuild after commitStanislaw Halik
Issue: #59
2014-09-19reorder, pedantryStanislaw Halik
2014-09-19cleanup mapping codeopentrack-2.2-end-of-alphaStanislaw 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
2014-09-18cleanup qfcStanislaw Halik
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again.
2014-09-18Revert "initialize COM on _WIN32 as per Win32 API"Stanislaw Halik
This reverts commit 03e4d58bbbbfb5d841354a34a2e2dc317b189deb. Issue: #53 Ironically breaks Windows open/save dialogs
2014-09-17add remap labelsStanislaw Halik
Issue: #52
2014-09-17nix explicit mallocStanislaw Halik
simplifies, allows for copy operator
2014-09-17initialize COM on _WIN32 as per Win32 APIStanislaw Halik
For API correctness only. It worked without issues since ever.
2014-09-17keep using raw headpose in uiStanislaw Halik
Issue: #52
2014-09-17hook up axis src logicStanislaw Halik
Issue: #52
2014-09-17simplify alt axis logicStanislaw Halik
2014-09-17hook up axis source optionsStanislaw Halik
Issue: #52
2014-09-17ctor brevityStanislaw Halik
2014-09-13nix comment cancerStanislaw Halik