jean-pierre charras
fb8a6bf164
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.
15 years ago
jean-pierre charras
0b91eb30b2
Minor code cleaning and minor enhancement.
15 years ago
Marco Serantoni
a3ec2e24a2
OSX: Fix for bug #717381 - Print Preview hangs
15 years ago
Wayne Stambaugh
6b7ab76199
Add drag context menu entry for junctions in EESchema, fixes lp:783173.
* 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.
15 years ago
jean-pierre charras
f81c237d43
Libedit: add block rotate and block mirror horizontally
15 years ago
Marco Serantoni
9214f5849e
MacOSX: Complete support for wxOverlay ( http://trac.wxwidgets.org/ticket/12894 )
15 years ago
jean-pierre charras
34e4ec5cf1
Fix Bug 784017 and 784140
15 years ago
jean-pierre charras
94372b81e5
Eeschema: fix bug 783535. Minor code cleaning.
Pcbnew: fix very minor issue.
15 years ago
Wayne Stambaugh
a367dea4db
Fix most GCC 4.6 compiler warnings and minor bug fix.
* 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.
15 years ago
jean-pierre charras
e42591af51
Fix wxWidgets 2.8 compatibility
15 years ago
jean-pierre charras
3565adca39
Version id update
15 years ago
Jerry Jacobs
312c16b3bf
Minor UI changes that affect OS X, see CHANGELOG.txt
15 years ago
jean-pierre charras
045ba78d46
Pcbnew: fix RDC error, for DRC between a an OVAL pad and an other pad.
Minor other fixes.
15 years ago
jean-pierre charras
4fd912c33c
Minor fixes and enhancement
15 years ago
Andrey Fedorushkov
93ac159e0e
eeschema: fix correct send command to pcbnew a locate pin
15 years ago
jean-pierre charras
d60caed493
Pin edit: fix some minor issues.
15 years ago
jean-pierre charras
883929f969
Pcbnew: bug fix: in rare cases, solid copper areas are to large (minimum width not taken in account to calculate filled areas)
15 years ago
jean-pierre charras
2d972fcf66
Libedit: other fix in pin edition.
15 years ago
jean-pierre charras
70de08f397
Bug fixes:
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 )
15 years ago
jean-pierre charras
0e8dbc8032
Pcbnew: netlist.cpp: code cleaning and coding policy fixes
15 years ago
Andrey Fedorushkov
87d2b44f13
pcbnew: change module - fix the position of the new module is the same as the old module
15 years ago
jean-pierre charras
79b6e4278e
Pcbnew: netlist.cpp: code cleaning. Comments added and updated
15 years ago
Dick Hollenbeck
1a8e45104a
sweet would not compile using mingw because of clash on POINT name
15 years ago
jean-pierre charras
1809f692cb
Eeschema: SCH_SHEET::GetBoundingBox(): better bounding box calculation.
15 years ago
jean-pierre charras
f2e6170fbc
Eeschema: bug fix: after a "De Morgan" convert command, the component was left selected (.m_Flags not cleared)
15 years ago
jean-pierre charras
842195da7e
eeschema/lib_circle.cpp: missing initializations
15 years ago
Wayne Stambaugh
86bf955db7
Add hit testing clarification to schematic library editor.
* 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.
15 years ago
jean-pierre charras
585655e207
Gerbview: export to pcbnew enhancements and fixes.
15 years ago
jean-pierre charras
cfb354cb9f
Gerbview: export to pcbnew enhancements and fixes.
15 years ago
jean-pierre charras
57604b0a03
Gerbview: export_to_pcbnew enhancement and fixes.
15 years ago
Andrey Fedorushkov
e3505ff5d3
fix get unique filename if defined KICAD_GOST
15 years ago
jean-pierre charras
81947a4f5a
Gerbview: export_to_pcbnew enhancements.
15 years ago
jean-pierre charras
a7a4dab4e6
Gerbview: export_to_pcbnew enhancement and fixes.
15 years ago
jean-pierre charras
46fcb07bcb
Gerbview: export_to_pcbnew enhancement and fixes.
15 years ago
jean-pierre charras
4dee08c318
Gerbview: bug fix: crash when changing selected language
15 years ago
jean-pierre charras
c89070da83
Plot poly code cleaning. Suppress erreurs for malformed polygons (< 2 corners)
15 years ago
Wayne Stambaugh
dcccaee2aa
Replace WinEDAChoiceBox with wxComboBox.
15 years ago
jean-pierre charras
cb3e36f04b
fix bug 765355
15 years ago
jean-pierre charras
320d01f622
fix bug 765355
15 years ago
Wayne Stambaugh
86b6feb95d
Replace WinEDA_TextFrame with wxSingleChoiceDialog.
15 years ago
Wayne Stambaugh
1bfe830689
Minor schematic move item code improvements.
15 years ago
jean-pierre charras
7c87086ffb
Eeschema: enhanced Pin editor dialog: minor change.
15 years ago
jean-pierre charras
135a62748f
Eeschema: enhanced Pin editor dialog.
15 years ago
jean-pierre charras
8e538ddd4f
Libedit: Make pin editor dialog resizable. This dialog remembers now its last size and position.
15 years ago
jean-pierre charras
44c3ef1fe5
Make pin editor dialog resizable
15 years ago
Dick Hollenbeck
5679e675d2
1) make PART::Format() omit any defaults for conciseness.
2) switch spec format to *.fodt, and edit it, mentioning lots of defaults.
3) Code pin_merge, but did not test it.
15 years ago
jean-pierre charras
6c89776bfd
Version id update
15 years ago
jean-pierre charras
dc978a9c82
Code cleaning and Fix a crash under wxWidgets 2.9.2 and Linux, related to wxFileHistory.
Coding policy fixes and dialog design rules cosmetic enhancement.
15 years ago
jean-pierre charras
d5dbb53140
Code cleaning and finish to fix a crash under wxWidgets 2.9.2 and Linux.
15 years ago
jean-pierre charras
401ea10e8f
Code cleaning. Coding policy fixes.
15 years ago