Jeff Young
|
765606012f
|
Convert separate-compilation of selection.cpp to polymorphism.
|
2019-06-10 23:46:00 +01:00 |
Jeff Young
|
d2daab808c
|
Remove some legacy cursor handling stuff.
|
2019-05-31 21:54:22 +01:00 |
Jeff Young
|
0047f88f82
|
Mark unfold bus menu as clean so it doesn't get generated a second time.
Fixes: lp:1829878
* https://bugs.launchpad.net/kicad/+bug/1829878
|
2019-05-23 00:27:53 +01:00 |
Jeff Young
|
67cc2aac2e
|
Rework Eeschema find/replace for modern toolset.
Fixes: lp:1827274
* https://bugs.launchpad.net/kicad/+bug/1827274
Fixes: lp:1827240
* https://bugs.launchpad.net/kicad/+bug/1827240
|
2019-05-22 21:48:04 +01:00 |
Jeff Young
|
952108dd43
|
Implement SCH_SHEET_PIN selection, rotation and mirroring.
Fixes: lp:1829521
* https://bugs.launchpad.net/kicad/+bug/1829521
|
2019-05-18 00:23:12 +01:00 |
Jeff Young
|
fbb807f3bb
|
Move some more menu & toolbar items to modern toolset.
|
2019-05-16 19:57:06 +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 |
Jeff Young
|
f9e4ee1fc9
|
CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.)
|
2019-05-15 17:50:52 +01:00 |
Jeff Young
|
ef5c69167a
|
Start moving some LibEdit and SchEdit menubar menus to actions.
Also includes a bunch of bug fixes that got intermingled.
Fixes: lp:1828826
* https://bugs.launchpad.net/kicad/+bug/1828826
Fixes: lp:1828826
* https://bugs.launchpad.net/kicad/+bug/1828826
Fixes: lp:1828793
* https://bugs.launchpad.net/kicad/+bug/1828793
|
2019-05-13 21:44:29 +01:00 |
Jeff Young
|
25209516a6
|
Adjust net highlighting after edits.
Fixes: lp:1800291
* https://bugs.launchpad.net/kicad/+bug/1800291
|
2019-05-12 18:20:41 +01:00 |
Jeff Young
|
f602ccd814
|
Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL.
|
2019-05-12 13:47:08 +01:00 |
Jeff Young
|
7995b5cc3c
|
Restore selection on abort and undo/redo.
Also includes a related bug fix to not create an undo record for
the initial schematic cleanup.
Fixes: lp:1825975
* https://bugs.launchpad.net/kicad/+bug/1825975
|
2019-05-11 15:38:49 +01:00 |
Jeff Young
|
c1539ae014
|
Naming changes to reflect sharing between SchEdit and LibEdit.
|
2019-05-10 19:56:20 +01:00 |
Jeff Young
|
f3c95ad83c
|
Clean up the RepeatItem architecture and finish deleting the UndoItem facility.
|
2019-05-10 19:56:20 +01:00 |
Jeff Young
|
ea0941cab3
|
Implement modern tools for LibEdit.
|
2019-05-10 16:11:57 +01:00 |
Jeff Young
|
40f41133b3
|
Move Circle, Arc, Rectangle and PolyLine tools to modern toolset.
|
2019-05-10 16:11:57 +01:00 |
Jeff Young
|
a12d769074
|
Code clarification and commenting.
Also renames toolbar files to reduce confusion with the modern toolset
tool files.
|
2019-05-06 15:31:23 +01:00 |
Jeff Young
|
b7e67073ef
|
Fix bugs in bus unfold logic.
The worst of which left you in the bus unfold popup menu event loop
if you cancelled the menu by clicking outside it.
|
2019-05-05 19:48:11 +01:00 |
Jeff Young
|
0b2e1d00ea
|
Don't allow motion between two clicks of a dblclick to spoil forceHV.
|
2019-05-05 18:38:49 +01:00 |
Jeff Young
|
d881f4b21f
|
When unfolding a bus from the selection tool, stay in that tool.
|
2019-05-05 18:36:18 +01:00 |
Jeff Young
|
c4fac81dbb
|
Transition from bus to wire tool when unfolding bus.
|
2019-05-05 17:14:30 +01:00 |
Jeff Young
|
a42a4b0b52
|
Implement immediate bus unfold and add bus unfold to selection context menu.
|
2019-05-05 17:14:30 +01:00 |