Browse Source
Optionally sort reporter messages
Optionally sort reporter messages
It can be useful to have similar class messages grouped together so that error messages in a larger report don't get lost among the warning/info/action messages. This patch allows sorting of messages for dialogs that benefit from organization. Default behavior of reporter messages remains unchanged by this patch. Fixes: lp:1772090 * https://bugs.launchpad.net/kicad/+bug/1772090pull/17/head
15 changed files with 161 additions and 79 deletions
-
91common/dialogs/wx_html_report_panel.cpp
-
22common/dialogs/wx_html_report_panel.h
-
18common/reporter.cpp
-
4eeschema/annotate.cpp
-
2eeschema/dialogs/dialog_annotate.cpp
-
4eeschema/dialogs/dialog_erc.cpp
-
4eeschema/dialogs/dialog_symbol_remap.cpp
-
8eeschema/netlist_generator.cpp
-
2gerbview/job_file_reader.cpp
-
51include/reporter.h
-
10pcbnew/board_netlist_updater.cpp
-
4pcbnew/dialogs/dialog_exchange_footprints.cpp
-
8pcbnew/dialogs/dialog_export_step.cpp
-
6pcbnew/dialogs/dialog_netlist.cpp
-
6pcbnew/dialogs/dialog_update_pcb.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue