Seth Hillbrand
d45f46a900
Extract PLUGIN_ACTION_SCOPE enum from api_plugin.h
Create lightweight plugin_action_scope.h containing only the enum class.
Replace #include <api/api_plugin.h> in eda_draw_frame.h with the new
header and a forward declaration of PLUGIN_ACTION.
This removes transitive includes wx/bmpbndl.h, wx/filename.h and
nlohmann/json_fwd.hpp from 79 TUs.
1 week ago
Jon Evans
a9ac108152
API: Preserve linked symbol properties in footprints
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21655
(cherry picked from commit 949be9a63a )
Co-authored-by: Jon Evans <jon@craftyjon.com>
3 months ago
Mike Williams
d5b0e64a1b
build: fixes
9 months ago
Mike Williams
f4659b4c4f
warnings: remove unused variables
9 months ago
Jon Evans
4dd39976a3
API: Add symbol path for footprint instances
See https://gitlab.com/kicad/code/kicad-python/-/issues/37
10 months ago
Jon Evans
5774338af2
Fix build with protobuf 30
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20300
12 months ago
Jon Evans
290dc417d9
API: Change macOS raise mechanism
Other mechanism didn't work universally
1 year ago
Jon Evans
3f7e459d62
API: add a schema for plugin config files
Also flip the dependence between json_schema_validator and kicommon,
and create a shared JSON_SCHEMA_VALIDATOR so that we don't have to
copy/paste the schema loading code as much
1 year ago
Jon Evans
1fa432b029
API: add GetKiCadBinaryPath
1 year ago
Wayne Stambaugh
89db935910
Housekeeping in include path sub-folders.
1 year ago
Seth Hillbrand
0b2d4d4879
Revise Copyright statement to align with TLF
Recommendation is to avoid using the year nomenclature as this
information is already encoded in the git repo. Avoids needing to
repeatly update.
Also updates AUTHORS.txt from current repo with contributor names
1 year ago
Jon Evans
2c56e9826a
API: Add serialization for netclasses
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18609
1 year ago
Jon Evans
1a3e18104a
API: Add access to project text variables
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16426
1 year ago
Jon Evans
2c94684f9f
API: Add a preferred plugin settings path
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9054
1 year ago
Jon Evans
3ebe124ae7
API: Add a mechanism to recreate Python environments
1 year ago
Jon Evans
9eda526871
API: Show API actions alongside SWIG action plugins in preferences
1 year ago
Jon Evans
c24103e259
API: logging and logic improvements to Python dep management
1 year ago
Jon Evans
96536f380d
API: refactor handlers to be slightly less verbose
1 year ago
Jon Evans
8ff3ef5fd5
API: Add ExpandTextVariables
1 year ago
Jon Evans
523fcc039f
API: Move trace macro to utils
1 year ago
Jon Evans
3129e072c4
API: Move graphics and text handling to common
Required moving API_HANDLER_COMMON out of kicommon
1 year ago
Jon Evans
c0d43c0c0c
API: Add serialization of FP_3DMODEL
1 year ago
Jon Evans
62df972c2d
API: implement serialization for ZONE
1 year ago
Jon Evans
033fb4fc8f
API: Add GetBoundingBox and Box2
1 year ago
Jon Evans
420ea9da9d
Add some logging to KINNG
1 year ago
Jon Evans
5120a3bd82
Fix incorrect lambda capture
2 years ago
Marek Roszko
eb38932d26
Fix capture lambda
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17757
2 years ago
Marek Roszko
c05ae0b32e
Fix another lambda capture
2 years ago
Alex Shvartzkop
cae631d7b7
Fix build error in API handler.
(cherry picked from commit 46e1839203 )
2 years ago
Jeff Young
494001ed4c
Harmonize more APIs.
2 years ago
Jon Evans
aff2d5c0d3
Factor out SHAPE_LINE_CHAIN utilities
2 years ago
Jon Evans
9c113b25a4
Allow turning the API server on/off at runtime
2 years ago
Jon Evans
1dbe78c68b
Add QA tests and expand serialization for API
2 years ago
Jon Evans
6bd02cae6d
Refactor; add user control over API server
2 years ago
Jon Evans
a3b6ab48a4
Add a new plugin system for the new API
2 years ago
Jon Evans
f613cd1cb4
ADDED: A new IPC API based on protobuf and nng
Details, documentation, and language bindings are works in
progress and will be evolving over the course of KiCad 9
development.
3 years ago