Michael Kavanagh
b40e3a39f5
Minor cleanup.
2021-01-04 23:59:36 +00:00
Seth Hillbrand
87d5318187
Disable alternate pin assignments for DeMorgan
...
Instead of hiding the dialog, we diable the pane and dropdown with a
consistent tooltip explaining why the pin assignments are not available.
2021-01-04 15:57:59 -08:00
Jeff Young
d24b034cbc
Cleanup (and a minor performance improvement).
2021-01-04 22:32:29 +00:00
Jeff Glass
597a74af9a
Corrects text of orthogonal dimensions
...
The 'outisde' position is now 'outside' in all orientations
Fixes https://gitlab.com/kicad/code/kicad/-/issues/5821
2021-01-04 19:53:39 +00:00
jean-pierre charras
a9b9b693fc
French translation update
2021-01-04 20:30:16 +01:00
Jeff Young
2ea6bc5529
Formatting.
2021-01-04 19:19:55 +00:00
Jeff Young
648c42f643
Show collisions preventing routing from starting.
...
Also introduces a callback to the infobar so that the view can be
cleaned up when the timer expires.
Fixes https://gitlab.com/kicad/code/kicad/issues/6930
2021-01-04 19:19:55 +00:00
Jeff Young
1ddd0e53bb
Remove dead code.
2021-01-04 19:19:55 +00:00
Jeff Young
354d9b4e63
Simplify layer pair indicator icon.
...
It now just has top layer / bottom layer from the router's layer
pair. The current layer is visible in the drop-down just to the
left, and the via stuff was confusing anyway.
2021-01-04 19:19:55 +00:00
Jon Evans
5c8927678a
Don't link a project to a board more than once
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6929
2021-01-04 13:23:19 -05:00
Michael Kavanagh
a4ab596b8d
Icons: use standard arrows in PCB Calculator
2021-01-04 17:41:09 +00:00
Seth Hillbrand
8af4cf88a0
Fix crash when deleting symbol in GTK
...
So many things can go wrong with this control in GTK. We have to
collapse the tree when updating the search string to avoid a crash when
referencing a child object but collapsing the tree will iterate over
elements and crash when we have deleted a symbol.
The temporary fix for this nonsense is to carefully order the calls.
We only need to collapse the search tree if we are not keeping our state
(in other words if we are fully re-building the tree)
Fixes https://gitlab.com/kicad/code/kicad/issues/6910
2021-01-04 09:15:40 -08:00
jean-pierre charras
51f40a3f2b
DIALOG_EDIT_ONE_FIELD: use a SCH_FIELD_VALIDATOR for mandatory fields.
...
These fields do not accept some chars, and must be filtered.
2021-01-04 16:03:04 +01:00
Seth Hillbrand
a67bf00b9e
Only move page_layout repeated items once
...
The page layout items have peers for duplicated items that mark the
originating element. We avoid the duplicate EDA_ITEM selections when
moving
Fixes https://gitlab.com/kicad/code/kicad/issues/6920
2021-01-04 06:41:24 -08:00
Seth Hillbrand
d349821137
Update Translations
2021-01-04 06:10:57 -08:00
Triyan W. Nugroho
2a85306e87
Translated using Weblate (Indonesian)
...
Currently translated at 1.6% (108 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/id/
2021-01-04 15:10:11 +01:00
lê văn lập
e436c14bfd
Translated using Weblate (Vietnamese)
...
Currently translated at 16.1% (1072 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/vi/
2021-01-04 15:10:10 +01:00
Eric
504b95faf4
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6636 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-01-04 15:10:08 +01:00
Konstantin Baranovskiy
92787cfa23
Make Configure KiCad Settings Path dialog translatable.
2021-01-04 14:28:05 +02:00
Michael Kavanagh
2b9f7d6150
Icons: defeature and enlarge distribute_*
...
These look better alongside the align icons
2021-01-04 01:44:02 +00:00
Michael Kavanagh
59429d0280
Icons: minor tweaks
...
- Pixel alignment
- Remove grey background
2021-01-04 01:44:02 +00:00
Michael Kavanagh
e3fb87bad9
Icons: unify all the directory/folder/open icons
...
They have diverged a bit, so this brings them all back in line
2021-01-04 01:44:02 +00:00
Michael Kavanagh
76cfd19621
Icons: fix incorrect icon in footprint browser
2021-01-04 01:44:02 +00:00
Michael Kavanagh
4726ae72a4
Icons: defeature and align scripting toolbar icon
2021-01-04 01:44:02 +00:00
Michael Kavanagh
c31f3e26d4
Icons: align schematic and board setup for toolbar
2021-01-04 01:44:02 +00:00
Michael Kavanagh
e977f59b04
Icons: standardise refresh to be clockwise
2021-01-04 01:44:02 +00:00
Michael Kavanagh
39abf8964f
Icons: fix simulator menubar
2021-01-04 01:44:01 +00:00
Michael Kavanagh
a7286ccc34
Icons: remove functional duplicate
2021-01-04 01:44:01 +00:00
Michael Kavanagh
bce1e9cfa5
Icons: rename directory_close to project_close
...
Since it is only used for the "Close Project" action
2021-01-04 01:44:01 +00:00
Jeff Young
6542960ba5
Fix failure to clear list before reusing it.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/6927
2021-01-04 00:33:42 +00:00
Jeff Young
c09d3b765a
Slight improvement to error text for when drill is same size as pad.
2021-01-04 00:03:21 +00:00
Jeff Young
33aa6edb01
Don't run clearance tests on unflashed NPTH pad layers.
2021-01-04 00:03:21 +00:00
Jeff Young
d0b82ea26e
Show better descriptions of through-hole pads.
2021-01-04 00:03:21 +00:00
Jeff Young
7378c2c3b3
Implement max hole size DRC checks.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/6893
2021-01-04 00:03:21 +00:00
Wayne Stambaugh
710e621c6a
3D Viewer: remove all instances of "c" prefix from file names.
2021-01-03 17:44:49 -05:00
Jeff Young
dc65166ee7
Implement algin-to-grid for fields.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/6530
2021-01-03 22:39:58 +00:00
Jeff Young
71215bcab3
Make sure TH pads get collision layer highlighted.
...
Also cleans it up to centralise all the decision-making.
Fixes https://gitlab.com/kicad/code/kicad/issues/6925
2021-01-03 21:16:09 +00:00
Oğuz Ersen
d31b0a5e0d
Translated using Weblate (Turkish)
...
Currently translated at 4.0% (267 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/tr/
2021-01-03 21:48:46 +01:00
Rigo Ligo
718380493e
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (6636 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-01-03 21:48:46 +01:00
Jan Straka
6d64d4ef8c
Translated using Weblate (Czech)
...
Currently translated at 84.5% (5613 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2021-01-03 21:48:46 +01:00
Oğuz Ersen
1b67c313d8
Translated using Weblate (Turkish)
...
Currently translated at 2.1% (146 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/tr/
2021-01-03 21:48:45 +01:00
Rigo Ligo
922de453db
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (6637 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-01-03 21:48:45 +01:00
Eric
d384636442
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (6637 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-01-03 21:48:45 +01:00
Rigo Ligo
cd2184adbc
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (6637 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-01-03 21:48:45 +01:00
Jan Straka
6bbd72d35b
Translated using Weblate (Czech)
...
Currently translated at 84.3% (5601 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2021-01-03 21:48:45 +01:00
Eric
cf9d742b54
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (6637 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-01-03 21:48:45 +01:00
Rigo Ligo
9170ae1406
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (6637 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-01-03 21:48:45 +01:00
Seth Hillbrand
5a97764319
Make segment contain its edge
...
This allows segment snapping along its diagonals to the grid.
Fixes https://gitlab.com/kicad/code/kicad/issues/6924
2021-01-03 12:47:33 -08:00
Seth Hillbrand
d1f782717e
Handle rect and bezier in footprint exports
...
Teach kicad2step about footprint edgecuts that use fp_curve and fp_rect
Fixes https://gitlab.com/kicad/code/kicad/issues/65054
2021-01-03 12:08:12 -08:00
Jeff Young
980a8cfb39
Use "Cmd" instead of "Ctrl" on OSX.
2021-01-03 14:42:57 +00:00