1. 24 Jan, 2012 1 commit
  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 3 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
    • Dick Hollenbeck's avatar
      ++all · 78d921e7
      Dick Hollenbeck authored
        * Carve out TITLE_BLOCK from BASE_SCREEN
        * Add include/hashtables.h and put class PROPERTIES in there.
          Change PROPERTIES to use "const char*" as the key instead of wxString.
      ++eeschema
        * Add shim class SCH_BASE_FRAME which introduces the data model SCH_SCREEN
          to the frame EESCHEMA frame class hierarchy and allows sharing of:
          SCH_SCREEN* GetScreen() const;                              // overload EDA_DRAW_FRAME
          void SetPageSettings( const PAGE_INFO& aPageSettings );     // overload EDA_DRAW_FRAME
          const PAGE_INFO& GetPageSettings () const;                  // overload EDA_DRAW_FRAME
          const wxSize GetPageSizeIU() const;                         // overload EDA_DRAW_FRAME
          const wxPoint& GetOriginAxisPosition() const;               // overload EDA_DRAW_FRAME
          void SetOriginAxisPosition( const wxPoint& aPosition );     // overload EDA_DRAW_FRAME
          const TITLE_BLOCK& GetTitleBlock() const;                   // overload EDA_DRAW_FRAME
          void SetTitleBlock( const TITLE_BLOCK& aTitleBlock );       // overload EDA_DRAW_FRAME
      78d921e7