Jon Evans
8349b44841
Tweak dark mode icons
2021-03-13 10:26:00 -05:00
Jon Evans
e38fe842e2
Don't crash when loading bitmaps before settings exist
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7900
2021-03-13 09:54:07 -05:00
Wayne Stambaugh
a79974fb92
Symbol editor: fix segfault when saving library with renamed symbol.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/7866
2021-03-13 08:28:52 -05:00
Jeff Young
52ea9bb75f
No lines in tree controls on Mac or GTK.
2021-03-13 11:43:07 +00:00
Jeff Young
b71ab01de4
More wxWidgets 3.1 layout adjustments.
2021-03-13 00:00:38 +00:00
Jeff Young
3e947553f5
Adjust pin conflicts table for wxWidgets 3.1.
2021-03-13 00:00:38 +00:00
jean-pierre charras
2c3f9d30d8
French translation update and fixes.
2021-03-12 20:16:15 +01:00
Seth Hillbrand
b0d78d84fc
Update Translations
2021-03-12 10:33:20 -08:00
taotieren
d0859d475e
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.9% (6854 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hant/
2021-03-12 19:32:39 +01:00
WhiteChairFromIkea
e9f2dc43f8
Translated using Weblate (Lithuanian)
...
Currently translated at 91.8% (6298 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/lt/
2021-03-12 19:32:39 +01:00
Jonathan Haas
8ca0ea727f
Translated using Weblate (German)
...
Currently translated at 100.0% (6855 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-03-12 19:32:39 +01:00
taotieren
564ac7a7c9
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6854 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-12 19:32:38 +01:00
taotieren
9f4bba822e
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6854 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-12 19:32:38 +01:00
taotieren
21699896d8
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6854 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-12 19:32:38 +01:00
Konstantin Baranovskiy
a93a6c8e4c
Translated using Weblate (Russian)
...
Currently translated at 100.0% (6855 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-03-12 19:32:38 +01:00
taotieren
a0906299cd
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6854 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-12 19:32:38 +01:00
Eric
9a7a9d411d
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6854 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-12 19:32:38 +01:00
Seth Hillbrand
5170ef4c95
Translated using Weblate (Swedish)
...
Currently translated at 92.0% (6307 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
2021-03-12 19:32:38 +01:00
Seth Hillbrand
d3e211d97b
Translated using Weblate (Slovenian)
...
Currently translated at 91.2% (6254 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sl/
2021-03-12 19:32:38 +01:00
Seth Hillbrand
a66a2cea63
Translated using Weblate (Slovak)
...
Currently translated at 90.2% (6189 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sk/
2021-03-12 19:32:38 +01:00
ZbeeGin
26975e6def
Translated using Weblate (Polish)
...
Currently translated at 100.0% (6855 of 6855 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-03-12 19:32:38 +01:00
Jeff Young
93db7a130a
Offset 3D models when moving footprint origin.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/7868
2021-03-12 17:37:38 +00:00
Jeff Young
faf9cca938
Fix many cases of old mils flag getting interpreted as allowEval flag.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/7883
2021-03-12 15:15:50 +00:00
Mark Roszko
795663620c
Fix another arch flag typo
2021-03-12 15:10:44 +00:00
Mark Roszko
27bf45417a
Fix typo in arch name
2021-03-12 15:05:38 +00:00
Jeff Young
24fd326cd1
Make sure we have different strings for past & future tense.
...
(In English both were 'Set', but that means our translation framework
won't support two different strings in other languages. Changed to
'Add' and 'Added'.)
Fixes https://gitlab.com/kicad/code/kicad/issues/7888
2021-03-12 14:59:38 +00:00
Jeff Young
ba46a8d12d
Fix some layout issues resulting from wxWidgets version bump.
2021-03-12 14:54:54 +00:00
Jeff Young
a01bd52571
Use default line width when creating polygons.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/7876
2021-03-12 14:54:54 +00:00
Jon Evans
6a369b230f
Tweak eeschema dark mode icons
2021-03-11 18:35:41 -05:00
Jon Evans
b20f18e6c5
Properly handle mixed-up group buses
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7870
2021-03-11 18:24:39 -05:00
Jon Evans
1d261e6107
Add some missing images
2021-03-11 17:19:39 -05:00
Jon Evans
77d7eae7c3
Fix availability of "other"-sized bitmaps; update some comments
2021-03-11 17:16:49 -05:00
Seth Hillbrand
0a5fc808cc
Fix broken c-strings in multiple translations
2021-03-11 13:05:54 -08:00
jean-pierre charras
644f546363
French translation update.
2021-03-11 21:07:18 +01:00
Seth Hillbrand
2de470f5a9
Update Translations
2021-03-11 08:31:07 -08:00
taotieren
383a3bb0b6
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.9% (6826 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hant/
2021-03-11 17:30:28 +01:00
Eric
1d89ed26da
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6826 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-11 17:30:28 +01:00
Konstantin Baranovskiy
0525d95109
Translated using Weblate (Russian)
...
Currently translated at 100.0% (6827 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-03-11 17:30:28 +01:00
ZbeeGin
9a3f07050f
Translated using Weblate (Polish)
...
Currently translated at 100.0% (6827 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-03-11 17:30:28 +01:00
pimjansen98
996683fd34
Translated using Weblate (Dutch)
...
Currently translated at 94.5% (6453 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
2021-03-11 17:30:28 +01:00
Tokita, Hiroshi
8b011c93a7
Translated using Weblate (Japanese)
...
Currently translated at 99.7% (6813 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-03-11 17:30:28 +01:00
Jonathan Haas
b3bda3eed9
Translated using Weblate (German)
...
Currently translated at 100.0% (6827 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-03-11 17:30:28 +01:00
Seth Hillbrand
750727a006
Translated using Weblate (Lithuanian)
...
Currently translated at 92.0% (6287 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/lt/
2021-03-11 17:30:28 +01:00
taotieren
8a98e57b3e
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6826 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-11 17:30:28 +01:00
taotieren
448728c32a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6826 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-11 17:30:28 +01:00
Eric
40e6800f4b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6826 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-11 17:30:28 +01:00
taotieren
59ee859643
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6826 of 6827 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-11 17:30:27 +01:00
Jon Evans
e570b9b548
Update dark mode icons
2021-03-11 08:39:24 -05:00
Jon Evans
44f88f840c
Bitmaps: a few improvements from review
2021-03-11 08:37:35 -05:00
Jon Evans
405fa183b2
Add icon theme selection behind advanced config flag
2021-03-11 08:37:35 -05:00