Commit Graph

26005 Commits

Author SHA1 Message Date
Jeff Young 26cb05051b fixup! Whittle down library tree context menus to be more contextual. 2021-02-19 19:07:45 +00:00
Jeff Young 57e043e0e6 Don't allow moving markers. Do allow excluding them. 2021-02-19 19:07:45 +00:00
Jeff Young c2f68ca4da Whittle down library tree context menus to be more contextual.
(From discussion on Zulip.)
2021-02-19 19:07:45 +00:00
James Jackson 48853d0c88 Eeschema: Allow auto-wiring / drawing from unconnected bus and graphic line endpoints
Fixes https://gitlab.com/kicad/code/kicad/issues/7537
2021-02-19 17:15:27 +00:00
jean-pierre charras d0b91b1106 Router, place via: fix issue created by 45b2bc: cancelling via must be made
only when the select layer is called.
Fixes #7606
https://gitlab.com/kicad/code/kicad/issues/7606
2021-02-19 17:28:20 +01:00
jean-pierre charras 9cc2781d55 typo 2021-02-19 10:35:25 +01:00
jean-pierre charras d0ca01be22 DIALOG_EDIT_COMPONENTS_LIBID: do not replace fields by default.
Values entered by the user will be lost and the schematic can be broken.
This is especially true for generic components.
Add also a tool tip for this option.
2021-02-19 09:37:53 +01:00
Zoltan Gyarmati bbe2ee39a0 pcbnew: actually reload DRC parity checkbox value in project mode
Fixes https://gitlab.com/kicad/code/kicad/issues/7551
2021-02-19 00:37:29 +00:00
Seth Hillbrand 54282dffe3 Move preview items using FP orientation
Fixes https://gitlab.com/kicad/code/kicad/issues/7600
2021-02-18 16:32:40 -08:00
Seth Hillbrand 05b559c9dc Quiet gcc warnings 2021-02-18 11:20:27 -08:00
Jeff Young 828cdacc6f Add some missing tooltips.
Fixes https://gitlab.com/kicad/code/kicad/issues/7582
2021-02-18 18:33:52 +00:00
Jeff Young b43db7cd7d Fix assert in Symbol Editor.
Also allows some symbol lib operations when we know the context even
if the library itself isn't selected.  (For instance, select a symbol,
copy, paste.)
2021-02-18 18:08:37 +00:00
Zoltan Gyarmati 0df1558e10 eeschema: update symbol fields when editing Symbol Library links
Also making this behavior optional via a adding checkbox to the
Edit Symbol Library Links dialog.

Fixes: https://gitlab.com/kicad/code/kicad/issues/7010
2021-02-18 18:06:11 +00:00
PJM c001c26575 Pcbnew: Drag selections containing only tracks or vias
CHANGED: If the user made a selection and then tried dragging it, the
drag would only succeed if the selection contained at least one
footprint.  Selections with only tracks and vias would instead make
KiCad drag a new selection box.

This MR allows routing of selections of a single track or via, while moving
selections containing more than one item, whether or not they also contain
a footprint.

Fixes https://gitlab.com/kicad/code/kicad/issues/7539
2021-02-18 17:49:48 +00:00
Jon Evans b2cd97fd84 Don't rotate/flip footprint texts along with the footprint 2021-02-18 12:39:28 -05:00
Jon Evans d951ac5bfe Fix logic issue with sheet pin ERC
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7592
2021-02-18 12:10:59 -05:00
Jeff Young 66b33834b5 Always enable save; move dirty bit to asterisk in title bar.
Also unifies PCB Editor and Schematic Editor names with other
locations in the GUI (which were still Pcbnew and Eeschema).

Fixes https://gitlab.com/kicad/code/kicad/issues/7587

