7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-23 00:23:32 +00:00
Commit Graph

37739 Commits

Author SHA1 Message Date
Alex
efbd360440 Fix double negative signs in mask/paste margin overrides. 2023-05-12 15:44:37 +03:00
jean-pierre charras
22de1c8813 Teardrop dialog: refinements. Show a PROGRESS_REPORTER when refilling zones. 2023-05-12 10:06:20 +02:00
Steve Bollinger
85f4f0d6c8 pcbnew: switching track posture may not work on first attempt
If you drag a track out and connect to a pad then press the hotkey
to switch the track posture it may not switch because the track
posture selected when the pad was reached is different than the one
that the mouse trail placer drew. As the aspect switching is done
in the mouse trail placer it does not know that the line placer
already override the track.

To correct this, in LINE_PLACER::FlipPosture() if the aspect is not
currently manually forced then copy the current aspect from the
line placer to m_mouseTrailPlacer before calling the FlipPosture()
method of m_mouseTrailPlacer. This will only be done once per
dragging session as once the aspect is manually forced it remains
manually forced. This seems to fix the issue with no undesirable
side effects.

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/12369
2023-05-11 23:35:21 +00:00
Jon Evans
89aae88e96 PNS: make sure context options are used in collideSimple
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14659
2023-05-11 16:48:15 -04:00
Jon Evans
2e60315959 PNS: Don't use clearance epsilon for calculating shove distances
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14707
2023-05-11 13:09:03 -04:00
Jeff Young
35158a7db9 Use track opacity for teardrops. 2023-05-11 15:57:44 +01:00
Jeff Young
4da6d5ff28 Add "generate raw teardrops" option to Add Teardrops dialog.
Fixes https://gitlab.com/kicad/code/kicad/issues/14711

Fixes https://gitlab.com/kicad/code/kicad/issues/14704
2023-05-11 15:47:42 +01:00
Jeff Young
daa3a1aae9 Revert addition of update-teardrops checkbox to DRC dialog. 2023-05-11 14:53:28 +01:00
Jeff Young
9481a218c7 Lazy loading of stackup UI widgets. 2023-05-11 14:37:48 +01:00
Jeff Young
3f44c811c7 Don't run onPageChanged() event handler during initialization. 2023-05-11 12:51:55 +01:00
jean-pierre charras
a2ec8bf0a4 Fix last changes in io.cpp for msys2.
- use the same code for msys2 and msvc
- add an option to use a fallback for msys2 if the common code does not compile
2023-05-11 12:51:53 +02:00
Jeff Young
03c9b1c202 Move remainder of Board Setup to lazy loading. 2023-05-11 11:43:10 +01:00
Jeff Young
ddc6ecf7be Lazy loading of Schematic Setup panels. 2023-05-11 11:43:10 +01:00
Jon Evans
932f171e96 Remove hard-coded safety margin from specctra output
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14713
2023-05-10 21:55:47 -04:00
Jon Evans
3686c5b371 Use the right path for recursing in text var resolution
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14720
2023-05-10 21:46:05 -04:00
Marek Roszko
dd8dc4e513 Add a sequential read flagged fopen helper
Trying to squeeze out some kind of gain by informing the OS we will read a file sequentially.
In particular our FILE_LINE_READER just uses fgetc until the end
2023-05-10 20:24:27 -04:00
Graham Keeth
df3560ab8e sim: fixup some diode parameter units 2023-05-10 23:09:13 +00:00
Graham Keeth
2970d97bf2 sim: fix diode model default breakdown voltage 2023-05-10 23:09:13 +00:00
Jeff Young
9ae8255202 Insta-prefs. 2023-05-10 18:14:14 +01:00
Jeff Young
6bf43588bb Don't store sizes in panels. Let them auto-lay-out. 2023-05-10 18:14:14 +01:00
jean-pierre charras
31d613c746 Fix a few Coverity warnings (not initialized vars)
It also fixes a potential crash when closing Kicad.
2023-05-10 09:21:39 +02:00
Marek Roszko
6e93a0cbad Fix ImmControl implementation 2023-05-09 21:27:14 -04:00
Marek Roszko
5d93487607 Disable IME input on the gal canvas
Fixes 
2023-05-09 20:30:15 -04:00
Seth Hillbrand
6e4de18e15 Ensure _changed_ netlist is propagated
The propagation is currently (maybe not needed) limited to the global
name that is the source of the change.  We also need to propagate the
global name that is changed in case the global is set in a tree leaf and
not the root

