- 02 Nov, 2014 2 commits
-
-
Dick Hollenbeck authored
-
Marco Ciampa authored
-
- 31 Oct, 2014 8 commits
-
-
Wayne Stambaugh authored
Fix CMake warning caused by removal of boost dependency when not actually building boost from source.
-
Michal Jahelka authored
-
Wayne Stambaugh authored
* Move all Windows install subfolders from ${CMAKE_INSTALL_PREFIX}/share/ to ${CMAKE_INSTALL_PREFIX}/share/kicad/. * Remove unused define DEFAULT_FP_LIB_PATH from build configuration. * Remove Boost target when skipping internal Boost build. * Update INSTALL.txt to reflect install tree changes.
-
jean-pierre charras authored
Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format.
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
Pcbnew: Console python: use a wxMiniFrame to show the console and remove the management by a EDA_PANEINFO, which was not the right way to manage this console.
-
jean-pierre charras authored
Pcbnew: Console python: use a wxMiniFrame to show the console and remove the management by a EDA_PANEINFO, which was not the right way to manage this console.
-
- 30 Oct, 2014 4 commits
-
-
Marco Ciampa authored
-
Garth Corral authored
-
Marco Ciampa authored
-
jean-pierre charras authored
Pcbnew: fix a serious bug in ZONE_CONTAINER class copy constructor: a pointer was not initialized. Pcbnew crashes when deleting or filling a copied zone. Eeschema: remove dead code and uncrutify class_netlist_object.h
-
- 29 Oct, 2014 4 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 28 Oct, 2014 5 commits
-
-
Wayne Stambaugh authored
* Add more missing source code licenses. * Fix coding policy violations (tabs and trailing white space) in Python scripting code. * Add stable release policy to full documentation build.
-
jean-pierre charras authored
Kicad manager, Gerbview: When running Gerbview from Kicad manger, set the Gerbview CWD to the current project directory. Therefore, when trying to open Gerber files, the default directory is now thecurrent project directory. (fix Bug #1380088 )
-
jean-pierre charras authored
-
jean-pierre charras authored
Cvpcb: Add a tool to solve conflict assignments when the schematic netlist and the .cmp file do not contain the same assignment and both are valid fpid. It happens when footprint assignments are modified outside Cvpcb (when editing the footprint assignment field in schematic)
-
unknown authored
-
- 27 Oct, 2014 2 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Kicad manager: fix Bug #1385953 (unable to open .PDF files with spaces in name/path when using default PDF browser). Fix also an issue when selecting preferred browser.
-
- 26 Oct, 2014 3 commits
-
-
Wayne Stambaugh authored
-
unknown authored
Eeschema, Plot dialog: add Plot directory selection. The patch from 1383026@bugs.launchpad.net was widely used.
-
jean-pierre charras authored
eeschema: fix Bug #1385789 (eeschema segfaults, when editing a new field). Fix an other minor bug in Footprint editor.
-
- 25 Oct, 2014 2 commits
-
-
Nick Østergaard authored
-
Brian Sidebotham authored
-
- 24 Oct, 2014 3 commits
-
-
Wayne Stambaugh authored
* Add FindOpenSSL.cmake from CMake 3.0.2. * Change MinGW find library to find libssl and libcrypto as well as libeay32 and ssleay32. Apparently at some point OpenSSL changed the library file names for MinGW. * Stop find_library() from looking in system paths and returning the actual DLLs rather than the link libraries.
-
Wayne Stambaugh authored
-
Maciej Suminski authored
-
- 23 Oct, 2014 2 commits
-
-
Luis authored
* Use wxRenameFile which falls back to a file copy and file remove when wxRename fails.
-
Wayne Stambaugh authored
-
- 22 Oct, 2014 5 commits
-
-
Wayne Stambaugh authored
* Make all files generated by make_lexer() dependencies of thier respective build targets. * Make building Boost a dependency for all libraries. * Remove duplicate make_lexer() call for Specctra lexer files.
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
Brian Sidebotham authored
-
Brian Sidebotham authored
-