Seth Hillbrand
c5b6cf722d
Adjust Windows tooltip display time
While most platforms keep the tooltips if the mouse doesn't move, MSW
will hide the tooltip after 5 seconds (by default). This bumps that up
to 10s for all tooltips in the program.
Fixes https://gitlab.com/kicad/code/kicad/issues/6836
5 years ago
Seth Hillbrand
6ffb72159a
Remove vias if they only connect to single layer
A via takes up zone space on additional layers, so if we are not
connecting to those layers, then we should remove it.
Fixes https://gitlab.com/kicad/code/kicad/issues/7004
5 years ago
Seth Hillbrand
1e96374715
Consider tracks and vias together
Dangling tracks and vias affect each other and need to be considered at
the same time in order to fully remove the dangling segments
5 years ago
jean-pierre charras
93d203aef7
Fix a I18n issue: a string flagged as translatable cannot be empty.
5 years ago
jean-pierre charras
f5b4bc5bfe
Kicad, project_tree_pane.cpp: fix regression, round 2.
(directories visible in project tree were not populated).
5 years ago
Seth Hillbrand
f1fdf8d6d1
Update Translations
5 years ago
Konstantin Baranovskiy
f3d9f919ca
Translated using Weblate (Russian)
Currently translated at 100.0% (6657 of 6657 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
5 years ago
ZbeeGin
df23c16932
Translated using Weblate (Polish)
Currently translated at 100.0% (6657 of 6657 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
5 years ago
Roberto Fernandez Bautista
e1389458d2
Translated using Weblate (Spanish)
Currently translated at 69.9% (4657 of 6657 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es/
5 years ago
Mathias Neumann
df613bf725
Translated using Weblate (German)
Currently translated at 86.1% (5734 of 6657 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
5 years ago
Jonathan Haas
8854a50a7b
Translated using Weblate (German)
Currently translated at 86.1% (5734 of 6657 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
5 years ago
Triyan W. Nugroho
375cfef497
Translated using Weblate (Indonesian)
Currently translated at 2.1% (145 of 6657 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/id/
5 years ago
Eric
a925c31b18
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (6657 of 6657 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
5 years ago
Jonathan Haas
667104051b
Translated using Weblate (German)
Currently translated at 84.6% (5633 of 6657 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
5 years ago
Jonathan Haas
3601aa4f94
Translated using Weblate (German)
Currently translated at 84.6% (5633 of 6657 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
5 years ago
Mathias Neumann
fcff37d900
Translated using Weblate (German)
Currently translated at 84.6% (5633 of 6657 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
5 years ago
jean-pierre charras
2055151b9d
Kicad, project_tree_pane.cpp: revert the fix "directories visible in project
tree were not populated" because it creates wxWidgets alerts.
5 years ago
jean-pierre charras
5441da9a47
Kicad, project_tree_pane.cpp: fix some issues:
- regression: directories visible in project tree were not populated.
- issue on Linux, with wxWidgets 3.1.4 trying to open a directory shown in
project tree (right clicking ) did not work.
5 years ago
Seth Hillbrand
9424d66d22
Move footprint when selecting locked pad
Prompting to unlock is obtrusive and blocks the common action of
dragging from a pad to align footprints. The less common action of
editing pads in layout can be accomplished after unlocking the pads
Fixes https://gitlab.com/kicad/code/kicad/issues/6997
5 years ago
Jon Evans
24435df6b0
Don't update 3D view on cursor movement
Our rendering pipeline is not set up for this kind of speed,
and this is a blocking operation at the moment.
Note that we will get an update at the end of the move
because OnModify does it.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6819
5 years ago
Jon Evans
61bddd0928
LAYER_PADS_TH is not a dependent layer
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6999
5 years ago
Jon Evans
111fa99f9f
PNS: Use last-segment posture optimization always
Also when auto-posture is enabled, don't flutter
until area threshold has been met.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6935
5 years ago
Jeff Young
3fd128a75b
Performance enhancements.
5 years ago
Jon Evans
c3eb8dccda
Fix typo in DIRECTION_45 ctor
5 years ago
Jon Evans
5c22ffe422
Don't try to load a nonexistent layer setting
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6998
5 years ago
Seth Hillbrand
1e4d81e3c4
Protect against invalid HOME variable
Fixes https://gitlab.com/kicad/code/kicad/issues/6990
5 years ago
Jeff Young
c3d46c1cb5
Add ncPins to the list of no_connect_ nets.
This allows the info to be acted upon in PCBNew (for instance, clearance
rules).
Fixes https://gitlab.com/kicad/code/kicad/issues/6991
5 years ago
Jeff Young
af2745af26
Make sure we have list of projects when responding to filewatcher.
Fixes https://gitlab.com/kicad/code/kicad/issues/6583
5 years ago
jean-pierre charras
bf332b3189
Fix minor compil warnings
5 years ago
Wayne Stambaugh
926cc3a00d
3D Viewer: more code cleaning and naming improvements.
5 years ago
Seth Hillbrand
a342bb9ab3
Standardize rounding in 64-bit rescale
32-bit rescale still uses truncation until we can determine how this
affects poly_grid_partition
5 years ago
Seth Hillbrand
77acf85310
Revert "Standardize rescale"
poly_grid_partition appears to depend on integer calculation for large
scaling
This reverts commit eef16fe717 .
5 years ago
Jeff Young
01fe3b91e9
Implement locking for graphic shapes.
Fixes https://gitlab.com/kicad/code/kicad/issues/6972
5 years ago
hoijui
6ca9a42251
Removes 3 other instances of a potential encoding problem
Signed-off-by: hoijui <hoijui.quaero@gmail.com>
5 years ago
hoijui
e34b829242
Prevent an encoding error when generating python API DoxyGen
Signed-off-by: hoijui <hoijui.quaero@gmail.com>
5 years ago
Jeff Young
8c8516b7b1
Remove formbuild URL from hypertext links.
Also adds a tooltip.
Fixes https://gitlab.com/kicad/code/kicad/issues/6982
5 years ago
Jeff Young
2bf13c6e49
Quote string context only needs to escape double-quotes.
Escaping other things (such as braces) breaks other features (such
as text variables).
Fixes https://gitlab.com/kicad/code/kicad/issues/6973
5 years ago
Jeff Young
e41c06304b
Don't show a leading ratline to a NPTH.
Fixes https://gitlab.com/kicad/code/kicad/issues/6960
5 years ago
Jeff Young
f702b64b8d
Minor improvements to formatting & SNR.
5 years ago
jean-pierre charras
cdd4953589
STEP export: fix crash when a rectangle is used in a footprint.
Fixes #6958
https://gitlab.com/kicad/code/kicad/issues/6958
5 years ago
jean-pierre charras
fb7ef57d38
French translation update.
5 years ago
Marek Roszko
84dd78e01d
Fix the install location for vcpkg built python modules
5 years ago
Marek Roszko
318d7ab67b
Use cmake_dependent_option for KICAD_WIN32_DPI_AWARE
5 years ago
Seth Hillbrand
52f822dedb
Remember autotrack width setting
Fixes https://gitlab.com/kicad/code/kicad/issues/6971
5 years ago
Jon Evans
0234b7278a
PNS: Make DIRECTION_45 North be up everywhere
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6935
5 years ago
Seth Hillbrand
eef16fe717
Standardize rescale
Rescale was returning differing results based on 32-bit vs 64-bit
implementations. Speed difference here appears to be positive.
5 years ago
Jeff Young
ad8136541b
Improve layout and terminology of Remove Unused Pads.
Also removes the limitation of removing outside layers for pads.
It's already supported in Pad Properties so it's odd to not support
it here.
5 years ago
Jeff Young
f372c8025b
Better sizing for some conditional dialogs.
These dialogs don't have growable features but do have conditional
features, so the size is better adjusted automatically by the code
then by the user.
5 years ago
Seth Hillbrand
099ddb1517
Update Lanugage list with new contributions
5 years ago
Seth Hillbrand
40e4e78b46
Add Latvian language
5 years ago