Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-31 | pose-widget, tracker/{aruco,pt}: check more often for widget visibility | Stanislaw Halik | |
It looks weird otherwise. | |||
2016-07-23 | tracker/{aruco,pt}: draw the whole image rectangle | Stanislaw Halik | |
This fixes forced hidpi | |||
2016-07-23 | tracker/{aruco,pt}: only check window visibility once every two seconds | Stanislaw Halik | |
The check is becoming more expensive with more positions checked. | |||
2016-07-16 | gui, tracker/{aruco,pt}, api: detect whether widget is visible on screen | Stanislaw Halik | |
Sadly, it's only implemented right now on win32. Remove "set enabled" code for the video widget since it only works for explicit window minimization, not covering by other windows. | |||
2015-12-20 | tracker/pt: only show widget if the frame is visible | Stanislaw Halik | |
2015-12-20 | tracker/pt: don't resize twice in widget | Stanislaw Halik | |
Fix typo. | |||
2015-12-19 | tracker/pt: avoid widget temp QImage allocation | Stanislaw Halik | |
2015-12-18 | tracker/pt: avoid widget malloc when able | Stanislaw Halik | |
2015-12-18 | tracker/pt: optimize widget | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |