12897 Commits

Author SHA1 Message Date
Jeff Young
693ea44990 Debugging.
(Separate wxCHECKs so Sentry can tell us which
one fired.)
2025-07-06 21:42:13 +01:00
Jeff Young
513bdadf81 Remove noisy assert. KICAD-6XH
We may need to support showing complex numbers at some
point, but as we don't today it's sort of moot.
2025-07-06 21:26:13 +01:00
jean-pierre charras
c1eb69570d DIALOG_LABEL_PROPERTIES: enter key close it instead of open the drop down list
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21258
2025-07-06 16:59:00 +02:00
Jon Evans
db2be8f8cb Make sure initial focus of label properties dialog is the text input
(cherry picked from commit 9c28241e458bf20cd81d808b2c3480104406a8dd)

Co-authored-by: Jon Evans <jon@craftyjon.com>
2025-07-06 09:28:45 -04:00
Jeff Young
b08990646c Fix format specifier (KICAD-SV6). 2025-07-05 12:02:36 -06:00
Jeff Young
7bab41d746 If library was updated outside KiCad, the symbol may have been deleted. (KICAD-QZ9) 2025-07-04 19:58:13 -06:00
Jeff Young
4b510c59f9 Don't assume a schematic. (KICAD-G7S) 2025-07-04 16:12:11 -06:00
Jeff Young
e1d1243a91 Don't trip over a stale sort column index. (KICAD-B3X) 2025-07-04 15:33:12 -06:00
Jeff Young
86280d5a65 Type safety (KICAD-QQT). 2025-07-04 15:23:31 -06:00
Jeff Young
e18b4cbf72 User could lock the file at any time (KICAD-73V).
The file being locked is not a programming error.
2025-07-04 12:46:08 -06:00
Jeff Young
69b23df4c3 Make sure we don't end up with stale picker handlers (lots of Sentry tickets). 2025-07-04 12:10:59 -06:00
Jeff Young
2892642516 Prevent wxWidgets assert. (KICAD-QZ5) 2025-07-03 23:26:13 -06:00
Jeff Young
4e4dfa0a38 Sort col may not be in the current columns. (KICAD-G74) 2025-07-03 23:14:35 -06:00
Jeff Young
ee097a7073 ADDED: row height and column width property inspector properties.
(This time for SCH tables.)

Fixes https://gitlab.com/kicad/code/kicad/-/issues/21224
2025-07-03 21:07:14 -06:00
Jeff Young
a7319bfcd0 Tool loop safety. 2025-07-03 20:01:35 -06:00
Jeff Young
221cc13c79 Move selection before deleting (KICAD-7BH). 2025-07-03 16:24:44 -06:00
Jeff Young
5a2bae207b Formatting. 2025-07-03 16:15:13 -06:00
Jeff Young
cccaeb3b29 Don't pass a null sheetPath to GetValue() (KICAD-QPF). 2025-07-03 16:15:02 -06:00
Jeff Young
c5dd17a415 Remove noisy assert (KICAD-KMP). 2025-07-02 23:10:10 -06:00
Jeff Young
233da7934d Don't force symbol to have a library (KICAD-74K). 2025-07-02 23:10:10 -06: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
04e38d3fcd This is also used for save as. (KICAD-81M) 2025-07-02 23:10:10 -06:00
Alex Shvartzkop
4a5039c2cf Remove some unused variables. 2025-07-02 16:48:26 +03:00
Jeff Young
f5f59e797d Make sure event has position before querying it (KICAD-796). 2025-07-01 21:17:22 -06:00
Jeff Young
7f58e8d5e9 Don't presume a schematic early in the creation of a file [KICAD-RYV]. 2025-07-01 00:25:25 -06:00
Jeff Young
c573825a49 Formatting; reduce asserts. 2025-06-30 23:34:54 -06:00
Jeff Young
26f8f1cdd1 Allow pin autoplacer to run on symbol not yet in schematic (KICAD-JMA). 2025-06-30 21:54:22 -06:00
Jeff Young
f5d2553161 static_cast safety. 2025-06-30 20:34:26 -06:00
Jeff Young
2052595dac Check that library exists before checking read-only (KICAD-6Z8). 2025-06-30 20:21:00 -06:00
Jeff Young
a75e0b126a Don't try to select items that don't exist (KICAD-J0X). 2025-06-30 20:11:47 -06:00
Jeff Young
b179a6cac8 Nullptr safety (KICAD-F5D). 2025-06-30 20:08:27 -06:00
Jeff Young
382ba0629e Don't assert on autosave dir not writeable (KICAD-6ZA). 2025-06-30 20:04:12 -06:00
Jeff Young
0922386262 No sense checking a static_cast. 2025-06-30 11:59:08 -06:00
Jeff Young
b2dfe1029e Silence wxWidgets assert. 2025-06-30 11:59:08 -06:00
Alex Shvartzkop
84fd260fc0 Restore .h files generated from .md
Weblate translations don't work if these files are missing.
2025-06-30 07:05:22 +03:00
Alex Shvartzkop
50ce7d93fb Fix some warnings. 2025-06-30 06:52:16 +03:00
jean-pierre charras
6d4cf65d5a DIALOG_PIN_PROPERTIES: fix incorrect initial size when info bar is shown.
FinishDialogSettings() must be called after the info bar is initialized.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16761
2025-06-29 10:06:32 +02:00
Jeff Young
0464cc18b1 Progress reporting for Run Jobs.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19629
2025-06-28 16:23:34 -06:00
Jeff Young
d5eeef0f2c Don't presume symbol library still exists (KICAD-74C). 2025-06-27 22:59:12 -06:00
Jeff Young
be120b4821 Nullptr safety (KICAD-6K6). 2025-06-27 22:59:12 -06:00
Jeff Young
62d9d7d4e1 Nullptr safety.
(Potentially KICAD-N6C.)
2025-06-27 22:59:11 -06:00
Jeff Young
a37af2b81b Remove overzealous assert (KICAD-775).
Pasting text can paste junk.  Might as well just use align_center.
2025-06-26 19:42:14 -06:00
Jeff Young
902ae353f6 Remove overzealous assert (KICAD-6VK). 2025-06-26 19:42:14 -06:00
Jeff Young
fa3d23a818 Assertion reduction (KICAD-756). 2025-06-26 19:42:14 -06:00
jean-pierre charras
c44a477823 DIALOG_SYMBOL_FIELDS_TABLE: minor enhancements and fix a minor issue
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19145
2025-06-26 18:24:01 +02:00
Jeff Young
ed8605b9c1 Nullptr safety (KICAD-78). 2025-06-26 10:01:55 -06:00
Jeff Young
5d3279004f Add undefined netclass to severities list.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20373
2025-06-25 16:23:58 -06:00
Jeff Young
e48d746bbb Must show a dialog for it to be useful. 2025-06-25 15:51:53 -06:00
Jeff Young
9add4a39c8 Must call SetPassEvent() for event to run in its own loop.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19805
2025-06-25 15:33:12 -06:00
Jeff Young
ac6e38fe2c Formatting. 2025-06-25 15:17:53 -06:00