- 16 Dec, 2011 2 commits
-
-
Wayne Stambaugh authored
-
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.
-
- 30 Nov, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 30 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Correct all user strings and comments for the correct capitalization of application names according to JP. They are KiCad, Pcbnew, CvPcb, Eeschema, and GerbView. * Add a note the the user interface policy about the correct capitalization.
-
- 23 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* All header files used to create the PCB common library now compile as stand alone code. This prevents the need to define them in a specific order to make source code compile properly. It should also now be possible to relocate the source code to build the common PCB library to a separate folder.
-
- 06 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 27 Aug, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 01 Mar, 2011 3 commits
-
-
Marco Mattila authored
-
Wayne Stambaugh authored
* Fix grid select box update bug on context menu. * Fix via size and track width select box update bugs. * Fix layer pair indicator button update bug. * Fix auto track width tool bar control enable bug. * Fix via size and track width select status bug in context menu. * Fix layer select box and layer control widget select bug when current layer is removed. * Add virtual function to notify objects derived from EDA_DRAW_FRAME that the units setting has changed. * Coding policy class naming fixes.
-
jean-pierre charras authored
Pcbnew: dialog copper zone: fix bug 726999. Remove unwanted resizing of dialog frame when selecting options.
-
- 27 Feb, 2011 1 commit
-
-
Andrey Fedorushkov authored
kicad: fix Russian GOST page reference sheet - add field 24-25
-
- 23 Feb, 2011 1 commit
-
-
Marco Mattila authored
-
- 21 Feb, 2011 1 commit
-
-
Marco Mattila authored
-
- 19 Feb, 2011 1 commit
-
-
Marco Mattila authored
-
- 26 Nov, 2010 1 commit
-
-
jean-pierre charras authored
-
- 24 Nov, 2010 1 commit
-
-
jean-pierre charras authored
-
- 13 Nov, 2010 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix a serious bug in ZONE_CONTAINER::HitTestFilledArea( ) which could break connectivity calculations relative to copper areas. Fix also very minor issues relative to copper zones. Update boost::polygon from Boost svn repository.
-
- 12 Nov, 2010 2 commits
-
-
Dick Hollenbeck authored
can be deleted later if they exist in the headers, or moved to headers if they should exist in the headers.
-
Dick Hollenbeck authored
-
- 23 Aug, 2010 2 commits
-
-
Wayne Stambaugh authored
* Fix build errors for ambiguous wxDialog constructor using gcc 3.4.5 on MinGW/MSYS. * Fix compiler warnings in VRML export.
-
jean-pierre charras authored
-
- 12 Jul, 2010 1 commit
-
-
Dick Hollenbeck authored
inches and mm, the industry is crazy enough to force us with mixed design. For example I routinely use imperial units for track size and clearance, but drilling is strictly a metric issue... So I added a little parser to recognize a suffix specification in the unit text boxes... so you can put in things like: 1in (1 inch) 1" (idem) 25th (25 thou) 25mi (25 mils, the same) 6mm (6 mm, obviously) The rules are: spaces between the number and the unit are accepted, only the first two letters are significant. As a bonus, it also recognize the period (.) as a decimal point substituting it with the correct locale character (there was a wishlist for it, IIRC). Most useful for number pad fans :D
-
- 19 Feb, 2010 1 commit
-
-
charras authored
-
- 03 Feb, 2010 1 commit
-
-
charras authored
-
- 20 Jan, 2010 1 commit
-
-
charras authored
patch for relative paths.
-
- 12 Jan, 2010 1 commit
-
-
charras authored
-
- 07 Dec, 2009 1 commit
-
-
dickelbeck authored
* Moved ReturnLayerName() to static BOARD::GetDefaultLayerName() and migrated to a Specctra DSN compatible default layer naming scheme: Component becomes Front, Copper becomes Back. * set_color.h: Cmp becomes Front, Cu becomes Back. * D_PAD::DisplayInfo() changed to use actual copper layer names. * more layer setup dialog work, moved all programmatic wxControl instantiation into the wxFormbuilder environment, but this is fraught with danger: wxFlexGridSizer used the tallest control to establish the row heights, so be careful about changing control borders in the scroll panel. The vertical size can explode since just a couple of pixels times the number of rows is substantial. Currently I am setting a 5 pixel border only left, top, and right but not bottom. * Set copper layer count is back in place as a hack until I can get the enabled layer bit map fully operational.
-
- 23 Aug, 2009 1 commit
-
-
charras authored
-
- 30 Jul, 2009 1 commit
-
-
charras authored
-
- 24 May, 2009 1 commit
-
-
charras authored
-
- 01 May, 2009 1 commit
-
-
charras authored
-
- 03 Mar, 2009 1 commit
-
-
charras authored
-
- 21 Feb, 2009 1 commit
-
-
charras authored
-
- 04 Feb, 2009 1 commit
-
-
stambaughw authored
-
- 24 Jan, 2009 1 commit
-
-
charras authored
Zones not attached to a net are now allowed. Not sure it is a good idea, but a lot of users want this.
-
- 15 Jan, 2009 1 commit
-
-
charras authored
-
- 05 Jan, 2009 1 commit
-
-
dickelbeck authored
-
- 14 Dec, 2008 1 commit
-
-
charras authored
-
- 12 Dec, 2008 1 commit
-
-
charras authored
-
- 08 Dec, 2008 1 commit
-
-
stambaughw authored
-