199 Commits (d65d41286f895dc1099fe36e919c8b6e0d5a6673)

Author SHA1 Message Date
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 11 months ago
jean-pierre charras edd7f5e229 BOARD_COMMIT::Revert(): protect against null pointer. 1 year ago
jean-pierre charras b2be5798cd Fix a typo probably due to a paste command. 1 year ago
Jeff Young 94f995c49e Reduce dependency on dynamic_cast. 1 year ago
jean-pierre charras 4ce9648d34 Fix a few minor Coverity and compil warnings. 1 year ago
Tomasz Wlostowski a4936964e2 pcbnew: fix rebase issue in BOARD_COMMIT 2 years ago
Tomasz Wlostowski 048bbcb02b BOARD_COMMIT: allow to make PCB-editor specific commits outside the actual pcbnew 2 years ago
jean-pierre charras 8d53090581 Pcbnew: fix 2 issues after removing a track, especially ending on a teardrop 1 year ago
Jeff Young b8819b4636 Another reduction in asserts. 1 year ago
Seth Hillbrand cc850d0da0 Split out LSEQ/LSET from LAYER_ID 1 year ago
JamesJCode 36c33e1ad4 Call board listeners after updating connectivity 1 year ago
Jeff Young 9fb07d886e PCB_GENERATOR_Ts are PCB_GROUP_Ts too. 1 year ago
JamesJ 951065390e Add composite update callback to BOARD_LISTENER 2 years ago
Jeff Young 4ed2a0674a Minor cleanup. 2 years ago
Seth Hillbrand 6a8d2a7eb3 Store group id rather than group 2 years ago
Jeff Young e445249720 ADDED: PCB tables. 2 years ago
Jeff Young 995c4af51d Deleted items must have their ownership changed to undo/redo. 2 years ago
Jeff Young eacebe63f1 We do undo on individual footprint children now. 2 years ago
Jeff Young 07cefa7883 More active tracking of undo/redo items. 2 years ago
Jeff Young f4e123f57e !m_isBoardEditor != m_isFootprintEditor. 2 years ago
Marek Roszko a282762686 Fix pcb drc in cli due to awkward !m_isBoardEditor logic with more awkward logic 2 years ago
Jeff Young 9d88a9f60a Fix typo causing OnItemsChanged() to get called too often. 2 years ago
Jon Evans d50e0811fb Fix QA build 2 years ago
Jon Evans a46d409ec6 Make sure grouping commits follow board editor path 2 years ago
Jeff Young d6b39c672e Footprint editor items always get added to footprint. 2 years ago
Jeff Young e55ec85e19 Remove added items from group on revert. 2 years ago
Jeff Young 1f627a3a75 Fix two unrelated bugs in ungroup. 2 years ago
Jeff Young 08a00633b1 Make sure child items get edit flags cleared in commit. 2 years ago
Jeff Young 1b0cc82c56 Move a couple of stragglers to BOARD_COMMIT. 2 years ago
Jeff Young b29a56530c Remove undo-of-ungroup hack. 2 years ago
Jeff Young 9fb06f95a0 Fix msys2 build. 2 years ago
Jeff Young ea3c87f243 Move group/ungroup to COMMIT infrastructure. 2 years ago
Jeff Young ca8cb5a206 Fix typo. 2 years ago
Jeff Young cc721c4907 Improve encapsulation of group internals. 2 years ago
Jeff Young 791aa64950 Functionally it's a "reference image". 2 years ago
Jeff Young 504652b972 Regularize RunOnChildren() at the BOARD_ITEM level. 2 years ago
Alex Shvartzkop be72e07e61 Introduce PCB_GENERATOR. 2 years ago
Jeff Young 2d762acc7d Remove accidentally-checked-in debugging code. 2 years ago
Jeff Young 69a1b30b8a Implement undo/redo around Pad Edit Mode changes. 2 years ago
Mike Williams 3cd25f0045 PCB: add ratsnest to search pane 2 years ago
Jeff Young b986391a04 Remove stale teardrops before rebuilding connectivity. 2 years ago
Marek Roszko 812143ac69 ADDED: Run PCB DRC via cli 2 years ago
Jeff Young e2aa3aae8a Don't delete items out from under undo lists. 2 years ago
Jeff Young a09a5cb641 More undo cleanup. 2 years ago
Jeff Young 1218f61d0a Implement undo/redo for footprint children. 2 years ago
Jeff Young c3222b0652 Clear edit flags on footprint children in footprint editor. 2 years ago
Jeff Young d02e94805a Store original boardItem (before promoting ent.m_item to parent footprint). 2 years ago
Jeff Young cf8294b5c2 Remove a bunch of blind (and a few redundant) static_casts. 2 years ago
Jeff Young 67c9d3932b Another attempt to fix qa error. 2 years ago
Jeff Young 9ff33e5ec6 Remove BOARD_COMMIT( TOOL_MANAGER ). 2 years ago