1. 16 Jun, 2011 2 commits
  2. 15 Jun, 2011 1 commit
    • Wayne Stambaugh's avatar
      EESchema dead code removal and other minor changes. · 48b2661b
      Wayne Stambaugh authored
      * Move code from function ClearProjectDrawList() into SCH_SCREEN object
        Clear() method.
      * Delete eeschema/delsheet.cpp as none of the code in it is ever called.
      * Move global spice and net list command line variables into SCH_EDIT_FRAME
        object as priviate members and provide access methods.
      * Remove unnecessary header includes from eeschema/sheet.cpp.
      * Minor coding policy fixes.
      48b2661b
  3. 12 Jun, 2011 1 commit
  4. 10 Jun, 2011 1 commit
    • Vladimir Ur's avatar
      Made support for multiple equ. matches in CVPCB: · 67517778
      Vladimir Ur authored
      - first, matches are now filtered with component filters (as set in eeschema lib editor);
      - second, if two or more matches exist, first one will be accepted in accordance to
        alias file order set in project prefs, and then to order of lines in file.
      
      For example you may have such configuration
      
      .equ:
      '100' 'CAP100'
      '100' 'RES300' 
      
      C component have filter 'CAP*'
      R component have filter 'RES*'
      
      So R with value 100 (IEEE/ESKD short for 100 Ohm) will get 'RES300' footprint,
      and C with value 100 (IEEE/ESKD short for 100 pF) will get 'CAP100'.
      
      Also equ read routine is rewritten so it is now gracefully accept UTF-8 and spaces.
      67517778
  5. 09 Jun, 2011 1 commit
  6. 08 Jun, 2011 1 commit
  7. 07 Jun, 2011 1 commit
    • Wayne Stambaugh's avatar
      EESchema bug fixes and other minor changes (fixes lp:793373). · baa0d792
      Wayne Stambaugh authored
      * Fix debug build warning (lp:793373).
      * Changed sheet edit restore and undo to use object copy and replace method.
      * Add minimum width and height constraints when resizing sheets that have
        hierarchical pins.
      * Fix drag sheet hot key bug.
      * Change Doxygen configuration to extract private methods and members
        when creating documentation.
      * Fix a bunch of Doxygen comment warnings.
      baa0d792
  8. 06 Jun, 2011 1 commit
  9. 01 Jun, 2011 1 commit
  10. 31 May, 2011 2 commits
  11. 30 May, 2011 1 commit
  12. 28 May, 2011 1 commit
  13. 25 May, 2011 1 commit
  14. 22 May, 2011 1 commit
  15. 21 May, 2011 1 commit
  16. 20 May, 2011 3 commits
  17. 17 May, 2011 1 commit
  18. 16 May, 2011 1 commit
  19. 13 May, 2011 1 commit
  20. 12 May, 2011 4 commits
  21. 09 May, 2011 1 commit
  22. 07 May, 2011 1 commit
  23. 06 May, 2011 2 commits
  24. 05 May, 2011 2 commits
  25. 03 May, 2011 3 commits
  26. 02 May, 2011 1 commit
  27. 29 Apr, 2011 2 commits
  28. 28 Apr, 2011 1 commit