7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-06 18:05:31 +00:00
kicad/pagelayout_editor
Seth Hillbrand 77797103f7 Add ability to embed files in various elements
Schematics, symbols, boards and footprints all get the ability to store
files inside their file structures.  File lookups now have a
kicad-embed:// URI to allow various parts of KiCad to refer to files
stored in this manner.

kicad-embed://datasheet.pdf references the file named "datasheet.pdf"
embedded in the document.  Embeds are allowed in schematics, boards,
symbols and footprints.  Currently supported embeddings are Datasheets,
3D Models and drawingsheets

Fixes https://gitlab.com/kicad/code/kicad/-/issues/6918

Fixes https://gitlab.com/kicad/code/kicad/-/issues/2376

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17827
2024-07-15 16:06:55 -07:00
..
dialogs Autosize bitmap buttons in wxFB. 2024-05-27 00:12:55 +03:00
tools Add ability to embed files in various elements 2024-07-15 16:06:55 -07: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