Jon Evans
16a34e6adb
Use heap instead of stack for CopyStreamData
4 years ago
Jeff Young
cc938e7a67
Fix a few issues in the PCM dialog tune-up.
4 years ago
Wellington Terumi Uemura
09ec9f5bff
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (7197 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
4 years ago
boonchai k
7045372a67
Translated using Weblate (Thai)
Currently translated at 100.0% (7197 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
4 years ago
taotieren
1825fb5f82
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.7% (7181 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hant/
4 years ago
Axel Henriksson
3433773d2d
Translated using Weblate (Swedish)
Currently translated at 83.7% (6025 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
4 years ago
ZbeeGin
bd6332d043
Translated using Weblate (Polish)
Currently translated at 100.0% (7197 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
4 years ago
Michael Misirlis
472dfdabfe
Translated using Weblate (Greek)
Currently translated at 94.1% (6776 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
4 years ago
Mark Hämmerling
632c23dab0
Translated using Weblate (German)
Currently translated at 100.0% (7197 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
4 years ago
Jan Vykydal
578bd365b6
Translated using Weblate (Czech)
Currently translated at 86.5% (6229 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
4 years ago
Michael Misirlis
ca495031a3
Translated using Weblate (Greek)
Currently translated at 92.0% (6623 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
4 years ago
Axel Henriksson
4e3fa342e4
Translated using Weblate (Greek)
Currently translated at 91.2% (6566 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
4 years ago
Eric
9efc4531e8
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7191 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
4 years ago
taotieren
e04fdfb422
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7191 of 7197 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
4 years ago
qu1ck
54e9f1cf24
Fix pcm fallback loading
Need to add a fake version otherwise the package gets filtered out of
the packages view.
4 years ago
Jeff Young
b408cda0b8
Uninitialized variables.
4 years ago
Jon Evans
8ec3ce99ae
PNS: Update shover when autocompleting on item
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9598
4 years ago
qu1ck
d9bd7ed2c1
Fix incorrect include
4 years ago
Jeff Young
59e5c836fc
Tighter thread safety for PCM progress dialog.
4 years ago
Wayne Stambaugh
94119b365d
Pcbnew: fix assertion in footprint hashing algorithm.
4 years ago
Roberto Fernandez Bautista
13f081549c
CADSTAR PCB: Use all User layers when mapping documentation layers
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9577
4 years ago
Roberto Fernandez Bautista
ad2e780a2c
CADSTAR PCB: Correctly load pads with holes
If the THROUGH_HOLE attribute isn't set, it just means that the pads
are only present on one side of the board, but there can still be a
plated / non-plated hole.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9579
4 years ago
Jeff Young
7b4d5b2312
Fix wxWidgets annoying assert.
4 years ago
Jeff Young
f036243142
Fix a few minor issues in PCM dialogs.
4 years ago
Jeff Young
5c0befa880
Use sdbSizer so buttons are in right platform order.
4 years ago
Jeff Young
7211c5a350
Kicad look & feel and reduce conceptual nesting depth of PCM.
4 years ago
qu1ck
97a4034d95
Coverity report and compile warning fixes
4 years ago
Jon Evans
42eb063697
PCM: Treat color themes as read-only; don't copy to settings dir
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9548
4 years ago
Jon Evans
89f5842a17
PCM: Fix loading bitmaps from installed packages
4 years ago
Jon Evans
8e2d599751
Allow PCM to load schema from build dir
4 years ago
Mikolaj Wielgus
ae37ae7072
PCM: Prevent crash on clicking "Install" when there is no versions
Fixes https://gitlab.com/kicad/code/kicad/issues/9585
4 years ago
Jeff Young
27661edff6
Apply a bit of Kicad look & feel.
Also fixes a spelling error in a string.
4 years ago
Jon Evans
beb1ad0098
Use actual package ID when searching m_installed
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9583
4 years ago
Jeff Young
f6c160eb50
Apply a big hammer for python script refreshing.
While not ideal, this should tide us over until we have a commit
architecture for python scripts.
Fixes https://gitlab.com/kicad/code/kicad/issues/7065
4 years ago
Jeff Young
b2fa2f81b2
Paste code expects a fully formed worksheet.
(And we may need the version later, so it's better to have it than
to not.)
Fixes https://gitlab.com/kicad/code/kicad/issues/9590
4 years ago
Jeff Young
e860f9f9a9
Use correct dir when writing project file before Save As.
4 years ago
Jeff Young
bc30ee85c0
Make sure JSON contents are in memory before saving.
Fixes https://gitlab.com/kicad/code/kicad/issues/9582
4 years ago
Jeff Young
0dcbfa2b69
Always use UUIDs for implicit keepout rules.
Fixes https://gitlab.com/kicad/code/kicad/issues/9580
4 years ago
Jeff Young
d4e3e67b8d
Update kicad_prl file when doing a SaveAs.
Fixes https://gitlab.com/kicad/code/kicad/issues/9455
4 years ago
Jeff Young
92e2f51f57
Fix duplicate UUIDs in test cases.
4 years ago
Jeff Young
54e00569d8
Don't fetch the root sheet's UUID out of the sheet instances.
1) we're storing it now anyway
2) the root sheet UUID is the one UUID that's *not* in the instance
array, and previously we were erroneously grabbing the first sub-sheet's
UUID (producing duplicate UUIDs).
4 years ago
Jeff Young
c0a6014114
Save actual control values; GetOriginalText is only for eval.
Fixes https://gitlab.com/kicad/code/kicad/issues/9575
4 years ago
Jeff Young
0631c8fc74
Fix logic bug when updating circular pad points.
Fixes https://gitlab.com/kicad/code/kicad/issues/9576
4 years ago
Jeff Young
18d9f6e323
Reduce auto.
4 years ago
jean-pierre charras
39474921d9
DIALOG_CONFIGURE_PATHS: delete path in list when a path is deleted in dialog.
Fixes #9531
https://gitlab.com/kicad/code/kicad/issues/9531
4 years ago
Jon Evans
59807d8d26
A better solution to discarding pending shove operations
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9553
4 years ago
Jon Evans
0234ae3003
Add CloneFrom API for BOARD_DESIGN_SETTINGS in SWIG
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6885
4 years ago
Jon Evans
75d75799f7
Move to getters/setters for aux and grid origin
Fixes https://gitlab.com/kicad/code/kicad/-/issues/8836
4 years ago
Seth Hillbrand
ee7e3fc171
Update translations
4 years ago
Seth Hillbrand
6cc6f06a9a
Millimetres -> Millimeters
4 years ago