Redesign WinBoard Load Engine dialog
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 30 Oct 2017 17:11:24 +0000 (18:11 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 30 Oct 2017 19:27:30 +0000 (20:27 +0100)
commitbc72fe0bf97a02ce30add62fd0275bca4a6ee11d
treeb3c488b7b1e73f2139a0aa263e5e35984888a1fd
parentee5c4592139dec24b8514a6fd217600fa414a9a3
Redesign WinBoard Load Engine dialog

The checkboxes for protocol choice are replaced by a combobox, which
also contains an autodetect option. This is encoded through the kludge
of setting isUCI = 3.
 The fields that do not usually have to be specified are now put in
group boxes, which make it more clear the user can ignore them.
For this a ew control type GroupBox had to be defined, and supported
in the GenericPopup.
backend.c
backend.h
winboard/wsettings.c