- 19 Jul, 2013 1 commit
-
-
jean-pierre charras authored
-
- 13 Jun, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 29 May, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 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 Apr, 2013 1 commit
-
-
Felix Morgner authored
-
- 22 Apr, 2013 1 commit
-
-
Felix Morgner authored
-
- 21 Apr, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 10 Apr, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 09 Apr, 2013 2 commits
-
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
More layer classification cleanup
-
- 10 Mar, 2013 2 commits
-
-
jean-pierre charras authored
-
Miguel Angel Ajo authored
-
- 06 Feb, 2013 1 commit
-
-
jean-pierre charras authored
-
- 04 Feb, 2013 1 commit
-
-
jean-pierre charras authored
-
- 01 Feb, 2013 1 commit
-
-
Jacobo Aragunde Perez authored
-
- 18 Jan, 2013 1 commit
-
-
Jacobo Aragunde Perez authored
-
- 13 Jan, 2013 1 commit
-
-
jean-pierre charras authored
Kicad manager: fix a recent bug: project tree not updated when kicad is launched by a command line with a project name to open. pcbnew: export vrml: * move dialog functions in a new file: dialog_export_vrml.cpp. * fix coding style issues * patch add from cirilo Bernardo.
-
- 03 Jan, 2013 1 commit
-
-
jean-pierre charras authored
-
- 02 Jan, 2013 1 commit
-
-
jean-pierre charras authored
-
- 01 Jan, 2013 2 commits
-
-
Brian Sidebotham authored
Fixes a bug in the template file copying mechanism. The previous code failed to honour sub-directorys and flattened the whole tree whilst copying files. I have fixed this so that sub-directories that are not the meta directory will get copied verbatim into the new project directory.
-
jean-pierre charras authored
-
- 31 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Kicad manager: first use of wxFileSystemWatcher (only with wxWidgets >= 2.9.2) to monitor files list.
-
- 20 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Because now there are 2 formats, board backup files extensions are .brd-bak or .kicad_pcb-bak instead of the old .000 extension, depending on the initial file format.
-
- 18 Dec, 2012 1 commit
-
-
Wayne Stambaugh authored
-
- 14 Dec, 2012 2 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
Add KiCadPcbFileExt global.
-
- 18 Oct, 2012 1 commit
-
-
jean-pierre charras authored
fctsys.h: remove useless define. Fix minor issues and add minor enhancements.
-
- 15 Oct, 2012 1 commit
-
-
jean-pierre charras authored
Kicad manager: project_template.cpp: accepts lower and upper case HTML keywords (compatibility with libreoffice)
-
- 14 Oct, 2012 2 commits
-
-
jean-pierre charras authored
-
Brian Sidebotham authored
-
- 27 Sep, 2012 1 commit
-
-
marco. authored
-
- 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).
-
- 12 Sep, 2012 1 commit
-
-
jean-pierre charras authored
Other minor fixes.
-
- 11 Sep, 2012 1 commit
-
-
jean-pierre charras authored
Code cleaning, minor fixes and minor coding style fixes. wxWidgets 2.9.4 compatibility fix( deprecated function MakeModal )
-
- 29 Aug, 2012 1 commit
-
-
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)
-
- 04 Aug, 2012 1 commit
-
-
jean-pierre charras authored
-
- 09 Jun, 2012 1 commit
-
-
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.
-
- 16 Apr, 2012 1 commit
-
-
jean-pierre charras authored
Kicad manager: code cleaning. Dead code removed and minor fixes. support of new .kicad_brd extension.
-