Wayne Stambaugh
605d0ab3c1
Fix exit dialog issue on GTK3 builds.
The main text was cut off at the bottom. Enabling wrapping seemed to
resolve the issue.
7 years ago
jean-pierre charras
95af750fc9
Very minor fix in dialog_exit_base.
7 years ago
Jeff Young
e9a80a5d7f
Some minor dialog layout fixups.
7 years ago
Jeff Young
d8d4f75fa1
Fix button order and genralize Exit dialog so it can be shared more.
This also fixes a bunch of bugs where an error during save would
still close the window (rather than cancelling the close action).
Fixes: lp:1785034
* https://bugs.launchpad.net/kicad/+bug/1785034
7 years ago
Jeff Young
2155dd6591
Simplify ExitDialog and make platform-compliant.
Put the buttons in platform-compliant order.
Get rid of SaveMultiOptions in favour of repeated standard save
dialogs with a "Apply to all" checkbox.
Fixes: lp:1783444
* https://bugs.launchpad.net/kicad/+bug/1783444
7 years ago
jean-pierre charras
bfeb61abef
Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version).
10 years ago
jean-pierre charras
63decd70e6
Minor fixes: Fix a few shadowed local variables, and deprecated warnings is a few dialogs generated by wxFormbuilder (using a very recent wxFormbuilder version, after apr 25, 2016)
10 years ago
Dick Hollenbeck
00d865c173
Enhance DIALOG_SHIM to optionally call SetFocus() after the derived class's constructor has been called, for wx 2.8 and wxGTK
13 years ago
jean-pierre charras
e90cc8adf5
All: added a standard exit dialog called by int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage )
Called when closing pcbnew, cvpcb and eeschema.
Minor code cleaning: remove duplicate or not used strings (mainly file extensions and wildcards)
14 years ago