This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH setup 0/4] Use a pop-up menu to select chooser view filter


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]