- 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).
-
- 20 Sep, 2012 2 commits
-
-
Craig Southeren authored
-
Craig Southeren authored
-
- 17 Sep, 2012 1 commit
-
-
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 2 commits
-
-
jean-pierre charras authored
-
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.
-
- 02 Sep, 2012 2 commits
-
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
- 01 Sep, 2012 1 commit
-
-
Lorenzo Marcantonio authored
-
- 31 Aug, 2012 1 commit
-
-
jean-pierre charras authored
dialog plot functions: fix compil warnings with wxWidgets 2.8
-
- 29 Aug, 2012 5 commits
-
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
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)
-
- 26 Aug, 2012 1 commit
-
-
jean-pierre charras authored
* serious code cleanup (remove duplicate code) * shows (option in 3D preference menu) the copper items (tracks, zones...) in 3D, using 35 microns copper thickness. However, because there are a lot more3D data to show (roughly 4 times more), this is slower.
-
- 24 Aug, 2012 2 commits
-
-
Dick Hollenbeck authored
-
Gregor Riepl authored
connection, no matter if it is originating locally or from the outside of the host. There is no check in place to discard non-local connections. The only security against a malicious attack would be provided by a local firewall, which is not guaranteed to be installed on every workstation kicad is used on. I tested this, and a host running eeschema accepts connections on TCP port 4243 from other hosts on the internet. A patch to remedy this potentially serious security hole is attached. It creates the listener on localhost instead. A flag is provided to allow the creation of sockets on 0.0.0.0 instead, if required. localhost is the default.
-
- 23 Aug, 2012 1 commit
-
-
jean-pierre charras authored
3d-viewer and polygon functions: remove duplicate code about conversion from basic shapes to polygons.
-
- 11 Aug, 2012 2 commits
-
-
Dick Hollenbeck authored
-
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)
-
- 10 Aug, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 02 Aug, 2012 2 commits
-
-
Miguel Angel Ajo authored
pcbnew scripting: cleanup, renamed KICAD_SCRIPTING_EXPERIMENT to KICAD_SCRIPTING_WXPYTHON, now every flavour compiles
-
Miguel Angel Ajo authored
-
- 01 Aug, 2012 2 commits
-
-
Miguel Angel Ajo authored
-
Miguel Angel Ajo authored
-
- 22 Jul, 2012 1 commit
-
-
Miguel Angel Ajo authored
Footprint wizard converts from user units to internal units back and forth, so user can type in mm or mils now
-
- 15 Jul, 2012 1 commit
-
-
Marco Mattila authored
-
- 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.*
-
- 04 Jul, 2012 1 commit
-
-
Marco Mattila authored
Add copy to text items in pcbnew. Automatically mirror text items added to back silkscreen (bug 1017446).
-
- 20 Jun, 2012 1 commit
-
-
jean-pierre charras authored
-
- 09 Jun, 2012 3 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Add s-expression file parser object and keyword files. * Fix minor issues with s-expression file formatting. * Fix a minor bug the zone container fill state parsing in the legacy plugin. * Move EDA_TEXT visibility definition to eda_text.h. * Add minor BOARD_ITEM object improvements to support s-expression file parser.
-
jean-pierre charras authored
-
- 08 Jun, 2012 1 commit
-
-
jean-pierre charras authored
Minor code cleaning in autoroute files.
-
- 05 Jun, 2012 1 commit
-
-
Marco Mattila authored
-