1. 15 Jul, 2011 1 commit
  2. 12 Jul, 2011 1 commit
  3. 08 Jul, 2011 1 commit
  4. 07 Jul, 2011 1 commit
  5. 05 Jul, 2011 1 commit
  6. 04 Jul, 2011 1 commit
  7. 03 Jul, 2011 1 commit
  8. 02 Jul, 2011 1 commit
  9. 28 Jun, 2011 1 commit
  10. 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
  11. 16 Jun, 2011 1 commit
  12. 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
  13. 09 Jun, 2011 1 commit
  14. 08 Jun, 2011 1 commit
  15. 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
  16. 01 Jun, 2011 1 commit
  17. 31 May, 2011 1 commit
  18. 30 May, 2011 1 commit
  19. 28 May, 2011 1 commit
  20. 25 May, 2011 1 commit
  21. 22 May, 2011 1 commit
  22. 21 May, 2011 1 commit
  23. 20 May, 2011 3 commits
  24. 17 May, 2011 1 commit
  25. 16 May, 2011 1 commit
  26. 13 May, 2011 1 commit
  27. 12 May, 2011 1 commit
  28. 09 May, 2011 1 commit
  29. 07 May, 2011 1 commit
  30. 06 May, 2011 1 commit
  31. 05 May, 2011 2 commits
  32. 29 Apr, 2011 2 commits
  33. 28 Apr, 2011 1 commit
  34. 27 Apr, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add hit testing clarification to schematic library editor. · 86bf955d
      Wayne Stambaugh authored
      * Create library collector class.
      * Add clarification menu to library editor when multiple items are found
        at the current position.
      * Add get clarification menu text to all objects derived from LIB_ITEM.
      * Add get menu bitmap for all objects derived from LIB_ITEM.
      * Improve LIB_PIN bounding box calculation.
      * Rename LIB_ITEM::DoGenCopy to doClone to match behavior defined in base
        class EDA_ITEM.
      * Minor class renaming for improved code consistency.
      * Added less than operator to EDA_ITEM.
      86bf955d
  35. 25 Apr, 2011 1 commit
  36. 20 Apr, 2011 1 commit