Tokita, Hiroshi
1f8b72c194
Added Japanese translators missing from the list
Some of the Japanese translators who are contribuinge to kicad-i18n
(https://gitlab.com/kicad/code/kicad-i18n ) are
not contain the list, so add them.
I found the following translators was missed in the list.
```
Hidemichi Gotou <hgotou@pop16.odn.ne.jp>
KaoruZenyouji <kaoruzen@gmail.com>
kinichiro <kinichiro.inoguchi@gmail.com>
nosuzuki <nosuzuki@postcard.st>
starfort-jp <starfort@nifty.com>
```
4 years ago
Jeff Young
fdd9df6dff
Linear brightening doesn't work well for colours near white.
4 years ago
Jeff Young
6197717251
Avoid poor choices for point colors.
Also adjusts the point size to account for the fact that it now has a border.
4 years ago
Jeff Young
92e97d1285
Keep order of rect corners in PLEditor.
Fixes https://gitlab.com/kicad/code/kicad/issues/9168
4 years ago
Wayne Stambaugh
4663da4709
Eeschema: don't escape document file alias names in legacy plugin.
Escaping the document file (.dcm) alias names breaks the link between the
document file and the library (.lib) file. This causes the information in
the document file to be lost.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9130
4 years ago
Jeff Young
21313a4c1a
Don't exit when we fail to find a 3D model: there may be more.
Fixes https://gitlab.com/kicad/code/kicad/issues/7670
4 years ago
Jeff Young
684d15895c
Box highlighting of selected text was never finished.
In particular, pin numbers and names weren't done.
4 years ago
Jeff Young
e2ce2e6ca9
Correct slight misalignment in Library Link fields.
4 years ago
Mikolaj Wielgus
996835826e
Do not change FOV when zooming in/out, only move the camera
It's odd to both move the camera and change FOV when one wishes to
enlarge or smallen the models. Let's only move the camera.
4 years ago
Mikolaj Wielgus
e8a7e4cbed
Change 3D model preview projection toggle tooltip
Isometric projection is a special case of orthographic projection, the
projection where all projection lines are orthogonal to the projection
plane.
4 years ago
Seth Hillbrand
ca6e43d1e1
Fix segfault when discarding changes on open
When opening new schematic, the undo/redo list is invalidated.
CleanupSchematic uses it before presenting the new schematic to the
user, so we need to make sure that old data are not preserved here past
their pointer lifetimes
4 years ago
Marek Roszko
4a81e4c945
Replace funny symbol with less funny word
Seems wrongish still but the symbol doesn't remember at all properly
4 years ago
Jeff Young
b84d1456d5
KIFACE_I -> KIFACE_BASE.
4 years ago
Jeff Young
3aae3c6f65
Dark mode for a bunch of HTML dialogs.
WX_HTML_REPORT_BOX
WX_HTML_REPORT_PANEL
HTML_MESSAGEBOX
DIALOG_DISPLAY_HTML_TEXT
Fixes https://gitlab.com/kicad/code/kicad/issues/9157
Fixes https://gitlab.com/kicad/code/kicad/issues/9156
4 years ago
jean-pierre charras
666f7ea38c
WX_GRID::EnsureColLabelsVisible(): avoid updating column label size when not needed.
Updating column label size generates a UI event and if EnsureColLabelsVisible()
is called inside a UI event, this is a bit annoying.
4 years ago
Jeff Young
3b121359ae
Fix a couple of escape-string issues.
Fixes https://gitlab.com/kicad/code/kicad/issues/9167
4 years ago
Seth Hillbrand
754464cb3b
Fix coverity error
Check failed to open file before dereferencing
4 years ago
Jeff Young
38e1e780a8
Use EnvVar resolver not full resolver when expanding 3D search paths.
Fixes https://gitlab.com/kicad/code/kicad/issues/7670
4 years ago
Jeff Young
4447843dc1
Defensive coding around getting an OnUpdateUI before we're ready.
This appears to happen at least on GTK when the 3DFileResolver throws
up error dialogs when paths can't be found.
Fixes https://gitlab.com/kicad/code/kicad/issues/9163
4 years ago
Jeff Young
0ae17f1e63
Update Kicad2Step error messages to current terminology.
4 years ago
jean-pierre charras
c504b5165d
Try to fix use of a non const method in a const method (created by commit 5abe257)
(not detected by my compil).
4 years ago
Jon Evans
4d478d6f17
Fix ordering of initialization in length tuner
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9161
4 years ago
Jeff Young
48082e3234
Improve debugability of 3D file resolver failures.
Fixes https://gitlab.com/kicad/code/kicad/issues/7670
4 years ago
jean-pierre charras
5abe2572b9
Gerbview: fix incorrect bounding box of lines drawn with a rectangular aperture.
Fixes #9152
https://gitlab.com/kicad/code/kicad/issues/9152
4 years ago
Seth Hillbrand
4b436fb86d
Narrow down collector
RTree keeps track of position as well. We can use this to reduce the
amount of time spent in the collector routine
4 years ago
Seth Hillbrand
1c409ff90a
Fix typo in previous commit
4 years ago
Seth Hillbrand
2fdd805eda
Override SCH_GLOBALLABEL::HitTest
Global labels can optionally have intersheet references. When enabled,
they expand the bounding box of the label. Because they can be far away
from the actual label, the bounding box is not a good approximation for
the hittest
4 years ago
Marek Roszko
ebda02255c
Fix step pcb coloring
4 years ago
Jeff Young
7a993c0211
Add support mode for dark mode to SCINTILLA_TRICKS.
Also removes the return value from the BITMAP_STORE's themeChanged
method as it will provide the wrong answer for the second frame it's
called on.
Also hooked up ACTION_TOOLBAR, the app launcher, and the project tree
to the wx event for system color changes so they change on the fly.
Fixes https://gitlab.com/kicad/code/kicad/issues/6026
4 years ago
Seth Hillbrand
ab46aba5c9
Correct Language ID for Latin American Spanish
4 years ago
Seth Hillbrand
17b168999f
Update translations
4 years ago
boonchai k
45e568831c
Translated using Weblate (Thai)
Currently translated at 69.9% (4900 of 7007 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
4 years ago
Triyan W. Nugroho
52e53b4bc3
Translated using Weblate (Indonesian)
Currently translated at 17.0% (1219 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/id/
4 years ago
ZbeeGin
1b64ca18c8
Translated using Weblate (Polish)
Currently translated at 100.0% (7149 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
4 years ago
CJ van der Hoeven
c6d78f22af
Translated using Weblate (Dutch)
Currently translated at 99.8% (7138 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
4 years ago
Jonathan Haas
fab7a3cfd7
Translated using Weblate (German)
Currently translated at 89.8% (6423 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
4 years ago
Jan Straka
92bdbf8ebc
Translated using Weblate (Czech)
Currently translated at 84.4% (6036 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
4 years ago
Arnau Llovet Vidal
cc7a42c950
Translated using Weblate (Catalan)
Currently translated at 29.5% (2113 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ca/
4 years ago
lê văn lập
f65ce5eb8f
Translated using Weblate (Vietnamese)
Currently translated at 16.7% (1201 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/vi/
4 years ago
CJ van der Hoeven
fe9c5d3bce
Translated using Weblate (Dutch)
Currently translated at 82.4% (5894 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
4 years ago
Jonathan Haas
6351343a83
Translated using Weblate (German)
Currently translated at 89.6% (6411 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
4 years ago
Augusto Fraga Giachero
66f4509368
Translated using Weblate (Portuguese (Brazil))
Currently translated at 53.9% (3859 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
4 years ago
boonchai k
c0daa28592
Translated using Weblate (Thai)
Currently translated at 68.4% (4795 of 7007 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
4 years ago
Augusto Fraga Giachero
81abfe5179
Translated using Weblate (Portuguese)
Currently translated at 52.8% (3778 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt/
4 years ago
Jonathan Haas
6271edae3c
Translated using Weblate (German)
Currently translated at 89.6% (6406 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
4 years ago
Seth Hillbrand
38215c0d35
Translated using Weblate (German)
Currently translated at 89.6% (6406 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
4 years ago
Wellington Terumi Uemura
4e432d0923
Translated using Weblate (Portuguese (Brazil))
Currently translated at 53.2% (3809 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
4 years ago
Augusto Fraga Giachero
0b7a1ab64c
Translated using Weblate (Portuguese (Brazil))
Currently translated at 53.2% (3809 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
4 years ago
David Chen
d97dde5f1f
Translated using Weblate (Chinese (Traditional))
Currently translated at 95.0% (6792 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hant/
4 years ago
Augusto Fraga Giachero
91314a8d6c
Translated using Weblate (Portuguese)
Currently translated at 52.7% (3773 of 7149 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt/
4 years ago