1. 04 Dec, 2008 1 commit
  2. 02 Nov, 2008 1 commit
  3. 07 Oct, 2008 1 commit
  4. 03 Oct, 2008 1 commit
  5. 27 Aug, 2008 1 commit
  6. 26 Aug, 2008 2 commits
  7. 25 Aug, 2008 2 commits
  8. 23 Aug, 2008 1 commit
  9. 17 Aug, 2008 1 commit
  10. 11 Aug, 2008 1 commit
  11. 06 Jun, 2008 1 commit
  12. 17 May, 2008 1 commit
  13. 29 Apr, 2008 1 commit
  14. 18 Apr, 2008 1 commit
  15. 17 Apr, 2008 1 commit
  16. 14 Apr, 2008 1 commit
  17. 03 Apr, 2008 2 commits
  18. 01 Apr, 2008 1 commit
  19. 22 Mar, 2008 1 commit
  20. 20 Mar, 2008 1 commit
  21. 18 Mar, 2008 1 commit
  22. 11 Mar, 2008 1 commit
  23. 10 Mar, 2008 4 commits
  24. 06 Mar, 2008 3 commits
  25. 04 Mar, 2008 2 commits
  26. 29 Feb, 2008 1 commit
  27. 27 Feb, 2008 1 commit
  28. 17 Feb, 2008 1 commit
  29. 12 Feb, 2008 1 commit
    • 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
  30. 28 Jan, 2008 2 commits