75 Commits (a27e4246e0897d03a33120b402c5aea0060319b9)

Author SHA1 Message Date
Jeff Young 69afa27a5f Implement ACTION_TOOLBAR and update some of the menus to ACTION_MENU. 7 years ago
Jeff Young 25209516a6 Adjust net highlighting after edits. 7 years ago
Jeff Young c1539ae014 Naming changes to reflect sharing between SchEdit and LibEdit. 7 years ago
Jon Evans e0ada1379f Allow clearing PcbNew highlight through cross-probing 7 years ago
Jeff Young 1a007c3e4b Implement SCH_SELECTION_TOOL (but still with legacy semantics). 7 years ago
Jeff Young b63fab92cf Move Eeschema net highlighting to modern toolset. 7 years ago
jean-pierre charras 59e6d3bf22 Ensure netlist is always up to date when creating a netlist. 7 years ago
Jon Evans 94ba1bcb87 Update connection graph before sending netlist to pcbnew 7 years ago
Jeff Young d88df890ed Fix merge issue between fetch netlist stuff and new connectivity graph. 7 years ago
Jeff Young 77f15eeeaf Support synchronous messaging over KIWAY EXPRESS. 7 years ago
Jeff Young 684bb62fd8 Escape slashes in labels and netnames. 7 years ago
Seth Hillbrand 643d9901c7 eeschema: Refresh canvas after clearing 7 years ago
jean-pierre charras 56879a964b Fix cross-probing issue when a net or pin name contains a space. 7 years ago
jean-pierre charras 7ad21fefe5 Cross probing: Trying to fix a crash, certainly due to a call to clear the HIGHLIGHTED flag of a structure that is not a EDA_ITEM. 7 years ago
jean-pierre charras fb35a7c8b4 Eeschema highlight symbols (cross probing) fix a few issues. 7 years ago
Seth Hillbrand ed506dd05e eeschema: Prevent excess link updates 7 years ago
jean-pierre charras 58036382c1 eeschema: Fix slow redraw on net highlighting (by redrawing only modified items) 7 years ago
Jeff Young 84c14c2971 Fix updating of the schematic symbols after a library save. 7 years ago
jean-pierre charras 906c08afc6 Cross probing: ensure highlighted net in Eeschema is shown when cross probed from Pcbnew. 7 years ago
Tomasz Wlostowski 90c7c60471 eeschema-gal: initial GALified version. Lots of stuff still to do! 7 years ago
Jeff Young a9c8a7b69c Remove unused warp mouse parameter. 7 years ago
Jeff Young d8d4f75fa1 Fix button order and genralize Exit dialog so it can be shared more. 7 years ago
Simon Richter 7e47ef7471 Fix warnings for unreferenced local variables 8 years ago
Jeff Young b24b0d5dfe Dialog-ize CvPcb and implement proper Save. 8 years ago
Maciej Suminski 1f078f533b Refactor Eagle project import to use Kiway::ExpressMail() 8 years ago
Maciej Suminski 43523a6179 Options for board update KiWay request (MAIL_SCH_UPDATE[_REQUEST]) 8 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
Jon Evans ca264f8982 Add bidirectional net highlight cross-probing 8 years ago
Maciej Suminski 85be485c34 Enable long names for pin numbers and pads 8 years ago
Wayne Stambaugh f181961866 Remove excessive schematic symbol library re-linking. 9 years ago
jean-pierre charras 5b3d7962bb Fix questionable code and memory leak. 9 years ago
Kristoffer Ödmark dda51ab550 CrossProbes Schematics from eeschema to pcbnew 9 years ago
Simon Richter b0f9864bc4 Clean up warnings from exception handlers 9 years ago
Dick Hollenbeck 9ad49dc2d1 Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
Tomasz Wlostowski ee3418e90b One-click PCB update improvements 10 years ago
Dick Hollenbeck 8fb520249e Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file. 11 years ago
jean-pierre charras c6f4f15926 Eeschema: Minor code reorganization: 11 years ago
unknown d477004436 2 minor fixes. 11 years ago
Dick Hollenbeck 84a14c3a51 back annotation when CVPCB and EESCHEMA are running under KICAD 11 years ago
Dick Hollenbeck 7a129e167b Functional 12 years ago
Dick Hollenbeck 1648d7fd43 Get cross-probing working under the Kiway. 12 years ago
Dick Hollenbeck e47a2bc5d4 happy Easter 12 years ago
Dick Hollenbeck a985255f95 add back missing pcbnew cross probing event handlers. eeschema launches kiface versions of pcbnew & cvpcb if not single. 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Wayne Stambaugh 7d0ec1a138 More encapsulation work. 13 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 35749e57c4 Fix Eeschema find item bugs and other minor changes. 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh ebc7259a91 Rename WinEDA_App class to EDA_APP and remove redundant includes. 14 years ago
jean-pierre charras 92952b70aa Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 15 years ago