Clicking on a button to cycle around alternatives seems bad UI, so instead allow a specific filter view to be directly selected with a pop-up menu.
I'm not sure if this is a great improvement or not, but since I wrote it, here it is... Jon Turney (4): Build C++ code with -std=gnu++11 Change PickView::view into an enum Rename PickView::Package to PickView::PackagePending Use a pop-up menu to directly select chooser view filter Makefile.am | 9 +++-- PickView.cc | 52 ++++++++-------------------- PickView.h | 43 ++++++------------------ choose.cc | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- choose.h | 1 + ini.cc | 2 +- res.rc | 22 ++++++++++-- resource.h | 10 ++++++ 8 files changed, 164 insertions(+), 85 deletions(-) -- 2.8.3