7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-12 00:29:29 +00:00
kicad/qa
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
..
data Changed ERC Label caps check to check Power Symbols 2024-07-11 18:45:35 +00:00
mocks Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
pcbnew_utils Migrate Altium pcblib test to BOOST_DATA_TEST_CASE and use FootprintNeedsUpdate for equality checking 2024-05-12 18:41:31 +02:00
qa_utils Fix compilation error caused by trying to include boost/test/data/test_case.hpp by default 2024-05-12 17:29:40 +02:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
tests Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
tools Coding policy fixes. 2024-05-23 07:59:45 -04:00
CMakeLists.txt Move tests around 2023-04-24 22:09:36 -04:00