17059 Commits (4de6ed62066d4d84970047baadf8fc8b30fea11d)
 

Author SHA1 Message Date
jean-pierre charras 4de6ed6206 Fix issues created by Adds Save As... to the Kicad manger. 6 years ago
Jeff Young b5904b0401 Installment one of project Save As... feature. 6 years ago
Jeff Young d6e0ec2f24 Fix a couple of edge cases in text drawing. 6 years ago
Jeff Young 114ea1f406 Cleanup. 6 years ago
jean-pierre charras 062e7273b7 footprint viewer: fix a minor issue: 6 years ago
jean-pierre charras 5833392689 FIX: Pcbnew plot BezierCurve: add missing line thickness initialization. 6 years ago
jean-pierre charras 01553a6bd1 FIX: add parameter to GAL::DrawCurve to control the curve to polyline conversion. Cairo supports curves, but not Opengl, that needs a conversion to polyline. This control allows optimization in conversion 6 years ago
jean-pierre charras 943858fd67 FIX: Bezier curves: replace previous algorithm to convert the curve to segments. In some cases it was not working well. Opengl was using an other algo (using the curve properties to create segments) Now only the OpenGL algo is used, with optimization to reduce the number of segments. 6 years ago
jean-pierre charras c4023637df FIX: footprint viewer: avoid display a empty footprint list when a library is selected. 6 years ago
jean-pierre charras 0a018f514b Fix crash when saving config in Pcbnew. 6 years ago
Philipp d788a5d99e Warn for excessive pads 6 years ago
Seth Hillbrand 7f507a4e6b Explicitly delete ctor/copy constr 6 years ago
Fabien Corona 6182133a4e Ratsnest default value for tracks and vias 6 years ago
Seth Hillbrand 6625d0721e Implement Get/Set display options 6 years ago
Fabien Corona 29ce76b4e4 Pad ratsnest settings initial value 6 years ago
jean-pierre charras 81020e8824 minor fix in dialog gen place file. 6 years ago
Seth Hillbrand 79972a3867 3d: Fix initialization call 6 years ago
jean-pierre charras a60fb9a4b8 Pad properties dialog: minor change: in pad type list; change "Connector" to more explicit "Edge Connector". 6 years ago
jean-pierre charras 22c11d1092 Footprint editor: remove not selectable layers from the layer box selector. 6 years ago
jean-pierre charras 85156300d6 Gerber plot: fix a minor issue: TF attribute "Drawing" is now "OtherDrawing,Comment" 6 years ago
Seth Hillbrand 81ce588a00 eeschema: Set sheet unit number when setting unit 6 years ago
Seth Hillbrand 19c643b29a pcbnew: Prevent extra selection 6 years ago
Jeff Young 383adaa6f4 Remember update footprint checkbox values. 6 years ago
Jeff Young dc8c396c4f Cleanup. 6 years ago
Jeff Young ddf887d24a Add layer selector to Footprint Editor for consistency. 6 years ago
Jeff Young fae86d4dd0 When copying an item it's no longer at the original location and so can't be "locked". 6 years ago
Jeff Young 1c153c55c0 Add default units and precision for new dimension objects. 6 years ago
Jeff Young a6a4973324 Handle rotation for N/S/E/W pad cardinal points. 6 years ago
Jeff Young caf5d01530 Promote found items to visible during find & replace. 6 years ago
Jeff Young 872826085a Filter PCBNew contents when pasting into Footprint Editor. 6 years ago
Jeff Young 4662205ecb Fix compiler warnings. 6 years ago
Jeff Young 48c8ac9663 Added new action for "Change Track Width". 6 years ago
Jeff Young 984c64677e Hook up rotate & flip to bus entries when drawing them. 6 years ago
Jeff Young 35c8d64f98 Add super- and subscript support to Eeschema. 6 years ago
jean-pierre charras 52fcbeab44 Fix incorrect HitTest in DRAWSEGMENT (bezier curve) 6 years ago
jean-pierre charras 5f3353cad1 Add native Bezier curve plot in SVG plotter. 6 years ago
jean-pierre charras bb9b226744 Pcbnew, plot function: add missing plot for bezier curves in footprints. 6 years ago
jean-pierre charras c34a584289 Fix a bug in ZONE_CONTAINER copy constructor. 6 years ago
Seth Hillbrand 42daf172fd router: Keep meander placer world in base 6 years ago
jean-pierre charras 8621a1cf3a Fix a wxWidgets alert (on wxWidgets 3.1.3) 6 years ago
jean-pierre charras 51ed01d765 GERBER_PLOTTER: small change in code to manage the current selected aperture. 6 years ago
jean-pierre charras 56525296ba Pcb_calculator: TransLine default parameters pre-selection: fix a minor issue in countries using comma sepator in doubles. 6 years ago
jean-pierre charras 002c4cea96 Pcb_calculator: TransLine default parameters (Er, TanD, Rho) choices: keep pre-selection valid between sessions. 6 years ago
Fabien Corona bb938b2af4 TransLine default parameters (Er, TanD, Rho) are now equal to the previously selected values when opening the selection window 6 years ago
Seth Hillbrand cbb88ce609 tool manager: Don't adjust the iterator to invalid 6 years ago
jean-pierre charras 11f0acefe2 Footprint wizard frame: rebuild the parameter grid list after any parameter change. 6 years ago
jean-pierre charras 1dcd442156 minor fix in a python script (kicad_netlist_reader.py) 6 years ago
Seth Hillbrand 9bccbaf497 qrcode: Handle Python3 integer promotion 6 years ago
jean-pierre charras 65bf669387 Refinements in gerber placefile writer: allows adding board edge cuts in file. 6 years ago
Seth Hillbrand dc5e8aa609 pcbnew: Performance improvement on moving items 6 years ago