7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-06 18:05:31 +00:00
kicad/pagelayout_editor
Tomasz Wlostowski 9963b9dd9f TOOL_INTERACTIVE: only create the context menu when we are running in GUI mode
TOOL_MENU::m_menu was unconditionally created by the TOOL_INTERACTIVE constructor, resulting in crashes if
we wanted to run the TOOLs in headless  mode, e.g. in unit tests. This commits makes
the creation of the menu object dependent on Pgm::IsGui().
2024-08-13 22:50:26 +02:00
..
dialogs Autosize bitmap buttons in wxFB. 2024-05-27 00:12:55 +03:00
tools TOOL_INTERACTIVE: only create the context menu when we are running in GUI mode 2024-08-13 22:50:26 +02:00
CMakeLists.txt Strip out no longer needed links on the top executables 2024-04-14 07:52:02 -04:00
files.cpp Error reporting for drawing sheet loading. 2024-06-24 20:22:29 +01:00
invoke_pl_editor_dialog.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
menubar.cpp AddMenuLanguageList should live in EDA_BASE_FRAME, its only user 2023-10-16 19:49:52 -04:00
pagelayout_editor_doc.icns Add document type icons 2024-02-09 15:55:57 -08:00
pagelayout_editor.icns Add document type icons 2024-02-09 15:55:57 -08:00
pl_draw_panel_gal.cpp Move drawing sheet datastructures to EDA_IU_SCALE. 2023-06-12 22:34:25 +01:00
pl_draw_panel_gal.h More worksheet -> drawing sheet cleanup. 2021-05-31 12:26:44 +01:00
pl_editor_frame.cpp Error reporting for drawing sheet loading. 2024-06-24 20:22:29 +01:00
pl_editor_frame.h Remove obsolete config_params.h includes 2023-09-25 20:40:29 -04:00
pl_editor_id.h Worksheet -> (industry standard) Drawing Sheet. 2021-02-22 17:35:46 +00:00
pl_editor_layout.cpp Move drawing sheet datastructures to EDA_IU_SCALE. 2023-06-12 22:34:25 +01:00
pl_editor_layout.h More EDA_RECE yeetage. 2022-08-31 17:19:50 +01:00
pl_editor_settings.cpp Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor_settings.h More header clean up. 2021-06-08 15:39:47 -04:00
pl_editor_undo_redo.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
pl_editor.cpp Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
toolbars_pl_editor.cpp Repair over-zealous application of grid origin dialog. 2023-08-29 12:21:21 +01:00