Michael Kavanagh
154e19b6e7
Icons: use common prefix for small 16x16
5 years ago
Michael Kavanagh
c7eb4e1893
Icons: fix up small 16x16 icons to match set
Size, padding, colour etc.
5 years ago
Michael Kavanagh
ea8065b212
Icons: conform to KiCad style
- Stroke width: 2px
- Stroke cap: round
- Padding
- Pixel alignment
5 years ago
Michael Kavanagh
4af5e5313f
Icons: remove coloured strip from Save/Save As
5 years ago
Michael Kavanagh
9140f0c16f
Icons: more eradication of light grey
Use dark grey instead
5 years ago
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
5 years ago
Michael Kavanagh
5a3f4f52df
Icons: add new icon for Pcbnew 'Special Tools...'
5 years ago
Michael Kavanagh
6d3c1c7716
Icons: remove unused sources/duplicates + rename
5 years ago
Wayne Stambaugh
8416c1fc37
3D Viewer: remove all instances of "C" prefix from object names.
5 years ago
Carlo Bramini
a06387fafd
Fix warning at compile time
5 years ago
Jeff Young
f691828c8f
Nullptr safety.
Fixes https://gitlab.com/kicad/code/kicad/issues/6862
5 years ago
Jon Evans
7e58f1aa9f
Fix display of pads in high contrast mode
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6912
5 years ago
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
5 years ago
Jeff Young
13094fdc28
Formatting.
5 years ago
Jeff Young
85e42890c4
Distinction between via and via hole probably not useful.
Fixes https://gitlab.com/kicad/code/kicad/issues/6913
5 years ago
Jeff Young
068af7d328
When routing don't give NPTH holes a copper clearance.
Fixes https://gitlab.com/kicad/code/kicad/issues/6903
5 years ago
Jeff Young
b5e7611696
Don't cross-pollute CONSTRAINTs.
If you want the HOLE_CLEARANCE, then ask for it.
5 years ago
Jon Evans
decca8baba
Do not migrate the versioned env variables
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6914
5 years ago
Jon Evans
eba7cb222c
PNS: Fix initial posture guess for pads
5 years ago
Jeff Young
6b6694f55f
Fix typo.
Fixes https://gitlab.com/kicad/code/kicad/issues/6913
5 years ago
Marek Roszko
b53219356f
Add custom doxygen layout to add link to dev-docs
5 years ago
Marek Roszko
7b051fb66b
Exclude pcbnew drc markdown from doxygen
5 years ago
Marek Roszko
f1e62393c4
Exclude two more folder paths from doxygen
5 years ago
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/
5 years ago
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/
5 years ago
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/
5 years ago
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/
5 years ago
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/
5 years ago
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/
5 years ago
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/
5 years ago
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/
5 years ago
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/
5 years ago
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/
5 years ago
Jeff Young
42c114f6ed
Record status of via dragging in Walkaround mode.
Fixes https://gitlab.com/kicad/code/kicad/issues/3967
5 years ago
Jeff Young
419d8dcd6f
Minor cleanup.
5 years ago
Jeff Young
8a049cf290
Make sure bounding boxes get cached on rule areas.
Fixes https://gitlab.com/kicad/code/kicad/issues/6898
5 years ago
Jeff Young
018c17399d
SNR.
5 years ago
Jeff Young
8ee72853fb
Be more targetted on when we load DRC Rules for better performance.
5 years ago
Seth Hillbrand
a69a4be853
Fix build error with icon names
5 years ago
Seth Hillbrand
f06b912cfd
Fix a few missing icons
5 years ago
Marek Roszko
bdef682d4d
Remove documentation now moved to http://dev-docs.kicad.org/
Repo at
5 years ago
Seth Hillbrand
d880606e72
Happy New Year
May 2021 be an improvement
5 years ago
Seth Hillbrand
72fad815a3
Normalize zip/unzip boxes
5 years ago
Seth Hillbrand
6b9b686168
Fix Autoplace fields size
5 years ago
Seth Hillbrand
9c26500f6f
Fix show_footprint to use new set
5 years ago
Seth Hillbrand
21e0aa7cb5
Remove file_footprint icon
5 years ago
Seth Hillbrand
da687ebe1e
Unify zone fill/unfill/add icons
5 years ago
Seth Hillbrand
d85c32cad3
Update spreadsheet icon
5 years ago
Seth Hillbrand
5a0c3bf4bc
Icons updates
- Remove 22px bitmaps
- Move 24px icons to icon_XXX_24 filenames
- Update convert icon thanks to MisterHW
Fixes https://gitlab.com/kicad/code/kicad/issues/6088
5 years ago
Seth Hillbrand
72c27b2e33
Make expand selection stop at vias
During the first expansion, we are supposed to stop at vias and branches
(where three track ends connect). This needs to account for the number
of vias and tracks not just tracks
5 years ago