kicad/kicad
Dick Hollenbeck 7311f07eaf SWIG Improvements
*) Extend SWIG support deeper into the BOARD class.
*) Move swig *.i files into a directory identified for SWIG, in preparation
   for a parallel universe involving Phoenix's SIP.
*) Move swig files which will be common to both eeschema and pcbnew into
   common/swig.
*) Sketch out a "common" python module, and plan on dovetailing that into a
   libkicad_shared.{dll,so}
*) Add common/swig/ki_exceptions.i and define a macro HANDLE_EXCEPTIONS()
   which is to be applied to any function which needs C++ to python
   exception translation.
*) Move the test for SWIG tool into top level CMakeLists.txt file for use
   in all python modules beyond pcbnew, i.e. eeschema and common.
*) Add SWIG_MODULE_pcbnew_EXTRA_DEPS which generates a better Makefile, one
   which rebuilds the swig generated *.cxx file when one of its dependencies
   change.
*) Re-architect the board.i file so that it can be split into multiple *.i
   files easily.
*) Make some KIWAY from python progress, in preparation for Modular KiCad
   phase III.
2016-09-20 11:59:43 -04:00
..
dialogs Fix typos in dialogs. 2016-04-21 09:32:29 +02:00
CMakeLists.txt Merge with main branch r6601 2016-03-01 11:44:15 +11:00
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 2015-10-30 08:43:04 +13:00
class_treeproject_item.cpp 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
class_treeproject_item.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeprojectfiles.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeprojectfiles.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
commandframe.cpp Rename libedit_icon to icon_libedit, bo be consistent with other icon names. 2016-09-20 13:23:17 +02:00
file_pro.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
files-io.cpp Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
kicad.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 2016-09-20 11:56:18 -04:00
kicad.h Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 2016-04-12 17:50:42 +02:00
kicad.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
kicad.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
kicad_doc.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
logokicad.png Dutch language update, kicad splash making to work 2008-08-20 22:44:37 +00:00
mainframe.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 2016-09-20 11:56:18 -04:00
menubar.cpp Move hotkey list from Preferences menu to Help menu 2016-06-11 21:22:13 -04:00
pgm_kicad.h SWIG Improvements 2016-09-20 11:59:43 -04:00
preferences.cpp Correct multiple UI spelling errors 2016-05-02 10:01:43 -04:00
prjconfig.cpp Kicad project manager: when creating a new project, creates a better empty .sch file compatible with the new schematic legacy file parser. 2016-07-20 09:05:42 +02:00
project_template.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
project_template.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
tree_project_frame.cpp Kicad manger: add .cir netlist files to the list of files to show in project tree. 2016-09-17 09:34:16 +02:00
tree_project_frame.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00