1. 29 Aug, 2011 2 commits
  2. 28 Aug, 2011 2 commits
  3. 26 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add user write permission tests to PCBNew and other minor fixes. · 0d57d670
      Wayne Stambaugh authored
      * Check user write permissions before saving project, board, and footprint
        library files.
      * Append read only to file name and path in title bar when the user
        does not have write privileges.
      * Rename class WinEDA_ModuleEditFrame to FOOTPRINT_EDIT_FRAME.
      * Lot's of Doxygen comment and coding style policy fixes.
      0d57d670
  4. 24 Aug, 2011 2 commits
  5. 19 Aug, 2011 1 commit
  6. 18 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add user write permission tests to EESchama and other minor fixes. · c64a6937
      Wayne Stambaugh authored
      * Add general purpose user write permission test function to base
        window class.
      * Check user write permissions before saving project, schematic and
        library files.
      * Remove displaying file dialog every time the project file is saved.
      * Display absolute paths for non-root sheet file in title bar.
      * Remove redundant command table entry from schematic editor.
      * Remove unused variables to fix GCC 4.6 warnings.
      * The usual Doxygen comment and coding style policy fixes.
      c64a6937
  7. 05 Aug, 2011 1 commit
  8. 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
  9. 01 Aug, 2011 1 commit
  10. 16 Jul, 2011 1 commit
  11. 14 Jul, 2011 1 commit
  12. 08 Jul, 2011 1 commit
  13. 05 Jul, 2011 1 commit
  14. 04 Jul, 2011 1 commit
  15. 03 Jul, 2011 1 commit
  16. 22 Jun, 2011 2 commits
  17. 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
  18. 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
  19. 09 Jun, 2011 1 commit
  20. 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
  21. 22 May, 2011 1 commit
  22. 20 May, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add drag context menu entry for junctions in EESchema, fixes lp:783173. · 6b7ab761
      Wayne Stambaugh authored
      * Add drag context menu entry for junctions that actually form a junction
        with wires to EESchema.
      * Add function to test for junctions to SCH_COLLECTOR class.
      * Create annotate type and sort order enums to eliminate magic numbers
        used in annotate code.
      * Remove duplicate Doxygen comments from annotate.cpp and improve the
        actual Doxygen comments in wxEeschemaStruct.h.
      6b7ab761
  23. 03 May, 2011 1 commit
  24. 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
  25. 20 Apr, 2011 1 commit
  26. 19 Apr, 2011 3 commits
  27. 17 Apr, 2011 1 commit
  28. 15 Apr, 2011 1 commit
  29. 13 Apr, 2011 1 commit
  30. 12 Apr, 2011 1 commit
    • Wayne Stambaugh's avatar
      Coding policy fixes and other minor improvements. · 5c8894f9
      Wayne Stambaugh authored
      * Change class WinEDA_MsgPanel name to EDA_MSG_PANEL per coding policy.
      * Change some old set message panel code in PCBNew with updated message
        panel methods in EDA_DRAW_FRAME.
      * Remove unused global function Affiche_1_Parametre.
      * Minor Doxygen warning fixes.
      5c8894f9
  31. 08 Apr, 2011 1 commit
    • Wayne Stambaugh's avatar
      Fix EESchema undo and abort move regressions. · 053498d1
      Wayne Stambaugh authored
      * Component moves can now be undone do to incorrect virtual method declaration
        in schematic component object.
      * Undoing a field move now redraws the undone field properly.
      * Fix bug when after aborting a field move kept displaying context menu
        field items.
      * Removed unused current field member variable and access methods from the
        schematic edit frame object.
      * Update component move code to comply with coding policy.
      053498d1
  32. 05 Apr, 2011 2 commits
  33. 04 Apr, 2011 1 commit