msgpanel is a widget, shove it to the right folder.
This commit is contained in:
parent
d1c73cb1d5
commit
a785f70ea1
|
@ -225,6 +225,7 @@ set( COMMON_WIDGET_SRCS
|
|||
widgets/layer_box_selector.cpp
|
||||
widgets/lib_tree.cpp
|
||||
widgets/mathplot.cpp
|
||||
widgets/msgpanel.cpp
|
||||
widgets/number_badge.cpp
|
||||
widgets/paged_dialog.cpp
|
||||
widgets/progress_reporter.cpp
|
||||
|
@ -360,7 +361,6 @@ set( COMMON_SRCS
|
|||
lockfile.cpp
|
||||
lset.cpp
|
||||
marker_base.cpp
|
||||
msgpanel.cpp
|
||||
netclass.cpp
|
||||
observable.cpp
|
||||
origin_transforms.cpp
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <kiface_i.h>
|
||||
#include <lockfile.h>
|
||||
#include <macros.h>
|
||||
#include <msgpanel.h>
|
||||
#include <page_info.h>
|
||||
#include <pgm_base.h>
|
||||
#include <render_settings.h>
|
||||
|
@ -53,6 +52,7 @@
|
|||
#include <trace_helpers.h>
|
||||
#include <view/view.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <wx/snglinst.h>
|
||||
#include <dialogs/dialog_grid_settings.h>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
* @brief Message panel implementation file.
|
||||
*/
|
||||
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
|
||||
#include <wx/dcscreen.h>
|
||||
#include <wx/dcclient.h>
|
|
@ -35,7 +35,7 @@
|
|||
#include <kiface_i.h>
|
||||
#include <lib_id.h>
|
||||
#include <macros.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <pcb_draw_panel_gal.h>
|
||||
#include <pcb_painter.h>
|
||||
#include <pgm_base.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <plotter.h>
|
||||
#include <trigo.h>
|
||||
#include <base_units.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <math/util.h> // for KiROUND
|
||||
#include <eda_draw_frame.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <bezier_curves.h>
|
||||
#include <base_units.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <general.h>
|
||||
#include <lib_bezier.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <plotter.h>
|
||||
#include <trigo.h>
|
||||
#include <base_units.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <math/util.h> // for KiROUND
|
||||
#include <eda_draw_frame.h>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <plotter.h>
|
||||
#include <trigo.h>
|
||||
#include <base_units.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <general.h>
|
||||
#include <class_libentry.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include <sch_draw_panel.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
|
||||
#include <general.h>
|
||||
#include <lib_item.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <sch_draw_panel.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <base_units.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <general.h>
|
||||
#include <lib_edit_frame.h>
|
||||
#include <class_libentry.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <plotter.h>
|
||||
#include <trigo.h>
|
||||
#include <base_units.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <general.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <plotter.h>
|
||||
#include <trigo.h>
|
||||
#include <base_units.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <general.h>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <gr_text.h>
|
||||
#include <trigo.h>
|
||||
#include <base_units.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <lib_item.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <kiface_i.h>
|
||||
#include <kiway.h>
|
||||
#include <lib_view_frame.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <sch_view.h>
|
||||
#include <sch_painter.h>
|
||||
#include <symbol_lib_table.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#include <sch_edit_frame.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <lib_rectangle.h>
|
||||
#include <lib_pin.h>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <core/typeinfo.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <lib_id.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <wx/regex.h>
|
||||
|
||||
#include <bus_alias.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <sch_sheet_path.h>
|
||||
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <sch_draw_panel.h>
|
||||
#include <trigo.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <base_units.h>
|
||||
#include <erc_settings.h>
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
#define _SCH_PIN_CONNECTION_H
|
||||
|
||||
#include <lib_pin.h>
|
||||
#include <msgpanel.h>
|
||||
#include <sch_item.h>
|
||||
#include <sch_sheet_path.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
|
||||
#include <mutex>
|
||||
#include <map>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <sch_edit_frame.h>
|
||||
#include <plotter.h>
|
||||
#include <kicad_string.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <math/util.h> // for KiROUND
|
||||
#include <sch_sheet.h>
|
||||
#include <sch_sheet_path.h>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <sch_component.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <plotter.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <gal/stroke_font.h>
|
||||
#include <bitmaps.h>
|
||||
#include <kicad_string.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <trigo.h>
|
||||
#include <bitmaps.h>
|
||||
#include <eda_text.h>
|
||||
#include <msgpanel.h>
|
||||
#include <gerbview_frame.h>
|
||||
#include <convert_basic_shapes_to_polygon.h>
|
||||
#include <gerber_draw_item.h>
|
||||
|
@ -34,6 +33,7 @@
|
|||
#include <kicad_string.h>
|
||||
#include <geometry/shape_arc.h>
|
||||
#include <math/util.h> // for KiROUND
|
||||
#include <widgets/msgpanel.h>
|
||||
|
||||
#include <wx/msgdlg.h>
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <eda_base_frame.h>
|
||||
#include <base_units.h>
|
||||
#include <gbr_layer_box_selector.h>
|
||||
#include <msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <gerbview.h>
|
||||
|
@ -55,6 +54,7 @@
|
|||
#include <view/view.h>
|
||||
#include <base_screen.h>
|
||||
#include <gerbview_painter.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <widgets/paged_dialog.h>
|
||||
#include <dialogs/panel_gerbview_settings.h>
|
||||
#include <dialogs/panel_gerbview_display_options.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <wx/grid.h> // needed for MSVC to see wxScrolledCanvas indirectly exported
|
||||
#include <math/box2.h>
|
||||
#include <math/vector2d.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <memory>
|
||||
#include <cursors.h>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <math/vector2d.h>
|
||||
#include <eda_text.h>
|
||||
#include <bitmap_base.h>
|
||||
#include "msgpanel.h"
|
||||
#include "widgets/msgpanel.h"
|
||||
#include <geometry/shape_poly_set.h>
|
||||
#include <eda_units.h>
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include <kiface_i.h>
|
||||
#include <pgm_base.h>
|
||||
#include <msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <eda_item.h>
|
||||
#include <page_layout/ws_data_item.h>
|
||||
|
@ -47,6 +46,7 @@
|
|||
#include <tool/picker_tool.h>
|
||||
#include <tool/zoom_tool.h>
|
||||
#include <widgets/infobar.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <settings/settings_manager.h>
|
||||
|
||||
#include "dialogs/panel_pl_editor_color_settings.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <confirm.h>
|
||||
#include <pcbnew.h>
|
||||
#include <pcb_edit_frame.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <class_board.h>
|
||||
#include <class_module.h>
|
||||
#include <class_track.h>
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
* D_PAD class implementation.
|
||||
*/
|
||||
|
||||
#include <msgpanel.h>
|
||||
#include <base_units.h>
|
||||
#include <bitmaps.h>
|
||||
#include <math/util.h> // for KiROUND
|
||||
|
@ -47,6 +46,7 @@
|
|||
#include <connectivity/connectivity_data.h>
|
||||
#include <convert_to_biu.h>
|
||||
#include <convert_basic_shapes_to_polygon.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <class_board_item.h>
|
||||
#include <class_pcb_group.h>
|
||||
#include <confirm.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <view/view.h>
|
||||
|
||||
PCB_GROUP::PCB_GROUP( BOARD_ITEM* aParent ) :
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <pcb_edit_frame.h>
|
||||
#include <3d_viewer/eda_3d_viewer.h>
|
||||
#include <pgm_base.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <fp_lib_table.h>
|
||||
#include <kiface_i.h>
|
||||
#include <trace_helpers.h>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <footprint_viewer_frame.h>
|
||||
#include <fp_lib_table.h>
|
||||
#include <kiway.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <pcb_draw_panel_gal.h>
|
||||
#include <pcb_painter.h>
|
||||
#include <pcbnew_id.h>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <pcb_draw_panel_gal.h>
|
||||
#include <pcb_edit_frame.h>
|
||||
#include <3d_viewer/eda_3d_viewer.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <grid_tricks.h>
|
||||
#include <class_board.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <pcb_base_frame.h>
|
||||
#include <kicad_string.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <base_units.h>
|
||||
#include <class_board.h>
|
||||
#include <class_track.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <dialog_helpers.h>
|
||||
#include <pcb_base_frame.h>
|
||||
#include <base_units.h>
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <pgm_base.h>
|
||||
#include <3d_viewer/eda_3d_viewer.h> // To include VIEWER3D_FRAMENAME
|
||||
#include <footprint_editor_settings.h>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <tools/pcb_tool_base.h>
|
||||
#include <board_commit.h>
|
||||
|
||||
#include <msgpanel.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
|
||||
#include "pns_router.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue