Commit Graph

10 Commits

Author SHA1 Message Date
Alex Shvartzkop 1082ce08da Modernize CSS in template selector dialog.
Hope this works on GTK.
2026-02-03 10:13:47 +03:00
jean-pierre charras 34f1b0c4fa Fix build on MINGW/msys2 (webview2 not available on MINGW) 2026-02-01 19:50:47 +01:00
Alex Shvartzkop 8c4c1a2cd4 Fix webview build on wx 3.2 2026-02-01 20:57:53 +03:00
Alex Shvartzkop 174572f3ab Disable unneeded webview navigation features on MSW
Fixes https://gitlab.com/kicad/code/kicad/-/issues/22909
2026-02-01 20:27:29 +03:00
Wayne Stambaugh d68fad564f Coding policy fixes.
Remove all wxLogDebug instances by either replacing them with wxLogTrace
calls where it was obvious what the trace flag should be or out right
remove them from the code base.
2026-01-13 11:27:18 -05:00
Seth Hillbrand 42f93c0d15 Handle old schematics
Old schematics pop up a rescue symbol dialog.  This needs to happen
prior to webview bound events, so hold off on binding until we have
modals finalized

Fixes https://gitlab.com/kicad/code/kicad/-/issues/22415
2025-12-02 19:59:35 -08:00
Seth Hillbrand 2d538d3d69 ADDED: Remote symbol placement
Allows activating a display panel that shows a webpage designed to
provide instances of symbols, footprints, 3d models and spice models to
the designer.

The webpage can be installed via PCM or directly in the panel.  Webpages
should be registered with the KiCad project in order to avoid a warning
when showing content.
2025-11-29 17:58:32 -08:00
Seth Hillbrand 4c6dc456a9 Add missing licenses 2025-11-04 16:50:01 -08:00
Seth Hillbrand 416e54f0d5 Update template selector to modern webview
Allow more attractive templates.  Start of building singular
template+new project layout

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15987
2025-08-04 22:20:54 -07:00
Seth Hillbrand 558627289b Add WebView widget for future use
This is mostly for testing Thunderdome but we will be using this for
future template rendering as well
2025-08-03 12:28:43 -07:00