- 22 Feb, 2012 4 commits
-
-
Marco Mattila authored
-
Dick Hollenbeck authored
-
Marco Mattila authored
-
jean-pierre charras authored
-
- 21 Feb, 2012 3 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 20 Feb, 2012 5 commits
-
-
jean-pierre charras authored
* Pcbnew: in hight contrast mode the 'V' hotkey did not always refresh the screen. * Eeschema: incorrect print scale when the option 'Show page limits' is disable.
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
derived classes' implementations of these functions become non virtual and can be truly _inlined_ for speed! All GetPosition() in derived classes were also changed to return const wxPoint&, that is, a reference rather than a full copy of the position wxPoint. There was no need for polymorphism in {Get,Set}Position() since we never call these functions via generic pointer. * Remove BOARD::{Get,Set}Position() since they were only there to satisfy the pure virtuals established in BOARD_ITEM, which are now gone. * Added const wxPoint& CPolyLine::GetPos(), made CPolyLine::Get{X,Y}() inline. * Derive CPolyPt from wxPoint so we can return "const wxPoint&" fromt CPolyLine::GetPos().
-
Dick Hollenbeck authored
-
- 19 Feb, 2012 5 commits
-
-
jean-pierre charras authored
Eeschema: Viewlib is now accessible from Libedit (to browse libs or load a component to edit) Libedit: uses now the same dialog as the schematic editor to load a component Some code cleaning.
-
Marco Mattila authored
-
Miguel Angel Ajo authored
-
Dick Hollenbeck authored
which is in turn already within BOARD. * encapsulate class D_PAD with accessors, making data private. * make D_PAD::GetBoundingRadius() do its longer calculation lazily, based on m_boundingRadius == -1.
-
Dick Hollenbeck authored
-
- 17 Feb, 2012 1 commit
-
-
jean-pierre charras authored
Design rules: increase number of vias and tracks sizes Pcbnew: netlist reader: change from my recent commits to keep netnames in pads for footprints not in netlist (allow an user to place some footprints by hand, set pads netnames and do not lost these netnames when loading a netlsit) Fix other very minor issues.
-
- 16 Feb, 2012 2 commits
-
-
jean-pierre charras authored
Code cleaning and other minor fixes.
-
Dick Hollenbeck authored
the match between wxString::Format() or wxString::Printf() format strings with passed arguments, but does this at runtime, not compile time. Fix some mismatches. size_t is a 64 bit type on x86_64 whereas int and unsigned are 32 bit types. On 32 bit machines they are all 32 bits so this error is probably not triggered.
-
- 15 Feb, 2012 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
* Added a dialog to select options: one or 2 files, units (mm or inch), and force INSERT option. * code cleaning * Modify corresponding icon in menu to show a footprint, not a schematic component.
-
- 13 Feb, 2012 1 commit
-
-
jean-pierre charras authored
Icons for modedit and modview: remove unused or duplicate icons files and rename files. Tweak some icons.
-
- 12 Feb, 2012 1 commit
-
-
jean-pierre charras authored
Modedit: add dialog to edit footprint body items. Fix also minor issues about footprint body items edition.
-
- 11 Feb, 2012 2 commits
-
-
Fabio Varesano authored
the millimeters. The attacched patch fixes this and also the comments on the generated file to have "Unit = mm" instead of Inches.
-
jean-pierre charras authored
CvPcb: serious code cleaning. More comments. Remove useless files and some files renamed with a better name.
-
- 10 Feb, 2012 3 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 09 Feb, 2012 2 commits
-
-
jean-pierre charras authored
Pcbnew: Added: modview. This footprint viewer frame which has the same purpose as Viewlib in Eeschema. this viewer is built using the new FOOTPRINT_VIEWER_FRAME class.
-
Dick Hollenbeck authored
-
- 08 Feb, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 07 Feb, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 06 Feb, 2012 5 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
Dick Hollenbeck authored
bool g_Zone_45_Only, is now in BOARD::m_zoneSettings.m_Zone_45_Only ZONE_SETTINGS g_Zone_Default_Setting is now in BOARD::m_zoneSettings * Changed classs ZONE_SETTING to class ZONE_SETTINGS. * Changed ZONE_SETTINGS::Import() to operator << ( ZONE_CONTAINER ) * Added BOARD::{Get,Set}ZoneSettings(). * Added PCB_BASE_FRAME::{Get,Set}ZoneSettings(). * Save/load BOARD::m_zoneSettings.m_Zone_45_Only to/from BOARD file. * Removed PCB_EDIT_FRAME::InstallDialogNonCopperZonesEditor() in favor of ::InvokeNonCopperZonesEditor() declared in zones.h * Added ::InvokeCopperZonesEditor() declared in zones.h * Removed dialog_copper_zones.h since DIALOG class is now declared in *.cpp. * Renamed to enum ZONE_EDIT_T in zones.h * SetVisibleAlls() is not called as it was in two previous cases for several reasons. BOARD_DESIGN_SETTINGS constructor controls what is visible initially. and in the near future so will the *.brd file. I believe the user should have visibility setting rentention accross editing sessions of zones, fields, etc. * BOARD_DESIGN_SETTINGS constructor initializes hidden text as not visible. * Added PCB_EDIT_FRAME::SyncRenderStates() and PCB_LAYER_WIDGET::syncRenderStates() so the checkboxes can be set after loading a BOARD file containing previous visibility settings.
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 05 Feb, 2012 1 commit
-
-
jean-pierre charras authored
-