- 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 6 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
-
Craig Southeren authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 18 Sep, 2012 2 commits
-
-
jean-pierre charras authored
SVG plotter: fix issues in draw arc and draw rectangle.
-
jean-pierre charras authored
-
- 17 Sep, 2012 5 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Eeschema: Plot dialogs: unify 5 dialogs (which means 5 duplicate code) to only one plot dialog (like in Pcbnew) remove duplicate code and clean it. Simplify HPGL dialog: plot offet removed and replaced by only one option: plot origin to center of sheet or not (some HPGL plotters have the plot origin to center of the paper area, and others have this origin at the bottom left corner) This is surely enough.
-
Marco Mattila authored
-
jean-pierre charras authored
-
jean-pierre charras authored
Eeschema: Plot dialogs: unify 5 dialogs (which means 5 duplicate code) to only one plot dialog (like in Pcbnew) clean duplicate code. Simplify HPGL dialog: plot offet removed and replace by only one option (plot origin to center of sheet or not) This is surely enought.
-
- 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 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
All: fix some Doxygen warnings
-
jean-pierre charras authored
Other minor fixes.
-
- 11 Sep, 2012 2 commits
-
-
jean-pierre charras authored
Code cleaning, minor fixes and minor coding style fixes. wxWidgets 2.9.4 compatibility fix( deprecated function MakeModal )
-
jean-pierre charras authored
Pcbnew: drag functions: serious cleanup and better code. Use now the connectivity functions to find tracks connected to pads, and therefore tracks are now dragged when a end point is inside a pad, not necessary on the pad position. However, drag functions still need more cleanup.
-
- 07 Sep, 2012 2 commits
-
-
jean-pierre charras authored
Pcbnew: cleanup functions: now, cleanup uses same algorithm as connectivity calculations to detect pads connections, and is faster. therefore tracks which have a end point inside a pad, but not necessaryexactly to the pad position are seen as connected, and are no more removed. Side effect: reconnect to pads option is removed, because it is useless. TODO: use this algorithm in drag functions. Minor other fixes
-
Dick Hollenbeck authored
apply DIALOG_SHIM to dialog_lib_edit_text_base and make dialog_lib_edit_pin_base apportion more width for pin name
-
- 05 Sep, 2012 1 commit
-
-
Lorenzo Marcantonio authored
-
- 02 Sep, 2012 6 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
- 01 Sep, 2012 1 commit
-
-
Lorenzo Marcantonio authored
-
- 31 Aug, 2012 5 commits
-
-
jean-pierre charras authored
-
Marco Mattila authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
dialog plot functions: fix compil warnings with wxWidgets 2.8
-
- 30 Aug, 2012 2 commits
-
-
Lorenzo Marcantonio authored
Removed filename from the BASE_SCREEN class Scripting support for board plot
-
Lorenzo Marcantonio authored
-