Go to file
Maciej Suminski cef45c0297 Hide all related layers when footprint rendering is disabled. 2016-06-07 15:07:47 +02:00
3d-viewer Fixed a few warnings (mostly gcc6 -Wmisleading-indent). 2016-06-07 14:42:42 +02:00
CMakeModules
Documentation Fix missing links in ui-policy.md. 2016-05-13 13:09:28 -04:00
bitmap2component Make sure KIFACE_GETTER linkage is consistent 2016-05-28 13:10:06 -04:00
bitmaps_png Add Lithuanian language to language list menu. 2016-05-22 12:31:08 +02:00
common Fixes for OpenGL resources handling. 2016-06-07 14:42:42 +02:00
cvpcb A few minor fixes for compil warnings (shadowed variables and deprecated auto_ptr) 2016-05-29 17:02:34 +02:00
demos page layout reader: fix a minor issue in parseGraphic method. Update a old (incorrect) .kicad_wks file in demo. page_layout_writer.cpp: remove a few useless spaces in output files. 2016-03-22 10:46:18 +01:00
eeschema Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time). 2016-06-05 13:49:25 +02:00
gerbview Gerbview: when running gerbview from a command line, if a filename is given, and if it is a .drl file, it is loaded as drill file (instead of a gerber file, which generate an error message). 2016-06-05 14:26:39 +02:00
helpers Fixed display of 'b' letter in OpenGL canvas. 2016-05-27 14:44:44 +02:00
include Fixes for OpenGL resources handling. 2016-06-07 14:42:42 +02:00
kicad Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
lib_dxf
new
packaging/mac-osx/dmg-generator Remove old packaging files 2016-05-30 07:14:55 -04:00
pagelayout_editor Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +02:00
patches
pcb_calculator Add missing C++ stdlib headers 2016-05-28 12:46:29 -04:00
pcbnew Hide all related layers when footprint rendering is disabled. 2016-06-07 15:07:47 +02:00
plugins Remove dead code (Coverity CID 149046) 2016-06-03 06:30:47 -04:00
polygon Fixed a few warnings (mostly gcc6 -Wmisleading-indent). 2016-06-07 14:42:42 +02:00
potrace Update potrace library from 1.12 to 1.13, due to a bug fix in 1.13 2016-02-28 18:04:51 +01:00
qa
resources/linux/mime Add Italian desktop file translations 2016-05-30 15:33:32 -04:00
scripting Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time). 2016-06-05 13:49:25 +02:00
scripts Add script for generating icons under resources/linux/mime/icons 2016-05-30 08:37:58 -04:00
template
tools Minor CMake configuration file fixes. 2016-02-29 14:08:03 -05:00
utils Fixed a few warnings (mostly gcc6 -Wmisleading-indent). 2016-06-07 14:42:42 +02:00
.bzrignore
.gitconfig
AUTHORS.txt
CHANGELOG.txt
CMakeLists.txt Remove mimelnk files 2016-05-30 08:33:19 -04:00
CTestConfig.cmake
Doxyfile Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
INSTALL.txt
README.txt
TODO.txt
copyright.h
license_for_documentation.txt
rules
uncrustify.cfg

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.cmake   - Support for CTest and CDash testing tools
Doxyfile            - Doxygen config file for Kicad
INSTALL.txt         - The release (binary) installation instructions
TODO.txt            - Todo list
uncrustify.cfg      - Uncrustify config file for uncrustify sources formatting tool

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.
template       - Project template(s)