Fixes https://gitlab.com/kicad/code/kicad/issues/7594
2021-02-18 16:05:42 +00:00
Jeff Young 45b2bce698 Cancel placement of via if user cancels layer selection.
Fixes https://gitlab.com/kicad/code/kicad/issues/7578
2021-02-18 11:53:36 +00:00
Jeff Young 59b81462ab Fix button lay out issue on OSX. 2021-02-18 11:53:36 +00:00
Jeff Young 6a5bba2a80 We don't really want users hand-editing library table files.
Fixes https://gitlab.com/kicad/code/kicad/issues/7591
2021-02-18 11:53:36 +00:00
Jeff Young fd91529d88 Quiet Coverity. 2021-02-18 11:53:36 +00:00
Seth Hillbrand 896188ca5e Align Mirror icons with color policy 2021-02-17 17:39:38 -08:00
Seth Hillbrand 25e78162c8 Cleanup icons
- Adjust group/ungroup
- Use Mirror triangles for rotate
- Smooth goto badge
2021-02-17 17:26:16 -08:00
Jon Evans 079203c345 Change Linux documents path to XDG_DATA_HOME
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7543
2021-02-17 20:25:50 -05:00
Jeff Young b2a4cbedda Add conditions for rotate/group/lock items in toolbar.
Also fixes cut/copy/delete conditions to allow use in immediate mode.
2021-02-18 00:10:41 +00:00
Marek Roszko b80fdad511 Don't generate a format specifier length of ":"
It's ambiguous, are we talking the length of a human colon or a pigs?

Fix #7556
2021-02-17 18:53:07 -05:00
Seth Hillbrand dbd04b3fe1 Update translations 2021-02-17 15:32:45 -08:00
Murat Ursavaş a126bef947 Translated using Weblate (Turkish)
Currently translated at 7.4% (506 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/tr/
2021-02-18 00:32:04 +01:00
taotieren 5625d6408f Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-02-18 00:32:04 +01:00
ZbeeGin a062792e58 Translated using Weblate (Polish)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-02-18 00:32:04 +01:00
Tokita, Hiroshi b89a50ce54 Translated using Weblate (Japanese)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-02-18 00:32:04 +01:00
fresh 59dc4eb6b5 Translated using Weblate (Greek)
Currently translated at 86.6% (5866 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2021-02-18 00:32:03 +01:00
Jonathan Haas 23a2f7b716 Translated using Weblate (German)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-02-18 00:32:03 +01:00
Jan Straka dc45bfe364 Translated using Weblate (Czech)
Currently translated at 85.3% (5775 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2021-02-18 00:32:03 +01:00
Michalis c66c9c9ca4 Translated using Weblate (Greek)
Currently translated at 86.5% (5858 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2021-02-18 00:32:03 +01:00
aris-kimi 197029a1f3 Translated using Weblate (Greek)
Currently translated at 86.5% (5858 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2021-02-18 00:32:03 +01:00
fresh 5101b4d815 Translated using Weblate (Greek)
Currently translated at 86.5% (5858 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2021-02-18 00:32:03 +01:00
Michalis 027798cad2 Translated using Weblate (Greek)
Currently translated at 85.8% (5811 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2021-02-18 00:32:03 +01:00
Konstantin Baranovskiy fbc5857e2d Translated using Weblate (Russian)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-02-18 00:32:03 +01:00
Eric 71d88384d8 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-02-18 00:32:03 +01:00
ZbeeGin 7f5ea8b759 Translated using Weblate (Russian)
Currently translated at 99.4% (6726 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-02-18 00:32:03 +01:00
Tokita, Hiroshi 4c68c146c7 Translated using Weblate (Japanese)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-02-18 00:32:03 +01:00
Tokita, Hiroshi 4fd1d16480 Translated using Weblate (Japanese)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-02-18 00:32:03 +01:00
Tokita, Hiroshi 70dacff3e4 Translated using Weblate (Japanese)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-02-18 00:32:02 +01:00
Tokita, Hiroshi 8cde61a66b Translated using Weblate (Japanese)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-02-18 00:32:02 +01:00
Tokita, Hiroshi ae5161c156 Translated using Weblate (Japanese)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-02-18 00:32:02 +01:00
Tokita, Hiroshi a6390eae58 Translated using Weblate (Japanese)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-02-18 00:32:02 +01:00
Tokita, Hiroshi f6f66280fc Translated using Weblate (Japanese)
Currently translated at 100.0% (6766 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-02-18 00:32:02 +01:00
Tokita, Hiroshi 159ef485a9 Translated using Weblate (Japanese)
Currently translated at 99.8% (6753 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-02-18 00:32:02 +01:00
aris-kimi 11bb1f257e Translated using Weblate (Greek)
Currently translated at 83.4% (5648 of 6766 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2021-02-18 00:32:02 +01:00