- 30 May, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Fix Bug #1185556. fix issue about Solder Paste Ratio value which was accepting only one digit in mantissa in 3 dialogs (now 6 digits in all dialogs). fix potential issue in .kicad_pcb file creation, in some places where a %g or %.16g format was used: al least under Mingw/gcc4.7.2, the floating number was written using scientific notation, not accepted by the S-expr reader.
-
- 29 May, 2013 3 commits
-
-
jean-pierre charras authored
Kicad template selector dialog: add an info line showing the template path in use. Fix very minor bug #1185462
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 28 May, 2013 3 commits
-
-
Wayne Stambaugh authored
* Add footprint library table loading to footprint editor. * Overload FOOTPRINT_INFO::ReadFootprintFiles() to read footprints from the footprint library tables. * Fix a bug in FP_LIB_TABLE::IsEmpty() when the table has a fallback table. * Add code to FOOTPRINT_EDIT_FRAME to use footprint library tables. * Add an optional build time version of PCB_EDIT_FRAME::loadFootprints() to populate netlist footprints from footprint library table. * Remove adding footprints to board whenever GetModuleLibrary() is called and move loading locally as required. * Add missing source file license comments and coding policy fixes.
-
jean-pierre charras authored
because under Linux and wxWidgets 2.9, wxStaticBoxSizer are very ugly (text not readable in this dialog) (Does not happen with wxWidgets 2.8) Eeschema hotkeys: remove duplicate keys in key editor.
-
jean-pierre charras authored
and fix a minor issue in netlist dialog.
-
- 27 May, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix minor issues in print/plot: filename not printed, sheetname incorrect in eeschema
-
- 26 May, 2013 1 commit
-
-
Dick Hollenbeck authored
File "rules" has instructional text as comments near top. 2) Convert all text files in repo to LF line ending form. Any checkout done with "rules" in play will convert the working tree to native line ending, while keeping repo as LF line ending.
-
- 25 May, 2013 4 commits
-
-
jean-pierre charras authored
very minor other chnages.
-
jean-pierre charras authored
Cvpcb fix bug #1183796 and fix bug when a fp lib is not found : the name of the missing file was not displayed in message window.
-
jean-pierre charras authored
Netlist reader: fix issue when reading an ORCADPCB2 netlist (which fixes also bug 1184023) and fix a Cvpcb crash when trying to read an unknown netlist format.
-
jean-pierre charras authored
Pcbnew: fix bug in drag module: connected tracks were not dragged. worksheet: code cleaning.
-
- 24 May, 2013 4 commits
-
-
Dick Hollenbeck authored
remove "~" from empty *.lib component fields, replace with "", doctor old *.lib fields to blank if that was the intention
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 23 May, 2013 3 commits
-
-
Lorenzo Marcantonio authored
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
- 22 May, 2013 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 21 May, 2013 2 commits
-
-
jean-pierre charras authored
Remove duplicate code to draw and to plot title blocks (more than 1500 duplicate lines). Note: this is a work in progress. Code cleanup
-
jean-pierre charras authored
-
- 20 May, 2013 1 commit
-
-
Wayne Stambaugh authored
* Add code for loading, modifying, and saving the global and project footprint library tables. * Add code to load MODULE objects using the footprint library table to the footprint viewer. * Add static methods to FP_LIB_TABLE to support loading footprint library tables.
-
- 19 May, 2013 1 commit
-
-
jean-pierre charras authored
Code cleaning and move worksheet code specific to title block and frame references shape in title_block_shapes.h and title_block_shapes_gost.h
-
- 18 May, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 16 May, 2013 2 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
- 15 May, 2013 1 commit
-
-
- 14 May, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix bug 1179877, due a bad default copy constructor, after my changes about CPOLYGONS_LIST class. More about CPOLYGONS_LIST work.
-
- 13 May, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 10 May, 2013 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 09 May, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix minor bug about plot line width.
-
- 08 May, 2013 2 commits
-
-
Wayne Stambaugh authored
* Fix a bug when full file name and path are passed to FOOTPRINT_INFO:: ReadFootprintFiles() which I created in bug fix lp:593989. * Fix a wxString debug assertion in EDA_APP::InitEDA_Appl() when the KICAD environment variable is defined as an empty string. * Add error dialog when libraries cannot be found in system search path when loading footprint using the select footprint dialog. * Add footprint library name column to the EDA_LIST_DIALOG when selecting footprints from the list. * Allow reading all columns from the selected row in EDA_LIST_DIALOG. * Remove redundant sort from EDA_LIST_DIALOG constructor * Add library name member variable and accessors to FOOTPRINT_INFO. * Make headers translatable for Eeschema select component from list dialog. * Add some helper methods to FPID for identifying the FPID type and validity. * Remove a bunch of trailing whitespace and add missing license comments.
-
jean-pierre charras authored
-