Wellington Terumi Uemura
d986c954a1
Translated using Weblate (Portuguese (Brazil))
Currently translated at 54.5% (3906 of 7156 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
4 years ago
boonchai k
0bd8d603f5
Translated using Weblate (Thai)
Currently translated at 87.8% (6156 of 7007 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
4 years ago
Reza Almanda
559a6e09ec
Translated using Weblate (Indonesian)
Currently translated at 18.0% (1290 of 7156 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/id/
4 years ago
Eric
d61a1e19f6
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7154 of 7156 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
4 years ago
ZbeeGin
55931b1aba
Translated using Weblate (Polish)
Currently translated at 100.0% (7156 of 7156 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
4 years ago
Arnau Llovet Vidal
afa6b4c613
Translated using Weblate (Catalan)
Currently translated at 35.6% (2554 of 7156 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ca/
4 years ago
Seth Hillbrand
be799b49a8
Fix equality in dp matching
A single count is found when dp ends with matching char. .Right(0) will
return an empty wxString() which is still valid
Fixes https://gitlab.com/kicad/code/kicad/issues/9206
4 years ago
Jon Evans
cf53b053a1
Improve handling of dragging around locked segments
Locked segments now are not modified if they weren't the start item.
If a locked segment is the start item, it is automatically unlocked.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9145
4 years ago
Jon Evans
b605111542
Tweak ERC pin table icons
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9174
4 years ago
Marek Roszko
a6fb687a0e
Fix rejection of default variables from exportpaths.cfg
Fix #7670
4 years ago
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
4 years ago
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
4 years ago
Seth Hillbrand
becc3a228e
Hide Python window on close button
4 years ago
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
4 years ago
Seth Hillbrand
38cdc362a0
Don't fail if we can't create startup file
Fixes https://gitlab.com/kicad/code/kicad/issues/9205
4 years ago
Seth Hillbrand
73401932f7
Fix python help() parser
Fixes https://gitlab.com/kicad/code/kicad/issues/9191
4 years ago
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
4 years ago
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
4 years ago
Jeff Young
9d35c551ba
More debug output for models that are not found.
Fixes https://gitlab.com/kicad/code/kicad/issues/7670
4 years ago
Jeff Young
2ec1c215cd
Drop selection after hiding items.
Fixes https://gitlab.com/kicad/code/kicad/issues/8605
4 years ago
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
4 years ago
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
4 years ago
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
4 years ago
Mike Williams
65c9170b46
Pcbnew: Clear tool and selection before updating PCB from schematic
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9196
4 years ago
Marek Roszko
91e456113f
Use StartsWith instead of Contains for the Intel check
4 years ago
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
4 years ago
Marek Roszko
1b8259701e
Expand "Intel" GL_VENDOR check for workaround
Fix #7444 maybe
4 years ago
Jeff Young
32a5653464
Remove yet more single-pad-net stuff.
Fixes https://gitlab.com/kicad/code/kicad/issues/9179
4 years ago
Jeff Young
469d3ea329
Don't add global labels when a power symbol is connected.
Fixes https://gitlab.com/kicad/code/kicad/issues/7497
4 years ago
Jeff Young
04aff93248
Eagle doesn't use netclass clearance so make them the board clearance.
Fixes https://gitlab.com/kicad/code/kicad/issues/2442
4 years ago
Jeff Young
ae8f817938
Use consistent label size and fix issues with rotation.
Fixes https://gitlab.com/kicad/code/kicad/issues/5950
4 years ago
Jeff Young
40b4e5c024
Formatting.
4 years ago
Roberto Fernandez Bautista
dc1fd3d9ba
PNS test app: Add logging information for curved track routing
4 years ago
Seth Hillbrand
94954386e6
Update translations
4 years ago
Seth Hillbrand
3da97ed02f
Reword keyword message
4 years ago
Seth Hillbrand
0363200927
Update translations
4 years ago
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/
4 years ago
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/
4 years ago
킴슨김랑기
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/
4 years ago
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/
4 years ago
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/
4 years ago
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/
4 years ago
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/
4 years ago
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/
4 years ago
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/
4 years ago
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/
4 years ago
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/
4 years ago
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/
4 years ago
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/
4 years ago
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/
4 years ago