1. 05 Aug, 2011 3 commits
  2. 04 Aug, 2011 3 commits
  3. 03 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Change PCBNew and CVPCB 3D viewer focus behavior. (fixes lp:818890) · 04bf11c2
      Wayne Stambaugh authored
      * Raise 3D frame in PCB editor and module editor instead of displaying a message
        dialog indicating that the 3D viewer is already open.
      * Raise 3D viewer and module viewer in CVPCB to mimic the behavior changed in
        PCBNew.
      * Set focus to OpenGL canvas when creating 3D viewer so mouse wheel events
        are handled on Windows without having to click on the canvas.
      * Rename 3D viewer frame class from WinEDA3D_DrawFrame to EDA_3D_FRAME.
      * The usual smattering of coding policy fixes.
      04bf11c2
  4. 01 Aug, 2011 1 commit
  5. 20 Jul, 2011 1 commit
  6. 16 Jul, 2011 1 commit
  7. 15 Jul, 2011 1 commit
  8. 14 Jul, 2011 2 commits
  9. 12 Jul, 2011 1 commit
  10. 09 Jul, 2011 1 commit
  11. 08 Jul, 2011 2 commits
  12. 07 Jul, 2011 2 commits
  13. 06 Jul, 2011 1 commit
  14. 05 Jul, 2011 2 commits
  15. 04 Jul, 2011 3 commits
  16. 03 Jul, 2011 1 commit
  17. 02 Jul, 2011 1 commit
  18. 30 Jun, 2011 1 commit
  19. 28 Jun, 2011 1 commit
  20. 26 Jun, 2011 2 commits
  21. 22 Jun, 2011 2 commits
  22. 20 Jun, 2011 1 commit
  23. 18 Jun, 2011 1 commit
  24. 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
  25. 16 Jun, 2011 3 commits
  26. 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