- 05 Aug, 2011 3 commits
-
-
jean-pierre charras authored
Eeschema: optimize import of footprints names ( .stf files) that was time consumming with large designs.
-
jean-pierre charras authored
Eeschema: optimize import of footprints names ( .stf files) that was time consumming with large designs.
-
Dick Hollenbeck authored
-
- 04 Aug, 2011 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
* Fix 3D frame issue (3D frame not show) when it is iconized and reactivated by Pcbnew or CvPcb menus (Windows only) * Add in help menu a direct link to the new doc Getting_Started_in_KiCad.pdf, written by contributors (useful for beginners) * Fix other very minor issues in CvPcb. * Update howto doc about translation
-
jean-pierre charras authored
-
- 03 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Raise 3D frame in PCB editor and module editor instead of displaying a message dialog indicating that the 3D viewer is already open. * Raise 3D viewer and module viewer in CVPCB to mimic the behavior changed in PCBNew. * Set focus to OpenGL canvas when creating 3D viewer so mouse wheel events are handled on Windows without having to click on the canvas. * Rename 3D viewer frame class from WinEDA3D_DrawFrame to EDA_3D_FRAME. * The usual smattering of coding policy fixes.
-
- 01 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move clarification menu icon code from base board item object to the appropriate object. * Remove left over French comments. * Coding policy fixes.
-
- 20 Jul, 2011 1 commit
-
-
jean-pierre charras authored
-
- 16 Jul, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: Fix bug 811437 . This bug (due to duplicate time stamps), cannot happen with usual boards, only when 2 identical board (from the same .brd file) are append.
-
- 15 Jul, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 14 Jul, 2011 2 commits
-
-
jean-pierre charras authored
-
Wayne Stambaugh authored
* Move menu text code from base board item object to the appropriate object. * Add helper to get board layer to base board item object.
-
- 12 Jul, 2011 1 commit
-
-
Andrey Fedorushkov authored
eeschema: add SCH_SHEET_PIN_T in ParentItems collector, convert sch_collectors.* to native unix format
-
- 09 Jul, 2011 1 commit
-
-
Marco Mattila authored
-
- 08 Jul, 2011 2 commits
-
-
Marco Mattila authored
-
jean-pierre charras authored
-
- 07 Jul, 2011 2 commits
-
-
jean-pierre charras authored
Eeschema: fix bug that crashes libedit (after creating a new pin, repeat it (insert key), delete the new repeated pin and try to repeat)
-
jean-pierre charras authored
Pcbnew: fix bug in D_PAD ctor: m_LengthDie not initialized. Disable m_LengthDie read from .brd files, because this bug breaks compatibility with older version of Pcbnew , and the stored value as most of time no sense. To enable m_LengthDie reading, see class_pad.cpp
-
- 06 Jul, 2011 1 commit
-
-
jean-pierre charras authored
-
- 05 Jul, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
All: use double instead of int to store zoom values.
-
- 04 Jul, 2011 3 commits
-
-
Marco Mattila authored
-
Marco Mattila authored
-
jean-pierre charras authored
-
- 03 Jul, 2011 1 commit
-
-
jean-pierre charras authored
-
- 02 Jul, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 30 Jun, 2011 1 commit
-
-
Andrey Fedorushkov authored
-
- 28 Jun, 2011 1 commit
-
-
Andrey Fedorushkov authored
-
- 26 Jun, 2011 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
Speed up DIALOG_LOAD_ERROR::ListSet(), used to display lists of errors ( up to 100 x faster) in DRC or loading lib errors
-
- 22 Jun, 2011 2 commits
-
-
Vladimir Ur authored
-
Vladimir Ur authored
-
- 20 Jun, 2011 1 commit
-
-
Vladimir Ur authored
aModule->m_LibRef = aModule->m_Reference->m_Text; It was copying placeholder for RefId (say, R*** or so) to pattern id (say it was RESC2012X55N)...
-
- 18 Jun, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 17 Jun, 2011 1 commit
-
-
Wayne Stambaugh authored
* Change the minimum required CMake version to 2.6.4 for all build platforms except Windows and OSX. * Move all schematic plot code from plot.cpp into the appropriate schematic objects. * Create SCH_SCREEN plot method to plot all objects in the schematic screen. * Delete plot.cpp and remove it from the CMakeList file.
-
- 16 Jun, 2011 3 commits
-
-
jean-pierre charras authored
-
Vladimir Ur authored
-
Vladimir Ur authored
Altough it is a bad practice to have such files :)
-
- 15 Jun, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move code from function ClearProjectDrawList() into SCH_SCREEN object Clear() method. * Delete eeschema/delsheet.cpp as none of the code in it is ever called. * Move global spice and net list command line variables into SCH_EDIT_FRAME object as priviate members and provide access methods. * Remove unnecessary header includes from eeschema/sheet.cpp. * Minor coding policy fixes.
-