kicad patches
Go to file
Maciej Suminski 215f35e237 Added mouse cursor drawing.
Added flipping mode.
2013-08-27 18:08:32 +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 Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02:00
common Added mouse cursor drawing. 2013-08-27 18:08:32 +02:00
cvpcb Upstream merge. 2013-07-08 15:05:12 +02:00
demos $ iconv -f LATIN1 -t UTF-8 pic_sockets.sch -o /tmp/pic_sockets.sch 2013-07-28 10:21:43 -05:00
eeschema Initial release of pl_editor, the page layout and title block editor. 2013-07-22 18:46:44 +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 mouse cursor drawing. 2013-08-27 18:08:32 +02:00
kicad Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +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
pagelayout_editor Added missing header. 2013-08-02 16:45:30 +02: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 Changed reaction of SELECTION_TOOL to ToolCancel event (first event clears selection, second one deactivates the tool). 2013-08-22 15:05:37 +02:00
polygon Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02: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 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 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 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 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-08-02 15:57:24 +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 Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02: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)