141 Commits (4c83b0a94df2b4087699287434a03852a91188e5)

Author SHA1 Message Date
Jon Evans 167f45ca2b Refactor COMMON_ACTIONS into a base and derived class 9 years ago
Maciej Suminski 4ffd3c8511 Fix ratsnest after running DRC 9 years ago
Dick Hollenbeck 2adfb09d0e Pcbnew: display unconnected net count in DRC dialog. 9 years ago
Simon Richter 91e953868a DRC: Test all segments 9 years ago
jean-pierre charras e15ad9350f Fix issue from rev 6994 "Run DRC" from plot dialog crashes on Linux. 9 years ago
jean-pierre charras 62bf20271b Pcbnew, dialog plot: add a button (Run DRC) to run the DRC from the plot dialog. 9 years ago
jean-pierre charras 3f2b15711c Fix bug: DRC report to File crashes Pcbnew, if the file cannot be created (for instance if the CWD is not writable, or if the path does not exist) 10 years ago
jean-pierre charras bcd345c29f Fix issues in dialog drc: because it is not modal, DRC parameters and unit selection can be modified outside the dialog, still opened. Now, the new parameters are taken in account. 10 years ago
Andrew Zonenberg e91dab816c Pcbnew DRC: allow technical->copper pad overlap 10 years ago
Maciej Suminski 75c8094b5a Make DRC markers not editable with the standard tools (GAL). 10 years ago
unknown 1ee7458140 1. Fixed copy paste error in append_board_to_current.cpp ruining a if else condition, should fix a possible bounding box computation bug 10 years ago
jean-pierre charras ad48723deb Update 2 footprint wizard python scripts to display the value of parameters in the window messages. DRC: do not generate warnings for pads which are only on tech layers and over a hole. 10 years ago
jean-pierre charras 4fc230b773 Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts. 10 years ago
unknown fa9727b3e3 Drc dialog, progress bar: fix issue on OSX. 10 years ago
jean-pierre charras 169905d26e Drc dialog: fix some issues, and mainly the fact the progress bar shown during track tests and zone filling can be sent to the background and the dialog can be closed during tests or the board edited during tests. 10 years ago
jean-pierre charras d6c6b4debb Fix some coverity warnings (mainly not initialized vars). 11 years ago
jean-pierre charras ebb967c46f Pcbnew: fix issues and potential issues when reading board files and mainly old board files, and enhance the DRC tests and Delete Single Pad Net option when reading a netlist: 11 years ago
unknown c8d69f19c8 Pcbnew: add drc test for texts on copper layer (only in full drc test, not in on line drc), from a patch sent by Simon Schumann 11 years ago
Dick Hollenbeck 06bf0821b9 fix LSET() constructors, formatting 12 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 12 years ago
Maciej Suminski f31f92e45e Fixes the bug that causes pcbnew crash, when there are multiple net classes and the plot dialog was opened. 12 years ago
Maciej Suminski d9eb15c9fa Moved NETCLASSES to BOARD_DESIGN_SETTINGS. 12 years ago
Lorenzo Marcantonio 3f2c0e1a8d TRACK/SEGVIA cleanup 12 years ago
Maciej Suminski ba275918e3 Renamed [class_]drawpanel_gal.[cpp|h] to [class_]draw_panel_gal.[cpp|h] to follow current naming scheme. 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Maciej Suminski ef1ed9646a DRC markers are drawn in GAL canvases. 12 years ago
Maciej Suminski f7d00a393b Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago
Maciej Suminski 75026d8754 Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago
jean-pierre charras 3354bdde05 Pcbnew: fix bug #1272714 . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape. 12 years ago
jean-pierre charras 612e2ddb4a fix bugs 1264240, 1264247, 1264239, 1264233 (clang report errors) 12 years ago
Lorenzo Marcantonio e0303a4558 - New typedef LAYER_MSK to encapsulate a layer bitmap 13 years ago
Wayne Stambaugh 25e7abec0d Encapsulation, bug, context menu string, and, coding policy fixes. 13 years ago
Dick Hollenbeck 76e21c28a4 EAGLE_PLUGIN now establishes (trace_min), (via_min_size), (via_min_drill), and Default Net's (clearance) 13 years ago
Wayne Stambaugh f8a56d446f Base object decoupling improvements. 13 years ago
jean-pierre charras 018b080001 Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 14 years ago
Wayne Stambaugh 57d75a75a8 More internal unit improvements. 14 years ago
Dick Hollenbeck 9e2eb0c856 see CHANGELOG.txt 14 years ago
Dick Hollenbeck 6c04e60587 see CHANGELOG.txt 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
jean-pierre charras 4565308d63 Eeschema: fix bug #919636 14 years ago
Wayne Stambaugh c2e5fcaec8 More encapsulation improvements. 14 years ago
Dick Hollenbeck b3a6ddb6e9 improvements, hopefully 14 years ago
Wayne Stambaugh fac288cffa More encapsulation work and other minor improvements. 14 years ago
Dick Hollenbeck b26580d5df ++PCBNew 14 years ago
Dick Hollenbeck cc097762c7 Temporarily reverse out the evolving support for finer Board Internal Units (BIU)s. 14 years ago
Vladimir Ur 09a61396ba Some code restyling: VECTOR_PCB is an array. Cleanup uncontrolled definitions of abs, max, etc. max is now overloaded function and MAX is a macro. 14 years ago
Vladimir Ur 6ebb044d45 Metric KiCad work continues. Partially processed D_PAD class. It is still need to be tested including all these import and export procedures... 14 years ago
jean-pierre charras 4221c3619a Eeschema: bug 880132 : partial fix. 14 years ago
jean-pierre charras 7bd8284661 Pcbnew: remove dead or obsolete code. Add or fix some comments. 14 years ago
Vladimir Ur a273b7bdb5 Work on internal (nano)metric length units started. 14 years ago