Jeff Young
|
0b102fc085
|
Use WX_GRID::ClearRows() to avoid assertions.
Fixes KICAD-VM1.
|
2025-09-08 18:37:47 +01:00 |
|
Jeff Young
|
d91cce930f
|
Don't allow default copy c'tor to copy arrays of pointers.
Fixes KICAD-SJ2.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21408
|
2025-08-01 21:27:12 +01:00 |
|
Jeff Young
|
14c9ed1fda
|
Prevent stale selection when deleting grid rows.
|
2025-07-24 18:16:21 +01: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
|
1faa9800dc
|
Row height consistency.
Rats. Also got tangled up in another commit which
removes some dead code.
|
2025-06-19 14:29:37 +01:00 |
|
Mark Roszko
|
4bfeddcc8d
|
Fix assert on construct of jobset page
|
2025-06-14 14:05:36 -04:00 |
|
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 |
|
Jeff Young
|
327cca9de5
|
Coverity fixes.
|
2025-05-25 20:01:18 +01:00 |
|
Jeff Young
|
c452fe9686
|
REMOVED: HPGL plotting.
Its sketch-mode greatly complicates the plotting
code and it is poorly maintained due to lack of
use.
|
2025-05-10 17:31:59 +01:00 |
|
Jeff Young
|
e85d0d9d22
|
Paths look odd in italic.
|
2025-05-03 18:27:46 +01:00 |
|
Jeff Young
|
2b33a03954
|
Make Edit Text & Graphics dialogs more similar.
Also a bunch of cleanup for dialog heading
format and info sizes.
Also fixups for consistency of syntax help
(should be a link, not a button)
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20790
|
2025-04-27 17:34:18 +01:00 |
|
Jeff Young
|
c5093a5df0
|
ADDED: path info to job destination panel.
|
2025-04-17 14:37:16 +01:00 |
|
Jeff Young
|
9a1e42f228
|
Autocomplete for Execute Command job.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19735
|
2025-03-20 16:59:40 +00:00 |
|
Jeff Young
|
92b4b7187e
|
Fix job run-log sizing issues.
wxLIST_AUTOSIZE_USEHEADER doesn't work on
some
platforms, and using OnSize was having seizures
on Mac.
|
2025-03-03 21:38:14 +00:00 |
|
Jeff Young
|
1808fcec78
|
Fix job run log sizing issues.
wxLIST_AUTOSIZE_USEHEADER doesn't work on
several platforms, and dynamic sizing of the
list columns falls apart on Mac.
|
2025-03-03 21:38:14 +00:00 |
|
Jeff Young
|
d8cdb69831
|
Jobset Output -> Destination.
|
2025-03-03 18:34:33 +00:00 |
|
Jeff Young
|
481e467968
|
Formatting; code brevity.
|
2025-03-01 21:58:31 +00:00 |
|
Jeff Young
|
26871b56f0
|
Provide easier on-ramp for jobsets.
1) Perform initial save of new jobset.
2) Add default output folder to new jobset.
|
2025-02-28 18:49:26 +00:00 |
|
Dmitry Rezvanov
|
ee614161d7
|
Added enum COL_ORDER for jobset panel's columns
|
2025-02-22 14:07:08 +00:00 |
|
Dmitry Rezvanov
|
0c2a5b72ec
|
Fixed description column number in PANEL_JOBSET::OnGridCellChange.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20030
|
2025-02-22 14:07:08 +00:00 |
|
Mark Roszko
|
74b174e4f0
|
Add "source" field for jobsets to discern SCH & PCB jobs
|
2025-01-31 08:16:26 -05:00 |
|
Jeff Young
|
b582f178dd
|
nullptr safety
|
2025-01-18 16:13:32 +00:00 |
|
Jeff Young
|
3a3e2fe835
|
Clear status at start of jobset run.
|
2025-01-18 14:33:03 +00:00 |
|
Jeff Young
|
232542f42b
|
Re-work filtering of temp-dir messages in jobset outputs.
(Also rationalises some of the output reporting
for consistency.)
|
2025-01-17 15:58:21 +00:00 |
|
Jeff Young
|
af38f76f01
|
Don't double-create new folders in project tree.
|
2025-01-16 16:47:58 +00:00 |
|
Jeff Young
|
2af80d2fc8
|
Refresh project tree after generating outputs.
|
2025-01-16 13:12:25 +00:00 |
|
Jeff Young
|
799dadeeec
|
Save bom & bom_fmt preset names for jobs.
Also re-fronts Kicad manager frame after editing
job settings.
Also fixes a bug where group-by (but non-shown)
fields didn't get restored.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19627
|
2025-01-14 14:38:58 +00:00 |
|
Jeff Young
|
62041fdb69
|
Naming consistency.
|
2025-01-12 20:24:33 +00:00 |
|