1. 25 Apr, 2008 1 commit
  2. 24 Apr, 2008 1 commit
  3. 22 Apr, 2008 2 commits
  4. 18 Apr, 2008 3 commits
  5. 17 Apr, 2008 1 commit
  6. 15 Apr, 2008 1 commit
  7. 14 Apr, 2008 1 commit
  8. 03 Apr, 2008 1 commit
  9. 02 Apr, 2008 1 commit
  10. 31 Mar, 2008 2 commits
  11. 30 Mar, 2008 1 commit
  12. 24 Mar, 2008 1 commit
  13. 22 Mar, 2008 2 commits
  14. 21 Mar, 2008 1 commit
  15. 20 Mar, 2008 1 commit
  16. 18 Mar, 2008 1 commit
  17. 16 Mar, 2008 1 commit
  18. 15 Mar, 2008 1 commit
  19. 13 Mar, 2008 1 commit
  20. 11 Mar, 2008 1 commit
  21. 10 Mar, 2008 1 commit
  22. 06 Mar, 2008 1 commit
  23. 05 Mar, 2008 2 commits
  24. 04 Mar, 2008 3 commits
  25. 29 Feb, 2008 2 commits
  26. 20 Feb, 2008 2 commits
  27. 19 Feb, 2008 1 commit
  28. 18 Feb, 2008 1 commit
  29. 15 Feb, 2008 1 commit
    • lifekidyeaa's avatar
      eeschema: fixed: · c7ec524f
      lifekidyeaa authored
      * crash when creating a sheet that does not yet have a sch file
      * when loading schematic file v 1 annotations are applied to all sheets independent of path in hierarchy
      * component reference is drawn by default upon placing a new libary comp. 
      
      c7ec524f
  30. 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