1. 23 Jan, 2012 1 commit
  2. 22 Jan, 2012 1 commit
  3. 18 Jan, 2012 1 commit
  4. 17 Jan, 2012 1 commit
  5. 16 Jan, 2012 4 commits
  6. 14 Jan, 2012 2 commits
    • Wayne Stambaugh's avatar
      Pcbnew object improvements. · 5289c220
      Wayne Stambaugh authored
      * Remove unnecessary copy constructors from board and module library
        objects.
      * Add doClone() method to board and library objects.
      * Add comment to class definitions where the default copy constructor
        generated by the compiler was adequate.
      * Replace copy method with clone method where applicable.
      * Remove DuplicateStruct() function.
      * Remove track object copy function.
      5289c220
    • jean-pierre charras's avatar
      Eeschema: Fix erroneous message [Read Only] after creating a new project, and... · 742486dc
      jean-pierre charras authored
      Eeschema: Fix erroneous message [Read Only] after creating a new project, and obviously the corresponding schematic file does not yet exist (replaced by [no file])
      742486dc
  7. 13 Jan, 2012 1 commit
  8. 10 Jan, 2012 1 commit
  9. 09 Jan, 2012 3 commits
  10. 07 Jan, 2012 2 commits
  11. 06 Jan, 2012 1 commit
  12. 05 Jan, 2012 2 commits
  13. 04 Jan, 2012 2 commits
  14. 03 Jan, 2012 1 commit
  15. 02 Jan, 2012 1 commit
  16. 31 Dec, 2011 1 commit
  17. 30 Dec, 2011 1 commit
  18. 29 Dec, 2011 1 commit
  19. 22 Dec, 2011 2 commits
  20. 21 Dec, 2011 2 commits
    • Wayne Stambaugh's avatar
      Eeschema find and replace improvements. · 85d2f2f1
      Wayne Stambaugh authored
      * Add check box and flag to ignore replacing the component reference
        designator field.
      * Fix a resizing bug when switching between the find and replace modes of
        the find/replace dialog.
      * Fix replace component reference designator field bug.
      * Force rebuild of search list when schematic is modified and the replace
        dialog is closed.
      * Prevent finding the next item when the find/replace dialog is closed.
      * Respect warp mouse pointer setting when closing find/replace dialog.
      * Fix duplicate mnemonic control accelerator keys in find/replace dialog.
      85d2f2f1
    • Wayne Stambaugh's avatar
      More encapsulation work and other minor improvements. · 6c28cdc6
      Wayne Stambaugh authored
      * EDA_RECT and EDA_ITEM completely encapsulated.
      * Removed unnecessary EDA_ITEM member m_Selected and replaced functionality
        with SELECTED flag bit.
      6c28cdc6
  21. 18 Dec, 2011 1 commit
  22. 17 Dec, 2011 1 commit
  23. 16 Dec, 2011 2 commits
    • Wayne Stambaugh's avatar
      Encapsulate EDA_APP class. · 0e27f45f
      Wayne Stambaugh authored
      0e27f45f
    • Wayne Stambaugh's avatar
      More encapsulation work and other minor improvements. · fac288cf
      Wayne Stambaugh authored
      * EDA_DRAW_FRAME completely encapsulated except for DrawFrame member.
      * Moved members specific to Pcbnew from EDA_DRAW_FRAME to PCB_BASE_FRAME
        or PCB_EDIT_FRAME as appropriate.
      * Replace EDA_TOOLBAR with wxAuiToolBar as EDA_TOOL bar provided no
        additional functionality and made code less readable.
      * Remove EDA_TOOLBAR class definition from wxstruct.h and delete file
        wineda_toolbar.cpp.
      * Rename tool bar members to something more descriptive since the
        horizontal and vertical references wont mean anything once the
        tool bars are movable.
      * Lots of dead code removal.
      fac288cf
  24. 15 Dec, 2011 1 commit
  25. 14 Dec, 2011 3 commits
  26. 13 Dec, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add Eeschema replace code. · a63a2006
      Wayne Stambaugh authored
      * Enable replace toolbar button and menu entry.
      * Improve find replace logging granularity.
      * Fix find and replace dialog control hiding and disabling.
      * Minor improvements to the SCH_FIND_REPLACE_DATA object.
      * Move find collector list iterator into the collector object.
      * Add visibility override flag to EDA_ITEM to temporarily show items that
        are hidden during find and replace.
      a63a2006