Commit Graph

19 Commits

Author SHA1 Message Date
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
CHARRAS 05e69660a0 minor changes before creating a stable version 2007-11-09 14:42:10 +00:00
CHARRAS ba04f83247 small change on hotkey management. Added: drag component 2007-09-22 14:31:20 +00:00
goutnet b199b2c69e trivial : setting build to proper python lib version -mt 2007-09-08 18:12:51 +00:00
dickelbeck 02a2268f8a pass -DDEBUG to compiler if DEBUG=1 on command line 2007-08-06 02:01:38 +00:00
dickelbeck 840ecbb755 better debugging options 2007-08-04 04:41:36 +00:00
dickelbeck b9259f8516 fixed g++ 4.1.2 compiler warnings, added USE_MATCH_LAYER build option 2007-08-02 02:04:45 +00:00
dickelbeck 9ae3184b29 one time wx-config invocation speeds compiles 2007-08-01 16:22:57 +00:00
raburton c5d1b1b096 maintain wx2.6 compatibility 2007-07-09 19:34:54 +00:00
CHARRAS a397c4b248 gestfich.cpp change (A problem under windows already solved, but change was lost) 2007-07-09 09:29:53 +00:00
CHARRAS 75ce192333 Enhanced dialog for BOM generation and updated french and korean translationd 2007-07-02 12:48:10 +00:00
raburton af37d78ab3 added install targets for the non-binary stuff (libraries, help, etc.)
it's now possible to do a complete usable kicad install from source
2007-06-16 09:07:23 +00:00
raburton 834cd0298c make it easier to disable debug from the make command line
use "make -f makefile.gtk DEBUG=0"
2007-06-15 07:16:40 +00:00
dickelbeck dc7235c769 Gathered up common compiler and linker flags for the makefile.gtk file set.
Much easier now to compile with debugging symbols enabled.
2007-06-14 16:28:05 +00:00
raburton 60802457b2 small changes to makefiles to better support override of install location 2007-06-13 20:22:49 +00:00
raburton 13f2e75bfa dynamic link by default (really, who wants to use static linking?) 2007-06-13 13:26:20 +00:00
raburton cf211a4c77 improve static linking check to allow dynamic linking to be specified on make command, no need to hack libs.linux now to use dynamic linking, just use "make -f makefile.gtk KICAD_STATIC_LINK=0" 2007-06-11 19:33:59 +00:00
dickelbeck ae74527bc2 Jean-Pierre's changes for kicad-2007-05-25 release 2007-05-28 18:09:49 +00:00
plyatov 23c40f7e86 Initial import of KiCad. 2007-05-06 16:03:28 +00:00