Jon Evans
83be5ba63d
Move ALTIUM_PCB to use REPORTER for logging
...
Change not-yet-supported messages to debug level
(cherry picked from commit e973c15087
)
2024-05-01 19:17:09 -04:00
Jeff Young
e1cad6189e
Don't assume that a SMD pad has copper layers.
...
(cherry picked from commit 9a6efd43e1
)
2024-05-01 18:29:36 +01:00
Mike Williams
f29fc2a025
PCB Fields: fix v7 imported board hidden description field pos
...
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/17684
2024-05-01 09:24:54 -04:00
Mark Roszko
43d4c8d801
Point BEGIN_EVENT_TABLE at the correct base class, fix current lang indication
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17825
(cherry picked from commit aaf776db9e
)
Co-authored-by: Marek Roszko <mark.roszko@gmail.com>
2024-05-01 02:48:19 +00:00
Wayne Stambaugh
c179f4d4f1
Use correct value field text when importing Eagle schematic symbols.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17130
(cherry picked from commit 865225fcca
)
2024-04-30 13:02:29 -04:00
jean-pierre charras
ac8b3989be
DIALOG_EXPORT_2581:fix incorrect size of widgets when a very long field name exists
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17911
2024-04-30 18:22:22 +02:00
Mark Roszko
9a7b1a20dc
Update sentry-native to 0.7.2
...
(cherry picked from commit 2f0ff4e557
)
Co-authored-by: Marek Roszko <mark.roszko@gmail.com>
2024-04-30 11:39:47 +00:00
Alex Shvartzkop
cff58bae7f
Fix internal simulation errors when using some IBIS models.
...
Usage of GC_PWR0 looked like a copy/paste.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17701
2024-04-29 23:24:46 +03:00
Jeff Young
2ee2d7d5d9
Separate Compare Footprints from DRC.
...
(We want to ignore some of the flags for DRC.)
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17819
(cherry picked from commit 43e6006306
)
2024-04-29 16:27:24 +01:00
Jeff Young
743759578d
Use a lighter touch keeping internal data structures in sync.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17493
(cherry picked from commit d0df8df7c7
)
2024-04-29 13:45:17 +01:00
Mark Roszko
9f1d1fc45e
Delete m_locale in the pgm_base destructor instead of manual destroy method
...
We need the object in m_locale for a bit more things during program cleanup,
especially on macOS
The destructor of PGM_BASE is sufficient allowance of lifetime.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17369
(cherry picked from commit 9ffa5db667
)
Co-authored-by: Marek Roszko <mark.roszko@gmail.com>
2024-04-29 11:48:22 +00:00
Mark Roszko
b4ea25dccb
Bump kicad-vcpkg baseline
2024-04-29 11:10:29 +00:00
Alex Shvartzkop
f15551a6b5
3D viewer: apply OCC colors in order: XCAFDoc_ColorSurf > XCAFDoc_ColorCurv > XCAFDoc_ColorGen
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14906
2024-04-29 01:25:31 +03:00
Jeff Young
5c0a654e1e
Save project settings after Schematic Setup.
...
This prevents data from getting lost if we later crash.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17859
(cherry picked from commit d8d816236c
)
2024-04-28 21:54:16 +01:00
Jeff Young
edace908fb
Make sure color settings are saved when modified.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17864
(cherry picked from commit 3b3de58e5e
)
2024-04-28 21:54:16 +01:00
Jeff Young
ff966eaf62
Gracefully handle DNP & Excl-from-brd components in nets list.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17146
(cherry picked from commit 9be60cb45d
)
2024-04-28 21:54:16 +01:00
Jeff Young
a39b9b8890
Support legacy Length Tuning Settings workflow.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17748
(cherry picked from commit 978ef352d0
)
2024-04-28 21:54:16 +01:00
Jeff Young
9f39420808
Layer column should be shown by default, not italic.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17758
(cherry picked from commit 9dab855f8d
)
2024-04-28 21:54:16 +01:00
Jeff Young
67b5e86cc4
Default to target lib when no lib tree sel exists.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17808
(cherry picked from commit f51d227dc7
)
2024-04-28 21:54:16 +01:00
Jeff Young
baaa8b6537
Fix merge error.
2024-04-28 21:54:16 +01:00
Jeff Young
4f776050e6
Clean up selection logic.
...
Don't try to do too many things at once. Separate
out fooptrint-children handling, visibility-handling,
and footprintEditor vs boardEditor differences.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17562
(cherry picked from commit 3958d1bf14
)
2024-04-28 21:54:16 +01:00
Jeff Young
fa490644dd
Allow selection promotion when editing wrong field type.
...
Also fixes a bug where a CHT_MODIFY on a parent symbol with a
selected child doesn't trigger a selection modified event.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17696
(cherry picked from commit 1aa59b806c
)
2024-04-28 21:54:16 +01:00
Jeff Young
0363806e7e
Allow no-net teardrops on no-net pads with no-net tracks.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17566
(cherry picked from commit 50567764b5
)
2024-04-28 21:54:16 +01:00
Jeff Young
c0a608bfdd
Keep internal data consistent when changing pad type.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17493
(cherry picked from commit 859f553c91
)
2024-04-28 21:54:16 +01:00
Jeff Young
fe26628113
Internationalise pin info when language changes.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17224
(cherry picked from commit c5c65f23a4
)
2024-04-28 21:54:16 +01:00
Alex Shvartzkop
c7ead70e0f
Fix orientations of some footprint STEP models.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17631
(cherry picked from commit 7d37cebfdf
)
2024-04-28 23:19:34 +03:00
Wayne Stambaugh
31177be88f
Property grid navigation improvements.
...
* Do not handle tab key event when committing property changes so the
property grid tab navigation works correctly.
* Do not call commit property changes on tab key when no changes are
pending.
* Skip event handling in the base object value change and changing event
handlers in case they do not get overloaded in derived objects.
* Do not force focus to canvas on property change so arrow and tab key
grid navigation work properly. Forcing the user to click the property
grid control to edit a single property doesn't make sense.
* Pass properties panel show event up the event stack.
* Do not set focus to canvas in tool dispatcher if it already has the
focus.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16957
manully cherry picked from commit 8a1347d2c8
2024-04-28 08:25:24 -04:00
Wayne Stambaugh
48fd6bab7b
Symbol chooser dialog layout improvements.
...
(cherry picked from commit 33869dbb61
)
2024-04-28 07:43:43 -04:00
Wayne Stambaugh
9fd2b32665
Do not show click to start wire cursor for hidden pins.
...
Selecting show hidden pins will allow users to connect to hidden pins.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17145
(cherry picked from commit ca18dc8ec8
)
2024-04-28 07:39:34 -04:00
Wayne Stambaugh
1ba05d4c9c
Improve symbol instance data file save ordering.
...
Use the root schematic UUID to order projects and sort symbol instance
data by KIID_PATH. This will ensure file changes to instance data are
more consistent by using a fixed ordering.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17737
(cherry picked from commit a86a258f66
)
2024-04-28 07:15:22 -04:00
Wayne Stambaugh
bae3ccdfb5
Use correct project name when adding new symbol instances.
...
When adding a sheet using a schematic from another project, set the
project name for the new symbol instance data to the current project
rather than the project name from the copied instance data.
(cherry picked from commit 5d99aaf0a4
)
2024-04-28 07:06:03 -04:00
Alex Shvartzkop
dd2f15c96d
QA: update Altium footprint library golden file.
2024-04-27 23:34:39 +03:00
Marek Roszko
7e04a1b8d3
Hackfix macOS to keep erc/drc on top
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14356
2024-04-27 13:38:41 -04:00
Mark Roszko
aea70a14ff
Fix win32 proxy parsing when the old IE options for scheme based configuration was set
...
If you uncheck in the old IE options "Use the same proxy server for all protocols", then it returns an annoying string
like http=blah:1232;https=blah:1232;ftp=blah:2321 which we have to parse.
(cherry picked from commit 60d5780c1c
)
Co-authored-by: Marek Roszko <mark.roszko@gmail.com>
2024-04-27 17:30:03 +00:00
dsa-t
8edfc23679
Altium PCB import: pad thermal spoke angle is 90 deg by default.
...
(cherry picked from commit 11ba59b690
)
Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
2024-04-27 17:27:07 +00:00
dsa-t
87f3d45109
Require Wayland 1.20 libraries.
...
KiCad doesn't build with older versions due to missing definitions.
(cherry picked from commit e26778c599
)
Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
2024-04-27 17:26:57 +00:00
Wayne Stambaugh
2ca07b47af
Begin version 8.0.3 development.
2024-04-27 13:10:22 -04:00
Wayne Stambaugh
61a17e4c8b
Tag stable version 8.0.2.
2024-04-27 13:08:12 -04:00
Mark Roszko
67dda92437
Hackfix crash in configure paths using non-ascii chars in column headers
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17743
(cherry picked from commit a565db58c5
)
Co-authored-by: Marek Roszko <mark.roszko@gmail.com>
2024-04-27 14:17:22 +00:00
Seth Hillbrand
4dfe564243
Update translations
2024-04-26 19:52:18 -07:00
CloverGit
5b3c0028ea
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (9170 of 9170 strings)
Translation: KiCad EDA/v8
Translate-URL: https://hosted.weblate.org/projects/kicad/v8/zh_Hans/
2024-04-27 04:50:46 +02:00
Tokita, Hiroshi
53d219e9d5
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (9168 of 9170 strings)
Translation: KiCad EDA/v8
Translate-URL: https://hosted.weblate.org/projects/kicad/v8/ja/
2024-04-27 04:50:46 +02:00
2tama3
a4da356ac7
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (9167 of 9170 strings)
Translation: KiCad EDA/v8
Translate-URL: https://hosted.weblate.org/projects/kicad/v8/ja/
2024-04-27 04:50:46 +02:00
Ulices
2915a9d1a2
Translated using Weblate (Spanish (Mexico))
...
Currently translated at 99.8% (9156 of 9170 strings)
Translation: KiCad EDA/v8
Translate-URL: https://hosted.weblate.org/projects/kicad/v8/es_MX/
2024-04-27 04:50:46 +02:00
Tokita, Hiroshi
6778eb8352
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (9168 of 9170 strings)
Translation: KiCad EDA/v8
Translate-URL: https://hosted.weblate.org/projects/kicad/v8/ja/
2024-04-27 04:50:46 +02:00
CloverGit
bdf8c04daf
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (9170 of 9170 strings)
Translation: KiCad EDA/v8
Translate-URL: https://hosted.weblate.org/projects/kicad/v8/zh_Hans/
2024-04-27 04:50:46 +02:00
Henrik Kauhanen
a32ca5d0c4
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (9168 of 9170 strings)
Translation: KiCad EDA/v8
Translate-URL: https://hosted.weblate.org/projects/kicad/v8/sv/
2024-04-27 04:50:46 +02:00
Tokita, Hiroshi
992bee7ec9
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (9167 of 9170 strings)
Translation: KiCad EDA/v8
Translate-URL: https://hosted.weblate.org/projects/kicad/v8/ja/
2024-04-27 04:50:46 +02:00
Henrik Kauhanen
7216527224
Translated using Weblate (Finnish)
...
Currently translated at 99.7% (9148 of 9170 strings)
Translation: KiCad EDA/v8
Translate-URL: https://hosted.weblate.org/projects/kicad/v8/fi/
2024-04-27 04:50:46 +02:00
Jan Straka
09bbabeef3
Translated using Weblate (Czech)
...
Currently translated at 80.9% (7422 of 9170 strings)
Translation: KiCad EDA/v8
Translate-URL: https://hosted.weblate.org/projects/kicad/v8/cs/
2024-04-27 04:50:46 +02:00