66 Commits (aceed2b0a4c82a046490ff88e6d08f78a3f16466)

Author SHA1 Message Date
Joshua Redstone ee428876ec ADDED: Group/Ungroup function 5 years ago
Jeff Young efc3f8c29d Remove unused nets when updating PCB. 5 years ago
Jeff Young 7340c97ef9 Undo for schematic-wide operations. 5 years ago
Seth Hillbrand 491ac0256d pcbnew: Add a number of missing handles for module zones 6 years ago
Oleg Endo 7bf8a744f1 add support for board listeners 6 years ago
Jeff Young d69ebfae49 Push tool framework base down into TOOL_HOLDER. 6 years ago
Seth Hillbrand 8c19b4b6ae pcbnew: Adding arcs to PNS 7 years ago
Jeff Young d8cd48aa7f Allow duplication of module texts from board editor. 6 years ago
Jeff Young 490bc2874f Clean up board commit a bit. 6 years ago
jean-pierre charras bc5dcf182f keepout in footprint: fix some crashes and issues. Create a specific type (PCB_MODULE_ZONE_AREA_T) for zones in footprint. The new class (MODULE_ZONE_CONTAINER) is the same as ZONE_CONTAINER, but the type ID is PCB_MODULE_ZONE_AREA_T instead of PCB_ZONE_AREA_T. 6 years ago
Ross Schlaikjer 64a42ffa35 Add keepout in footprints: Starting point. 6 years ago
Jeff Young 10c25a2290 Update frame type enum to match current class names. 6 years ago
Seth Hillbrand ec3158d03a pcbnew: Don't clear module flags on revert 6 years ago
Jeff Young 945eaceb91 Try and keep POINT_EDITOR and SELECTION_TOOL from fighting with drawing tool. 7 years ago
Jeff Young 8f84c3ec4f Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 7 years ago
Seth Hillbrand d1877d7c1b Moving modules from DLIST to std::deque 7 years ago
Jeff Young 7553cc2651 Clean up some dangling legacy odds and ends. 7 years ago
Jon Evans 52a9e68093 Store items changed by connectivity algorithm in undo list 7 years ago
Jeff Young f602ccd814 Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL. 7 years ago
Jeff Young 7995b5cc3c Restore selection on abort and undo/redo. 7 years ago
Jeff Young dae41b7460 Remove legacy segment-based zones. 7 years ago
Seth Hillbrand 583e0173b9 pcbnew: Fix ratsnest display 7 years ago
Seth Hillbrand 4460313104 pcbnew: Separating connectivity to subdir 7 years ago
Jeff Young a02e83ebdb Remove deleted footprints from selection. 7 years ago
Jeff Young f06bf81651 Don't deselected items that have been deleted. 7 years ago
Seth Hillbrand b3a5e08c2f pcbnew: Rename PCB_ZONE_T and remove from connectivity 7 years ago
Seth Hillbrand 491098af35 pcbnew: Deselect all items in a delete commit at once 7 years ago
Seth Hillbrand 7470d5ba98 pcbnew: retain selection between edits 7 years ago
Jeff Young a40ab768fc Allow deletion of non-Reference/non-Value module text items. 7 years ago
Jeff Young 84151990cd Don't set dirty bit when adding MARKERs. 8 years ago
Maciej Suminski 3e54e16bdc Update ratsnest after a footprint change 8 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
Maciej Suminski 9c2d1cf890 Fixed BOARD_COMMIT::Revert() 8 years ago
Tomasz Włostowski 00ad8f24a0 pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
Tomasz Włostowski c9817df9db refactoring: implemented BOARD-specific view Add()/Remove()/Update() methods in PCB_VIEW, moved to libpcbcommon 8 years ago
Tomasz Włostowski d0ef881a53 refactoring: make BOARD_COMMIT independent from pcbnew 8 years ago
Maciej Suminski 05ab44f463 Fixed a memleak when no undo entry is requested in BOARD_COMMIT 8 years ago
jean-pierre charras 56d42c776a Replace assert() by wxASSERT to make debug more easy. 8 years ago
Tomasz Włostowski c6a0ad895b pcbnew: code formatting, removed previous module editor copy/paste functions 8 years ago
Tomasz Włostowski 5731000135 pcbnew/copy&paste: multiple improvements: 8 years ago
Tomasz Włostowski 931a1ccaff Improved copy/paste functionality by Kristoffer: 8 years ago
Tomasz Włostowski c229063d9e Fixed crash when redrawing ratsnest after swapping pad net assignments 9 years ago
Seth Hillbrand 8201e2cbff Footprint editor crashes when deleting pads and undoing this command. 9 years ago
Tomasz Włostowski 9ad886344b New connectivity algorithm. 9 years ago
Tomasz Włostowski 966052272f Coding style fixes 9 years ago
Tomasz Włostowski 9e73c3117e Added possibility to disable undo entries creation in COMMIT/BOARD_COMMIT 9 years ago
Jon Evans 0afb249447 Add drawing priority support to VIEW 9 years ago
Maciej Suminski 3c61b16e7b Code formatting 9 years ago
Maciej Suminski c96db4f5c4 Removed aCreateUndoEntry flag from COMMIT::Push() 9 years ago
Maciej Suminski 89055c4425 Code formatting 9 years ago