Seth Hillbrand
|
6641168cbc
|
Update KiCad website links
|
2020-12-22 17:38:56 -08:00 |
Jeff Young
|
5a644aa3fb
|
QuasiModal needs to be used for any dialog hosting a help window.
Fixes https://gitlab.com/kicad/code/kicad/issues/5897
|
2020-10-28 23:07:15 +00:00 |
Marek Roszko
|
91e5611341
|
Move dialog_configure_paths.h and dialog_edit_library_tables.h to dialogs folder
|
2020-10-25 20:01:12 -04:00 |
Jeff Young
|
3fd0a3f842
|
Update text variables even when they're changed from other binary.
For instance, you might have PCBNew open but change the variable
value through EEschema > Schematic Setup.
Fixes https://gitlab.com/kicad/code/kicad/issues/4918
|
2020-07-17 21:05:11 +01:00 |
Jeff Young
|
940570e9ec
|
Catch exception so that we at least throw up an error message.
Fixes https://gitlab.com/kicad/code/kicad/issues/4677
|
2020-07-13 22:41:56 +01:00 |
Jeff Young
|
449c90a0ae
|
Some more work on getting wxWidgets to stop stealing textEntry keys.
Fixes https://gitlab.com/kicad/code/kicad/issues/1941
|
2020-05-30 12:32:33 +01:00 |
Jeff Young
|
112316cdfb
|
Fixup kiway by hand when dynamic_cast fails.
Also allows a shortened version of Configure Paths without the 3D
paths when Pcbnew isn't already running.
Fixes https://gitlab.com/kicad/code/kicad/issues/4568
|
2020-05-29 22:06:48 +01:00 |
Jon Evans
|
695cdbbde8
|
Move bug reporting to COMMON_CONTROL; add to Help menu
Also make a shorter version of the version info string
and some other shortening edits to the issue template
to fix occasional 500 errors thrown by Cloudflare due
to excessively long URLs
Fixes https://gitlab.com/kicad/code/kicad/-/issues/3953
Fixes https://gitlab.com/kicad/code/kicad/-/issues/4272
|
2020-05-26 21:18:32 -04:00 |
Jeff Young
|
b13559c926
|
Add envVar and text variable resolution to plot directory paths.
Fixes https://gitlab.com/kicad/code/kicad/issues/3808
|
2020-04-05 23:56:24 +01:00 |
Jeff Young
|
cc9ac37a0e
|
Add text variable support to envVar processing.
|
2020-04-05 20:52:26 +01:00 |
jean-pierre charras
|
46b72d807b
|
Kicad manager: Avoid crash when calling configure paths or libraries from main menu,
when _eeschema.kiface or _pcbnew.kiface is not found.
Happen mainly when running Kicad from build tree.
Now a suitable error message is displayed.
Fixes #3868
https://gitlab.com/kicad/code/kicad/issues/3868
|
2020-02-06 11:41:21 +01:00 |
Jeff Young
|
7dd247f1dc
|
Make better use of TOOL_EVENT parameters.
|
2019-06-18 20:24:15 +01:00 |
Jeff Young
|
5e49517781
|
Move hotkeys to ACTION architecture.
|
2019-06-10 23:46:00 +01:00 |