summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_ht/video_widget.cpp
AgeCommit message (Collapse)Author
2013-10-15fix trackers for qt5Stanislaw Halik
Assorted changes: - make filenames unique, since automoc made a boo-boo - adjust include paths, "QtGui" -> "" - use std::shared_ptr in c++11 mode (thanks Patrick!) - make class names unique, automoc sucks, but saves typing - add a dummy class in one file since moronic automoc thinks every target contains Q_OBJECTS!!!
2013-04-27Fix embarassing locking but propagated through the codebase :(Stanislaw Halik
2013-04-27Remove redundant constantStanislaw Halik
2013-04-27Avoid crashes in video frameStanislaw Halik
2013-04-27Implement video widgets properly, so they're fast enoughStanislaw Halik
2013-04-27Get rid of last remnants of QOpenGLStanislaw Halik
2013-04-02Just put everything new in. Conflict resolution will be laterStanislaw Halik