- 28 Oct, 2012 1 commit
-
-
Marco Mattila authored
-
- 25 Oct, 2012 3 commits
-
-
Dick Hollenbeck authored
switch from STREAM_OUTPUTFORMATTER to FILE_OUTPUTFORMATTER mostly throughout,and minor richio factoring
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
add class FILE_OUTPUTFORMATTER and use it in PCB_IO, since it is about 8-10 faster than STREAM_OUTPUTFORMATTER
-
- 24 Oct, 2012 4 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 23 Oct, 2012 1 commit
-
-
Wayne Stambaugh authored
-
- 22 Oct, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 18 Oct, 2012 1 commit
-
-
jean-pierre charras authored
fctsys.h: remove useless define. Fix minor issues and add minor enhancements.
-
- 17 Oct, 2012 2 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Fix a minor compatibility issue in .pro file for new boards, between decimils and nanometers versions of Pcbnew.
-
- 13 Oct, 2012 1 commit
-
-
jean-pierre charras authored
Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. Pcbnew: add PDF format for drill map generation. Plotter classes: tweaking code.
-
- 09 Oct, 2012 1 commit
-
-
Wayne Stambaugh authored
Fix footprint library file extension bug in CvPcb and Pcbnew due to s-expression changes, fixes lp:1064593.
-
- 08 Oct, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 07 Oct, 2012 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Add footprint methods to PCB_IO. * Add FP_CACHE and FP_CACHE_ITEM for handling new footprint library design. * Add code to save legacy libraries in new format. * Change behavior of BOARD_ITEM::GetLayerName() to return the default layer name when the item does not have a BOARD as a parent. * Minor changes to the module output formatter when writing to module library files (no BOARD as parent). * Add new (and some that I forgot along the way) CMake flags to EDA_BASE_FRAME::CopyVersionInfoToClipboard(). * Add -Wno-narrowing to GCC flags to stop GCC 4.7 from complaining about a conversion from int to unsigned in the Boost polygon library. * Add INPUT_STREAM_READER to richio.cpp to allow using any object derived from wxInputStream as a LINE_READER (needs to be validated).
-
- 05 Oct, 2012 2 commits
-
-
jean-pierre charras authored
(the option with the smallest number of digits for coordinates created unacceptable truncation coordinates in Excellon drill files)
-
jean-pierre charras authored
Pcbnew: drill files creation: better dialog to create driil files, map files and report file. Code cleaning
-
- 04 Oct, 2012 2 commits
-
-
jean-pierre charras authored
Pcbnew: fix an issue when collecting vias (for instance when left clicking on a via, it was not always detected) This bug was mainly noticeable when using buried vias (some were never detected) Minor other fixes (typos, strings hard to translate ...)
-
jean-pierre charras authored
-
- 03 Oct, 2012 1 commit
-
-
jean-pierre charras authored
-
- 30 Sep, 2012 1 commit
-
-
jean-pierre charras authored
-
- 27 Sep, 2012 1 commit
-
-
marco. authored
-
- 25 Sep, 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
-
- 22 Sep, 2012 1 commit
-
-
jean-pierre charras authored
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
-
- 21 Sep, 2012 2 commits
-
-
Dick Hollenbeck authored
switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
-
jean-pierre charras authored
-
- 20 Sep, 2012 4 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
dcsvg (and therefore KicadSVGFileDC) is now unused. Use SVG plotter only to export a board SVG file. SVG export does not use no more wxWidgets wxDC. In pcbnew SVG files can be created by plot menu (in B&W) or export SVG menu (B&W or Color). Export SVG menu is more suitable to create a view of a board, and plot menu is better to create a B&W document of silkscreen layers. (In the future, the 2 menus could be merged, because they are not very different). Note: pcbnew plot code is cleaned, mainly in dialog files, but still needs more cleanup.
-
Craig Southeren authored
-
Dick Hollenbeck authored
-
- 17 Sep, 2012 1 commit
-
-
Marco Mattila authored
-
- 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.
-
- 13 Sep, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix minor issue when loading a foorprint: if the footprint name has lower case letters, the name was asked twice
-
- 12 Sep, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
All: fix some Doxygen warnings
-