summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/FTNoIR_PT_Controls.ui
AgeCommit message (Collapse)Author
2018-08-03tracker/pt: add green only harderStanislaw Halik
Issue: #808
2018-01-25tracker/pt: expose camera settings groupboxStanislaw Halik
Issue: #718
2018-01-19tracker/pt: fix .qrc file locationStanislaw Halik
2018-01-19tracker/pt: fix broken resourcesStanislaw Halik
Spotted by: @cpuwolf Issue: #718
2018-01-10tracker/pt: fix dynpose label font styleStanislaw Halik
2017-10-29tracker/pt: remove dubious grayscaling modesStanislaw Halik
2017-10-20tracker/pt: grayscaling modes workStanislaw Halik
2017-10-13tracker/pt: add threshold slider state descriptionStanislaw Halik
Isolate point radius code and reuse it.
2017-10-08tracker/pt: grayscale methods workStanislaw Halik
- fix a braino (don't divide by two) - default to exact averaging, not perceptual weighted - use more specific cv::addWeighted
2017-09-23tracker/pt: fix tab order for new LED modeStanislaw Halik
2017-09-22tracker/pt: add color extraction modesStanislaw Halik
2017-07-07tracker/pt: specify dynamic pose is only for capsStanislaw Halik
Reported-by: @Len62 as https://github.com/opentrack/opentrack/issues/644#issuecomment-313649989
2017-06-18tracker/pt: maybe prevent reflowStanislaw Halik
2017-04-18tracker/pt: fix tab order in dialogStanislaw Halik
2017-03-28tracker/pt: show calibration sample count in UIStanislaw Halik
2016-12-09few: fix spacers breaking layout reflowStanislaw Halik
2016-11-12tracker/steamvr: add broken versionStanislaw Halik
We still need axis-angle <-> rmat and euler with different order helpers.
2016-09-17gui: prevent stderr whining on setting dialog fixed sizeStanislaw Halik
Adjust dialogs.
2016-09-17tracker/{pt,aruco}: enable camera dialogStanislaw Halik
Suggested-by: MathijsG Issue: #454
2016-09-05tracker/{aruco,pt}: remove camera settings buttonStanislaw Halik
It's broken and users complain on the issue tracker. Also fix tab stops.
2016-08-15tracker/pt: make calibration less confusing in dialogStanislaw Halik
- change button text to "stop calibration" and "start calibration" respectively. - gray out the values while calibration is running - run calibration at 10 Hz on a separate timer from dialog update Issue: #416
2016-02-09gui: scale properly on high-DPI screensStanislaw Halik
Previously high DPI made the main screen all out of whack, unreadable and unusable.
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224