summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/facetracknoir.h
AgeCommit message (Collapse)Author
2014-10-28renameStanislaw Halik
2014-10-28rename main window, no more "LaMe" capsStanislaw Halik
2014-10-28whitespace onlyStanislaw Halik
2014-10-21ui: cleanup onlyStanislaw Halik
2014-10-21rename stuff for consistenceStanislaw Halik
2014-10-20declutter stuff outta UI classStanislaw Halik
2014-10-20refactor 1/2 (?)Stanislaw Halik
2014-10-19fix link errors on win32 -only-Stanislaw Halik
2014-10-19decruft moreStanislaw Halik
2014-10-19main: refactor interlocked partsStanislaw Halik
2014-10-19reduce leakage somewhat by using shared_ptrStanislaw Halik
Found-by: valgrind
2014-10-15add-commentStanislaw Halik
2014-10-12spline editor needs discard changes on cancelStanislaw Halik
2014-10-04flush before windows breaks and data lossageStanislaw Halik
2014-09-24missing headerStanislaw Halik
2014-09-22remove "second tracker" supportStanislaw Halik
Was always a kludge.
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-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-07-27rename file so that name makes any senseStanislaw Halik
2014-07-11main ui: change profile cbx content when dir switchStanislaw Halik
2014-06-11remove unused headerStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2014-01-05hopefully prevent busy-looping when changing profile directoriesStanislaw Halik
2013-12-31finish renameStanislaw Halik
2013-12-31main: use settings frameworkStanislaw Halik
2013-11-05possibly really fix the crash on macosxStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-30pass warnsStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-27force font DPI again, it breaks in qt5 with resolution changesStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-23Really fix the build this timeStanislaw Halik
2013-10-23Fix MSVC brain damageStanislaw Halik
2013-10-23integrate Git version in the titlebarStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-20add kbd shortcut for quitting the softwareStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-17fix UI after changesStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-16fix the damn messStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-16initial implementationStanislaw Halik
To-be-reviewed-by: mm0zct
2013-10-15correct some obsolete stuffStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-09-19ui: cleanup unused functionsStanislaw Halik
2013-09-17Check .ini access rights on LinuxStanislaw Halik
2013-09-15Don't use tracker.cpp indirection for updating zeroingStanislaw Halik
2013-09-15Fix MSVC build. Also, minor reformatStanislaw Halik
2013-09-14Unbreak Windows buildStanislaw Halik
2013-09-14Clean up preprocessor mingw-ismsStanislaw Halik
No functional changes.
2013-09-14Rename for clarityStanislaw Halik
2013-09-14Remove unused functionsStanislaw Halik
2013-09-14Move keyboard shortcuts to a new fileStanislaw Halik
Windows build could be interminently broken. Will resolve in following commits.