1. 16 Dec, 2011 2 commits
    • 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
  2. 15 Dec, 2011 2 commits
  3. 14 Dec, 2011 8 commits
  4. 13 Dec, 2011 3 commits
  5. 12 Dec, 2011 5 commits
  6. 10 Dec, 2011 2 commits
    • Dick Hollenbeck's avatar
      ++PCBNew · dc982a28
      Dick Hollenbeck authored
        * added BOARD::GetPad(int), made BOARD::m_NetInfo private, and contained
          within the BOARD, not dynamically allocated and owned via pointer.
        * added BOARD::GetPadCount()
        * changed NETINFO_LIST::GetCount() to GetNetCount()
        * added BOARD::GetNetCount()
        * more kicad_plugin work.
      dc982a28
    • Dick Hollenbeck's avatar
      4c2a1dd5
  7. 09 Dec, 2011 4 commits
  8. 08 Dec, 2011 4 commits
  9. 07 Dec, 2011 8 commits
  10. 06 Dec, 2011 2 commits