kicad patches
Go to file
Maciej Suminski bfdad27893 Fixed rollback of traces movement. 2013-09-12 10:54:11 +02:00
3d-viewer Changed D() macro to DBG() because of conflict with glm::D(). 2013-09-10 10:47:42 +02:00
CMakeModules Header containing GLSL source code is generated only after change of any of shader source files. 2013-07-24 14:22:00 +02:00
Documentation
bitmap2component
bitmaps_png Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02:00
common Fixed memory leaks in containers. 2013-09-12 09:44:57 +02:00
cvpcb
demos $ iconv -f LATIN1 -t UTF-8 pic_sockets.sch -o /tmp/pic_sockets.sch 2013-07-28 10:21:43 -05:00
eeschema Changed some 'magic numbers' into constants. Added const modifier in appropriate spots. 2013-09-11 11:34:10 +02:00
gerbview Some more missing D()->DBG() changes. 2013-09-10 17:07:46 +02:00
helpers/tools_to_build_newstroke-font
include Fixed memory leaks in containers. 2013-09-12 09:44:57 +02:00
kicad Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02:00
new
packaging
pagelayout_editor Added missing header. 2013-08-02 16:45:30 +02:00
patches
pcb_calculator
pcbnew Fixed rollback of traces movement. 2013-09-12 10:54:11 +02:00
polygon Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02:00
potrace
resources
scripting Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02:00
scripts add script which converts footprint libraries from one format to another 2013-07-28 11:28:17 -05:00
template Add GOST page layout description files in template 2013-07-24 17:57:38 +02:00
tools
.bzrignore
AUTHORS.txt AUTHORS.txt LATIN1 to UTF-8 via: $ iconv -f LATIN1 -t UTF-8 AUTHORS.txt > /new/AUTHORS.txt 2013-07-28 09:47:13 -05:00
CHANGELOG.txt
CMakeLists.txt Upstream merge. 2013-08-02 15:57:24 +02:00
COPYRIGHT.txt
CTestConfig.cmake
Doxyfile Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02:00
HOW_TO_CONTRIBUTE.txt
INSTALL.txt
README.txt
TODO.txt
copyright.h
license_for_documentation.txt
notes_about_pcbnew_new_file_format.odt
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 (binairy) installation instructions
TODO.txt            - Todo list
uncrustify.cfg      - Uncrustify config file for uncrustify sorces 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)