1. 24 Jan, 2012 2 commits
  2. 23 Jan, 2012 6 commits
  3. 22 Jan, 2012 2 commits
  4. 21 Jan, 2012 1 commit
  5. 19 Jan, 2012 1 commit
  6. 18 Jan, 2012 2 commits
  7. 17 Jan, 2012 4 commits
  8. 16 Jan, 2012 6 commits
  9. 15 Jan, 2012 4 commits
  10. 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
  11. 13 Jan, 2012 3 commits
  12. 10 Jan, 2012 5 commits
  13. 09 Jan, 2012 2 commits
    • Wayne Stambaugh's avatar
      Eeschema schematic object improvements. · 409d6e8e
      Wayne Stambaugh authored
      * Remove unnecessary copy constructors from schematic and component
        library objects.
      * Add comment to class definitions where the default copy constructor
        generated by the compiler was adequate.
      * Add assignment operator to EDA_ITEM, SCH_ITEM, and all schematic
        objects where the default assignment operator generated by the
        compiler would not be adequate.
      409d6e8e
    • Andrey Fedorushkov's avatar
      fix build when defined KICAD_GOST · d000d486
      Andrey Fedorushkov authored
      d000d486