1. 19 Feb, 2012 1 commit
  2. 17 Feb, 2012 1 commit
  3. 16 Feb, 2012 1 commit
  4. 15 Feb, 2012 1 commit
  5. 12 Feb, 2012 1 commit
  6. 06 Feb, 2012 2 commits
  7. 05 Feb, 2012 1 commit
  8. 02 Feb, 2012 1 commit
  9. 29 Jan, 2012 1 commit
  10. 23 Jan, 2012 1 commit
  11. 22 Jan, 2012 1 commit
  12. 21 Jan, 2012 1 commit
  13. 17 Jan, 2012 1 commit
  14. 10 Jan, 2012 1 commit
  15. 07 Jan, 2012 1 commit
  16. 04 Jan, 2012 1 commit
  17. 03 Jan, 2012 1 commit
  18. 31 Dec, 2011 1 commit
  19. 30 Dec, 2011 1 commit
  20. 29 Dec, 2011 1 commit
  21. 22 Dec, 2011 2 commits
  22. 21 Dec, 2011 1 commit
  23. 16 Dec, 2011 2 commits
    • Wayne Stambaugh's avatar
      Encapsulate EDA_APP class. · 0e27f45f
      Wayne Stambaugh authored
      0e27f45f
    • 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
  24. 14 Dec, 2011 2 commits
  25. 12 Dec, 2011 1 commit
  26. 08 Dec, 2011 1 commit
  27. 07 Dec, 2011 1 commit
  28. 06 Dec, 2011 1 commit
  29. 05 Dec, 2011 1 commit
    • Dick Hollenbeck's avatar
      ++PCBNew · b26580d5
      Dick Hollenbeck authored
        * Removed Pcb_Frame argument from BOARD() constructor, since it precludes
          having a BOARD being edited by more than one editor, it was a bad design.
          And this meant removing m_PcbFrame from BOARD.
        * removed BOARD::SetWindowFrame(), and BOARD::m_PcbFrame
        * Removed the global BOARD_DESIGN_SETTINGS which was in class_board.cpp
        * added BOARD_DESIGN_SETTINGS to the BOARD class, a full instance
        * a couple dialogs now only change BOARD_DESIGN_SETTINGS when OK is pressed,
          such as dialog_mask_clearance, dialog_drc, etc.
        * Removed common/pcbcommon.cpp's int g_CurrentVersionPCB = 1 and replaced it
          with build_version.h's #define BOARD_FILE_VERSION, although there may be a
          better place for this constant.
        * Made the public functions in PARAM_CFG_ARRAY be type const.
          void SaveParam(..) const and void ReadParam(..) const
        * PARAM_CFG_BASE now has virtual destructor since we have various way of
          destroying the derived class and boost::ptr_vector must be told about this.
        * Pass const PARAM_CFG_ARRAY& instead of PARAM_CFG_ARRAY so that we can use
          an automatic PARAM_CFG_ARRAY which is on the stack.\
        * PCB_EDIT_FRAME::GetProjectFileParameters() may no longer cache the array,
          since it has to access the current BOARD and the BOARD can change.
          Remember BOARD_DESIGN_SETTINGS are now in the BOARD.
        * Made the m_BoundingBox member private, this was a brutally hard task,
          and indicative of the lack of commitment to accessors and object oriented
          design on the part of KiCad developers.  We must do better.
          Added BOARD::GetBoundingBox, SetBoundingBox(), ComputeBoundingBox().
        * Added PCB_BASE_FRAME::GetBoardBoundingBox() which calls BOARD::ComputeBoundingBox()
      b26580d5
  30. 30 Nov, 2011 1 commit
  31. 24 Nov, 2011 2 commits
  32. 15 Nov, 2011 1 commit
  33. 12 Nov, 2011 1 commit
  34. 11 Nov, 2011 1 commit
  35. 09 Nov, 2011 1 commit