• Dick Hollenbeck's avatar
    ++PCBNew · 40ee7265
    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(), since BOARD::m_PcbFrame gone.
      * 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 of 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 ways of
        destroying the derived classes 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()
    40ee7265
Name
Last commit
Last update
3d-viewer Loading commit data...
CMakeModules Loading commit data...
Documentation Loading commit data...
bitmap2component Loading commit data...
bitmaps_png Loading commit data...
bitmaps_xpm Loading commit data...
common Loading commit data...
cvpcb Loading commit data...
demos Loading commit data...
eeschema Loading commit data...
gerbview Loading commit data...
helpers/tools_to_build_newstroke-font Loading commit data...
include Loading commit data...
kicad Loading commit data...
new Loading commit data...
packaging Loading commit data...
pcb_calculator Loading commit data...
pcbnew Loading commit data...
polygon Loading commit data...
potrace Loading commit data...
resources Loading commit data...
scripts Loading commit data...
template Loading commit data...
.bzrignore Loading commit data...
AUTHORS.txt Loading commit data...
CHANGELOG.txt Loading commit data...
CMakeLists.txt Loading commit data...
COPYRIGHT.txt Loading commit data...
CTestConfig.cmake Loading commit data...
Doxyfile Loading commit data...
HOW_TO_CONTRIBUTE.txt Loading commit data...
INSTALL.txt Loading commit data...
README.txt Loading commit data...
TODO.txt Loading commit data...
copyright.h Loading commit data...
notes_about_pcbnew_new_file_format.odt Loading commit data...
uncrustify.cfg Loading commit data...
version.txt Loading commit data...