- 19 Aug, 2010 2 commits
-
-
jean-pierre charras authored
3D view: now displays polygons used in footprint shapes, like logos. Fixed very minor issues (minor warnings in debug mode)
-
jean-pierre charras authored
3D export: Added patch from Lorenzo Marcantonio. Fixed issue in VRML export dialog. Removed useless messages in debug mode.
-
- 20 Jul, 2010 1 commit
-
-
jean-pierre charras authored
Fixed compil warning under wxWidgets 2.9.1. File beautification Statring using wxTextEntryDialog instead of Get_Message (because Get_Message does not handle properly cancel option)
-
- 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
-
- 06 Jun, 2010 1 commit
-
-
jean-pierre charras authored
-
- 01 May, 2010 1 commit
-
-
jean-pierre charras authored
-
- 29 Apr, 2010 1 commit
-
-
Administrateur authored
preparing auto refresh of the 3D view in mod edit (not yet working)
-
- 08 Feb, 2010 1 commit
-
-
stambaughw authored
* Implement code to allow wxDC to handle coordinate conversions between device and drawing units. * Add build settings to enable wxGCDC for wxGraphicsContext testing. * Remove wxAUI conditional build cruft as it is now required to build Kicad. * Fix scroll increment size regression to prevent jumping around the zoom center position. * Add find GDI+ cmake module for building on WXMSW when wxGraphicsContext is enabled.
-
- 31 Jan, 2010 1 commit
-
-
charras authored
removed global variables and a lot of redundancies
-
- 29 Jan, 2010 1 commit
-
-
charras authored
hide/show rastnest in pcbnew is currently not working, will be fixed soon
-
- 25 Jan, 2010 1 commit
-
-
charras authored
-
- 24 Jan, 2010 1 commit
-
-
charras authored
Better code in fast draw grid algo (drawpanel.cpp):must be faster, and minor refresh problems removed under wxGTK
-
- 19 Jan, 2010 1 commit
-
-
charras authored
Code cleaning. Patch for 3D problem with macOSX
-
- 15 Jan, 2010 1 commit
-
-
charras authored
-
- 11 Jan, 2010 1 commit
-
-
charras authored
-
- 21 Dec, 2009 2 commits
- 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.
-
- 02 Dec, 2009 1 commit
-
-
faa authored
-
- 16 Nov, 2009 1 commit
-
-
charras authored
-
- 05 Nov, 2009 1 commit
-
-
dickelbeck authored
-
- 04 Nov, 2009 1 commit
-
-
stambaughw authored
* Complete comment translation for all EESchema source files. * Complete comment translation for all 3D viewer source files. * Rename class class_hierarchical_PIN_sheet to SCH_SHEET_PIN. * Rename class DrawSheetStruct to SCH_SHEET. * Tool tip capitalization fixes. * Uncrustify and spell check comments and strings in all modified source files.
-
- 02 Nov, 2009 1 commit
-
-
dickelbeck authored
-
- 28 Oct, 2009 1 commit
-
-
charras authored
-
- 13 Oct, 2009 1 commit
-
-
charras authored
-
- 10 Oct, 2009 1 commit
-
-
dickelbeck authored
-
- 05 Oct, 2009 1 commit
-
-
dickelbeck authored
-
- 22 Sep, 2009 1 commit
-
-
stambaughw authored
* Split out application specific command IDs to prevent unnecessary rebuilding. * Eliminate duplicate menu and tool bar command IDs. * Split component library editor and viewer definitions to separate header files. * More component library and document file merge code. * A bunch of minor string readability and consistency fixes.
-
- 20 Aug, 2009 1 commit
-
-
charras authored
enhancement in Cvpcb: fast selection of components or footprint by typing the first letter of reference or footprint name
-
- 07 Aug, 2009 1 commit
-
-
dickelbeck authored
-
- 04 Aug, 2009 2 commits
- 21 Jul, 2009 1 commit
-
-
charras authored
-
- 20 Jul, 2009 1 commit
-
-
charras authored
-
- 13 Jul, 2009 1 commit
-
-
charras authored
better compatibility with wxWidgets 2.9. Markers enhancement in pcbnew (right click can display marker info)
-
- 05 Jul, 2009 1 commit
-
-
charras authored
3D view: fixed: mirrored texts incorrectly drawn
-
- 19 Jun, 2009 1 commit
-
-
jerryjacobs authored
-
- 28 May, 2009 1 commit
-
-
charras authored
Minor others changes.
-
- 24 May, 2009 1 commit
-
-
charras authored
-
- 21 May, 2009 1 commit
-
-
stambaughw authored
* Created separate SVN version header. * Add true config.h for platform dependency checks. * Add dependency check cmake module. * Remove some leftover hand crafted make files. * Remove non-cmake build instructions from COMPILING.txt. * Fix split _() strings causing Visual C++ compiler error. * Fix lots of compiler warnings. * Change project file parameter container from wxArray to boost::vector_ptr. * Removed lots of redundant header definitions. * Fixed green_xpm redefinition in ercgreen.xpm. * Remove some dead code and unnecessary class methods.
-