- 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.
-
- 01 Jun, 2011 1 commit
-
-
jean-pierre charras authored
-
- 31 May, 2011 1 commit
-
-
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.
-
- 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 1 commit
-
-
Jerry Jacobs authored
-
- 09 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 07 May, 2011 1 commit
-
-
Andrey Fedorushkov authored
-
- 06 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 05 May, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Pcbnew: refresh issue with dialog designe rules under wxWidgets 2.9.2 under WINDOWS (replace wxChoiceBox by wxComboBox, should not change anything for users) Eeschema: some issues in libedit (when editing a pin )
-
- 29 Apr, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Eeschema: bug fix: after a "De Morgan" convert command, the component was left selected (.m_Flags not cleared)
-
- 28 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 27 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
* Create library collector class. * Add clarification menu to library editor when multiple items are found at the current position. * Add get clarification menu text to all objects derived from LIB_ITEM. * Add get menu bitmap for all objects derived from LIB_ITEM. * Improve LIB_PIN bounding box calculation. * Rename LIB_ITEM::DoGenCopy to doClone to match behavior defined in base class EDA_ITEM. * Minor class renaming for improved code consistency. * Added less than operator to EDA_ITEM.
-
- 25 Apr, 2011 1 commit
-
-
Andrey Fedorushkov authored
-
- 20 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 19 Apr, 2011 3 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
Wayne Stambaugh authored
-
- 18 Apr, 2011 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 17 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 15 Apr, 2011 2 commits
-
-
Andrey Fedorushkov authored
-
Wayne Stambaugh authored
-
- 13 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 12 Apr, 2011 2 commits
-
-
Vladimir Ur authored
Made symbol text capable of overlining. Format for text is slightly changed: now text with quotes and/or tildes saved in quoted format: it will cause libraries to fail loading in older versions when ~s or "s are used in text.
-
jean-pierre charras authored
Also fix a minor zoom page issue in Libedit. wxMSW, version 2.8.x must be patched. Some zoom values smaller than 3 to 5 create artifacts on screen, mainly values < 1. (corresponding to draw scale factor > 1 ) * see http://trac.wxwidgets.org/ticket/9554 This is fixed in version 2.9.x Workaround: ( that is not a full fix, but remaining artifacts are acceptable ) edit file edit file <wxWidgets>/src/msw/dc.cpp >> search for line static const int VIEWPORT_EXTENT = 1000; >> and replace by static const int VIEWPORT_EXTENT = 10000;
-
- 09 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-