177 Commits (3d72b245f992db8b8ff070623accd3a7845c0d3c)

Author SHA1 Message Date
Seth Hillbrand f66cbaf43a ADDED: Stacked pin notation support 1 month ago
Jeff Young be0da70839 Shutdown safety. (Possibly KICAD-8S0.) 3 months ago
Alex Shvartzkop 4a5039c2cf Remove some unused variables. 4 months ago
Jeff Young 06dcb64ad8 Harden progress reporter API against misuse. 5 months ago
Ian McInerney 85810510f4 Tweak toolbar settings a bit 8 months ago
Ian McInerney 548334b4e2 Load toolbar configuration from settings 8 months ago
Ian McInerney 7ad1103f55 Move toolbars to a serializable storage format 8 months ago
Jeff Young 9083c9e6ab Remove dead code. 9 months ago
Wayne Stambaugh d53ed205f2 CvPcb and Eeschema part 1 housekeeping. 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Jeff Young b8819b4636 Another reduction in asserts. 1 year ago
Jeff Young 02bc093b55 Use consistent sorting for footprint libs. 1 year ago
Alex Shvartzkop 16e3692e71 Build time optimizations. 1 year ago
Jeff Young bf2b3b0b0f Deconflict some LIB_TREE_ITEM APIs so they can remain non-const. 2 years ago
Marek Roszko ce672f926c Unbind some cvpcb frame events in destructor 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
Alex Shvartzkop ff49d5ada9 Fix ambiguous overloads on wx 3.3 2 years ago
Marek Roszko 11de95778b Unwrap the FROM_UTF8 macro in favor of direct function 2 years ago
Ian McInerney 2fb6f19a84 Separate immediate and delayed action dispatch 2 years ago
Jeff Young cf4f0723f8 Select first unassigned symbol when running CvPCB. 2 years ago
Marek Roszko d2c0f5fc2a More wxSing 3 years ago
Wayne Stambaugh f28ea5e784 Remove standard dialog button static line separators. 3 years ago
Brian Fiete f88064ba55 Cursor backtrack fix for cvpcb filter string 3 years ago
Scott Hanson ed42f95794 CVPCB: Add warning if footprint is missing 3 years ago
Scott Hanson 5b9fcc0ba0 Cvpcb: Reload footprint libraries in CVPCB 3 years ago
Jeff Young 1fcd7d6285 Move cvpcb filter to a timer. 3 years ago
Jeff Young 64a6fc0fd4 Push UNITS_PROVIDER down into a low-level mixin. 3 years ago
Jeff Young 1e1aedbe30 Fix uninitialized variable. 3 years ago
Jeff Young d2712bac37 Try and reduce opportunity for lost keystrokes. 3 years ago
Jeff Young 1be8adebf5 Restore fix for #10029. 3 years ago
jean-pierre charras 66febafb9c Fix cross-probing from Cvpcb to Eeschema, broken by commit 3a76d426 3 years ago
Alex 3a76d42630 Cross-probing/selection for multiple items (PCB -> SCH) 3 years ago
Jeff Young 66d6a5a9dd Performance improvements for CvPCB. 3 years ago
Jeff Young e9478191e0 Cleanup. 3 years ago
Jeff Young e10158ff10 ADDED show pin names on footprint pads when assigning to symbol. 3 years ago
Jeff Young fa679d3601 Pinned libs can also be found in program settings. 3 years ago
Jeff Young a9e18c68a7 Add pinned library support to CvPCB. 3 years ago
jean-pierre charras ecc464e846 Cvpcb: fix crash on opening Cvpcb, due to a null pointer use. 3 years ago
Jeff Young 8d1523b22c Save cvpcb filter text. 3 years ago
jean-pierre charras be35b0783a Cvpcb: fix SaveAssociations. Save association to disk only from the Apply button. Previously, the association was saved to disk also on OK button click. 4 years ago
Seth Hillbrand 3ff87858de Prevent cvpcb from losing text focus on filter 4 years ago
Jeff Young 1b2a278de9 Don't put "exclude from board" symbols in CvPCB netlist. 4 years ago
Jeff Young 7a879c6a2d Naming conventions. 4 years ago
Jeff Young 956ec5b17c Work around the train-wreck that is wxString::Format. 4 years ago
Jeff Young b84d1456d5 KIFACE_I -> KIFACE_BASE. 4 years ago
Jeff Young 9c78e4cf54 Mac needs different font size handling than MSW & GTK. 4 years ago
Jeff Young fbee62fc15 Tie font size scaling to when automatic icon scaling fails. 4 years ago
Jeff Young 7a822b55aa Another round of changes to attempt to fix the GTK font size issue. 4 years ago
Jeff Young 41619ebbe2 Decouple PROGRESS_REPORTER interface from implementations. 4 years ago