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.
 
 
 
 
 
Dick Hollenbeck 0cad6e7913 carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 14 years ago
3d-viewer 3D view: Fix Bug #908871 14 years ago
CMakeModules legacy pcbnew plugin touch ups 14 years ago
Documentation Pcbnew: Fix bug Bug #898178 14 years ago
bitmap2component formatting and compiler warnings 14 years ago
bitmaps_png Fix bug 910364: When a footprint saved in a .mod file is not on front layer and/or not with orientation 0 degree, the Module editor load it incorrectly. 14 years ago
bitmaps_xpm New icons from Fabrizio 14 years ago
common carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 14 years ago
cvpcb merge in mainline into KICAD_PLUGIN work, which is for the PCBNEW nanometer support 14 years ago
demos Fix issue in GPcb footprints import. 14 years ago
eeschema carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 14 years ago
gerbview merge in mainline into KICAD_PLUGIN work, which is for the PCBNEW nanometer support 14 years ago
helpers/tools_to_build_newstroke-font See CHANGELOG.txt 16 years ago
include carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 14 years ago
kicad Encapsulate EDA_APP class. 14 years ago
new sweet editor, compiler warning 14 years ago
packaging Add Bulgarian language. Update translators list. 14 years ago
pcb_calculator Eeschema: add compil option in sch_field.cpp to go back to old behavior for field texts justifications (this option is not activated) 14 years ago
pcbnew carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 14 years ago
polygon Fix issue in GPcb footprints import. 14 years ago
potrace bitmap2component: use BOOST:POLYGON instead of KBool, and minor enhancements. 14 years ago
resources Pcbnew: fix some minor issues. 14 years ago
scripts commit Brian's BOM generation scripts so they don't get lost 14 years ago
template Pcbnew: Fix a refresh issue when changing active layer (Windows only) 14 years ago
.bzrignore more kicad_plugin work, make BOARD::m_NetInfo private 14 years ago
AUTHORS.txt Eeschema: Fix a subtle bug in undo command when editing texts and labels. 14 years ago
CHANGELOG.txt add container_test 14 years ago
CMakeLists.txt cannot use plugin until done 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 Eeschema: bug 880132 : partial fix. 14 years ago
README.txt Fix some minor OS X issues 14 years ago
TODO.txt Make CvPcb correctly preview the selected component footprint if one has already been assigned. 14 years ago
container_test.cpp add container_test 14 years ago
copyright.h initial work on PCBNew PLUGIN support, in preparation for nanometer board load and save 14 years ago
notes_about_pcbnew_new_file_format.odt Identifiers and Strings edits 16 years ago
uncrustify.cfg added " pcbnew module editor toolbar items now in menubar" patch from Jerry Jacobs. Fixed TODO. 15 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)