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