Seth Hillbrand
4aa2047f45
Replace alg::delete and alg::delete_if with std c++20
2025-08-04 09:03:16 -07:00
Jeff Young
beb83e87ea
Must use addParamsForWindow to init WINDOW_SETTINGs structs.
2025-07-17 16:26:50 +01:00
Jeff Young
5d4eb2cce6
Wait for chooser to finish initializing before enabling char hook (KICAD-BJ0).
2025-07-14 13:17:53 +01:00
Jeff Young
05fcfdaf87
Symbol chooser has different canvases.
2025-07-12 22:38:41 +01:00
Jeff Young
c183e1e3d2
Shutdown safety. (Potentially KICAD-S3Q.)
2025-07-08 14:06:02 +01:00
Jeff Young
60869cc950
Don't use wxFRAME_FLOAT_ON_PARENT if there's no parent (KICAD-GJS).
2025-07-02 23:10:10 -06:00
Jeff Young
0a59ca7590
Can't use EndModal() to cancel a modal dialog that hasn't been shown yet (KICAD-6YE).
...
(This particular case happens when the user cancels
the progress dialog while loading symbols before the
symbol picker has been displayed. 3.5K people have
done this 13K times on MSW.)
2025-06-24 11:52:29 -06: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
Jeff Young
ec89d2c22e
Formatting.
2024-05-29 17:56:15 +01:00
Alex Shvartzkop
6347cb043e
Add bottom panel to have correct background in fp/sym chooser frames.
...
See https://gitlab.com/kicad/code/kicad/-/issues/15810
(cherry picked from commit 97ff48b426ad7f383e685e39b890225e79ff1664)
2024-02-24 18:20:16 +03:00
Alex Shvartzkop
5578b2c954
Hide unused message panel in footprint/symbol chooser frames.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15810
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15889
(cherry picked from commit badc4e7411818274feab94bb84228e4936a37fd4)
2024-02-24 18:20:16 +03:00
Jeff Young
518be57516
Implement ESC processing for choose symbol dialog.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16271
2023-12-10 18:13:42 +00:00
Franck Jullien
c010c7b0ea
eeschema: add 'Already placed' category when choosing symbol
2023-10-04 10:29:22 -04:00
Jeff Young
9b60e99660
Use wxSTAY_ON_TOP instead of wxFRAME_FLOAT_ON_PARENT for choosers.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15808
2023-10-03 14:49:50 +01:00
Jeff Young
b592a6634e
Cleanup.
2023-09-29 00:13:13 +01:00
Jeff Young
974da4ea7c
Push most of DIALOG_CHOOSE_SYMBOL down into PANEL_SYMBOL_CHOOSER.
...
Includes a dialog wrapper (DIALOG_SYMBOL_CHOOSER) and a frame
wrapper (SYMBOL_CHOOSER_FRAME).
2023-09-29 00:13:12 +01:00