- 04 Dec, 2012 1 commit
-
-
Antia Puentes authored
Library Browser tool, you have to select it in the components listbox and then press the "Insert component into schematic" button to close the window and return to the schematic. The attached patch enables the selection and insertion of a component in schematic by double clicking on it in the Library Browser component listbox. As the double clicking should have effect only if the Library Browser was launched to load a component in schematic, the patch checks for NULL the m_Semaphore variable, used two distinguish the mode in which the Library Browser is running (modal, used when inserting a component in schematic, or non-modal).
-
- 03 Dec, 2012 2 commits
-
-
Marco Mattila authored
-
jean-pierre charras authored
Pcbnew: plot solder mask layer with min width value specified: algorithm modified to reduce artifacts.
-
- 02 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 01 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 30 Nov, 2012 2 commits
-
-
jean-pierre charras authored
-
Marco Mattila authored
-
- 29 Nov, 2012 2 commits
-
-
Heikki Pulkkinen authored
Pcbnew: commit patch from Heikki Pulkkinen (via displayed with its right size and clearance during track creation/edition)
-
Wayne Stambaugh authored
* Fix offset errors when scale factor greater is than one. * Changed behavior of fit in page when not drawing border and title block to fit board outline in page. * Fix offset errors when mirroring (still not 100% correct on MSW with wxWidgets 2.9.4). * Lots of the usual code cleaning and simplifying.
-
- 28 Nov, 2012 3 commits
-
-
jean-pierre charras authored
Pcbvew: fix a strange bug which swap x and y values for pad offsets when reading a s expr *.kicad_pcb board file.
-
Dick Hollenbeck authored
-
Lorenzo Marcantonio authored
-
- 27 Nov, 2012 7 commits
-
-
jean-pierre charras authored
Polyline.cpp: fix a bad wxASSERT test which generate error messages in Debug mode when there is no error, in DEBUG mode, when filling zones with holes.
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
which can eliminate a subsequent call to READ_LINE::Line() for a small performance gain.
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
Another constructor for FILE_LINE_READER which enables more consistent file open strategies, and only call setvbuf() when the file is at position 0
-
- 26 Nov, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
* remove useless spaces in csv bom file format. * remove KICAD_GOST conditionnal compilation and merge KICAD_GOST code with the "normal" code. * Csv file format created by KICAD_GOST code is now available for everybody through the BOM dialog options (as it should). * fix coding style issues.
-
- 25 Nov, 2012 2 commits
- 24 Nov, 2012 3 commits
-
-
marco. authored
-
marco. authored
-
Marco Mattila authored
-
- 23 Nov, 2012 2 commits
-
-
jean-pierre charras authored
Eeschema: fix bug 1082107 (error message" component not found" when no component selected from select component dialog box)
-
jean-pierre charras authored
Eeschema: fix bug 1082107 (error message" component not found" when no component selected from select component dialog box)
-
- 22 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 20 Nov, 2012 3 commits
-
-
marco. authored
MacOSX: disabling BufferedBitmap of OSX in gerbview, not supported nor accelerable and bitmap becomes too large in case of retina display to be usable
-
jean-pierre charras authored
-
jean-pierre charras authored
Added: display info when clicking on labels.
-
- 19 Nov, 2012 3 commits
-
-
marco. authored
1) OSX compiler is really choosy (class_components_listbox.cpp) 2) Old OSX code maked an endless loop (listboxes.cpp)
-
Dick Hollenbeck authored
their type, by using the more abstract PLUGIN::Footprint*() functions. This is an intermediate phase only, other changes will be necessary as library table support comes in. Encapsulate usage of library path searching, since that will go away as library table support comes in. Add FOOTPRINT_EDIT_FRAME::{get,set}LibPath() and FOOTPRINT_EDIT_FRAME::{get,set}LibNickName() functions to provide this encapsulation.
-
jean-pierre charras authored
-
- 16 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 15 Nov, 2012 3 commits
-
-
Dick Hollenbeck authored
Add *.kicad_mod as default import footprint extension. Turn on all Cu layers for thru hole pads in case loading non-wildcard s-expression footprint files.
-
Dick Hollenbeck authored
remove -std=c++0x compiler option since nobody is ready for it, and accordingly back into auto_ptr from unique_ptr
-
jean-pierre charras authored
-
- 14 Nov, 2012 1 commit
-
-
jean-pierre charras authored
Fix compil issue under MinGW: for an obscure reason the option -std=c++0x creates error in wxWidget code: some functions used in wxWidgets ( like _strdup and few other) are not defined when this option is set. but the equivalent option -std=gnu++0x works fine so it is used under mingw instead of -std=c++0x. (Under Linux/OSX the option -std=c++0x is used)
-