kicad patches
Go to file
Maciej Suminski ebc2a4269e Modified way of handling OpenGL framebuffer errors.
Now it is more verbose and the status is checked at the right moment (previously it was fine with Linux, but on Windows it showed errors).
2013-08-02 10:34:23 +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 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 All: use a S expression to describe the page layout (title block and grid references). Work in progress. 2013-06-05 14:03:16 +02:00
bitmap2component Pcbnew fix Bug #1192203 (I hope ...) 2013-06-18 19:27:47 +02:00
bitmaps_png *) Refinements to ExternalProject_Add( boost ) 2013-05-31 16:36:40 -05:00
common Modified way of handling OpenGL framebuffer errors. 2013-08-02 10:34:23 +02:00
cvpcb Upstream merge. 2013-07-08 15:05:12 +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 Eeschema: fix a *very subtle* bug noticeable only in complex hierachies, for multiple parts per package: 2013-07-05 19:48:01 +02:00
gerbview Replace in EDA_TEXT::Draw the parameter EDA_DRAW_PANEL* aPanel by EDA_RECT* aClipBox, which is the actual parameter used by Draw. 2013-06-29 11:52:22 +02:00
helpers/tools_to_build_newstroke-font See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
include Added drawing of solderpaste layer for pads. 2013-07-31 14:51:20 +02:00
kicad better error reporting and parsing of bad legacy footprint libs 2013-06-13 11:09:35 -05: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 Added drawing of solderpaste layer for pads. 2013-07-31 14:51:20 +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 Add script to make a footprint library table from the KiCad Bazaar library repository, either in s-expr or CSV format. Add also the generation of such tables as of today. 2013-06-25 10:56:12 -05:00
template Minor fixes. Gerbview: fix a collision name for GetLayout method. 2013-06-27 21:12:01 +02:00
tools Upstream merged 2013-04-10 15:03:35 +02:00
.bzrignore CvPcb filtering and other minor improvements. 2013-06-06 11:37:48 -04: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-07-08 15:05:12 +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 Fix issue in auto panning while moving in EDA_DRAW_PANEL::OnMouseLeaving() 2013-06-10 15:23:58 +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)