jean-pierre charras
925f2f9bc1
class TOOLBAR_ITEM_TYPE: replace GROUP by TB_GROUP (collision with a Windows header)
8 months ago
jean-pierre charras
b0fe4df3c5
More fixes about use of IN versus INCH
8 months ago
jean-pierre charras
2890500f4c
PANEL_TOOLBAR_CUSTOMIZATION: fix sizer issues.
8 months ago
jean-pierre charras
0acdabd1eb
Fix other places where "IN" is used instead of INCH (mainly QA tests)
8 months ago
Jeff Young
1a10b5fb64
Don't generate -1 width non-filled splines.
They serve no purpose, and will get replaced with
default-line-width non-filled splines.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20138
8 months ago
Jeff Young
8d096590dc
Windows compiler doesn't like the trailing ','?
8 months ago
jean-pierre charras
5694c90ae9
Fix a compil issue on msys2 / gcc 14.2.0
8 months ago
jean-pierre charras
eaa1e6d594
Fix a collision with a Windows define and our use of the same var name.
We use IN for INCH as units, but IN is defined in a Windows header
8 months ago
Jeff Young
307798ac92
Deprecate (instead of remove) --plot-invisible-text
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20171
8 months ago
Jeff Young
f951497a4f
Code brevity.
8 months ago
Jeff Young
481e467968
Formatting; code brevity.
8 months ago
Jeff Young
ef75f63f10
Consistent spacing.
8 months ago
Jon Evans
547a063981
Make sure to fully repaint pads when loading a board
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19896
8 months ago
Jeff Young
8b541f03e9
Edit CODEOWNERS
8 months ago
Seth Hillbrand
b21814b973
Global labels are labels too
And without knowing that they are labels, we might accidentally think
that they are text items, crashing KiCad.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20174
8 months ago
JamesJCode
93549a649b
Fix unused variable compiler warnings
8 months ago
Daniel Treffenstädt
3768221d9c
ADDED: Support for IPC-4761 Via protection features
Fixes https://gitlab.com/kicad/code/kicad/-/work_items/18837
8 months ago
jean-pierre charras
5bdeb40d66
French translation update
8 months ago
Jon Evans
10cb0592ee
Fix SCH_SHEET field layer settings
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20128
8 months ago
jean-pierre charras
00dca4edb3
Pcbnew, hatched fill shapes: fix 2 issues:
- Ensure the hatched fill polygon is fractured in all cases
- ensure the filled polygon only, not the outline, is drawn
8 months ago
Jon Evans
49a5b44220
Fix usage of CmpNoCase in SymbolNameInUse
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20165
8 months ago
Jon Evans
e44eed6e6b
Remove unused CN_ITEM m_visited
Visited flag should not be stored in the item itself
since these items are used in parallelized code and
the visited state should remain local to the thread
8 months ago
Jon Evans
51f56ab31c
Fix inadvertent logic bug in SearchClusters
The safety changes in 3d526edc
introduced a subtle
bug where aExcludeZones was not actually excluding
zones anymore because its behavior depended on the
item visited flag being set to true by a previous
call to the function.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20090
8 months ago
Alex Shvartzkop
8762f7e5e6
Update translations
8 months ago
Henrik Kauhanen
c5c368af6c
Translated using Weblate (Swedish)
Currently translated at 99.9% (9947 of 9951 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
8 months ago
co8 j
a3b5c209d8
Translated using Weblate (Japanese)
Currently translated at 99.8% (9940 of 9951 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
8 months ago
ZbeeGin
e8aad579ec
Translated using Weblate (Polish)
Currently translated at 100.0% (9951 of 9951 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
8 months ago
Pferd O
72a2ae5fa1
Translated using Weblate (German)
Currently translated at 100.0% (9951 of 9951 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
8 months ago
Wellington Terumi Uemura
2f7a4518b6
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (9951 of 9951 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
8 months ago
Marco Ciampa
6d7f958026
Translated using Weblate (Italian)
Currently translated at 96.2% (9578 of 9951 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/it/
8 months ago
CloverGit
344d501d82
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.8% (9939 of 9951 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
8 months ago
dsa-t
8050cb614d
Translated using Weblate (Russian)
Currently translated at 99.7% (9922 of 9951 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
8 months ago
Pferd O
3d43e026af
Translated using Weblate (German)
Currently translated at 99.8% (9937 of 9951 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
8 months ago
109247019824
92eb945a46
Translated using Weblate (Bulgarian)
Currently translated at 8.2% (823 of 9951 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/bg/
8 months ago
Jon Evans
99cdb6238c
Mark the entire file as optional
8 months ago
Jon Evans
47b955b187
Add CODEOWNERS file for suggesting MR reviewers
8 months ago
Fabien Corona
81428e14a6
iec60664-1 : preferred values
8 months ago
Jeff Young
c0e4c6a865
Persist generate-gerber-job-file setting.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20158
8 months ago
Dhineshkumar S
6e66b22a13
Fix cell selecting instead of table dragging in schematic editor
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/17380
8 months ago
Jeff Young
7f935e290a
Fracture hatched fill polygon.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20125
8 months ago
Jeff Young
2aa0c15b41
FOOTPRINT::GetBoundingHull(): don't crash on non-copper layers.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20124
8 months ago
Jeff Young
26871b56f0
Provide easier on-ramp for jobsets.
1) Perform initial save of new jobset.
2) Add default output folder to new jobset.
8 months ago
Seth Hillbrand
18ac99d838
Prevent fetch without repo
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20152
8 months ago
jean-pierre charras
75bed91789
BRDITEMS_PLOTTER::PlotFootprintTextItems(): fix a typo about Value layer.
The typo was using the reference layer to plot the value field
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20144
8 months ago
Ian McInerney
e202b00a74
Rework the toolbar settings storage and panel
This format is more extendable in the future, should separator and
spacer support be added to groups.
Also, this now has a working UI for modifying the toolbars.
8 months ago
Ian McInerney
18e5a16040
Improve the toolbar customization UI
8 months ago
Ian McInerney
85810510f4
Tweak toolbar settings a bit
* Manage the settings using the settings manager for better lifetimes
* Better architect the internals and JSON to make it easier to identify
the various tool types
8 months ago
Ian McInerney
ab114c4159
Put preferences panes for toolbars, but hide behind an advanced config
There is still more work to do to make this feature actually
user-friendly and make it so people can't break their UI config too
easily.
8 months ago
Ian McInerney
e53c155b8c
Initial dialog work
8 months ago
Ian McInerney
548334b4e2
Load toolbar configuration from settings
8 months ago