HTML_MESSAGE_BOX is a dialog
This commit is contained in:
parent
a785f70ea1
commit
e49ac45b84
|
@ -186,6 +186,7 @@ set( COMMON_DLG_SRCS
|
|||
dialogs/eda_list_dialog_base.cpp
|
||||
dialogs/eda_view_switcher.cpp
|
||||
dialogs/eda_view_switcher_base.cpp
|
||||
dialogs/html_messagebox.cpp
|
||||
dialogs/panel_color_settings_base.cpp
|
||||
dialogs/panel_color_settings.cpp
|
||||
dialogs/panel_common_settings.cpp
|
||||
|
@ -343,7 +344,6 @@ set( COMMON_SRCS
|
|||
grid_tricks.cpp
|
||||
hotkey_store.cpp
|
||||
hotkeys_basic.cpp
|
||||
html_messagebox.cpp
|
||||
kiface_i.cpp
|
||||
kiid.cpp
|
||||
kiway.cpp
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <wx/choicdlg.h>
|
||||
#include <confirm.h>
|
||||
#include <bitmaps.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <functional>
|
||||
#include <unordered_map>
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
*/
|
||||
#include <bitmaps.h>
|
||||
#include <build_version.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <tool/tool_manager.h>
|
||||
|
||||
#include "dialog_about.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <confirm.h>
|
||||
#include <menus_helpers.h>
|
||||
#include <validators.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <filename_resolver.h>
|
||||
#include <env_vars.h>
|
||||
#include <grid_tricks.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
|
||||
#include <kicad_string.h>
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include <footprint_info.h>
|
||||
#include <fp_lib_table.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <io_mgr.h>
|
||||
#include <kicad_string.h>
|
||||
#include <kiface_ids.h>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <confirm.h>
|
||||
#include <fp_lib_table.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <kiway.h>
|
||||
#include <lib_id.h>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <dialog_helpers.h>
|
||||
#include <eeschema_settings.h>
|
||||
#include <gestfich.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <i18n_utility.h> // for _HKI definition used in dialog_bom_help_md.h
|
||||
#include <invoke_sch_dialog.h>
|
||||
#include <kiface_i.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <sch_reference_list.h>
|
||||
#include <schematic.h>
|
||||
#include <widgets/unit_binder.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <dialog_edit_label.h>
|
||||
#include <kicad_string.h>
|
||||
#include <tool/actions.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <sch_sheet.h>
|
||||
#include <sch_validators.h>
|
||||
#include <dialog_edit_sheet_pin.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <kicad_string.h>
|
||||
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <executable_names.h>
|
||||
#include <gestfich.h>
|
||||
#include <hierarch.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <invoke_sch_dialog.h>
|
||||
#include <kicad_string.h>
|
||||
#include <kiface_i.h>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include <sch_painter.h>
|
||||
#include <default_values.h>
|
||||
#include <wx/debug.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <project/project_file.h>
|
||||
#include <project/net_settings.h>
|
||||
#include <sch_iref.h>
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
#include <cmath>
|
||||
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
|
||||
// Default format for dimensions: they are the default values, not the actual values
|
||||
// number of digits in mantissa:
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <wx/wfstream.h>
|
||||
#include <wx/zipstrm.h>
|
||||
#include <reporter.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <gerbview_frame.h>
|
||||
#include <gerbview_id.h>
|
||||
#include <gerber_file_image.h>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <gerbview_frame.h>
|
||||
#include <reporter.h>
|
||||
#include <gbr_metadata.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <view/view.h>
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <gerber_file_image_list.h>
|
||||
#include <view/view.h>
|
||||
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <macros.h>
|
||||
|
||||
#include <wx/msgdlg.h>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <wx/valnum.h>
|
||||
#include <board_commit.h>
|
||||
#include <pcb_layer_box_selector.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <class_board.h>
|
||||
#include <pcb_shape.h>
|
||||
#include <fp_shape.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <project.h>
|
||||
#include <kiface_i.h>
|
||||
#include <confirm.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <pcb_edit_frame.h>
|
||||
#include <pcbnew_settings.h>
|
||||
#include <reporter.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <convert_basic_shapes_to_polygon.h> // for enum RECT_CHAMFER_POSITIONS definition
|
||||
#include <dialog_pad_properties.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <macros.h>
|
||||
#include <pcb_base_frame.h>
|
||||
#include <pcb_painter.h>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <tool/tool_manager.h>
|
||||
#include <panel_setup_rules.h>
|
||||
#include <wx_html_report_box.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <scintilla_tricks.h>
|
||||
#include <drc/drc_rule_parser.h>
|
||||
#include <tools/drc_tool.h>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <class_module.h>
|
||||
#include <footprint_info.h>
|
||||
#include <fp_lib_table.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <io_mgr.h>
|
||||
#include <kicad_string.h>
|
||||
#include <locale_io.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <html_messagebox.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
|
||||
#include "dialog_import_gfx.h"
|
||||
#include <kiface_i.h>
|
||||
|
|
Loading…
Reference in New Issue