- 13 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Minor code change (which removes a SWIG warning)
-
- 04 Jul, 2014 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Pcbnew: fix read .kicad_pcb file error when an outdated plot parameter is found. Now outdated plot parameters are just ignored
-
jean-pierre charras authored
Pcbnew: Rework on Gerber ouput: allows choice between format 4.5 and 4.6. Fix a minor issue in Gerber layers attributes. fix print issue when printing each layer on a separate page.
-
- 30 Jun, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 24 Jun, 2014 1 commit
-
-
Dick Hollenbeck authored
2) Change from legacy Cu stack to counting down from top=(F_Cu or 0). The old Cu stack required knowing the count of Cu layers to make sense of the layer number when converting to many exported file types. The new Cu stack is more commonly used, although ours still gives B_Cu a fixed number. 3) Introduce class LSET and enum LAYER_ID. 4) Change *.kicad_pcb file format version to 4 from 3. 5) Change fixed names Inner1_Cu-Inner14_Cu to In1_Cu-In30_Cu and their meanings are typically flipped. 6) Moved the #define LAYER_N_* stuff into legacy_plugin.cpp where they can die a quiet death, and switch to enum LAYER_ID symbols throughout. 7) Removed the LEGACY_PLUGIN::Save() and FootprintSave() functions. You will need to convert to the format immediately, *.kicad_pcb and *.kicad_mod (=pretty) since legacy format was never going to know about 32 Cu layers and additional technical layers and the reversed Cu stack.
-
- 19 Jun, 2014 1 commit
-
-
unknown authored
Gerber X2 patch (Support for the "file function" attribute) from Thiadmer Riemersma, committed in rev 4948: minor fix for better compatibility with older versions of Pcbnew
-
- 19 May, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew: plot dialog: remove obscure and useless option about texts which are not value or reference. cosmetic enhancement in dialog. page layout: fix bug Bug #1320839 (canvas refresh countinously called when moving an item)
-
- 18 Nov, 2013 1 commit
-
-
Dick Hollenbeck authored
Show the "Description" field from fp-lib-table in pcbnew's module editor 'set current library' dialog.
-
- 09 May, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix minor bug about plot line width.
-
- 07 May, 2013 1 commit
-
-
jean-pierre charras authored
Eechema: fix bug : when saving the schematic project, the lib cache was saved under the current sheet opened, not the root sheet. Pcbnew: clamp default plot line width between 0.02 and 2 mm. the other bug (saving this parameter in internal units instead of mm is not fixed)
-
- 05 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
It crashes Adobe's own implementation of postscript!
-
- 27 Nov, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 05 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 24 Sep, 2012 2 commits
-
-
jean-pierre charras authored
Pcbnew: fix compil warning and a minor bug in plot negative (frame fer plotted in white therefore not visible). minor code cleaning
-
jean-pierre charras authored
Pcbnew, plot functions: fix bug in SVG plotter, fix a minor other bug when using PS plotter (trcak width fine adjust not working) and plot code cleaning continued
-
- 15 Sep, 2012 1 commit
-
-
jean-pierre charras authored
Mainly to plot drill maps, but can be used to plot boards, for documentation. The print svg still exists, but the plot SVG has more options (mirroring, holes in pads), however print svg allows color print, and full board printing, and plot does not.
-
- 30 Aug, 2012 1 commit
-
-
Lorenzo Marcantonio authored
-
- 29 Aug, 2012 2 commits
-
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
- 13 Jun, 2012 1 commit
-
-
Wayne Stambaugh authored
* Change save order of drawings to match legacy file format object order. * Set end point of SEGVIA to start point so the round trip back to legacy format is the same. * Fixed bug saving and loading oval pad drill parameters. * Fixed bug saving and loading rectangular pad deltas. * Fixed missing layer for PCB_TARGET. * Fixed EDA_TEXT italic bug. Thanks Dick! * Remove some left over debug logging statements.
-
- 11 Jun, 2012 1 commit
-
-
Dick Hollenbeck authored
* Apply Dick's patch along with a few minor changes to fix some clashes with changes in my branch. Thanks Dick! * Added missing DRAWSEGMENT line angle. * Fix thru hole pad layer mask issue.
-
- 09 Jun, 2012 1 commit
-
-
jean-pierre charras authored
-
- 03 May, 2012 1 commit
-
-
jean-pierre charras authored
Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added)
-
- 05 Apr, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 09 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 07 Jan, 2012 1 commit
-
-
Александр Закамалдин authored
This feature is very useful for electronics hobbyists who use DIY PCB technology (both toner transfer and photoresist methods). Also width correction may be useful for PCB designers who take care of track width etching. This patch also fixes some minor PS plotting issues.
-
- 03 Jan, 2012 1 commit
-
-
Wayne Stambaugh authored
-
- 30 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Correct all user strings and comments for the correct capitalization of application names according to JP. They are KiCad, Pcbnew, CvPcb, Eeschema, and GerbView. * Add a note the the user interface policy about the correct capitalization.
-
- 19 Aug, 2011 1 commit
-
-
jean-pierre charras authored
Minor fixes and enhancements.
-
- 28 Feb, 2011 1 commit
-
-
jean-pierre charras authored
Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. This ensure compatibility between platforms.
-
- 17 Feb, 2011 1 commit
-
-
Marco Mattila authored
-
- 16 Feb, 2011 1 commit
-
-
Marco Mattila authored
Tune pcbnew plot dialog. Make actual plotting code independent of dialog widgets and get settings from PCB_PLOT_PARAMS instead.
-
- 03 Feb, 2011 1 commit
-
-
Marco Mattila authored
-
- 02 Feb, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 30 Jan, 2011 1 commit
-
-
Marco Mattila authored
-
- 28 Jan, 2011 1 commit
-
-
Marco Mattila authored
-