Jeff Young
6a3f52dbaf
Ignore negative layers when exporting Gerbers.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16871
10 months ago
Jeff Young
3c71e7ab09
Auto-recognize URLs in SCH_FIELD and PCB_FIELD grids.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17066
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17745
10 months ago
Jeff Young
c136df247f
Better way of determining if we're reporting from the footprint editor.
10 months ago
Jeff Young
006d8b290a
Save copy of AUI config before applying it.
(It's going to do a bunch config saves, which
will otherwise overwrite all the user's preferences
with the defaults.)
10 months ago
Jeff Young
072d8d55fe
ADDED: support naked hyperlinks in tablecells and textboxes.
Also fix flickering due to IS_ROLLOVER flag getting
nuked.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18832
10 months ago
Jeff Young
c8f56f24a8
Write flipBoard boolean to JSON.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19852
10 months ago
Jeff Young
4e08afd517
Improve control spacing.
10 months ago
Jeff Young
1ff0dfb052
No connections AND no-net is not an error
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19737
10 months ago
Jeff Young
c28039556d
Check for duplicate footprints.
Also fixes a bug where we were running Validate()
twice.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19857
10 months ago
Jeff Young
42acb62f6e
Don't disable line styles on filled shapes.
It's too much trouble to figure out what the
user wants, and not always right even then.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19946
10 months ago
Jeff Young
f65d260961
Pretty-print cross references in Symbol Fields Table.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19941
10 months ago
Jeff Young
d921a4e916
Switch to using unit names in property inspector.
10 months ago
Jeff Young
56b8fec74b
Update instance reference from property inspector.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19932
10 months ago
Jeff Young
1c848bb9fb
Improve code clarity.
(No functional change.)
10 months ago
Jeff Young
80e7698131
MOVED subtract-mask-from-silk to general section.
(Was Gerber-specific.)
10 months ago
Jeff Young
4fa02690f8
REMOVED force-plot-invisible-items.
It's dangerous as the router and DRC will have been
run without regard to invisible items.
(See #19420.)
11 months ago
Jeff Young
b44261c2bd
Handle clipping silk to mask when there is more than one layer.
10 months ago
Jeff Young
4959b480c3
Cleanup stale comments.
10 months ago
Jeff Young
9c0214afc0
Cleanup.
10 months ago
Jeff Young
281aa74f30
Performance improvements for teardrop regeneration.
Avoid O(n^2) behaviour when deleting many
zones from the board zones list.
10 months ago
Jeff Young
5edae8250d
Finish eradication of visibility flag on text items.
Import/read previously-hidden symbol/footprint
text items as hidden fields.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19875
10 months ago
Jeff Young
40daacbeeb
IPC-2581 has a hyphen in it.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19770
10 months ago
Jeff Young
3fff89820d
Fix inconsistent capitalisation.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19770
10 months ago
Jeff Young
cedb97c4c3
Formatting.
11 months ago
Jeff Young
759bfbca99
Don't allow creation of design blocks in recently used tree node.
11 months ago
Jeff Young
2a1b93a254
Fix bugs in library existence checking, and add for symbol libs.
11 months ago
Jeff Young
4a35468301
LIB_TREE_MODEL_ADAPTER is not symbol-specific.
11 months ago
Andrej Valek
5e64f56d54
KiwayPlayer(FRAME_FOOTPRINT_CHOOSER): set window parent
The FRAME_FOOTPRINT_CHOOSER dialog is always a modal window, so it
requires to have an parent. Set parent in dialog_field_properties.
10 months ago
lucas
2559ac50a3
Simulator: Bug fix quoting netnames for user defined signals
- Fixes issue: #18598
- Netnames that contained other netnames weren't quoted correctly
- E.g. /out1 and /out were in conflict in previous method
- Fixed formatting afted review
11 months ago
Dmitry Rezvanov
663f00da25
Add "Route Selected From Other End" action to edit context menu
10 months ago
Seth Hillbrand
cf2827c6ec
Properly handle Altium harnesses
Altium harnesses are imported as buses in KiCad, using bus aliases to
represent the harness elements
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16852
10 months ago
Seth Hillbrand
9781da51e1
Speed up the time it takes to GeneratePaths
The loop processes nodes but skips those nodes that share the same
parent. Because of this, we can get strong performance improvement from
caching gains by sorting the vector first by the parents so that the
inner loop is able to skip ahead without invalidating its cache
10 months ago
Seth Hillbrand
d2f780dfb4
Prevent image duplication
Duplicate ancillary clipboard needs to be tested with the existence of
an image when pasting
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19973
10 months ago
Wayne Stambaugh
ef49d83bc1
Begin version 10 development.
10 months ago
Wayne Stambaugh
e9bb55ab8a
Begin version 9.0.1 development.
10 months ago
Wayne Stambaugh
286b0611fe
Tag stable version 9.0.0 release.
10 months ago
Seth Hillbrand
1b5c97d464
Remove partially translated languages <50%
10 months ago
Alex Shvartzkop
1e0b765ab4
Update translations
10 months ago
김랑기
f64a52980e
Translated using Weblate (Korean)
Currently translated at 100.0% (9934 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ko/
10 months ago
Seth Hillbrand
d14146c888
Translated using Weblate (Ukrainian)
Currently translated at 75.6% (7516 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
10 months ago
Seth Hillbrand
d9b9649e40
Translated using Weblate (Spanish (Mexico))
Currently translated at 86.5% (8595 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es_MX/
10 months ago
Seth Hillbrand
837ed40de6
Translated using Weblate (Turkish)
Currently translated at 53.5% (5320 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/tr/
10 months ago
Seth Hillbrand
59640aa865
Translated using Weblate (Slovak)
Currently translated at 56.1% (5573 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sk/
10 months ago
Seth Hillbrand
c7230d0590
Translated using Weblate (Portuguese)
Currently translated at 93.1% (9258 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt/
10 months ago
Seth Hillbrand
3c8997d0a4
Translated using Weblate (Dutch)
Currently translated at 89.8% (8924 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
10 months ago
Seth Hillbrand
a382c2941b
Translated using Weblate (Finnish)
Currently translated at 98.9% (9832 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/fi/
10 months ago
Seth Hillbrand
bcca6cb516
Translated using Weblate (Spanish)
Currently translated at 84.7% (8421 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es/
10 months ago
Seth Hillbrand
e0bc859996
Translated using Weblate (Greek)
Currently translated at 87.5% (8695 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
10 months ago
Jan Straka
189d84cd0c
Translated using Weblate (Czech)
Currently translated at 76.8% (7637 of 9934 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
10 months ago
Seth Hillbrand
5ca7abf2c1
Add vme-wren demo
10 months ago