122 Commits (4f62960334545866c794222301019c42d10e38fe)

Author SHA1 Message Date
Jeff Young 7ccac79192 More wxString wide literals. 4 years ago
Jeff Young 5739505aa3 TextBoxes for PCBNew. 4 years ago
Jeff Young 2563518f3a Fix compile error. 4 years ago
Jeff Young fa908e1f98 Dimensions for footprints. 4 years ago
Jeff Young e26341d424 Cleanup. 4 years ago
Jeff Young ef74421922 Move centering of lib-tree item to idle event. 4 years ago
Wayne Stambaugh cf00319c85 More NULL expunging. 4 years ago
Wayne Stambaugh fbc135e69f Rename SCH_COMPONENT to SCH_SYMBOL. 4 years ago
Ian McInerney 23f8851409 Remove pcb_group include from board header 4 years ago
Seth Hillbrand 752ae4d519 Rename modification flag routines 4 years ago
Jon Evans 619a353c5e Decouple 3D view dirty marking and refresh 5 years ago
Jeff Young 52ca7ed27c Naming conventions. 5 years ago
Jeff Young a6c5c40f02 Fix another case of treating a modal return result as a bool. 5 years ago
Jeff Young 91e876ce0d Make sure the title is updated when file is saved/reverted/etc. 5 years ago
Jeff Young a868fb97b6 Preserve Uuids when editing board footprints. 5 years ago
Jeff Young 1c0d4ac02d Simplify some error messages. 5 years ago
Jeff Young f70153b849 Implement Group Properties in Footprint Editor. 5 years ago
Jeff Young bdbb68f813 MODULE -> FOOTPRINT. 5 years ago
Jeff Young 3451ac3088 PCB_MODULE_T -> PCB_FOOTPRINT_T 5 years ago
Jeff Young 9106cc19bf Yet another tranche of module -> footprint. 5 years ago
Jeff Young f5443de7f9 D_PAD -> PAD. 5 years ago
Jeff Young f7333ad64a Update some classnames including archaic zone names. 5 years ago
Jeff Young 812b714ccd More Module -> Footprint and a bit of formatting cleanup. 5 years ago
Jeff Young 6e0a40e32e Cleanup. Push more editing functions to toolset. 5 years ago
Jeff Young 4dc877d0e9 Module -> Footprint. 5 years ago
Jeff Young bfd8a62852 Formatting and naming conventions. 5 years ago
Jeff Young 2b5f7d594b Auto-zoom means auto-zoom. Other zoom settings do not. 5 years ago
Jeff Young 92d84b0d67 Naming updates. 5 years ago
Jeff Young 37906511f5 Class renaming. 5 years ago
Jeff Young 7a4900b8dc PCB_LINE_T -> PCB_SHAPE_T and PCB_MODULE_EDGE_T -> PCB_FP_SHAPE_T 5 years ago
Jon Evans 7c003f98d5 ADDED: Appearance panel for footprint editor 5 years ago
Jon Evans 18e17abd6a Rename "Keepout" to "Rule Area" 5 years ago
jean-pierre charras 9fdadcbcf5 EDA_BASE_FRAME::windowClosing( wxCloseEvent& event ): fix incorrect behavior. 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Jeff Young 4317881012 Improve delete-unused-layers to better handle multi-layer items. 5 years ago
Jon Evans 5d118b0700 More visibility settings infrastructure 5 years ago
Jeff Young da2b7071b4 WYSISYG custom pad editor. 5 years ago
Seth Hillbrand 8c57821e9b pcbnew: Move ratsnest items to separate folder 5 years ago
Jon Evans f2e003147e ADDED: Enable color themes for PcbNew printing 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Ian McInerney b9d8849b28 Unify unsaved changes detection logic in all frames 6 years ago
Jeff Young 102b530162 Fix library tree updating bug present at least on OSX. 6 years ago
Seth Hillbrand 6625d0721e Implement Get/Set display options 6 years ago
Jeff Young ddf887d24a Add layer selector to Footprint Editor for consistency. 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
jean-pierre charras cee1873fff Footprint editor: fix a crash when trying to edit the properties of a footprint not yet in tree (i.e. imported from file) 6 years ago
Jeff Young 6688e80131 Update description in footprint tree when it's edited. 6 years ago
Seth Hillbrand 494d0de9b8 Handle active layer overloading 6 years ago