You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jean-pierre charras f2ebfdf34e Pcbnew: rework on connection calculation: fix an issue for "composite" pads (complex pad build by association of some basic pads): 13 years ago
3d-viewer protect data in class_track.h, switch to using member accessors 13 years ago
CMakeModules Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 13 years ago
Documentation Enhance DIALOG_SHIM to optionally call SetFocus() after the derived class's constructor has been called, for wx 2.8 and wxGTK 13 years ago
bitmap2component [MacOSX] Updated Icons - Document ones still missing :( 13 years ago
bitmaps_png Gerbview: add option to show negative objects. 13 years ago
common Eeschema, Libedit: fixes color artifacts when moving/placing a pin. 13 years ago
cvpcb Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb is removed. Eeschema now imports footprints names from the .cmp usual file created by CvPcb or by Pcbnew (Why to use 2 file formats for the same thing?) . 13 years ago
demos AUTHORS.txt: add some contributor names (I certainly forgot some other contributors, and I apologize). 13 years ago
eeschema Commit patch for bug 1116059 (Inconsistency between confirmation dialogs) 13 years ago
gerbview fix compiler warnings with gcc 4.6.3 on x86_64 linux 13 years ago
helpers/tools_to_build_newstroke-font See CHANGELOG.txt 16 years ago
include plotter output file being left open fix. 13 years ago
kicad Kicad manager: fix a minor issue noticeable on Kubuntu 12.04 (bad size of buttons area) 13 years ago
new switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
packaging Add Bulgarian language. Update translators list. 14 years ago
pcb_calculator pcbnew: fix minor issues. 13 years ago
pcbnew Pcbnew: rework on connection calculation: fix an issue for "composite" pads (complex pad build by association of some basic pads): 13 years ago
polygon Pcbnew: fix a very old bug in DRC, pad to pad drc tests: sometimes a test between a rectangular pad and an oval pad was skipped. 13 years ago
potrace switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 13 years ago
resources Pcbnew: fix some minor issues. 14 years ago
scripting 1) Switch to boost hashtable support from wx macros which did not handle std::string. 13 years ago
scripts bom-in-python script does not compile 14 years ago
template switch a template's board format to kicad_pcb format 13 years ago
tools switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 13 years ago
.bzrignore Initial commit of footprint library table code. 13 years ago
AUTHORS.txt AUTHORS.txt: add some contributor names (I certainly forgot some other contributors, and I apologize). 13 years ago
CHANGELOG.txt Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 13 years ago
CMakeLists.txt Eeschema: Add "append schematic" feature. Fix bug 1101718 <Empty plot filename> 13 years ago
COPYRIGHT.txt Big cleanup of sourcetree root structure, added Documentation subfolder, moved packaging stuff for osx and windows (nsis) to packaging. 16 years ago
CTestConfig.cmake See CHANGELOG.txt 16 years ago
Doxyfile Doxygen warning fixes. 13 years ago
HOW_TO_CONTRIBUTE.txt Commit patch make by Fabrizio, with a minor change to avoid duplicate HTML dialog. 14 years ago
INSTALL.txt Restore INSTALL.txt, erroneously removed. 14 years ago
README.txt Fix some minor OS X issues 14 years ago
TODO.txt use the same format string in the test program as in LEGACY_PLUGIN for record keeping purposes 14 years ago
copyright.h changes 14 years ago
license_for_documentation.txt Pcbnew: First draft to use a new netlist format ( containing the same info as the intermediate netlist, but using S expressions) 14 years ago
notes_about_pcbnew_new_file_format.odt Identifiers and Strings edits 16 years ago
uncrustify.cfg remove "long double" dependency, mingw was falling over when using it. 14 years ago
version.txt Add Bulgarian language. Update translators list. 14 years ago

README.txt

KiCad README
============
For specific documentation like Compiling, GUI translation, Old changelogs see the
Documentation subfolder.

Files
-----
AUTHORS.txt - The authors, contributors, document writers and translators list
CHANGELOG.txt - This years changelog (see for previous years Documentation/changelogs)
CMakeList.txt - CMAKE build tool script
COPYRIGHT.txt - A copy of the GNU General Public License Version 2
CTestConfig.txt - Support for CTest and CDash testing tools
Doxyfile - Doxygen preferences
INSTALL.txt - The release (binairy) installation instructions
TODO.txt - Todo list
uncrustify.cfg - Uncrustify code formatting tool preferences
version.txt - The current stable released version

Subdirectories
--------------
3d-viewer - Sourcecode of 3D viewer
bitmaps - Menu and program icons
bitmap2component - Sourcecode of a small application to create a footprint or a component from a B&W bitmap
this component or footprint has just graphic items that show the bitmap
CMakeModules - Modules for the CMAKE build tool
common - Sourcecode of the common library (common functions shared across whole suite)
cvpcb - Sourcecode of CvPCB, tool to link components with footprints sourcecode
demos - Some demo examples
Documentation - Compiling documentation. Translating the GUI, old changelogs etcetera.
eeschema - Sourcecode of the schematic editor
gerbview - Sourcecode of the gerber viewer
helpers - Helper tools and utilities for development
include - Interfaces to the common library
internat - Internationalisation files
kicad - Sourcecode of the project manager
packaging - Files for packaging on Windows and Mac OSX
pcbnew - Sourcecode of the printed circuit board editor
polygon - Sourcecode of the polygon library
resources - Resources for installation, freedesktop mime-types for linux
scripts - Helper scripts. For building, sourcecode packaging, font setting, pcb adjusting.
template - Project template(s)