- 20 Sep, 2012 2 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.
-
- 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.
-
- 12 Sep, 2012 1 commit
-
-
jean-pierre charras authored
-
- 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 1 commit
-
-
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
-
- 05 Sep, 2012 1 commit
-
-
Lorenzo Marcantonio authored
-
- 02 Sep, 2012 2 commits
-
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
- 31 Aug, 2012 1 commit
-
-
jean-pierre charras authored
dialog plot functions: fix compil warnings with wxWidgets 2.8
-
- 30 Aug, 2012 1 commit
-
-
Lorenzo Marcantonio authored
-
- 29 Aug, 2012 2 commits
-
-
Lorenzo Marcantonio authored
-
jean-pierre charras authored
Kicad manager: shows now svg files in tree files. Pcbnew: fix incorrect printing (board out of page) when creating drill map in postscript format ( noticeable mainly for small boards)
-
- 21 Aug, 2012 1 commit
-
-
jean-pierre charras authored
Eeschema: annotate and netlist dialogs: enhancements. Minor coding policy fixes and changes.
-
- 11 Aug, 2012 1 commit
-
-
jean-pierre charras authored
All: press ctrl+shift key when moving the mouse allows the graphic cursor to be moved outside the grid. (useful to place graphic objects, texts in any position, regardless the current grid)
-
- 04 Aug, 2012 1 commit
-
-
jean-pierre charras authored
-
- 03 Aug, 2012 1 commit
-
-
jean-pierre charras authored
-
- 02 Aug, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: code cleaning in polygons
-
- 16 Jul, 2012 2 commits
-
-
Miguel Angel Ajo authored
-
jean-pierre charras authored
-
- 14 Jul, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: more about keepout areas: remove keepout for pads option and add keepout for copper zones option. Export keepout to Specctra DSN file.
-
- 13 Jul, 2012 1 commit
-
-
jean-pierre charras authored
This is *a work in progress*, so some features are missing, and/or could be modified. Mainly keepout zones are not yet exported to autorouters, and pads are not taken in account. Some code cleanup in polygon.*
-
- 09 Jul, 2012 1 commit
-
-
jean-pierre charras authored
Fix incorrect import of smd pads from Gpcb. Very minor change in dialog print.
-
- 08 Jul, 2012 1 commit
-
-
Marco Mattila authored
-
- 30 Jun, 2012 1 commit
-
-
jean-pierre charras authored
When reading board files, the net 0 was stored twice. It creates only log messges in debug mode, because the list of nets is rebuild after reading files.
-
- 26 Jun, 2012 1 commit
-
-
jean-pierre charras authored
-
- 25 Jun, 2012 1 commit
-
-
jean-pierre charras authored
All: fix a truncation issue in ReturnValueFromString that creates sometimes a small error for values entered in dialogs. Pcbnew: fix a compatibility issue with nano version for zones parameters.
-
- 19 Jun, 2012 1 commit
-
-
jean-pierre charras authored
Very minor other fixes.
-
- 17 Jun, 2012 1 commit
-
-
jean-pierre charras authored
autoroute functions: code cleaning
-
- 14 Jun, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: automatic selection of plugin when loading a file with .kicad_pcb extension from history list. Very minor other fixes
-
- 09 Jun, 2012 1 commit
-
-
jean-pierre charras authored
-
- 31 May, 2012 1 commit
-
-
jean-pierre charras authored
Eeschema, Libedit: Fix bug that can crashes Eeschema: In libedit 2 mandatory fields could be deleted. Fixed now. Very minor other fixes.
-
- 29 May, 2012 3 commits
-
-
Marco Mattila authored
-
Dick Hollenbeck authored
* Derive the pcbnew copper zone and non-copper zone dialog windows from DIAG_SHIM, which injects some template code. * Update UIpolicies.txt to talk about DIALOG_SHIM support. * Add zone support to eagle_plugin. * Organize ZONE_CONTAINER class declaration for future privacy and accessors.
-
jean-pierre charras authored
-
- 28 May, 2012 1 commit
-
-
Marco Mattila authored
-
- 24 May, 2012 1 commit
-
-
brian. authored
-
- 23 May, 2012 1 commit
-
-
Andrey Fedorushkov authored
-