- 27 Jun, 2013 1 commit
-
-
jean-pierre charras authored
-
- 18 May, 2012 1 commit
-
-
jean-pierre charras authored
Because this bug could create bad values in footprint libraries, this parameter is now checked when reading a footprint description in legacy format
-
- 06 May, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 04 May, 2012 1 commit
-
-
jean-pierre charras authored
Should allow Pcbnew code easier to change and Gerbview code more understandable and easier to maintain. Code cleaning (remove dead code, add comments). Minor other enhancements.
-
- 26 Apr, 2012 2 commits
-
-
jean-pierre charras authored
All: change MILS_TO_IU_SCALING_FACTOR constant to IU_PER_MILS ( and MM_TO_IU_SCALING_FACTOR to IU_PER_MM) Also fix bug 985654.
-
jean-pierre charras authored
All: change MILS_TO_IU_SCALING_FACTOR constant to MILS_PER_IU ( and MM_TO_IU_SCALING_FACTOR to MM_PER_IU) Also fix bug 985654.
-
- 25 Apr, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Other scaling factors (MILS_TO_IU_SCALING_FACTOR and DECIMILS_TO_IU_SCALING_FACTOR) also defined only in convert_to_biu.h. Allows different scaling value for Gerbview. Needs more tests.
-
- 23 Apr, 2012 1 commit
-
-
Dick Hollenbeck authored
as a starting point * Make double Distance() take double arguments and remove internal range checking. * Start on EDA_DRAW_FRAME::AdjustScrollBars() and use "double" for most all calculations in anticipation of setting INT_MAX INT_MIN limits eventually.
-
- 16 Apr, 2012 3 commits
-
-
Wayne Stambaugh authored
* Remove internal units from BASE_SCREEN and it's derivatives. * Remove internal units from EDA_DRAW_FRAME and it's derivatives. * Use build time code to replace internal units conversions. * Fix scaling bug in page layout sample window that I created in my last commit.
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
* Scale page reference border and title block, grid sizes, and zoom factors correctly for nanometers.
-
- 12 Apr, 2012 1 commit
-
-
Wayne Stambaugh authored
* Move EDA_TEXT object into separate header and source file. * Compile EDA_TEXT class separately for BOARD_ITEM and SCH_ITEM units. * Compile PAGE_INFO class separately for BOARD_ITEM and SCH_ITEM units. * Minor formatting tweaks to Pcbnew s-expression file. * Move internal unit formatting functions into BOARD_ITEM and SCH_ITEM.
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 31 Dec, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 22 Dec, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 01 Oct, 2011 1 commit
-
-
Wayne Stambaugh 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.
-
- 05 Jul, 2011 1 commit
-
-
jean-pierre charras authored
All: use double instead of int to store zoom values.
-
- 28 May, 2011 1 commit
-
-
jean-pierre charras authored
Eeschema: add direct acces to LibEdit in popup menu, when a component is selected ( Whishlist #788621 ). This new command calls Libedit and load the lib component corresponding to the selected schematic component.
-
- 20 Mar, 2010 1 commit
-
-
charras authored
fixed very minor bugs.
-
- 31 Jan, 2010 1 commit
-
-
charras authored
removed global variables and a lot of redundancies
-
- 30 Jan, 2010 1 commit
-
-
charras authored
-
- 27 Jan, 2010 1 commit
-
-
charras authored
Removed old color and visiblity dialog work in progress. See also TODO, P0)
-
- 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.
-
- 12 Nov, 2009 1 commit
-
-
stambaughw authored
* Completed translation of all kicad source. * Translated source files A through C in pcbnew.
-
- 28 Oct, 2009 1 commit
-
-
charras authored
-
- 26 Oct, 2009 1 commit
-
-
charras authored
-
- 21 Oct, 2009 1 commit
-
-
charras authored
-
- 18 Oct, 2009 1 commit
-
-
dickelbeck authored
-
- 14 Oct, 2009 1 commit
-
-
stambaughw authored
* Create single event handler for grid size events. * Fix all frame windows to use new grid size event handler. * Use offset relative to ID instead of ComboBox index to save last grid size. * Move last grid size load/save setting into WinEDA_DrawFrame. * Add equality and assignment operators the GRID_TYPE. * Add current grid helper methods to BASE_SCREEN. * Add GetPins helper to LIB_COMPONENT to replace GetNextPin where applicable. * Add AppendMsgPanel helper to WinEDA_DrawFrame. * Improve rounding for display of coordinates when millimeter units are selected.
-
- 10 Oct, 2009 1 commit
-
-
dickelbeck authored
-
- 29 Sep, 2009 1 commit
-
-
dickelbeck authored
-
- 28 Sep, 2009 1 commit
-
-
charras authored
-
- 27 Sep, 2009 1 commit
-
-
charras authored
Pcbnew: fixed a double deletion that crashes pcbnew. Starting my work on net classes (moving target)
-
- 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.
-
- 10 Sep, 2009 1 commit
-
-
dickelbeck authored
-
- 29 Jul, 2009 1 commit
-
-
charras authored
pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack
-
- 19 Jun, 2009 1 commit
-
-
jerryjacobs authored
-