kicad patches
Go to file
Wayne Stambaugh 959450beed Eeschema: component library plugin prep work.
* Remove unused functions in the PART_LIB and PART_LIBS objects.
2016-07-13 16:36:16 -04:00
3d-viewer Fix a bunch of misspellings of length. 2016-07-10 23:09:18 -04:00
CMakeModules Eeschema: initial schematic I/O plugin. 2016-07-06 05:22:56 -04:00
Documentation Update stable release 5 road map. 2016-07-05 10:06:23 -04:00
bitmap2component Code cleanup: remove dead code, add comment. 2016-06-08 08:32:01 +02:00
bitmaps_png Add Lithuanian language to language list menu. 2016-05-22 12:31:08 +02:00
common Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 2016-07-12 15:05:54 -04:00
cvpcb Remove legacy option to zoom to selection on middle mouse button 2016-06-11 19:37:43 -04:00
demos Minor update: pic_programmer demo: use current (updated) components instead of old ones in schematic and board. 2016-06-26 16:43:18 +02:00
eeschema Eeschema: component library plugin prep work. 2016-07-13 16:36:16 -04:00
gerbview Gerbview: Read excellon files: fix incorrect handling of G85 command. 2016-06-19 11:53:40 +02:00
helpers Fixed display of 'b' letter in OpenGL canvas. 2016-05-27 14:44:44 +02:00
include Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 2016-07-12 15:05:54 -04:00
kicad Fix a (minor) issue in Kicad manager: when the schematic editor or the board editor are run from the project tree frame to edit files of the current project, editors are opened on the background. 2016-06-17 19:58:14 +02:00
lib_dxf Fix a few coverity warnings. 2015-08-16 11:02:19 +02:00
new Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 2015-07-29 20:06:45 +02:00
pagelayout_editor Eeschema: add saving schematic files to schematic plugin. 2016-07-11 15:48:46 -04:00
patches Add wxWidgets 3.0.2 (possibly earlier) patch to fix wxDataViewCtrl crash bug on OSX. 2015-06-15 16:15:34 -04:00
pcb_calculator Fix pcb_calculator bug: fails to synthesize microstrip line, due to a not removed change which should have been removed after a test. 2016-06-28 17:35:50 +02:00
pcbnew Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 2016-07-12 15:05:54 -04:00
plugins 3D Viewer: fix swapped VRML material colors. 2016-06-13 12:50:42 -04:00
polygon Fix a bunch of misspellings of length. 2016-07-10 23:09:18 -04: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 CMake: remove OpenSSL download and build dependency code. 2015-12-03 10:59:02 -05:00
resources/linux/mime Add mime package for gerber and excellon files 2016-06-08 09:41:36 +02:00
scripting Fix broken swig import script when using swig >= 3.0.10. 2016-06-20 09:32:59 -04:00
scripts Remove unused and unmaintained OSX build scripts. 2016-06-13 15:49:01 -04:00
template Minor changes: modify a few messages in dialogs to allow a better or more easy translation of these messages (too short messages cannot be safely translated). 2015-05-22 13:00:43 +02:00
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 Added files generated by pcb_calculator to .bzrignore. 2016-02-01 10:05:58 +01:00
.gitconfig Remove .gitignore file and add .gitconfig. (fixes previous fix for lp:1407338) 2015-01-06 16:46:04 -05:00
AUTHORS.txt Update credits in AUTHORS.txt and about dialog. 2015-11-29 14:02:42 -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 Eeschema: initial schematic I/O plugin. 2016-07-06 05:22:56 -04:00
CTestConfig.cmake See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
Doxyfile Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
INSTALL.txt Remove unneeded compile option KICAD_KEEPCASE 2016-06-10 23:15:02 -04:00
README.txt Fix spelling errors in README.txt. 2015-12-20 16:37:58 -05:00
TODO.txt Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
copyright.h Update copyright header template to reflect current usage 2016-06-07 11:05:35 -04: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
rules 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
uncrustify.cfg Fix case statement indentation setting for uncrustify. 2015-01-08 09:02:27 -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 (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)