kicad/cvpcb
Ian McInerney b1240b5b1e Gracefully shutdown tools when frames are closed
If the tools are not gracefully exited, then the stack variables are
never destroyed, so variable lifetime issues can occur.

Fixes https://gitlab.com/kicad/code/kicad/issues/1753
2020-02-05 22:23:24 +00:00
..
dialogs Implement Get/Set display options 2019-11-07 08:26:44 -08:00
tools Gracefully shutdown tools when frames are closed 2020-02-05 22:23:24 +00:00
CMakeLists.txt Convert all CMake paths to absolute instead of relative 2020-01-22 23:27:20 +00:00
auto_associate.cpp cvpcb: cleanup include statements 2019-08-12 14:19:01 -04:00
auto_associate.h cvpcb: Replumb the footprint association system 2019-08-12 14:19:01 -04:00
cfg.cpp Fix a bunch of un-caught boost::bad_pointer exceptions. 2020-01-12 19:55:00 +00:00
components_listbox.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
cvpcb.cpp Python scripting: fix a crash with some pythons scripts calling BOARD::ComputeBoundingBox() 2019-10-05 10:39:33 +02:00
cvpcb.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
cvpcb_association.h cvpcb: Add undo/redo functionality to the associations 2019-08-12 14:19:01 -04:00
cvpcb_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb_id.h Actionize cvpcb 2019-08-12 14:19:01 -04:00
cvpcb_mainframe.cpp Gracefully shutdown tools when frames are closed 2020-02-05 22:23:24 +00:00
cvpcb_mainframe.h Fix a bunch of un-caught boost::bad_pointer exceptions. 2020-01-12 19:55:00 +00:00
display_footprints_frame.cpp Gracefully shutdown tools when frames are closed 2020-02-05 22:23:24 +00:00
display_footprints_frame.h Comment-only changes 2020-01-10 16:43:01 -08:00
footprints_listbox.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
library_listbox.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
listbox_base.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
listboxes.h Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
menubar.cpp Add save item to cvpcb toolbar and make it conditional 2019-12-19 15:35:11 +00:00
readwrite_dlgs.cpp Workaround an issue where a throw terminates (even when there's a catch for it). 2019-08-31 15:18:27 +01:00
toolbars_cvpcb.cpp Add save item to cvpcb toolbar and make it conditional 2019-12-19 15:35:11 +00:00