kicad/kicad
lifekidyeaa c5cd85027b 2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com
================================================================================
+eeschema
        * commiting my changes to allow multiple instances of a given schematic file within 
a hierarchy:
        ** internally, m_currentScreen has been replaced with m_currentSheet,
                which is a list or 'path' of screens.  The path of screens is used to 
generate
                a series of timestamps, which is converted to flat component reference via 
a look-up
                table in the schematic files.
        ** this means that m_currentScreen is no longer used -- use GetScreen().
        ** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen 
pointer.
        ** all sub-sheets in a given schematic must have different names to generate a 
meaningful netlist.
2008-02-12 21:12:46 +00:00
..
bitmaps gcc 4.2.1 compatibility: change char * to const char * whenever it was necessary 2007-10-31 08:34:05 +00:00
minizip CMake: 2008-01-30 09:42:19 +00:00
CMakeLists.txt Fix win32 "filename.ico not found" error. 2008-02-06 20:36:44 +00:00
Info.plist Added Mac OS X icons and Info.plist files from Marco Serantoni 2007-10-28 23:04:56 +00:00
buildmnu.cpp create commandframe.cpp in kicad and some other minor changes 2007-10-31 17:47:44 +00:00
commandframe.cpp set eol-style native on new file 2007-10-31 18:56:11 +00:00
file_pro.icns Added missing icons 2007-10-29 03:35:52 +00:00
files-io.cpp Add class_marker.cpp and class_marker.h. Some other minor changes 2007-10-26 06:08:19 +00:00
kicad.cpp Wayne Stambaugh's patch which allows infospgm.cpp to be compiled once rather than for each program 2008-01-28 05:49:15 +00:00
kicad.h modified the treeprj so that, instead of recursively scanning and adding 2007-12-16 18:44:12 +00:00
kicad.icns Added Mac OS X icons and Info.plist files from Marco Serantoni 2007-10-28 23:04:56 +00:00
kicad.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
kicad.r Initial import of KiCad. 2007-05-06 16:03:28 +00:00
kicad.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
mainframe.cpp 2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com 2008-02-12 21:12:46 +00:00
mainframe.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
makefile.g95 add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
makefile.gtk simple hacky make dependancy solution 2007-11-04 22:14:47 +00:00
makefile.include infospgm.cpp moved from share/ to common/ 2008-01-28 19:26:19 +00:00
makefile.macosx Added deps make target for Mac OS X 2007-11-19 14:35:04 +00:00
preferences.cpp Add class_marker.cpp and class_marker.h. Some other minor changes 2007-10-26 06:08:19 +00:00
prjconfig.cpp Add class_marker.cpp and class_marker.h. Some other minor changes 2007-10-26 06:08:19 +00:00
prjconfig.h add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
protos.h add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
treeprj_datas.cpp added comment 2007-12-17 21:19:03 +00:00
treeprj_frame.cpp modified the treeprj so that, instead of recursively scanning and adding 2007-12-16 18:44:12 +00:00