11 Commits

Author SHA1 Message Date
Jeff Young
2dfacd648f Share more code. 2025-07-25 18:03:49 +01:00
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
2025-01-01 14:12:04 -08:00
jean-pierre charras
f354eca50e DIALOG_ZONE_MANAGER: fix crash when modifying zones if a zone is selected
Looks like an issue in EDIT_POINT tool (dangling pointers?)

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19131
2024-11-16 16:18:08 +01:00
jean-pierre charras
b29ee85b4a DIALOG_ZONE_MANAGER_BASE: update code to last wxFormbuilder version.
- remove specific windows IDs (use wxID_ANY everywhere) to avoid any conflict
- add tool-tips
- update also PANEL_ZONE_PROPERTIES_BASE
- should not create any actual change.
2024-07-09 14:02:51 +02:00
Lucas Dumont
535a270e19 Add preview for zone in Zone Manager
Rename the "Apply" button into "Update displayed zones" and prevent
some segfault when cancelling the changes made in the zone manager.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17418
2024-07-09 08:28:54 +00:00
Lucas Dumont
0420930d0d Revert "Save change made in zone manager when apply"
This reverts commit 4f9d0daeef9fe0ed0c98c54f3293f506fa8a30ce.
2024-07-09 08:28:54 +00:00
Lucas Dumont
4f9d0daeef Save change made in zone manager when apply
When clicking on "apply" in the zone manager, the change made should be saved the same way that it's saved when clicking on the "ok" button.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17159
2024-07-06 15:06:20 +00:00
Jeff Young
efd3cb115b Update Zone Manager for look & feel and coding stds. 2024-06-02 17:41:54 +01:00
jean-pierre charras
15e5eabb91 DIALOG_ZONE_MANAGER: refresh zone display when resizing the dialog.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17892
2024-04-29 13:44:28 +02:00
Ethan Chien
8d19d27483 Fix zone manager crash when no board is loaded
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17187
2024-03-01 15:58:01 +00:00
Ethan Chien
d72491a4a5 ADDED: zone manager
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9636
2024-02-24 15:10:50 +00:00