- 01 Dec, 2021 1 commit
-
-
jean-pierre charras authored
From master branch, commit #bfe59581
-
- 19 Nov, 2021 1 commit
-
-
jean-pierre charras authored
Due to some bug in Fillet() incorrect zone outline happens in (rare) polygon shapes. So clip it with the initial polygon (aSmoothedPoly must be contained in m_Poly) Fixes #9692 #9692
-
- 17 Nov, 2021 1 commit
-
-
Christoph Moench-Tegeder authored
In line with https://dev.opencascade.org/doc/overview/html/occt__upgrade.html#upgrade_occt760_poly the Poly_Triangulation does not provide direct access to the internal arrays anymore - use the accessor functions instead. To keep changes minimal, switch only builds with a new (7.6+) OpenCascade to the new API and keep everything else the same. Related: !1013
-
- 13 Nov, 2021 1 commit
-
-
Wayne Stambaugh authored
The overload of wxFilePath::FindValidPath() broke the normal behavior when the file searched for existed in the current working directory. This was causing the initial library table file to be copied from the current working directory instead of from the list of search paths. Fixes #9599 (cherry picked from commit f4b97eca)
-
- 04 Nov, 2021 4 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Fixes #9520 #9520
-
jean-pierre charras authored
This reverts commit 3484334d.
-
- 03 Nov, 2021 1 commit
-
-
Seth Hillbrand authored
This reverts commit 8e9e1a61.
-
- 28 Oct, 2021 1 commit
-
-
Wayne Stambaugh authored
-
- 27 Oct, 2021 3 commits
-
-
Wayne Stambaugh authored
-
Seth Hillbrand authored
When the layers are adjacent, the microvia is _probably_ valid. This is not the case when trying to run a microvia through the core material but without stackup information, we cannot be certain. Note that microvias are not required in current manufacturing techniques to be blind. KSC Issue '400'
-
Wayne Stambaugh authored
This reverts commit f591534a.
-
- 26 Oct, 2021 6 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
This reverts commit 4c583979.
-
Wayne Stambaugh authored
This reverts commit e4a5bfc7.
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 23 Oct, 2021 1 commit
-
-
Mark Roszko authored
-
- 18 Oct, 2021 2 commits
-
-
Seth Hillbrand authored
The kicad-pcb.org website is no longer valid
-
Johannes Maibaum authored
kicad-pcb.org seems to cause TLS handshake errors recently. As kicad.org is now the official domain, switch all uses of kicad-pcb.org to kicad.org in kicad.appdata.xml.in.
-
- 15 Oct, 2021 1 commit
- 07 Oct, 2021 1 commit
-
-
Wayne Stambaugh authored
Root out a few other areas where the hierarchy integrity test was being performed while editing where it wasn't required.
-
- 04 Oct, 2021 1 commit
-
-
Wayne Stambaugh authored
The delay was due to recursion checks being performed every time a new SCH_SHEET_LIST object was created. The fix was to back port the optional integrity check flag added from master. It's similar to commit 63a0f537 by Jeff Young but it could not be cherry-picked due to the changes in master branch. Fixes #9278
-
- 29 Sep, 2021 2 commits
-
-
Seth Hillbrand authored
Mostly from c6bcb855 but trees have diverged sufficiently that there are others mixed in. This removes the system() call on MacOS when opening a directory
-
jean-pierre charras authored
See master branch, commits 0cf81b6d and b065ff33
-
- 14 Sep, 2021 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
See master, commit 5abe25
-
- 01 Sep, 2021 1 commit
-
-
jean-pierre charras authored
-
- 31 Aug, 2021 1 commit
-
-
jean-pierre charras authored
-
- 28 Aug, 2021 1 commit
-
-
jean-pierre charras authored
From master branch, commit b1c67d9a
-
- 27 Aug, 2021 1 commit
-
-
Jeff Young authored
-
- 24 Aug, 2021 1 commit
-
-
Seth Hillbrand authored
We require API compatibility in the ngspice library because we dynamically load the library and assign function pointers to specific names/signatures. This should be consistent for all versions of the the library until the soversion changes. Fixes #8878 (cherry picked from commit 17a17586)
-
- 19 Aug, 2021 1 commit
-
-
Jeff Young authored
Fixes: lp:8996 * https://bugs.launchpad.net/kicad/+bug/8996
-
- 01 Aug, 2021 2 commits
-
-
jean-pierre charras authored
Some very poor files do not specify the coordinates format. In this case, the default is INCH,LZ that looks like the more usual. From master branch, commit b1fd462d
-
jean-pierre charras authored
From master branch, commit 70b5e26f.
-
- 31 Jul, 2021 1 commit
-
-
jean-pierre charras authored
Fixes #8899 #8899
-
- 12 Jul, 2021 1 commit
-
-
Seth Hillbrand authored
Ensures that the pydoc pager gets re-directed to the PyShell. Also keeps a copy of stdin to prevent closure in case of re-assignment Fixes #8047
-
- 09 Jul, 2021 1 commit
-
-
Wayne Stambaugh authored
Fixes #1944
-