166 Commits (cc721c490767b480dbaab9f4482a448dbc220b75)

Author SHA1 Message Date
Jeff Young cc721c4907 Improve encapsulation of group internals. 2 years ago
Jeff Young 14d5a404b2 Don't leave deleted items in a group. 2 years ago
Jeff Young 8760bd8c80 Reconcile "apply defaults to new footprints" with DRC lib checks. 2 years ago
Marek Roszko 6b12a12b3e On second thought rename PROJECT_PCBNEW to PROJECT_PCB 2 years ago
Marek Roszko 7e8b18035f Eliminate the conditional pcbnew/cvpcb definition of PROJECT 2 years ago
Jeff Young ec97ac189c Fix typos in FOOTPRINT_EDIT_FRAME::SaveFootprintAs(). 2 years ago
Jeff Young c07e9c834f Validate new footprint / save as footprint info before exiting dialog. 2 years ago
Alex Shvartzkop 90eb59cf9f Fix saving a new footprint library. 2 years ago
Alex Shvartzkop e128896ba6 Schematic plugins refactoring, fixes for PCB plugins. 2 years ago
jean-pierre charras a7e74bf4bc Fix a few minor compil and Coverity warnings. 2 years ago
Alex Shvartzkop d02e4f3254 Fix PLUGIN_FILE_DESC copy warning, remove a leftover comment. 2 years ago
Alex Shvartzkop 76e0d5981d Import system refactor for PCB plugins. 2 years ago
Jeff Young 56752e9bad Move some MRU paths from app to project. 2 years ago
Mike Williams 3a7de82243 PCB: respect styling settings when inserting footprint from editor 2 years ago
Jeff Young db61fe03b3 Prefer MRU path to LastImportExportPath for importing footprints. 2 years ago
Ian McInerney d923b871d7 Remove group reference when exporting individual footprints 2 years ago
Ian McInerney 2fb6f19a84 Separate immediate and delayed action dispatch 2 years ago
Mike Williams 6d93950dcc PCB: abolish TEXT_TYPE::TEXT_is_* 2 years ago
Mike Williams 37837dc392 PCB: introduce PCB_FIELD_T 2 years ago
Mike Williams a859b25d2c PCB: convert footprints to use PCB_FIELDs for fields from schematics 3 years ago
Seth Hillbrand 14f6e32c74 ADDED: Change watcher for libraries 3 years ago
Jeff Young bbd6c80507 Collapse FP_* down into their PCB_* equivalents. 3 years ago
Jeff Young c4ef08bead Exercise more caution with user filenames. 3 years ago
Marek Roszko aacc9746e3 Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 3 years ago
jean-pierre charras df4f9d4c94 FP editor: fix crash when trying to save a footprint after removing its library 3 years ago
Seth Hillbrand 7e5a2450b8 Move multiple wxMessageBox to DisplayErrorMessage 3 years ago
Seth Hillbrand 2399759c03 Allow default sexpr libs to have '.' and no .pretty 3 years ago
Jeff Young 365674dfdf Footprints in the footprint editor can't be in a group. 3 years ago
Jeff Young fa679d3601 Pinned libs can also be found in program settings. 3 years ago
Jeff Young eb27a3f8b9 Added pinning support to various EDA_LIST_DIALOGs. 3 years ago
Jeff Young c6f83b6dec ADDED Duplicate Footprint, Rename Symbol and Rename Footprint. 4 years ago
Jeff Young 08f15fe587 ADDED New Library functionality to Footprint/Symbol Save As. 4 years ago
jean-pierre charras dbfdd3fb56 Fix some Coverity warnings. 4 years ago
Seth Hillbrand fab78af176 Remove TEDIT 4 years ago
jean-pierre charras a178de8744 FP editor: fix crash when trying to export a footprint to the board editor. 4 years ago
Jeff Young 85805b95ba Cancel or commit pad edit mode when switching footprints. 4 years ago
Jeff Young 5739505aa3 TextBoxes for PCBNew. 4 years ago
Wayne Stambaugh c154e85ebd Footprint editor: use most recently used path on footprint import. 4 years ago
Jeff Young ba6ae4fa9b Kicad has many plugins. This one is for the pcb. 4 years ago
Simon Schaak 5060c73625 Reject broken footprint files 4 years ago
Jeff Young 0826c26a18 Fix a few minor dialog issues. 4 years ago
jean-pierre charras 0533196294 Fix Coverity warnings 4 years ago
Seth Hillbrand f9c83dbc44 Fix footprint type memory 4 years ago
Jeff Young 574bef2237 Normalize drawing sheet path to env vars & prj, not just prj. 4 years ago
Jeff Young 0438a45176 Don't allow reentrancy into PlaceFootprint. 4 years ago
Seth Hillbrand 3e7310a219 Move FP type check to FP DRC 4 years ago
Seth Hillbrand c3b6939ea7 Allow quiet creation (scripting) 4 years ago
Seth Hillbrand 64be61b4d6 Allow user to set footprint type up front 4 years ago
Seth Hillbrand 963a8ee42d Warn users when creating footprints about mismatch 4 years ago
Jeff Young b84d1456d5 KIFACE_I -> KIFACE_BASE. 4 years ago