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.
 
 
 
 
 
Miguel Angel Ajo 70df15175b Footprint wizard, plus fixes 14 years ago
3d-viewer Remove valeur_param(), that does not work in Kicad Nanometer 14 years ago
CMakeModules more footprint support for LEGACY_PLUGIN 14 years ago
Documentation Update compiling.txt doc. 14 years ago
bitmap2component Internal unit improvements and Pcbnew s-expression file format changes. 14 years ago
bitmaps_png * Footprint wizard UI: Added to module editor. 14 years ago
common merged to testing, fixed some scripting imports 14 years ago
cvpcb Define MM_TO_IU_SCALING_FACTOR (scaling factor from mm to internal units) only in convert_to_biu.h 14 years ago
demos Libedit: fix bug (svg export does not work) 14 years ago
eeschema Remove valeur_param(), that does not work in Kicad Nanometer 14 years ago
gerbview All: change MILS_TO_IU_SCALING_FACTOR constant to IU_PER_MILS ( and MM_TO_IU_SCALING_FACTOR to IU_PER_MM) 14 years ago
helpers/tools_to_build_newstroke-font See CHANGELOG.txt 16 years ago
include * Footprint wizard UI: Added to module editor. 14 years ago
kicad Fix a serious bug in EDA_RECT::Intersects 14 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 Internal unit improvements and Pcbnew s-expression file format changes. 14 years ago
pcbnew Footprint wizard, plus fixes 14 years ago
polygon Define MM_TO_IU_SCALING_FACTOR (scaling factor from mm to internal units) only in convert_to_biu.h 14 years ago
potrace fix bug 921553 14 years ago
resources Pcbnew: fix some minor issues. 14 years ago
scripting Footprint wizard, plus fixes 14 years ago
scripts bom-in-python script does not compile 14 years ago
template Pcbnew: Fix a refresh issue when changing active layer (Windows only) 14 years ago
tools add tools directory, move container_test.cpp there on standby 14 years ago
.bzrignore Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 14 years ago
AUTHORS.txt Alexander's patches, with refinements 14 years ago
CHANGELOG.txt cleanups 14 years ago
CMakeLists.txt Merged to testing, needs some fixes 14 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 intermediate check in to show progress on new nanometer file loader PLUGIN 14 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 I was disappointed when I disassembled the code using the KiROUND() inline function 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 Uncrustify 0.59 has some new options, it is still actively supported, now under GIT. 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)