1. 18 Jun, 2011 1 commit
  2. 17 Jun, 2011 1 commit
    • Wayne Stambaugh's avatar
      Schematic object plot code refactoring and CMake required version changes. · c1802037
      Wayne Stambaugh authored
      * Change the minimum required CMake version to 2.6.4 for all build platforms
        except Windows and OSX.
      * Move all schematic plot code from plot.cpp into the appropriate schematic
        objects.
      * Create SCH_SCREEN plot method to plot all objects in the schematic
        screen.
      * Delete plot.cpp and remove it from the CMakeList file.
      c1802037
  3. 16 Jun, 2011 3 commits
  4. 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
  5. 12 Jun, 2011 1 commit
  6. 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
  7. 09 Jun, 2011 1 commit
  8. 08 Jun, 2011 1 commit
  9. 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
  10. 06 Jun, 2011 1 commit
  11. 01 Jun, 2011 1 commit
  12. 31 May, 2011 2 commits
  13. 30 May, 2011 1 commit
  14. 28 May, 2011 1 commit
  15. 25 May, 2011 1 commit
  16. 22 May, 2011 1 commit
  17. 21 May, 2011 1 commit
  18. 20 May, 2011 3 commits
  19. 17 May, 2011 1 commit
  20. 16 May, 2011 1 commit
  21. 13 May, 2011 1 commit
  22. 12 May, 2011 4 commits
  23. 09 May, 2011 1 commit
  24. 07 May, 2011 1 commit
  25. 06 May, 2011 2 commits
  26. 05 May, 2011 2 commits
  27. 03 May, 2011 3 commits
  28. 02 May, 2011 1 commit