mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 21:31:42 +00:00
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>
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user