kicad patches
Go to file
Tomasz Wlostowski f650eca784 dialogs: store inline drag mode in PNS settings dialog 2015-07-02 16:10:54 +02:00
3d-viewer Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 2015-06-26 15:41:56 +02:00
CMakeModules Add missing CXX check : HAVE_STRCASECMP, HAVE_STRNCASECMP on string.h 2015-06-11 22:14:05 -04:00
Documentation Pcbnew: Replace wxComboBoxes by wxChoice in auxiliary horizontal toolbar, to try to avoid issues on OSX (combo boxes not responding to mouse clicks). 2015-07-02 14:51:27 +02:00
bitmap2component
bitmaps_png 3D viewer: minor fix in toolbar icons: the rotate Z and rotate Y icons were swapped. 2015-07-01 18:07:42 +02:00
common tools: added TOOL_SETTINGS class for storing persistent tool settings in config file (just a wrapper for wxConfigBase) router: free angle mode (mark obstacles only) & persistent settings 2015-07-02 16:09:51 +02:00
cvpcb Eeschema: BOM dialog: fix some minor issues when displaying messages. 2015-07-01 12:55:41 +02:00
demos Eeschema: BOM dialog: fix some minor issues when displaying messages. 2015-07-01 12:55:41 +02:00
eeschema Eeschema: BOM dialog: fix some minor issues when displaying messages. 2015-07-01 12:55:41 +02:00
gerbview Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 2015-06-26 15:41:56 +02:00
helpers/tools_to_build_newstroke-font
include tools: added TOOL_SETTINGS class for storing persistent tool settings in config file (just a wrapper for wxConfigBase) router: free angle mode (mark obstacles only) & persistent settings 2015-07-02 16:09:51 +02:00
kicad KiCad: add html file support to tree view. 2015-06-24 15:30:35 -04:00
lib_dxf
new
packaging
pagelayout_editor Fixed dialogs asserts. 2015-06-15 15:54:58 +02: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 Try to fix a crash when exit pcb_calculator if the attenuators panel was displayed, wxGTK specific. Looks like a wxGTK bug. 2015-06-21 17:37:33 +02:00
pcbnew dialogs: store inline drag mode in PNS settings dialog 2015-07-02 16:10:54 +02:00
polygon Replace abs() with std::abs(). 2015-06-26 19:21:09 -04:00
potrace
qa
resources/linux/mime
scripting Minor wxPython scripting improvements. 2015-06-27 15:05:26 -04:00
scripts Fixes and enhancements in python scripts relative to BOM generation. 2015-06-26 19:52:49 +02:00
template
tools
utils Avoid memleak on ColorMap during normal usage 2015-06-12 18:38:31 -04:00
.bzrignore
.gitconfig
AUTHORS.txt
CHANGELOG.txt
CMakeLists.txt
CTestConfig.cmake
Doxyfile
INSTALL.txt
README.txt
TODO.txt
copyright.h
license_for_documentation.txt
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)