1. 17 Jan, 2012 3 commits
  2. 16 Jan, 2012 4 commits
  3. 14 Jan, 2012 1 commit
    • 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
  4. 13 Jan, 2012 2 commits
  5. 10 Jan, 2012 2 commits
  6. 09 Jan, 2012 1 commit
  7. 07 Jan, 2012 1 commit
  8. 06 Jan, 2012 2 commits
  9. 05 Jan, 2012 2 commits
  10. 04 Jan, 2012 2 commits
  11. 03 Jan, 2012 1 commit
  12. 31 Dec, 2011 1 commit
  13. 30 Dec, 2011 2 commits
  14. 29 Dec, 2011 1 commit
  15. 28 Dec, 2011 2 commits
  16. 22 Dec, 2011 4 commits
  17. 21 Dec, 2011 1 commit
  18. 20 Dec, 2011 1 commit
  19. 19 Dec, 2011 1 commit
    • jean-pierre charras's avatar
      Pcbnew: Enhanced algorithm to calculate board connections: · d41b81fc
      jean-pierre charras authored
      * A track is seen connected to a pad if the track end is inside the pad shape.
      * Pads inside pads are now seen connected, if the center of the pad is *inside* the other pad.
      * this is made to be sure a large copper area is shared by the 2 pads,  and to keep algorithm fast.
      d41b81fc
  20. 17 Dec, 2011 1 commit
  21. 16 Dec, 2011 5 commits
    • Wayne Stambaugh's avatar
      Encapsulate EDA_APP class. · 0e27f45f
      Wayne Stambaugh authored
      0e27f45f
    • Alexander Zakamaldin's avatar
      fix · d4635805
      Alexander Zakamaldin authored
      d4635805
    • Dick Hollenbeck's avatar
      improvements, hopefully · b3a6ddb6
      Dick Hollenbeck authored
      b3a6ddb6
    • 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
    • Dick Hollenbeck's avatar
      fix bugs in kicad_plugin.cpp. · c9269232
      Dick Hollenbeck authored
      KICAD_PLUGIN::Load() is solid now, except for missing globals, which
      still need to get moved into the class BOARD.
      
      Same for KICAD_PLUGIN::Save(), only missing globals, which once they
      are in the BOARD class, will be added.
      c9269232