- 07 Mar, 2010 1 commit
-
-
charras authored
-
- 05 Mar, 2010 1 commit
-
-
charras authored
default is Edit pin per pin for components with parts locked and coupling pin for others.
-
- 04 Mar, 2010 1 commit
-
-
charras authored
-
- 03 Mar, 2010 6 commits
-
-
viknn authored
-
charras authored
-
charras authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
* DSNLEXER now owns an abstract LINE_READER by pointer so that polymorphism can be used in alternative LINE_READERS. * Write FILE_LINE_READER and STRING_LINE_READER. The latter can be used to parse text coming from the clipboard or other string source.
-
- 02 Mar, 2010 6 commits
-
-
dickelbeck authored
This paves the way for other kinds of LINE_READERs, such as one which reads from a multiline string which comes from the clipboard. Will still need to: 1) add new additional DSN_LEXER constructor, 2) virtualize the LINE_READER's ReadLine() function 3) create derived class from LINE_READER.
-
jerryjacobs authored
-
vesa_solonen authored
-
charras authored
-
charras authored
-
charras authored
-
- 01 Mar, 2010 7 commits
- 28 Feb, 2010 3 commits
-
-
charras authored
-
charras authored
-
dickelbeck authored
This patch applies on the very last svn (r2402) and removes all disfunctionnal python code (including deletion of unused strings)
-
- 26 Feb, 2010 4 commits
-
-
charras authored
-
charras authored
-
charras authored
-
bennett78 authored
a common part being defined as have a common value. This is true for most designs but will produce an incorrect output if two or more parts with the same value have different footprints, tolerances, voltage rating, etc. Also usefull if the following fields are edited: FIELD1 - manufacture FIELD2 - manufacture part number FIELD3 - distributor part number Check in code for now, doc later.
-
- 25 Feb, 2010 2 commits
-
-
charras authored
(non consistent edit pin per pin option and erroneous pin number edition) Pcbnew: fixing a problem in dialog design rules for small screens (768 pixels height); Better look on bigger screens
-
jerryjacobs authored
-
- 24 Feb, 2010 3 commits
-
-
charras authored
-
charras authored
* For an obscure reason the focus is lost after loading a board file when starting Pcbnew * (i.e. only when launching Pcbnew from Kicad or from a command line, with a board filename to load)) * (seems due to the recreation of the layer manager after loading the file) * This is more a workaround than a fix.
-
charras authored
-
- 23 Feb, 2010 2 commits
- 22 Feb, 2010 3 commits
-
-
charras authored
-
stambaughw authored
* Make USE_WX_ZOOM clipping routine actually clip rather than just test if line needs drawn. * Clean up as many USE_WX_ZOOM #ifdefs as possible. * Minor coordinate rounding improvements. * Minor scrolling and panning improvements. * Remove unused KicadGraphicContext object code.
-
faa authored
-
- 21 Feb, 2010 1 commit
-
-
emmedics4 authored
-