77 Commits (6b7b6fa3e3960aeec405880a47f4c4f2330e872b)

Author SHA1 Message Date
Jeff Young e893ed4590 Pass symbol's netlist to footprint preview widget. 2 years ago
Jeff Young 071d8af5d7 Don't include text in footprint preview widget's autozoom. 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
Marek Roszko f8e33be07f Break out the boundary violating parts of gal into common through subclassing 2 years ago
Marek Roszko 22b733209d Fail GAL on its header leaking audit 2 years ago
Jeff Young c9fd03202a Generate an immediate refresh when loading new footprint. 2 years ago
Jeff Young e6b0a6abca ADDED: lib tree previews. 2 years ago
Mike Williams b1a388ca69 Grids: Support X and Y for all grids, add optional names 2 years ago
Jeff Young 8c29091001 Add a "hyperzoom" mode for debugging "up close". 2 years ago
Jeff Young d18b0c62f6 Make FOOTPRINT_PREVIEW_PANEL a FPHOLDER. 3 years ago
Jeff Young 5875f89531 Centralize text size clamping. 3 years ago
Jeff Young bbd6c80507 Collapse FP_* down into their PCB_* equivalents. 3 years ago
Jeff Young 725834b554 Don't use ViewBBox for zoom-to-fit. 3 years ago
Jeff Young c9351dfd67 Drawing improvements for symbol & footprint diffs. 3 years ago
Jeff Young 357427d803 Graphical diff for board vs library footprints. 3 years ago
Jeff Young 461def2719 Move automatic dimension processing inside PCB_DIMENSION_BASE. 3 years ago
Jeff Young 056349e5ea Units for footprint preview widgets. 3 years ago
Jeff Young 19d270fe74 Text size sanity checking for TEXT_ITEMS_GRID. 3 years ago
Seth Hillbrand 524b129c64 ADDED: Support for explicit DNP field 3 years ago
Mark Roszko b00178adb3 Nuke base_units from orbit 3 years ago
Marek Roszko bf964d8678 Commonize page_info by simply making the Iu scale a parameter on call. 3 years ago
Jeff Young 244042ce51 Keep footprint selection in Symbol Chooser history list. 4 years ago
Jeff Young 5e4a704155 Remove some more duplicated preferences. 4 years ago
Seth Hillbrand c15a9e60d4 Used cached footprints without check in preview 5 years ago
Jon Evans 6fa0ac45af Re-enable custom grid settings for Pcbnew 5 years ago
Jeff Young 93dc7feea3 Remove multi-threading for footprint loading. 5 years ago
jean-pierre charras 64f555079a Code cleanup related to zoom: 5 years ago
jean-pierre charras fcce62f0a4 cleanup related to zoom definitions 5 years ago
jean-pierre charras 71ab42e60a Minor fixes and cleanup related to zoom definitions. 5 years ago
Jeff Young bdbb68f813 MODULE -> FOOTPRINT. 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Jeff Young 92d84b0d67 Naming updates. 5 years ago
Mikolaj Wielgus d14761bee6 Fix inches being sometimes used instead of mils 5 years ago
Mikolaj Wielgus 400c15b8eb Add mils to units, remove useMils variables 5 years ago
Ian McInerney 265c6fa3b7 Improve color theme support in the footprint preview widget 5 years ago
jean-pierre charras 124afa5fc4 FOOTPRINT_PREVIEW_PANEL: Ensure we are never using the high contrast mode 5 years ago
Ben Ellis 4486b0b6d6 Fixed bounds checking. Not the root cause but keeps things from crashing. 5 years ago
Jeff Young f31139ac48 Don't copy from a running Pcbnew now that we have settings. 6 years ago
Jeff Young f84406009b Push a couple of layers of indirection out of grid settings. 6 years ago
Jon Evans 9916f24fab Split out footprint editor color settings 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Ian McInerney 7c61b83df6 Code cleanup 6 years ago
Ian McInerney 5e6c6e7e22 Fix memory leak in the footprint preview panel 6 years ago
Ian McInerney 5d46e721e5 pcbnew: Cleanup includes of pcbnew_id.h 6 years ago
Jeff Young 10c25a2290 Update frame type enum to match current class names. 6 years ago
Seth Hillbrand 5151cd0bfe C++14: Remove unused make_unique.h 6 years ago
Jeff Young 8f84c3ec4f Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 7 years ago
Jeff Young 6025256e07 Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 7 years ago
jean-pierre charras 568d4e2b19 Avoid including id.h in a lot of files that do not use it. 7 years ago