jean-pierre charras
188954f2d4
Eeschema: fix incorrect value of m_Flags member (must be 0) of schematic components after loading a schematic file.
...
Previously, m_Flags was set to IS_CHANGED, which is incorrect.
2014-08-18 10:04:26 +02:00
Dick Hollenbeck
49538cafb9
https://lists.launchpad.net/kicad-developers/msg14286.html
2014-08-17 18:00:49 -05:00
Dick Hollenbeck
9de02e88a3
open pcbnew with filename even when previously loaded with no filename.
2014-08-17 17:58:45 -05:00
Andrew Zonenberg
87a5fa18d1
Fix uninitialized member in DRC_ITEM constructor.
2014-08-16 14:12:11 -04:00
Wayne Stambaugh
cb91e0953d
Coding policy fixes and comment out debugging output.
2014-08-16 14:01:00 -04:00
Dick Hollenbeck
5f70ec63b1
unused
2014-08-15 07:44:03 -05:00
Dick Hollenbeck
26c731ff42
abandoned
2014-08-14 09:05:07 -05:00
Andrew Zonenberg
484bc8344c
Fix a c_str() to wxString conversion memory overflow bug.
2014-08-13 16:57:22 -04:00
Dick Hollenbeck
7e483f69bd
Modular KiCad Blueprint Milestone B), major portions:
...
*) When kicad.exe closes a project, close any open KIFACEs so that they cannot
get disassociated from their true PROJECT.
*) Allow loading eeschema library editor from kicad.exe
*) Allow loading pcbnew library editor from kicad.exe
*) Rename LIB_COMPONENT to LIB_PART.
*) Add class PART_LIBS, and PART_LIB.
*) Make PART_LIBS non-global, i.e. PROJECT specific.
*) Implement "data on demand" for PART_LIBS
*) Implement "data on demand" for schematic SEARCH_STACK.
*) Use RSTRINGs to retain eeschema editor's notion of last library and part being edited.
*) Get rid of library search on every SCH_COMPONENT::Draw() call, instead use
a weak pointer.
*) Remove all chdir() calls so projects don't need to be CWD.
*) Romove APPEND support from OpenProjectFiles().
*) Make OpenProjectFiles() robust, even for creating new projects.
*) Load EESCHEMA colors in the KIWAY::OnKiwayStart() rather in window open,
and save them in the .eeschema config file, not in the project file.
*) Fix bug with wxDir() while accessing protected dirs in kicad.exe
*) Consolidate template copying into PROJECT class, not in kicad.exe source.
*) Generally untangle eeschema, making its libraries not global but rather
held in the PROJECT.
2014-08-13 15:28:54 -05:00
Wayne Stambaugh
c63459653a
CvPcb: fix broken event ID for configuration button on toolbar.
...
* Remap configuration button on toolbar to launch footprint library table
editor.
* Remove legacy footprint library path dialog from CVPCB_MAINFRAME.
* Remove unused event ID ID_CVPCB_CREATE_CONFIGWINDOW.
* Minor coding policy fixes.
2014-08-13 15:26:31 -04:00
unknown
c8d69f19c8
Pcbnew: add drc test for texts on copper layer (only in full drc test, not in on line drc), from a patch sent by Simon Schumann
...
Add EDA_TEXT::TransformTextShapeToSegmentList function to export a list of segments used to draw/plot the text.
2014-08-13 17:47:02 +02:00
Tomasz Włostowski
adbf343fef
bugfix: SIGABRT after starting a track with PNS and switching canvases a few times
2014-08-13 17:25:54 +02:00
Wayne Stambaugh
fc13e5d651
Footprint text properties dialog improvements and coding policy fixes.
...
* Improve footprint text properties layout.
* Use wxStdDialogButtonSizer instead of manually laid out buttons to improve
platform UI consistency.
2014-08-13 09:15:15 -04:00
jean-pierre charras
5b28980a05
Pcbnew, Cvpcb: fix Bug #1355883 . Due to a missing call to a delete operator in CMP_READER class (also creates memory leak).
2014-08-12 19:52:12 +02:00
jean-pierre charras
3a62a59514
3d viewer: fix a (minor) bug when run from cvpcb or modedit: the footprint is now centered on Z axis
...
Better setup for lights, which gives a better rendering
2014-08-12 18:03:50 +02:00
Andrew Zonenberg
afd89c358e
1) EDA_DRAW_FRAME::m_showOriginAxis is never initialized in the constructor
...
2) LIB_RECTANGLE and related classes sscanf data read from a file using "%s"
without field limits, which can cause problems with malformed/really long
inputs.
3) If some of the optional fields in a lib line are missing, "tmp" can remain
uninitialized.
2014-08-12 09:39:44 -05:00
Andrew Zonenberg
ff79e4d2ff
3D viewer: Parallelized 3D model vertex normal calculations to use all available CPU cores for significant speedup.
2014-08-12 10:51:10 +02:00
Andrew Zonenberg
48c9a64612
Merged with lp:kicad
2014-08-12 04:17:19 -04:00
Maciej Suminski
b649578734
FIxed invisible layers problem after changing the number of layers (GAL).
2014-08-12 10:17:16 +02:00
Andrew Zonenberg
61052a8279
Fixed code style issue in existing code
2014-08-12 04:12:03 -04:00
unknown
84a985f8af
Pcbnew: Commit patch (with very minor changes) about SVG file export with the layers ordered from bottom to top. ( bug 1286646 ), from Thiadmer Riemersma.
2014-08-10 16:15:02 +02:00
jean-pierre charras
cd85ee626b
Cosmetic enhancement: change plot icon in menus.
...
3dviewer: back to double (from float) in class S3D_MASTER for 3 members (m_MatScale, m_MatRotation, m_MatPosition) which are used in dialogs and r/w file functions, which expect double.
Using float create minor but unwanted issues in r/w file functions.
S3D_MATERIAL: enable all color options: if a 3d shape has bad color parameters, the shape must be modified, not the 3d rendering.
The rendering now matches what we see in other vrml viewer like FreeCAD.
Some minor coding style fixes.
2014-08-09 20:18:04 +02:00
Maciej Suminski
468e9e4ac9
Initalize fields in TOOL_EVENT constructors.
2014-08-08 14:34:44 +02:00
Maciej Suminski
ca399b6401
Buried/blind vias indicate the layers they go through (GAL).
2014-08-06 13:53:02 +02:00
Maciej Suminski
490a73b62a
Fixed filled arcs drawing (GAL).
2014-08-06 13:51:46 +02:00
Maciej Suminski
bcdd3d7bb9
Items are either dragged by their origin or moved by a vector (depending on the number of selected items) (GAL).
2014-08-06 09:35:03 +02:00
Maciej Suminski
1b058cae1e
Disable highlight mode in the module editor (GAL).
2014-08-06 09:33:10 +02:00
Dick Hollenbeck
0c493d8035
KIWAY support in 5054 is stable enough to use in view of all other new features.
2014-08-05 22:46:11 -05:00
unknown
2f0ffdc7b5
3d-viewer: fix compil warning, by Mario Luzeiro, with some coding style fixes.
...
common.cpp: remove useless warning on wxWidgets < 3.0 about --with-gtkprint build option: on wxWidgets < 3.0 on Linux the print function does not work even with this build option.
2014-08-05 11:39:42 +02:00
unknown
af657fc87d
3d-viewer: fix compil warning, by Mario Luzeiro, with some coding style fixes.
2014-08-05 08:39:04 +02:00
Maciej Suminski
242d42cf1d
Changed 'line width change' & 'change arc posture' to TOOL_ACTIONs.
2014-08-04 14:23:19 +02:00
jean-pierre charras
cdffdc398e
Fix wx28 compatibility.
2014-08-04 15:06:32 +02:00
unknown
4a96813d42
Anti-aliasing patch for the 3D-Viewer from Martin Janitschke
2014-08-04 14:21:28 +02:00
jean-pierre charras
ff6d09d22c
Fix some case sensitive filename issues.
2014-08-04 14:17:33 +02:00
jean-pierre charras
5f63becff1
3D viewer: move helper functions from 3d_draw.cpp to 3d_draw_helper_functions.cpp. Add comments in .h sources. Better management of background color. coding style fixes.
2014-08-04 13:28:29 +02:00
Maciej Suminski
64a9ebc70e
Selected items do not disappear after rendering backend switch.
2014-08-04 10:43:26 +02:00
Maciej Suminski
fa08d9fdcf
Fixed module anchor drawing (GAL).
2014-08-04 10:42:20 +02:00
Maciej Suminski
03a17a284b
bugfix: modules are not selectable in the high contrast mode (GAL).
2014-08-04 10:06:24 +02:00
unknown
3f8c091092
export IDF without empty PLACEMENT section
2014-08-03 09:48:41 +02:00
Andrew Zonenberg
90ce21fa51
Added comment to ifdef for USE_OPENMP
2014-08-02 16:20:23 -04:00
Andrew Zonenberg
b6e85e0f82
Fixed a few code style issues, added #ifdef USE_OPENMP
2014-08-02 16:17:11 -04:00
Andrew Zonenberg
60330de551
3D model vertex normals are now calculated in parallel
2014-08-02 15:20:25 -04:00
jean-pierre charras
764369439e
Add comments. Fix bug #1351507 (pad color does not reflect, whether the pad is on front or back layer) and bug #1351388 (Adding a keepout area appears on the opposite layer than selected)
2014-08-02 12:29:10 +02:00
unknown
d9c76c0d49
3D viewer bug fixes
2014-08-02 09:46:47 +02:00
Brian Sidebotham
7b936f4d0c
3D-Viewer now requires GLEW include - add GLEW_INCLUDE_DIR
2014-08-01 22:27:20 +01:00
Maciej Suminski
94a46bf2df
Fixed pcbnew crash when a locked footprint is dragged from an edge of the screen.
2014-08-01 11:28:08 +02:00
unknown
73005087d5
3d_viewer fix translation and rotation issues (patch from Mario Luzeiro)
2014-07-31 09:01:30 +02:00
Michael Narigon
34b645daed
warnings
2014-07-30 22:04:34 -05:00
Dick Hollenbeck
3aa390b57a
WTF
2014-07-30 21:56:25 -05:00
jean-pierre charras
01a8442b35
3d viewer: minor code cleaning (remove useless #include )
...
dialog_track_via_size: set minimal size and make dialog resizable.
Update demo file.
2014-07-30 17:39:55 +02:00