Commit Graph

29340 Commits

Author SHA1 Message Date
Seth Hillbrand 8ff20fd97b Ensure python window splits
The History/Calltips/locals window splits were only being shown when
running SingleTop.  For unknown reasons, the crust "CallAfter" routine
was not running, so we force the call
2021-09-21 15:18:24 -07:00
Seth Hillbrand 8a5388cf65 Make the python window follow the parent app
The Python window is pinned to the main KiCad application but to the
user, it appears that the window opens in response to their clicking
eeschema or pcbnew.  For this reason, we should re-center the python
window when the user will expect to see it when showing.

Fixes https://gitlab.com/kicad/code/kicad/issues/8623
2021-09-21 15:01:27 -07:00
Seth Hillbrand becc3a228e Hide Python window on close button 2021-09-21 15:00:08 -07:00
Seth Hillbrand a5955ecbf7 Don't destroy parents
Now that we are handling windows from inside the KiCad framing system,
python console does not need to destroy its own windows.  This may help
prevent some odd preference corruption as well
2021-09-21 14:43:51 -07:00
Seth Hillbrand 38cdc362a0 Don't fail if we can't create startup file
Fixes https://gitlab.com/kicad/code/kicad/issues/9205
2021-09-21 14:21:59 -07:00
Seth Hillbrand 73401932f7 Fix python help() parser
Fixes https://gitlab.com/kicad/code/kicad/issues/9191
2021-09-21 14:14:41 -07:00
Jeff Young ec2ac181a2 Further simplify selection logic.
The select-single-wire stuff is no longer needed, and the prefer-wire-ends
stuff needs to be distance-based.

Also improved wire hit-testing to include bubbles the size of the dangling
symbol at each end.

Fixes https://gitlab.com/kicad/code/kicad/issues/9187
2021-09-21 20:27:35 +01:00
Seth Hillbrand 28bd734313 Prevent invalid paths in fracture
We are not always sure of the path validity in fracture.  Nominally, the
Clipper Simplify routine should remove invalid parts but in the case
where it doesn't, we need to recover gracefully, even if the output
polygon is not valid.

Fixes https://gitlab.com/kicad/code/kicad/issues/9199
2021-09-21 10:49:39 -07:00
Jeff Young 9d35c551ba More debug output for models that are not found.
Fixes https://gitlab.com/kicad/code/kicad/issues/7670
2021-09-21 17:52:57 +01:00
Jeff Young 2ec1c215cd Drop selection after hiding items.
Fixes https://gitlab.com/kicad/code/kicad/issues/8605
2021-09-21 17:02:34 +01:00
Jeff Young 490cc42cb5 Remove vestiges of m_ConfigDir from Kicad2Step.
The converter uses paths passed in via a config file in the OS's
temp directory.

Fixes https://gitlab.com/kicad/code/kicad/issues/7670
2021-09-21 13:39:33 +01:00
Jeff Young 24f3c49631 Fix logic error in FileResolvers.
If Normalize() was not needed after finding a searchpath then we were
never updating tname and just blindly returning it.

Fixes https://gitlab.com/kicad/code/kicad/issues/7670
2021-09-21 12:35:16 +01:00
Jeff Young 23c76cccf3 Give a timeslice to show Save Changes? dialog before things get ugly.
This also moves closing the existing project earlier to improve the
workflow -- so there's a chance that the main fix might not be needed
anymore, but it's still safer to not have a control-flow that crashes
rather than to just not use that control-flow.

