• lifekidyeaa's avatar
    2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com · c5cd8502
    lifekidyeaa authored
    ================================================================================
    +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.
    
    c5cd8502
Name
Last commit
Last update
..
dialog_print.cpp Loading commit data...
dialog_print.h Loading commit data...
dialog_print.pjd Loading commit data...
drawframe.cpp Loading commit data...
drawpanel.cpp Loading commit data...
gr_basic.cpp Loading commit data...
setpage.cpp Loading commit data...
setpage.h Loading commit data...
setpage.pjd Loading commit data...
svg_print.cpp Loading commit data...
svg_print.h Loading commit data...
svg_print.pjd Loading commit data...
worksheet.cpp Loading commit data...
wxprint.cpp Loading commit data...
zoom.cpp Loading commit data...