89 Commits (05a89863c5f82c937c4136f71a1968edce1009ae)

Author SHA1 Message Date
Jeff Young 39d4e422ea Better approximation for pads in Export Gerber to Pcbnew 6 years ago
Jeff Young 2043c8da8f Fix handling of flashed items in Gerber export to Pcbnew. 6 years ago
Ian McInerney 88e0ef548d gerbview: Add default filename to export to pcbnew function 6 years ago
jean-pierre charras 8d649b5351 Gerbview: cleanup code. 6 years ago
jean-pierre charras 25504319df Gerbview,export to pcbnew: avoid exporting not valid polygons. 6 years ago
Seth Hillbrand c4d853c1e8 SHAPE_LINE_CHAIN: Remove element access 7 years ago
jean-pierre charras 9dedbc74a3 Gerbview exporter: fix a wxASSERT. 7 years ago
jean-pierre charras fa39acfc2f Gerbview, export to pcbnew : export polygons as new DRAWSEGMENT polygonal shape. 8 years ago
jean-pierre charras a0ac1a48c2 Gerbview: fix code after renaming files 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Wayne Stambaugh 652b969193 GTK+ file dialog wildcard improvements. 8 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
jean-pierre charras a907e50424 Gerbview: code cleanup (mainly remove g_GERBER_List global variable) 10 years ago
jean-pierre charras 130c6e3639 Gerbview: more code refactoring. 10 years ago
jean-pierre charras 3b379787bc Gerbview: move gerber_file_image_list to a separate file 10 years ago
jean-pierre charras 8c8a1238f1 Gerbview: more code cleanup. Rename class GERBER_IMAGE GERBER_FILE_IMAGE, because it handles the gerber image and the gerber file info. 10 years ago
jean-pierre charras 1c21410f1f Gerbview: code cleanup (with the help of Mark Roszko's work) 10 years ago
Wayne Stambaugh a6a9d8eedf Default and most recently used path fixes. (fixes: 1494210) 10 years ago
unknown 71b3125d8e Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 11 years ago
jean-pierre charras 39497b109e Pcbnew: fix Bug #1422093 (pcbnew crashes after editing a footprint cominng from the board with the fp editor and saving it on a librray and trying to load it to the board) 11 years ago
jean-pierre charras ac539b9578 Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines. 11 years ago
jean-pierre charras 555ce68efe Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 11 years ago
Wayne Stambaugh 40779a08ce More missing source license fixes. 11 years ago
jean-pierre charras a82127277c Gerbview: fix scaling error in x.6 file format. Minor cleaning code. 11 years ago
jean-pierre charras 013296cb1a Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew). 12 years ago
jean-pierre charras dd64b2f284 3D board display: better rendering of the board: the board polygon outlines (generated by the specctra function) is now used to create the 3D body of the board. 12 years ago
Lorenzo Marcantonio cb49ca5ae2 More int casts to rounding conversions 13 years ago
Lorenzo Marcantonio 78e41187b3 Moved utilities for angles in trigo.h 13 years ago
Lorenzo Marcantonio 0e903dba5b Angle and distances cleanup (preparing for angles in doubles) 13 years ago
Lorenzo Marcantonio 4cbbce3aa6 Removed ugly usage of an extra layer slot for the layer count in gerbview 13 years ago
Lorenzo Marcantonio 42709330e0 Better strings for the translators (converted concatenations to formats) 13 years ago
Lorenzo Marcantonio b525e3be55 Factored out text anchor drawing 13 years ago
Lorenzo Marcantonio 204d085b64 More cleanup on layer code usage 13 years ago
Lorenzo Marcantonio 9fd79dfa91 Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
jean-pierre charras 819589cf05 All: fix most of Doxygen warnings. 13 years ago
jean-pierre charras 4125ea7789 Gerbview: remove dependencies from Pcbnew. 14 years ago
Dick Hollenbeck c24863c078 // Dick Hollenbeck's KiROUND R&D 14 years ago
jean-pierre charras f3e171797c Make Gerbview working with USE_PCBNEW_NANOMETRES option ON 14 years ago
Dick Hollenbeck 51a83a7a66 cvpcb LEGACY_PLUGIN usage factoring 14 years ago
Wayne Stambaugh 9c16a218c0 Pcbnew s-expression file format changes. 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Dick Hollenbeck e6c8515873 switch to C++'s false and true from C's FALSE and TRUE 14 years ago
jean-pierre charras 3383d6c8a5 Code cleaning and better comments. 14 years ago
Dick Hollenbeck 96bb90dee1 kicad_plugin 14 years ago
Dick Hollenbeck b26580d5df ++PCBNew 14 years ago
Dick Hollenbeck 2515a806ae initial work on PCBNew PLUGIN support, in preparation for nanometer board load and save 14 years ago
jean-pierre charras 683921f98d Eeschema: fix crash in intermediate netlist generation when a component has no pins (like logos or images). 14 years ago
Wayne Stambaugh cd0b231656 Minor fixes, dead code removal, and coding policy fixes. 14 years ago
Wayne Stambaugh c2f1113e5d Fix Pcbnew KICAD_T enum names for consistency. 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago