Jeff Young
|
a207bd97bb
|
Naming conventions.
|
2020-11-17 16:05:49 +00:00 |
Wayne Stambaugh
|
723b9e6a77
|
Fix kicad2step sexpr parser to include new footprint token.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6406
|
2020-11-17 08:49:24 -05:00 |
Seth Hillbrand
|
9ed6cdd943
|
Remove GITHUB plugins
KiCad github downloads are no longer supported
Fixes https://gitlab.com/kicad/code/kicad/issues/6182
|
2020-10-29 16:45:04 -07:00 |
Seth Hillbrand
|
4085757aeb
|
Remove beginning/ending spaces in translations
Adding space padding makes translations more difficult by increasing
string counts
|
2020-10-20 12:08:04 -07:00 |
jean-pierre charras
|
b68bdc22d7
|
Fix in kicadpcb reader. Update dialog export step
kicad2step: code cleanup, and more activity messages displayed
|
2020-04-15 10:51:35 +02:00 |
jean-pierre charras
|
110b05fe78
|
kicad2step: convert it from a wxAppConsole to a wxApp, using a wxFrame/wxPanel
|
2020-04-15 10:51:35 +02:00 |
Yegor Yefremov
|
99a28fa3e5
|
Fix typos in comments.
|
2020-03-24 16:24:53 +00:00 |
Ian McInerney
|
39b1f0e1ff
|
Replace wxCriticalSection with std::mutex
|
2020-01-15 23:42:16 +00:00 |
jean-pierre charras
|
a46abcd2dc
|
FILENAME_RESOLVER: fix missing conversion from UTF8 to wide chars.
Fixes #3742
https://gitlab.com/kicad/code/kicad/issues/3742
|
2020-01-07 13:35:37 +01:00 |
Seth Hillbrand
|
c6f5df134c
|
Minor speed cleanup
This adjusts iterators to use const reference when only used for
copy. It also ensures pre-allocation of vectors when size is known
ahead of time.
|
2019-12-05 14:20:59 -08:00 |
Jeff Young
|
8f0aa68ab8
|
Fold 3D Search Paths dialog into Configure Paths.
Use in-place editing for both.
Fixes: lp:1743823
* https://bugs.launchpad.net/kicad/+bug/1743823
(cherry picked from commit 33622cd)
|
2018-07-17 15:11:01 +01:00 |
Jeff Young
|
6a2dc8d4eb
|
Roll back last 2 commits meant for the other resolver only.
Fixes: lp:1772255
* https://bugs.launchpad.net/kicad/+bug/1772255
|
2018-05-21 16:25:44 +01:00 |
Jeff Young
|
10ec39a107
|
Move 3D file error messages to tracePathsAndFiles key.
Fixes: lp:1772255
* https://bugs.launchpad.net/kicad/+bug/1772255
|
2018-05-21 13:18:41 +01:00 |
Jeff Young
|
c48e5b6423
|
Remove unhelpful warning message.
It appears far too often with the new libraries.
Fixes: lp:1772255
* https://bugs.launchpad.net/kicad/+bug/1772255
|
2018-05-20 23:48:29 +01:00 |
Jeff Young
|
aa7da5dfcd
|
Treat ${...} and $(...) envvar references uniformly.
Fixes: lp:1769282
* https://bugs.launchpad.net/kicad/+bug/1769282
|
2018-05-05 23:40:40 +01:00 |
Cirilo Bernardo
|
8b8626ceeb
|
Removed wxT() from kicad2step modules and made modifications to the STEP Export GUI
|
2016-09-22 08:37:16 -04:00 |
Cirilo Bernardo
|
231b08e58f
|
Added kicad2step tool.
|
2016-09-22 08:37:16 -04:00 |