Jeff Young
|
bddc97df30
|
LibEdit -> SymbolEditor
|
2020-10-31 10:28:21 +00:00 |
Wayne Stambaugh
|
c9fa46ace8
|
Eeschema: allow symbols to be edited in place.
ADDED: Support to allow schematic symbols to be edited in place.
|
2020-09-01 07:28:20 -04:00 |
Jeff Young
|
2017389f2d
|
Pinning for library trees in FPEditor and SymbolEditor.
Fixes https://gitlab.com/kicad/code/kicad/issues/2288
|
2020-02-14 00:10:40 +00:00 |
Seth Hillbrand
|
7c28c3838a
|
Comment-only changes
Makes class comments conform to coding standards
|
2020-01-10 16:43:01 -08:00 |
Jeff Young
|
3cdf88f2c6
|
CERN copyrights for work packages.
|
2019-08-14 09:35:15 +01:00 |
Jeff Young
|
de67f3f1e9
|
Move a few more things to ACTIONs.
|
2019-06-16 19:53:30 +01:00 |
Jeff Young
|
909aeba3d9
|
Transition some more stuff from the MVC view to the controller.
|
2019-06-16 19:53:30 +01:00 |
Jeff Young
|
e606587ff6
|
Move remaining Symbol Tree ctx menu cmds to ACTIONS.
Also moves the various Player instantiators down into COMMON_TOOLS
for better sharing.
|
2019-06-10 23:46:00 +01:00 |
Jeff Young
|
469fc3b572
|
Finish moving symbol editor tree context menu to ACTIONs.
|
2019-06-05 23:29:59 +01:00 |
Jeff Young
|
2d40425e4d
|
Move footprint & symbol tree context menus to tool infrastructure.
Fixes: lp:1831692
* https://bugs.launchpad.net/kicad/+bug/1831692
|
2019-06-05 20:16:48 +01:00 |
Jeff Young
|
33773bad4d
|
Yet more command conversions to ACTIONs.
|
2019-06-02 21:10:56 +01:00 |
Jeff Young
|
7f1ed30ff5
|
Move DeMorgan handling to ACTIONs.
|
2019-06-01 23:03:24 +01:00 |
Jeff Young
|
39b91c90dd
|
Moved more operations to ACTIONs.
|
2019-06-01 23:03:24 +01:00 |
Jeff Young
|
927d2a645c
|
Move LibEdit Save operations to ACTIONS.
|
2019-05-27 11:58:55 +01:00 |
Jeff Young
|
69afa27a5f
|
Implement ACTION_TOOLBAR and update some of the menus to ACTION_MENU.
This gives us better separation of MVC in line with the design of
the modern toolset. It also reduces a whole bunch of duplicated
data.
|
2019-05-15 17:50:52 +01:00 |