kicad/pcbnew/widgets
Jeff Young 9ef05fb762 Don't store document values in global PROPERTY_MANAGER.
At best it leads to the wrong units being used if they're different
between (for instance) PCB Editor and Footprint Editor.  (And this
will only get worse if we ever to to a single binary.)

At worst it causes crashes when accessing freed ORIGIN_TRANSFORMS.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16062
2023-11-10 18:37:29 +00:00
..
appearance_controls.cpp Upgrade BITMAP_TOGGLE and GRID_BITMAP_TOGGLE to wxBitmapBundle 2023-10-22 14:02:06 -04:00
appearance_controls.h Nullptr safety for various panels. 2023-09-25 12:35:54 +01:00
appearance_controls_base.cpp Vertically center wxGrid cells by default. 2023-09-18 17:15:34 +03:00
appearance_controls_base.fbp Vertically center wxGrid cells by default. 2023-09-18 17:15:34 +03:00
appearance_controls_base.h Remove board editor standard dialog button static line separators. 2023-01-09 08:49:38 -05:00
filedlg_hook_save_project.h Clean up extra control creator logic in pcbnew save file dialog 2022-12-17 23:37:24 +00:00
legacyfiledlg_netlist_options.h Split off the netlist export content helper but it's advancedcfg 2022-06-11 23:09:47 -04:00
panel_footprint_chooser.cpp Rewrite scoring algo again. (Third time's the charm?) 2023-11-08 12:33:09 +00:00
panel_footprint_chooser.h Rewrite scoring algo again. (Third time's the charm?) 2023-11-08 12:33:09 +00:00
panel_selection_filter.cpp PCB Editor: Locked filter unchecked by default 2023-01-23 11:36:06 +00:00
panel_selection_filter.h On-the-fly language updating for appearance panel & selection filter. 2022-02-19 14:59:51 +00:00
panel_selection_filter_base.cpp Remove board editor standard dialog button static line separators. 2023-01-09 08:49:38 -05:00
panel_selection_filter_base.fbp Remove board editor standard dialog button static line separators. 2023-01-09 08:49:38 -05:00
panel_selection_filter_base.h Remove board editor standard dialog button static line separators. 2023-01-09 08:49:38 -05:00
pcb_properties_panel.cpp Don't store document values in global PROPERTY_MANAGER. 2023-11-10 18:37:29 +00:00
pcb_properties_panel.h Fix Doxygen commenting issues. 2023-03-24 11:57:52 -04:00
pcb_search_pane.cpp Don't specify sizes when we don't need to. 2023-11-07 14:53:41 +00:00
pcb_search_pane.h PCB: add ratsnest to search pane 2023-08-17 10:25:40 -04:00
search_handlers.cpp Honour originTransforms in search panels. 2023-11-09 18:41:18 +00:00
search_handlers.h Fix a few (minor) compil warnings. 2023-08-26 09:40:09 +02:00