Seth Hillbrand
0b2d4d4879
Revise Copyright statement to align with TLF
Recommendation is to avoid using the year nomenclature as this
information is already encoded in the git repo. Avoids needing to
repeatly update.
Also updates AUTHORS.txt from current repo with contributor names
12 months ago
Jeff Young
9ff66d0e71
Don't capture references to local variables for CallAfter.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16934
(cherry picked from commit 9d40374baf )
2 years ago
Jeff Young
64a6fc0fd4
Push UNITS_PROVIDER down into a low-level mixin.
This allows us to also construct cheap UNIT_PROVIDERs for specific
tasks when necessary.
3 years ago
Seth Hillbrand
fe148df57e
Catch language switch before Python
We don't translate the python scripting window yet, so we need to catch
the KIWAY message to change the language and simply discard it
Fixes https://gitlab.com/kicad/code/kicad/issues/10021
4 years ago
Seth Hillbrand
9a8d1246cc
We don't keep a CHANGELOG.TXT
Direct interested readers to AUTHORS.TXT instead.
4 years ago
Seth Hillbrand
f469d02f47
Force fitting of the Python window
Test commit to see if this fixes an issue for macs
Fixes https://gitlab.com/kicad/code/kicad/issues/8622
4 years ago
Seth Hillbrand
73401932f7
Fix python help() parser
Fixes https://gitlab.com/kicad/code/kicad/issues/9191
4 years ago
qu1ck
78ab69027d
Add 3rdparty/plugins to plugin search
5 years ago
Jon Evans
b611da161e
Ensure console can be loaded from Eeschema standalone
PcbNew sets up the correct path as a side-effect of loading
the action plugins.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/8661
5 years ago
Marek Roszko
ab82b01714
Evict the last bits of wx.h
5 years ago
Seth Hillbrand
192fbfd5e5
Finalize Python Frame
5 years ago