- 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.
-
- 12 Jun, 2011 1 commit
-
-
jean-pierre charras authored
-
- 10 Jun, 2011 1 commit
-
-
Vladimir Ur authored
- first, matches are now filtered with component filters (as set in eeschema lib editor); - second, if two or more matches exist, first one will be accepted in accordance to alias file order set in project prefs, and then to order of lines in file. For example you may have such configuration .equ: '100' 'CAP100' '100' 'RES300' C component have filter 'CAP*' R component have filter 'RES*' So R with value 100 (IEEE/ESKD short for 100 Ohm) will get 'RES300' footprint, and C with value 100 (IEEE/ESKD short for 100 pF) will get 'CAP100'. Also equ read routine is rewritten so it is now gracefully accept UTF-8 and spaces.
-
- 09 Jun, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix a minor issue. Version update.
-
- 08 Jun, 2011 1 commit
-
-
Vladimir Ur authored
Annotation of multiparts gets CHINAME compared. This fixes bug when annotating components of same value (model) in several forms (e.g. dual opamp in single-body and dedicated representation).
-
- 07 Jun, 2011 1 commit
-
-
Wayne Stambaugh authored
* Fix debug build warning (lp:793373). * Changed sheet edit restore and undo to use object copy and replace method. * Add minimum width and height constraints when resizing sheets that have hierarchical pins. * Fix drag sheet hot key bug. * Change Doxygen configuration to extract private methods and members when creating documentation. * Fix a bunch of Doxygen comment warnings.
-
- 06 Jun, 2011 1 commit
-
-
jean-pierre charras authored
dialog_about: add translator name.
-
- 01 Jun, 2011 1 commit
-
-
jean-pierre charras authored
-
- 31 May, 2011 2 commits
-
-
jean-pierre charras authored
Try to fix bug 639683 : Illegal reference strings are now detected and replaced by default prefix for old schematics or rejected in schematic edition.
-
jean-pierre charras authored
-
- 30 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 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.
-
- 25 May, 2011 1 commit
-
-
jean-pierre charras authored
Libedit: actual line thickness taken in account by collector. Thick lines are now more easy to locate. Fix incorrect boundary box calculations for LIB_PIN items. Very minor other fixes.
-
- 22 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 21 May, 2011 1 commit
-
-
Marco Serantoni authored
-
- 20 May, 2011 3 commits
-
-
Wayne Stambaugh authored
* Add drag context menu entry for junctions that actually form a junction with wires to EESchema. * Add function to test for junctions to SCH_COLLECTOR class. * Create annotate type and sort order enums to eliminate magic numbers used in annotate code. * Remove duplicate Doxygen comments from annotate.cpp and improve the actual Doxygen comments in wxEeschemaStruct.h.
-
jean-pierre charras authored
-
-
- 17 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 16 May, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix very minor issue.
-
- 13 May, 2011 1 commit
-
-
Wayne Stambaugh authored
* Remove most (not all) variables that were initialized but never used that cause GCC 4.6 to generate a warning. * Fix bug in schematic library editor best zoom calculation.
-
- 12 May, 2011 4 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Jerry Jacobs authored
-
jean-pierre charras authored
Minor other fixes.
-
- 09 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 07 May, 2011 1 commit
-
-
Andrey Fedorushkov authored
-