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
Ethan Chien
007db5f957
Improve string clarity in Zone Manager and DIALOG_COPPER_ZONE for "Minimum island size"
...
- Renamed "Minimum island size" to "Area limit" in Zone Manager and DIALOG_COPPER_ZONE to align with terminology used in the dropdown.
- The change aims to make the connection between the dropdown choice and the field more intuitive, reducing ambiguity for users.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17255
2025-02-27 22:45:58 +00:00
Jeff Young
b85c5eb8cc
Fix wxWidgets assertion.
...
(I also increased the spacing between the left
and right columns at the top.)
2025-02-26 13:06:51 +00:00
Jeff Young
29b8066473
Minor dialog cleanup.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20047
2025-02-24 11:08:29 +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
Maciej Małecki
82c1118679
pcbnew: disable Zone Manager thermal relief configuration when not needed
2025-01-13 00:43:59 +00: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
Ethan Chien
7c86768f16
Zone Manager: Refactor zone selection logic to streamline activation process
2025-01-04 21:12:42 +08:00
Ethan Chien
ddb91eb387
Zone Manager: Update layer handling to use UIOrder instead of Seq
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19482
2025-01-04 20:53:51 +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
Marek Roszko
22d13546fb
Some DisplayError -> DisplayErrorMessage
2024-12-20 19:28:30 -05:00
Seth Hillbrand
9dfcb6a362
Cleanup ViewGetLayers()
...
Old style c-array replaced with vector returns
2024-11-21 13:18:36 -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
Tomasz Wlostowski
f942a43d74
pcbnew: fix compile error in ZONES_CONTAINER::OnUserConfirmChange()
2024-08-13 22:50:26 +02:00
Seth Hillbrand
483d8cd084
Second try to fix MacOS build
2024-07-26 15:52:50 +02:00
Seth Hillbrand
3f3505570a
Additional fixes for MacOS clang
...
Apparently they do not support the double reference capture, so we just
pass the pointer reference by value
2024-07-25 16:08:55 +02:00
Lucas Dumont
1e663268ac
Don't copy filled zone from Zone Manager
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18362
2024-07-23 19:02:17 +00: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 4f9d0daeef
.
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