Fixes https://gitlab.com/kicad/code/kicad/issues/14657
2023-05-09 12:13:06 -07:00
Jeff Young
e7d4b4aefc Simplify previous fix to not include new strings. 2023-05-09 18:22:29 +01:00
Jeff Young
fdcc97e604 De Morgan conversions are equivalences, not additional items to simulate.
Fixes https://gitlab.com/kicad/code/kicad/issues/14230
2023-05-09 18:09:15 +01:00
Seth Hillbrand
7567adc54e Update translations 2023-05-09 09:51:58 -07:00
2tama3
2053821d10
Translated using Weblate (Japanese)
Currently translated at 99.3% (8069 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2023-05-09 18:50:31 +02:00
Ulices
9f7a0c5c6f
Translated using Weblate (Spanish (Mexico))
Currently translated at 99.9% (8119 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es_MX/
2023-05-09 18:50:30 +02:00
Ken Ovo
13668c71d2
Translated using Weblate (German)
Currently translated at 99.5% (8088 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2023-05-09 18:50:30 +02:00
Ulices
1a1999280b
Translated using Weblate (Spanish (Mexico))
Currently translated at 99.9% (8119 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es_MX/
2023-05-09 18:50:30 +02:00
Tokita, Hiroshi
4166fe4195
Translated using Weblate (Japanese)
Currently translated at 99.2% (8068 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2023-05-09 18:50:29 +02:00
Toni Laiho
402fb31dae
Translated using Weblate (Finnish)
Currently translated at 100.0% (8125 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/fi/
2023-05-09 18:50:29 +02:00
Ulices
32c9676a0c
Translated using Weblate (Spanish (Mexico))
Currently translated at 99.5% (8089 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es_MX/
2023-05-09 18:50:29 +02:00
Hubert Hu
0c030216a0
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (8114 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2023-05-09 18:50:28 +02:00
Tokita, Hiroshi
d85859ca40
Translated using Weblate (Japanese)
Currently translated at 99.2% (8068 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2023-05-09 18:50:28 +02:00
CloverGit
da24f0b037
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (8114 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2023-05-09 18:50:28 +02:00
CloverGit
be53b00c1b
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (8114 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2023-05-09 18:50:27 +02:00
김랑기
fc3cf603d9
Translated using Weblate (Korean)
Currently translated at 98.2% (7982 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ko/
2023-05-09 18:50:27 +02:00
Ivan Chuba
d3da3f63c7
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (8125 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
2023-05-09 18:50:27 +02:00
김랑기
8401160fea
Translated using Weblate (Korean)
Currently translated at 98.1% (7976 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ko/
2023-05-09 18:50:26 +02:00
Tokita, Hiroshi
453731379b
Translated using Weblate (Japanese)
Currently translated at 99.2% (8068 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2023-05-09 18:50:26 +02:00
Jan Straka
c42ac01d8e
Translated using Weblate (Czech)
Currently translated at 89.4% (7271 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2023-05-09 18:50:26 +02:00
boonchai k
7412a3c09b
Translated using Weblate (Thai)
Currently translated at 88.2% (7173 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
2023-05-09 18:50:26 +02:00
Allan Nordhøy
b6f72b7cc4
Translated using Weblate (Norwegian Bokmål)
Currently translated at 59.9% (4871 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nb_NO/
2023-05-09 18:50:25 +02:00
Tokita, Hiroshi
904c262a6a
Translated using Weblate (Japanese)
Currently translated at 98.3% (7989 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2023-05-09 18:50:25 +02:00
dsa-t
f89d5ba8fb
Translated using Weblate (Russian)
Currently translated at 97.8% (7949 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2023-05-09 18:50:25 +02:00
Henrik Kauhanen
f212184180
Translated using Weblate (Swedish)
Currently translated at 99.9% (8120 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
2023-05-09 18:50:24 +02:00
Jan Straka
32b11c29cd
Translated using Weblate (Czech)
Currently translated at 89.1% (7243 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2023-05-09 18:50:24 +02:00
Henrik Kauhanen
4619e3ba0a
Translated using Weblate (Swedish)
Currently translated at 99.9% (8120 of 8125 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
2023-05-09 18:50:24 +02:00