Konstantin Baranovskiy
fcc25c8d82
Translated using Weblate (Russian)
...
Currently translated at 100.0% (6825 of 6825 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-03-05 17:46:46 +01:00
ZbeeGin
e05bd0bedc
Translated using Weblate (Polish)
...
Currently translated at 100.0% (6825 of 6825 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-03-05 17:46:46 +01:00
aris-kimi
2b25b8c3b1
Translated using Weblate (Greek)
...
Currently translated at 96.1% (6563 of 6825 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2021-03-05 17:46:46 +01:00
Jonathan Haas
6117ec6768
Translated using Weblate (German)
...
Currently translated at 100.0% (6825 of 6825 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-03-05 17:46:46 +01:00
Jan Straka
834ac077b2
Translated using Weblate (Czech)
...
Currently translated at 83.8% (5724 of 6825 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2021-03-05 17:46:45 +01:00
Tokita, Hiroshi
7eac70338a
Translated using Weblate (Japanese)
...
Currently translated at 99.8% (6812 of 6825 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-03-05 17:46:45 +01:00
Eric
f5524d1883
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6824 of 6825 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-05 17:46:45 +01:00
ZbeeGin
e398700311
Translated using Weblate (Polish)
...
Currently translated at 99.6% (6802 of 6825 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-03-05 17:46:45 +01:00
Jeff Young
3e9eb3c8ac
More complete fix for crasher JP found.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/7806
2021-03-05 15:30:52 +00:00
Jon Evans
68f958145d
Gracefully handle lack of diff pair settings
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7806
2021-03-05 09:09:56 -05:00
jean-pierre charras
0596318d93
Demos update
2021-03-05 14:06:35 +01:00
PJM
0fc8a9d89a
Eeschema: Fix ctrl-MMB double click to perform 'Zoom to Objects'
...
CHANGED: Ctrl-middle mouse button double click should perform
'Zoom to Objects' in Eeschema, but a change in modifier key handling
broke it. This MR restores the functionality.
Fixes https://gitlab.com/kicad/code/kicad/issues/7803
2021-03-04 22:43:03 -08:00
Jon Evans
5ca7a2c457
Fix some issues with group bus prefix handling
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7196
2021-03-04 23:37:46 -05:00
Marek Roszko
ccaf352a5e
Add /safeseh for 32bit msvc libcontext
...
Special flag thats default for modern platforms already
2021-03-04 22:20:58 -05:00
Marek Roszko
8cb127b8e4
Change the msvc exception handling mode when using asm libcontext
2021-03-04 21:48:26 -05:00
Marek Roszko
2bf488e0c7
Add cmake option to enable win32 fibers
2021-03-04 21:48:26 -05:00
Jon Evans
4ddb942ec0
Do not allow drag selection or drag move when already moving something
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7800
2021-03-04 19:01:31 -05:00
Wayne Stambaugh
6cdc3664ba
Symbol editor: fix crash whe changing symbol name.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/7791
2021-03-04 18:21:41 -05:00
Wayne Stambaugh
7a00e01b3e
Eeschema: fix false positive library symbol changed ERC errors.
...
This fix required sorting all of the LIB_PART draw items to ensure
accurate comparison between the symbols stored in the schematic and the
original library symbols. This has a noticeable impact on symbol library
load performance. It may also cause significant changes the next time
the library is saved due to changes in the draw item sorting. Hashing
may be a better solution here but this addressed the immediate problem.
A skeleton method SCH_SCREEN::SwapSymbolLinks() was added because there
is most likely an issue with orphaned symbols in the schematic library
symbol cache during undo/redo operations. More testing is required to
verify this.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7263
2021-03-04 17:59:24 -05:00
Jeff Young
c85c14e6e4
Don't allow exponential notation in specctra export.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/7786
2021-03-04 22:39:33 +00:00
Jeff Young
bbf02a5f08
Formatting.
2021-03-04 21:23:45 +00:00
Jeff Young
528f933ad5
Don't revert commit after user has OK'ed the dialog.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/7799
2021-03-04 19:16:43 +00:00
Karl Palsson
658bc2f4b2
kicad2step: provide a basic default product name
...
It would be ideal if it would use the s-expr
kicad_pcb.general.title_block.title by default, and then fall back to
something based on the output step file, but even just the output step
file is a far better default than the "open cascade step translator
version..." text it uses at the moment.
Similar improvements using the title_block would be future work.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-03-04 17:01:07 +00:00
Jeff Young
d18afa42cd
Resync nets & netclasses after updateFromPCB.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/7793
2021-03-04 15:05:06 +00:00
Jeff Young
91350ec9ea
Don't update thickness unless it really changed.
...
Otherwise we're going to generate a continuous stream of OnUpdateUI
events....
Fixes https://gitlab.com/kicad/code/kicad/issues/5049
2021-03-04 14:15:39 +00:00
Marek Roszko
75c0dc7454
Make sure the mingw rc gets the build dir include
2021-03-04 07:32:58 -05:00
WhiteChairFromIkea
ff23f4324a
Do not hardcode altium file extension length
2021-03-04 12:20:40 +00:00
jean-pierre charras
8f50d1f86e
Update French translation
2021-03-04 10:34:45 +01:00
Marek Roszko
73ecc61c38
Attempt to fix the version manifest for mingw
...
Ugh the bootleg resource compiler
2021-03-04 00:45:44 -05:00
Marek Roszko
8831c5567c
Add win32 version manifest block
2021-03-04 00:34:48 -05:00
Marek Roszko
ba364d5b5c
Fix asan default in CMakeSettings.json.sample
2021-03-03 21:14:48 -05:00
Marek Roszko
bdb141da0a
Fix fiber local storage offset (crashfix)
2021-03-03 21:14:17 -05:00
Marek Roszko
320b519278
Add assembly based libcontext implementation for MSVC builds
2021-03-03 21:14:17 -05:00
Jon Evans
1fc399fa31
Fix a few more cases of picking up wrong mouse positions
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7745
2021-03-03 20:09:24 -05:00
Jon Evans
24e375742b
Update nlohmann::json to 3.9.1
...
Release notes:
https://github.com/nlohmann/json/releases/tag/v3.9.1
2021-03-03 19:36:05 -05:00
Seth Hillbrand
9004fbcdc4
Update Translations
2021-03-03 16:14:03 -08:00
taotieren
8042346e8a
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.9% (6811 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hant/
2021-03-04 00:36:37 +01:00
pimjansen98
671937457f
Translated using Weblate (Dutch)
...
Currently translated at 93.8% (6395 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
2021-03-04 00:36:37 +01:00
Jonathan Haas
b644bd623a
Translated using Weblate (German)
...
Currently translated at 100.0% (6812 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-03-04 00:36:37 +01:00
taotieren
8dbd37e1b4
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6811 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-04 00:36:37 +01:00
taotieren
e2da7a2b65
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6811 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-04 00:36:37 +01:00
taotieren
1a506efdeb
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.9% (6811 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hant/
2021-03-04 00:36:37 +01:00
Konstantin Baranovskiy
0ca7af7cfe
Translated using Weblate (Russian)
...
Currently translated at 100.0% (6812 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-03-04 00:36:37 +01:00
Arend-Jan van Hilten
4c3d27b5ff
Translated using Weblate (Dutch)
...
Currently translated at 93.1% (6346 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
2021-03-04 00:36:37 +01:00
fresh
15fd824fc8
Translated using Weblate (Greek)
...
Currently translated at 96.5% (6576 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2021-03-04 00:36:36 +01:00
Michalis
09f3078947
Translated using Weblate (Greek)
...
Currently translated at 96.5% (6576 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2021-03-04 00:36:36 +01:00
Jonathan Haas
99704af5f5
Translated using Weblate (German)
...
Currently translated at 100.0% (6812 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-03-04 00:36:36 +01:00
Jan Straka
01862e49a3
Translated using Weblate (Czech)
...
Currently translated at 84.0% (5728 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2021-03-04 00:36:36 +01:00
Eric
de10011328
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6811 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-04 00:36:36 +01:00
taotieren
1809730b64
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6811 of 6812 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-03-04 00:36:36 +01:00