88 Commits (b90b454adaed4bb1ca4b4ab9b81c4a68c281debc)

Author SHA1 Message Date
John Beard bb2ae8e13b Bitmaps: move bitmap defs to bitmaps library 7 years ago
Jeff Young cb61525394 Handle separate parsing rules for ID_SCH and ID_PCB. 7 years ago
Jeff Young aab97c8385 Consolidate design rules UI. 8 years ago
Jeff Young 284c346828 Don't cache github libraries above nginx server. 8 years ago
Jeff Young 33d925f631 Add GetLibraryTimestamp to other plugins. 8 years ago
Camille 9ff66a5274 Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
Eldar Khayrullin 4cd3992b94 pcad2kicadpcb_plugin: import graphic polygons from modules 8 years ago
Eldar Khayrullin d62d3b8e21 pcad2kicadpcb_plugin: map layers Top/Bot Assy to F/B Fab 8 years ago
Eldar Khayrullin 87566eedc5 pcad2kicadpcb_plugin: fix size of text 8 years ago
Eldar Khayrullin 613272852d pcad2kicadpcb_plugin: fix import a flipped RefDes 8 years ago
Eldar Khayrullin 9620a43022 pcad2kicadpcb_plugin: correct text position with arbitrary angle 8 years ago
Eldar Khayrullin 6f0e0826fa pcad2kicadpcb_plugin: unlock orientation of footprint fields 8 years ago
Eldar Khayrullin c9852d7c81 pcad2kicadpcb_plugin: import circles 8 years ago
Eldar Khayrullin 08b71cd252 pcad2kicadpcb_plugin: use a valid font properties 8 years ago
Eldar Khayrullin 897702b2dc pcad2kicadpcb_plugin: prepend numerical Ref with '.' 8 years ago
Eldar Khayrullin 21ddb2d989 pcad2kicadpcb_plugin: use default text parameters if not defined 8 years ago
Eldar Khayrullin 185c77e2fd pcad2kicadpcb_plugin: fix compiling warning `override` 8 years ago
Maciej Suminski 9bb660a6bc Fix P-Cad importer plugin warnings 8 years ago
Eldar Khayrullin 9df4ae65ea pcad2kicadpcb: import solder mask for Mounting Holes 8 years ago
Tomasz Włostowski a67d24a34e revert link-time plugin registration causing plugins to be incorrectly enumerated 8 years ago
Tomasz Włostowski 7a44ab914d refactoring: replaced manual plugin registration with link-time plugin binding 8 years ago
Maciej Suminski cca63801bf Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
jean-pierre charras c311e63f0d fix minor issues, and change ZONE_CONTAINER::GetDefaultHatchPitchMils() to ZONE_CONTAINER::GetDefaultHatchPitch() 9 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
jean-pierre charras 6a63d4fbff pcbnew crash while opening old .brd file 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
Alejandro García Montoro f68ce306bd CPolyLine -> SHAPE_POLY_SET refactor. 9 years ago
Maciej Suminski fe4f02f5b9 Coverity fixes 9 years ago
hauptmech 461c72c034 Prevent segfault when aOutline has no vertices. 9 years ago
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
Simon Richter ad088db6d2 Add more "override" markers. 9 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
Maciej Suminski 0cc2c87ef8 Removed BOARD::AppendNet() 9 years ago
Alexander Lunev 42c47c7970 pcad2kicadpcb: fixed an issue with an uppercase fileUnits parameter. 10 years ago
unknown 3ba4226cb2 pcbnew: fix exception when import pcad pcb with zero size pads: zero size pads are now just ignored. 10 years ago
Eldar Khayrullin 89ea49ff14 Pcbnew: PCAD2KICAD text conversion improvements. 10 years ago
unknown 11da247aa1 Fix issues in PCAD import of P-CAD ASCII files. 10 years ago
jean-pierre charras cf09129387 Python interface: add methods to add or remove layers to/from a layer set. Usefull to modify the layer set of pads 10 years ago
jean-pierre charras c379df06bb Remove CK1202_V1.pcb sample file, actually not used in Kicad, due to its unclear copyright. The http link to this sample file is in files.txt. 10 years ago
unknown 78d0cfc1a4 Fix Bug #1545668 (Pcbnew can't open P-CAD ASCII files) 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 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
Eldar Khayrullin f556161a21 Fix Pcad to kicad circle conversion. 11 years ago
jean-pierre charras 77249d9b2d Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members. 11 years ago
jean-pierre charras 17297babe7 Eeschema: extend max number of units per package to 52 and clean code to easily extend this value upto 26x26 (but 52 is a reasonable max value). 11 years ago
unknown 26990213db 3ED viewer: added more support for the VRML2 parser 11 years ago
jean-pierre charras f743b98844 Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run). 11 years ago
jean-pierre charras 9004ed8801 Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
jean-pierre charras 4bab8dde65 Fix some minor coverity warnings. Fix a bug in pcad2kicad plugin. Scripting: map BASE_SET. Rename some python bom scripts with better names. Fix erroneous comments and add comments 11 years ago