kicad patches
Go to file
Maciej Suminski 9e4fe8b410 Faster polylines drawing using OpenGL backend.
Fixed drawing of lines' caps.
2013-07-01 15:23:43 +02:00
3d-viewer 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
CMakeModules Upstream merge. 2013-06-05 10:01:53 +02:00
Documentation 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
bitmap2component 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
bitmaps_png *) Refinements to ExternalProject_Add( boost ) 2013-05-31 16:36:40 -05:00
common Faster polylines drawing using OpenGL backend. 2013-07-01 15:23:43 +02:00
cvpcb Upstream merge. 2013-06-05 10:01:53 +02:00
demos 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
eeschema *) Refinements to ExternalProject_Add( boost ) 2013-05-31 16:22:34 -05:00
gerbview 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
helpers/tools_to_build_newstroke-font See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
include Removed different styles of line caps and line joins, leaving only round caps & joins. 2013-07-01 14:39:27 +02:00
kicad Fix issue created by the template selector change, on Linux. 2013-05-29 20:00:40 +02:00
new remove -std=c++0x compiler option since nobody is ready for it, and accordingly back into auto_ptr from unique_ptr 2012-11-15 10:04:10 -06:00
packaging Last (minor) fixes for the stable version 2013-03-13 20:06:46 +01:00
patches remove boost and make it an external project, so the procedure for upgrading is better documented 2013-05-30 23:46:02 -05:00
pcb_calculator *) Refinements to ExternalProject_Add( boost ) 2013-05-31 16:22:34 -05:00
pcbnew Removed different styles of line caps and line joins, leaving only round caps & joins. 2013-07-01 14:39:27 +02:00
polygon 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
potrace 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
resources Pcbnew: fix some minor issues. 2011-09-18 17:11:09 +02:00
scripting Pcbnew: fix Bug #1156193 . Fix compil issues when KICAD_SCRIPTING_WXPYTHON is not enabled and KICAD_SCRIPTING is enabled 2013-03-17 20:04:42 +01:00
scripts 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
template 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
tools Upstream merged 2013-04-10 15:03:35 +02:00
.bzrignore remove boost and make it an external project, so the procedure for upgrading is better documented 2013-05-30 23:46:02 -05:00
AUTHORS.txt AUTHORS.txt: add some contributor names (I certainly forgot some other contributors, and I apologize). 2013-01-14 13:16:23 +01:00
CHANGELOG.txt Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 2012-11-19 10:19:38 -06:00
CMakeLists.txt Upstream merge. 2013-06-05 10:01:53 +02:00
COPYRIGHT.txt fix license text in COPYRIGHT.txt, remove duplicate Documentation/copyright.txt 2013-05-23 08:43:42 -05:00
CTestConfig.cmake See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
Doxyfile 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
HOW_TO_CONTRIBUTE.txt All: fix some issues in messages to translate. Remove fully outdated files 2013-04-10 09:23:20 +02:00
INSTALL.txt Restore INSTALL.txt, erroneously removed. 2012-01-27 19:56:06 +01:00
README.txt All: fix some issues in messages to translate. Remove fully outdated files 2013-04-10 09:23:20 +02:00
TODO.txt Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
copyright.h fix license text in COPYRIGHT.txt, remove duplicate Documentation/copyright.txt 2013-05-23 08:43:42 -05:00
license_for_documentation.txt 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
notes_about_pcbnew_new_file_format.odt Identifiers and Strings edits 2009-12-23 14:45:50 +00:00
rules 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
uncrustify.cfg remove "long double" dependency, mingw was falling over when using it. 2012-06-24 13:41:37 -05:00

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)