]> git.sesse.net Git - nageru/commit
In Futatabi, make it possible to set custom source labels.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 17 Feb 2020 22:13:29 +0000 (23:13 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 17 Feb 2020 22:13:31 +0000 (23:13 +0100)
commit04738b0cecf5f7b6d988822c1d7595fdd52a496e
tree0d327d3404e4d1b0b3b0e9711e605ab938f0149f
parent622b1e84c60f315cf2980efbf1b54cc049a7d2ce
In Futatabi, make it possible to set custom source labels.

An operator was consistently confused by having 3 on a left camera
and 4 on a right camera, and wanted L3 and R4 labels, so here goes :-)
There's no auto-import from Nageru at this point; it needs to be set
using --source-label NUM:LABEL (or -l NUM:LABEL) from the command line.
futatabi/flags.cpp
futatabi/flags.h
futatabi/jpeg_frame_view.cpp
futatabi/jpeg_frame_view.h
futatabi/mainwindow.cpp