1. 04 Aug, 2011 3 commits
  2. 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
  3. 01 Aug, 2011 1 commit
  4. 20 Jul, 2011 1 commit
  5. 16 Jul, 2011 1 commit
  6. 15 Jul, 2011 1 commit
  7. 14 Jul, 2011 2 commits
  8. 12 Jul, 2011 1 commit
  9. 09 Jul, 2011 1 commit
  10. 08 Jul, 2011 2 commits
  11. 07 Jul, 2011 2 commits
  12. 06 Jul, 2011 1 commit
  13. 05 Jul, 2011 2 commits
  14. 04 Jul, 2011 3 commits
  15. 03 Jul, 2011 1 commit
  16. 02 Jul, 2011 1 commit
  17. 30 Jun, 2011 1 commit
  18. 28 Jun, 2011 1 commit
  19. 26 Jun, 2011 2 commits
  20. 22 Jun, 2011 2 commits
  21. 20 Jun, 2011 1 commit
  22. 18 Jun, 2011 1 commit
  23. 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
  24. 16 Jun, 2011 3 commits
  25. 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
  26. 12 Jun, 2011 1 commit
  27. 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
  28. 09 Jun, 2011 1 commit