Jeff Young
06dcb64ad8
Harden progress reporter API against misuse.
...
Also, titles are nouns, not verbs. (Messages
*inside* reporters are verbs.)
Also implements progress reporter for Altium
schematic import.
2025-06-01 19:38:24 +01:00
Daniel Treffenstädt
27edf0b949
ADDED: Per layer properties of zones used for control over zone hatching position
2025-03-02 20:31:04 +00:00
Wayne Stambaugh
4e4ebe536e
Fix zone manager dialog layout issues.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20046
2025-02-22 15:48:00 -05:00
jean-pierre charras
45c7dfa857
Pcbnew, zone manager dialog: fix Update Displayed Zones button not working
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19494
2025-01-05 17:36:16 +01:00
Ethan Chien
fd34750c4b
Zone Manager: Add freeze/thaw around zone selection change to improve UI responsiveness
2025-01-05 00:48:44 +08: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
Jeff Young
15d266f9a8
Cleanup and formatting.
2024-08-15 12:29:59 -06: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
Jon Evans
7b6afd290a
Remove non-const access to board-owned items
...
(with a few things const-casted for now)
2024-03-26 18:36:23 -04:00
Wayne Stambaugh
3eb5c52073
Improve zone manager dialog layout.
2024-03-03 12:09:01 -05: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