Tokita, Hiroshi
39be4b7823
Translated using Weblate (Japanese)
Currently translated at 99.1% (7122 of 7185 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
4 years ago
Jan Straka
84305a7122
Translated using Weblate (Czech)
Currently translated at 86.8% (6237 of 7185 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
4 years ago
Wellington Terumi Uemura
28f0fd1a68
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (7185 of 7185 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
4 years ago
Eric
000e23d45c
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7178 of 7185 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
4 years ago
Konstantin Baranovskiy
314b324178
Translated using Weblate (Russian)
Currently translated at 99.5% (7154 of 7185 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
4 years ago
ZbeeGin
663f41b478
Translated using Weblate (Polish)
Currently translated at 100.0% (7185 of 7185 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
4 years ago
Jeff Young
179628d1d2
Repair field properties dialog for rotation and mirroring.
Fixes https://gitlab.com/kicad/code/kicad/issues/9508
4 years ago
Roberto Fernandez Bautista
5e040ad126
eeschema settings: Default to mouse drag is drag action on first install
This is to be consistent with other EDA tools like Altium and CADSTAR.
4 years ago
Asuki Kono
762cd5a32f
Add PLACE_FILE_EXPORTER to swig to call in python
4 years ago
jean-pierre charras
0d393ec298
French translation update
4 years ago
jean-pierre charras
6b432e895a
DIALOG_COPPER_ZONE_BASE: fix incorrect max value of zone priority.
4 years ago
Jeff Young
c2371f3943
Revert e4b61de792
.
It doesn't seem to fix the testcase on Linux, and the tests pass on
my machine in either configuration.
4 years ago
Johannes Pfister
64f77b3596
PNS: Add support for 90-degree corner modes
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6902
4 years ago
Jeff Young
e4b61de792
Special case sheet ordering in file.
4 years ago
Seth Hillbrand
7cf72aaa41
Fix bezier import in Altium schematics
4 years ago
Mark Hämmerling
8b9e2c8ba4
Add myself to list of translators and other contributors
4 years ago
Jeff Young
4d46445ce1
Fix Bezier reading.
Fixes https://gitlab.com/kicad/code/kicad/issues/9512
4 years ago
Jeff Young
4acff58c7a
Implement a forced ordering for LIB_ITEMs until we have UUIDs.
(Once we read/write the UUIDs, we should just compare the type
and then the UUID like we do for SCH_ITEMs.)
4 years ago
Jeff Young
522359ccbf
Improve comments.
4 years ago
Jeff Young
eaf10a04dd
Improved naming.
4 years ago
Jeff Young
21cb56dfe7
Formatting.
4 years ago
Seth Hillbrand
9e760512ac
Update schematic when saving tuned value
Also avoids a known(!) crash when the existing item has been deleted
while tuning.
Fixes https://gitlab.com/kicad/code/kicad/issues/9502
4 years ago
Simon Schaak
f79cb382c4
Symbol editor: fix name corruption in pin table
Discard changes to pin numbers of grouped pins in the pin table to avoid
setting all pins of the group to the same number.
4 years ago
Jeff Young
af95a4b424
Fix duplicate stroke when formatting circles.
Fixes https://gitlab.com/kicad/code/kicad/issues/9507
4 years ago
Jeff Young
40b4052ad4
Improve text hittesting in schematics.
Text has a fairly big bounding box to account for descenders, overbars,
etc., but it makes it feel too sloppy for hittesting. This change
allows selection disambiguation to look at the actual strokes of the
text when deciding what's "closest".
Fixes https://gitlab.com/kicad/code/kicad/issues/9506
4 years ago
Wayne Stambaugh
bf85ddd577
Eeschema: fix bug printing polygon (possibly other) filled shapes.
4 years ago
jean-pierre charras
4fe9f01eb0
Update a few demos
4 years ago
jean-pierre charras
afb4cd8acf
French translation update
4 years ago
Jeff Young
3c78bf4ef8
One active point at a time.
4 years ago
Jeff Young
5275393a94
Use highlight algo that works for both PCBNew and Eeschema.
Fixes https://gitlab.com/kicad/code/kicad/issues/9500
4 years ago
Jeff Young
9f806d9304
Don't assume the grid size.
Fixes https://gitlab.com/kicad/code/kicad/issues/9013
4 years ago
Jeff Young
cec788d454
Must use GetEffectivePenWidth for output.
Fixes https://gitlab.com/kicad/code/kicad/issues/9504
4 years ago
Seth Hillbrand
f4cd57f815
Reserve production strings
4 years ago
Marek Roszko
f8ff15411e
Fix tab/spaces grrr VS
4 years ago
Marek Roszko
85c17600cd
Declare longPathAware on Windows
4 years ago
Mikolaj Wielgus
a3707ad365
Minor editorial changes to PCB calculator, part 2
Don't use substripts in HTML if there is just a number in the
subscript: "R1", not "R<sub>1</sub>", except for characteristic
impedance. And of course still use "Z<sub>in</sub>", not "Zin".
This is also consistent with the images.
4 years ago
Jon Evans
153594b9ea
PNS: Actually implement the AbortRouting API
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9425
4 years ago
Jeff Young
22ba640c2b
Remove locking from footprint editor.
Fixes https://gitlab.com/kicad/code/kicad/issues/9496
4 years ago
Jeff Young
e3ef101ec9
Add missing view controls for FP Editor Appearance Manager.
4 years ago
Roberto Fernandez Bautista
b6c12b6b55
CADSTAR Sch: Fix positioning of symbol fields when the symbol is mirrored
The text aligment needs to be rotated and/or mirrored depending on whether
the text field is vertical or horizontal.
4 years ago
Jeff Young
c8a8efa67b
Save as for current version project files.
Fixes https://gitlab.com/kicad/code/kicad/issues/9455
4 years ago
Roberto Fernandez Bautista
8367c7f238
CADSTAR Sch: Fix calculation of page size
Don't attempt to calculate bounding box of text variables. We do not
know the resolution of the text variable inside the importer. The
resolved text could be shorter than the text variable (e.g. ${#}
page number)
4 years ago
Roberto Fernandez Bautista
0aba025d66
CADSTAR Sch: Autoplace intersheet references (instead of 0,0)
4 years ago
Roberto Fernandez Bautista
18e36155a5
CADSTAR sch: Include gate in error message when symbols are scaled
4 years ago
Roberto Fernandez Bautista
52a936ac61
CADSTAR Sch: Fix spurious pin length and orientation of some symbols
Ensure deterministic sorting of std::map in fixUpLibraryPins
4 years ago
Jeff Young
696619fdb6
Larger set (and larger default) of grid sizes for drawing sheet editor.
Fixes https://gitlab.com/kicad/code/kicad/issues/9494
4 years ago
Jeff Young
e4ccff1d93
Fix drawing sheet editor for status bar constraints message
Also makes the spacers font-size-relative.
4 years ago
Jeff Young
f345eacf13
Be more careful with undo, and don't re-merge a bus over a bus entry.
Fixes https://gitlab.com/kicad/code/kicad/issues/9475
4 years ago
Roberto Fernandez Bautista
c5cdda26ae
Fix crash in libedit when moving/editing pins in synchronised mode
Unit numbers start at 1, not 0. Our vector needs to be size + 1 if we want
to use the unit number as an index.
0 is reserved for "all units"
4 years ago
Roberto Fernandez Bautista
b2db24f275
CADSTAR PCB: Don't invert Text Angle for mirrored text
It matches the original cadstar when we don't invert
4 years ago