jean-pierre charras
|
1406341d2d
|
Fix a few doxygen errors (no actual code change)
|
2023-04-19 16:20:24 +02:00 |
Jon Evans
|
dd94b2d3a7
|
Rename PROPERTIES to STRING_UTF8_MAP for clarity
This class has nothing to do with the properties system
|
2022-11-06 11:51:52 -05:00 |
Thomas Pointhuber
|
8ef7252330
|
altium: Don't use string concatenation for paths pointing in the compound file
* std::vector do not need to be split apart again
* supports backslash in footprint names
|
2022-02-19 16:46:20 +01:00 |
Thomas Pointhuber
|
f92c1341a2
|
altium: Move file loading from altium_pcb into altium_*_plugin
|
2022-01-17 19:54:27 +01:00 |
david-beinder
|
a9b4465703
|
Altium import: Use UTF16 string table for PCB texts
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7948
|
2021-11-12 14:49:22 +00:00 |
Thomas Pointhuber
|
e6c047896c
|
altium: introduce progress reporting, fix possible nullptr when reading 3D models
|
2021-06-26 12:54:31 +02:00 |
Jeff Young
|
5fa5a73c6d
|
File open/import progress dialogs.
Fixes https://gitlab.com/kicad/code/kicad/issues/6864
Fixes https://gitlab.com/kicad/code/kicad/issues/2166
|
2021-06-23 23:55:54 +01:00 |
Wayne Stambaugh
|
06aa1506ee
|
Add optional project parameter to PCB plugin load method.
The optional PROJECT parameter is primarily used for third party plugins
that need to store project information loaded by the plugin.
|
2020-12-18 10:40:51 -05:00 |
Jeff Young
|
84dd5108ba
|
Remove some "class_" prefixes from files.
|
2020-11-13 15:16:23 +00:00 |
Thomas Pointhuber
|
a03fb7a9a8
|
Altium: Refactor and add initial structure for schematic importer
altium: move pcbnew/altium2kicadpcb_plugin -> pcbnew/plugins/altium
See: https://gitlab.com/kicad/code/kicad/-/issues/4412
|
2020-08-23 19:01:08 +00:00 |