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
Jeff Young
491fc2c8f2
Save DXF plot params to file and remove some dead code.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/6720
2021-01-03 14:22:25 +00:00
jean-pierre charras
a1d7a959f7
more fixes and enhancements in DIALOG_EXPORT_STEP.
2021-01-03 11:38:09 +01:00
jean-pierre charras
5db75805bd
Step exporter: better values for min distance between 2 points to merge them.
...
- The default value is 0.01 mm (according to comments and similar to the 3D viewer
settings that uses 0.02 mm)
- The export dialog has now 3 values 1 micron, 0.01mm (default) and 0.1 mm
The 0.1 micron option is removed: it makes no sense for a mechanical tolerance.
2021-01-03 11:01:03 +01:00
Mikołaj Wielgus
a9feb1c2d4
Update PCBMODEL::SetMinDistance to set BRepBuilderAPI precision
...
Fixes #3818
2021-01-03 08:40:40 +00:00
Drew Fustini
8cdeb4d7bd
Update KiCad Developers copyright year
2021-01-03 06:47:02 +00:00
Jon Evans
eaffacbc85
PNS: construct initial lines with arcs more precisely
2021-01-02 23:57:09 -05:00
Jon Evans
f01297fedd
Convert an annoying message box to an infobar
2021-01-02 22:14:10 -05:00
Jon Evans
af4c6393bb
Fix arc collisions to account for width
...
This was causing arcs to be really hard to start routing from
2021-01-02 22:01:05 -05:00
Michael Kavanagh
154e19b6e7
Icons: use common prefix for small 16x16
2021-01-02 23:16:33 +00:00
Michael Kavanagh
c7eb4e1893
Icons: fix up small 16x16 icons to match set
...
Size, padding, colour etc.
2021-01-02 23:16:33 +00:00
Michael Kavanagh
ea8065b212
Icons: conform to KiCad style
...
- Stroke width: 2px
- Stroke cap: round
- Padding
- Pixel alignment
2021-01-02 23:16:33 +00:00
Michael Kavanagh
4af5e5313f
Icons: remove coloured strip from Save/Save As
2021-01-02 23:16:33 +00:00
Michael Kavanagh
9140f0c16f
Icons: more eradication of light grey
...
Use dark grey instead
2021-01-02 23:16:33 +00:00
Michael Kavanagh
791d1f513c
Icons: fix some 3D viewer icons
...
- remove old palette icon in favour of new one
- use dark grey in new icon (instead of light grey)
- use generic gear for 3D display options
2021-01-02 23:16:33 +00:00
Michael Kavanagh
5a3f4f52df
Icons: add new icon for Pcbnew 'Special Tools...'
2021-01-02 23:16:33 +00:00
Michael Kavanagh
6d3c1c7716
Icons: remove unused sources/duplicates + rename
2021-01-02 23:16:33 +00:00
Wayne Stambaugh
8416c1fc37
3D Viewer: remove all instances of "C" prefix from object names.
2021-01-02 17:45:36 -05:00
Carlo Bramini
a06387fafd
Fix warning at compile time
2021-01-02 22:42:16 +00:00
Jeff Young
f691828c8f
Nullptr safety.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/6862
2021-01-02 22:26:12 +00:00
Jon Evans
7e58f1aa9f
Fix display of pads in high contrast mode
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6912
2021-01-02 14:16:17 -05:00
Jeff Young
8b849b1c49
Fix several bugs in hull push-back with vias.
...
1) take hole plating thickness into account
2) build hulls specifically for via so pushing back to the hull doesn't
have to try and figure out how much extra to push back for the via
and/or hole
3) clear MK_HOLE flags when colliding with the pad itself so that we
don't get stuck in HOLE mode
4) move flag setting/clearing to updateNearest() so that it will keep
track of the state of the nearest collision
Fixes https://gitlab.com/kicad/code/kicad/issues/6913
2021-01-02 19:14:44 +00:00
Jeff Young
13094fdc28
Formatting.
2021-01-02 18:38:17 +00:00
Jeff Young
85e42890c4
Distinction between via and via hole probably not useful.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/6913
2021-01-02 16:41:09 +00:00
Jeff Young
068af7d328
When routing don't give NPTH holes a copper clearance.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/6903
2021-01-02 16:33:51 +00:00
Jeff Young
b5e7611696
Don't cross-pollute CONSTRAINTs.
...
If you want the HOLE_CLEARANCE, then ask for it.
2021-01-02 16:33:51 +00:00
Jon Evans
decca8baba
Do not migrate the versioned env variables
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6914
2021-01-02 10:47:06 -05:00
Jon Evans
eba7cb222c
PNS: Fix initial posture guess for pads
2021-01-02 10:32:15 -05:00
Jeff Young
6b6694f55f
Fix typo.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/6913
2021-01-02 15:04:30 +00:00
Marek Roszko
b53219356f
Add custom doxygen layout to add link to dev-docs
2021-01-02 08:39:56 -05:00
Marek Roszko
7b051fb66b
Exclude pcbnew drc markdown from doxygen
2021-01-02 08:30:15 -05:00
Marek Roszko
f1e62393c4
Exclude two more folder paths from doxygen
2021-01-02 08:26:58 -05:00
Triyan W. Nugroho
e48f2a70fe
Translated using Weblate (Indonesian)
...
Currently translated at 1.3% (87 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/id/
2021-01-02 02:07:19 +01:00
Seth Hillbrand
241a1032eb
Translated using Weblate (Slovenian)
...
Currently translated at 99.5% (6608 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sl/
2021-01-02 02:07:19 +01:00
Konstantin Baranovskiy
323c275b9d
Translated using Weblate (Russian)
...
Currently translated at 100.0% (6637 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-01-02 02:07:19 +01:00
Eric
eed0b7f0df
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.1% (6581 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-01-02 02:07:19 +01:00
Seth Hillbrand
96ec5bb51b
Translated using Weblate (Swedish)
...
Currently translated at 64.4% (4280 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
2021-01-02 02:07:19 +01:00
Konstantin Baranovskiy
7a7846ca70
Translated using Weblate (Russian)
...
Currently translated at 100.0% (6637 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-01-02 02:07:19 +01:00
ZbeeGin
0df5a707c1
Translated using Weblate (Polish)
...
Currently translated at 100.0% (6637 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-01-02 02:07:18 +01:00
Jan Straka
3045e973cd
Translated using Weblate (Czech)
...
Currently translated at 84.3% (5598 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2021-01-02 02:07:18 +01:00
ZbeeGin
7f9a6efcf4
Translated using Weblate (Russian)
...
Currently translated at 100.0% (6637 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-01-02 02:07:18 +01:00
Konstantin Baranovskiy
9b7592eafe
Translated using Weblate (Russian)
...
Currently translated at 100.0% (6637 of 6637 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-01-02 02:07:18 +01:00
Jeff Young
42c114f6ed
Record status of via dragging in Walkaround mode.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/3967
2021-01-02 00:31:02 +00:00