lp:~vovanium/kicad/experimental

Created by Vovanium and last modified
Get this branch:
bzr branch lp:~vovanium/kicad/experimental
Only Vovanium can upload to this branch. If you are Vovanium please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Vovanium
Project:
KiCad
Status:
Development

Recent revisions

3275. By Vovanium

intermediate pre-newyear commit

3274. By Vovanium

'imprecize->precise' conversions for vectors are removed. Extracting 'in-text' constants to repareate file 'pcb_length_defs.h'.

3273. By Vovanium

bug fixes

3272. By Vovanium

common interface (BOARD_ITEM) changed.

3271. By Vovanium

Most classes processed.

3270. By Vovanium

Seem to be working. But only some parameters have required precision.

3269. By Dick Hollenbeck

fix formatting problems that came about from incompatible tabbing in Lorenzo's patch

3268. By Dick Hollenbeck

++PCBNew
  * 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()

3267. By jean-pierre charras

Pcbnew:
    Enhanced algorithms to calculate board connections:
    Previously, a track was seen connected to a pad only if the track end is
    exactly on the pad position.
    Now a track is seen connected to a pad if the track end is inside the pad shape.
    Algorithm to calculate pads connections to track is still very fast.
    However some other functions (drag pads, track len calculation ...)
    still need the track end exactly on the pad position.
Dead code removal.

3266. By jean-pierre charras

Pcbnew: fix Bug #899373

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:kicad/product
This branch contains Public information 
Everyone can see this information.

Subscribers