summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/facetracknoir.cpp
AgeCommit message (Collapse)Author
2014-10-28renameStanislaw Halik
2014-10-28rename main window, no more "LaMe" capsStanislaw Halik
2014-10-28mv ui elts to common subdirStanislaw Halik
2014-10-25wrong place for impl detailsStanislaw Halik
2014-10-24nix ui taking too much vertical spaceStanislaw Halik
2014-10-22some ui fiddlingStanislaw Halik
2014-10-22_Exit(0) in ui dtorStanislaw Halik
2014-10-22null filter already added laterStanislaw Halik
2014-10-22simplify current t/p/f getterStanislaw Halik
2014-10-22retab onlyStanislaw Halik
2014-10-22whitespace onlyStanislaw Halik
2014-10-21ui: cleanup onlyStanislaw Halik
2014-10-21replace manual QWidget::move() with dialog flagStanislaw Halik
2014-10-21rename stuff for consistenceStanislaw Halik
2014-10-21fix crash at startupStanislaw Halik
2014-10-20refactor 2/nStanislaw Halik
2014-10-20declutter stuff outta UI classStanislaw Halik
2014-10-20refactor 1/2 (?)Stanislaw Halik
2014-10-19typo broke filter boxStanislaw Halik
Meant "x && t == x->type" but it's not necessary after all.
2014-10-19fix link errors on win32 -only-Stanislaw Halik
2014-10-19decruft moreStanislaw Halik
2014-10-19build breakageStanislaw Halik
Issue: #75 Reported-by: @runningman84
2014-10-19main: refactor interlocked partsStanislaw Halik
2014-10-19reduce leakage somewhat by using shared_ptrStanislaw Halik
Found-by: valgrind
2014-10-15drop decimal places for rot/trans in UIStanislaw Halik
2014-10-12spline editor needs discard changes on cancelStanislaw Halik
2014-10-04flush before windows breaks and data lossageStanislaw Halik
2014-09-22fixup! fix Linux buildStanislaw Halik
2014-09-22remove "second tracker" supportStanislaw Halik
Was always a kludge.
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-21reorder access(2) header for clarityStanislaw Halik
2014-09-21core: nix support for camera device identifierStanislaw Halik
2014-09-20avoid rebuild after commitStanislaw Halik
Issue: #59
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-17nix explicit mallocStanislaw Halik
simplifies, allows for copy operator
2014-09-13nix comment cancerStanislaw Halik
2014-08-30remove MSVC supportStanislaw Halik
Leave as-is to avoid unconditionally assuming GNU extensions and ABI
2014-07-11main ui: change profile cbx content when dir switchStanislaw Halik
2014-06-13Ding!Stanislaw Halik
Issue: #34
2014-01-15also free the second tracker's dialog windowStanislaw Halik
2014-01-15free dialog windows on tracking stoppageStanislaw Halik
This is necessary to make tracker dialogs non-modal, as otherwise invalid casts occur.
2014-01-14switch to new profile after using the 'save as' functionStanislaw Halik
2014-01-13hopefully work around tracker thread freeze on exit (issue #18)Stanislaw Halik
Reported-by: @chsims1 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2014-01-05fix the issue at all call sitesStanislaw Halik
2014-01-05hopefully prevent busy-looping when changing profile directoriesStanislaw Halik
2014-01-05don't modify state by glorified tracker nameStanislaw Halik
2014-01-05change icons, remove self-referencesStanislaw Halik
2014-01-05move axis inversion into the "mapping" windowStanislaw Halik
2014-01-01don't gray out the wrong buttons when trackingStanislaw Halik