]> git.sesse.net Git - nageru/commit
Remove the QCustomPlot dependency.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 14 Nov 2022 23:07:06 +0000 (00:07 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 14 Nov 2022 23:12:42 +0000 (00:12 +0100)
commit5e77e932e6a5795882ecba1b3f62a26523863179
tree1545089c234615da08eac86324601434260d3e97
parent02a1350ca615535cc4d5e5f72e191ff34905b25f
Remove the QCustomPlot dependency.

This was becoming more a liability than an asset, so replace it with
some custom drawing code. It's not 100% as nice, but pretty close.
README
meson.build
nageru/analyzer.cpp
nageru/analyzer.ui
nageru/rgb_histogram.cpp [new file with mode: 0644]
nageru/rgb_histogram.h [new file with mode: 0644]