Fixes https://gitlab.com/kicad/code/kicad/issues/9200
2021-09-21 11:14:42 +01:00
Mike Williams 65c9170b46 Pcbnew: Clear tool and selection before updating PCB from schematic
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9196
2021-09-21 00:06:56 +00:00
Marek Roszko 91e456113f Use StartsWith instead of Contains for the Intel check 2021-09-20 18:56:06 -04:00
Seth Hillbrand 22a29a42cf Generalize net DP matching
The requirement of 1-2 numbers following P/N or +/- was arbitrary and
not needed.  We also add the _ to allowable suffixes to permit DP
matching of auto-renamed nets
2021-09-20 15:30:47 -07:00
Marek Roszko 1b8259701e Expand "Intel" GL_VENDOR check for workaround
Fix #7444 maybe
2021-09-20 18:20:57 -04:00
Jeff Young 32a5653464 Remove yet more single-pad-net stuff.
Fixes https://gitlab.com/kicad/code/kicad/issues/9179
2021-09-20 22:04:02 +01:00
Jeff Young 469d3ea329 Don't add global labels when a power symbol is connected.
Fixes https://gitlab.com/kicad/code/kicad/issues/7497
2021-09-20 21:31:19 +01:00
Jeff Young 04aff93248 Eagle doesn't use netclass clearance so make them the board clearance.
Fixes https://gitlab.com/kicad/code/kicad/issues/2442
2021-09-20 21:31:19 +01:00
Jeff Young ae8f817938 Use consistent label size and fix issues with rotation.
Fixes https://gitlab.com/kicad/code/kicad/issues/5950
2021-09-20 21:31:19 +01:00
Jeff Young 40b4e5c024 Formatting. 2021-09-20 21:31:19 +01:00
Roberto Fernandez Bautista dc1fd3d9ba PNS test app: Add logging information for curved track routing 2021-09-20 20:35:24 +01:00
Seth Hillbrand 94954386e6 Update translations 2021-09-20 11:57:36 -07:00
Seth Hillbrand 3da97ed02f Reword keyword message 2021-09-20 11:57:08 -07:00
Seth Hillbrand 0363200927 Update translations 2021-09-20 11:51:31 -07:00
boonchai k 8692a84079
Translated using Weblate (Thai)
Currently translated at 86.8% (6083 of 7007 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
2021-09-20 20:49:54 +02:00
CJ van der Hoeven 68d3616c36
Translated using Weblate (Dutch)
Currently translated at 99.9% (7155 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
2021-09-20 20:49:54 +02:00
킴슨김랑기 441abb9856
Translated using Weblate (Korean)
Currently translated at 100.0% (7160 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ko/
2021-09-20 20:49:54 +02:00
Tokita, Hiroshi 5b90f7c492
Translated using Weblate (Japanese)
Currently translated at 100.0% (7160 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-09-20 20:49:53 +02:00
Jonathan Haas ff95d660c8
Translated using Weblate (German)
Currently translated at 95.8% (6862 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-09-20 20:49:53 +02:00
Jan Straka ceeef2d7da
Translated using Weblate (Czech)
Currently translated at 84.7% (6065 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2021-09-20 20:49:53 +02:00
Arnau Llovet Vidal a8c43eade4
Translated using Weblate (Catalan)
Currently translated at 34.0% (2440 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ca/
2021-09-20 20:49:53 +02:00
Arnau Llovet Vidal 51749ecdf7
Translated using Weblate (Catalan)
Currently translated at 32.9% (2362 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ca/
2021-09-20 20:49:53 +02:00
boonchai k 57ec3c7d15
Translated using Weblate (Thai)
Currently translated at 79.0% (5541 of 7007 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
2021-09-20 20:49:53 +02:00
Eric 0058721949
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7158 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-09-20 20:49:53 +02:00
Tokita, Hiroshi ed9b73406c
Translated using Weblate (Japanese)
Currently translated at 100.0% (7160 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-09-20 20:49:53 +02:00
Arnau Llovet Vidal daae59d7b8
Translated using Weblate (Catalan)
Currently translated at 32.2% (2312 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ca/
2021-09-20 20:49:53 +02:00
boonchai k 0f34106d9c
Translated using Weblate (Thai)
Currently translated at 75.5% (5297 of 7007 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
2021-09-20 20:49:53 +02:00
Eric 460f70fbb6
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7156 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-09-20 20:49:52 +02:00
Rigo Ligo 4c176e7928
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7156 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-09-20 20:49:52 +02:00
Konstantin Baranovskiy 215ce828b9
Translated using Weblate (Russian)
Currently translated at 100.0% (7160 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-09-20 20:49:52 +02:00
ZbeeGin 130f81f207
Translated using Weblate (Polish)
Currently translated at 100.0% (7160 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-09-20 20:49:52 +02:00
CJ van der Hoeven 82e0548675
Translated using Weblate (Dutch)
Currently translated at 99.9% (7155 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
2021-09-20 20:49:52 +02:00
Tokita, Hiroshi a95a20a1e2
Translated using Weblate (Japanese)
Currently translated at 98.5% (7057 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-09-20 20:49:52 +02:00
ZbeeGin 6e3c0bc796
Translated using Weblate (Spanish)
Currently translated at 96.4% (6908 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es/
2021-09-20 20:49:52 +02:00
Benedikt Freisen 8f3a27feec
Translated using Weblate (German)
Currently translated at 95.5% (6844 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-09-20 20:49:52 +02:00
Arnau Llovet Vidal 7d2c681a8c
Translated using Weblate (Catalan)
Currently translated at 31.5% (2258 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ca/
2021-09-20 20:49:52 +02:00
Seth Hillbrand cff53ce162
Translated using Weblate (German)
Currently translated at 89.6% (6421 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-09-20 20:49:51 +02:00
Arnau Llovet Vidal ecc35608a0
Translated using Weblate (Catalan)
Currently translated at 30.5% (2187 of 7160 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ca/
2021-09-20 20:49:51 +02:00