mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-07 18:15:32 +00:00
Relocate the page_layout includes to a page_layout folder
This commit is contained in:
parent
efa28d3357
commit
2c86363aa0
common
dialogs
eda_draw_frame.cpppage_layout
page_layout_default_description.cpppage_layout_reader.cppws_data_item.cppws_data_model.cppws_data_model_io.cppws_draw_item.cppws_painter.cppws_proxy_undo_item.cppws_proxy_view_item.cpp
plotters
eeschema
dialogs
eeschema_config.cpperc.cppfiles-io.cppsch_edit_frame.cppsch_plugins/eagle
sch_preview_panel.cppsch_view.cppschematic_undo_redo.cpptools
gerbview
include/page_layout
pagelayout_editor
design_inspector.cpp
dialogs
files.cpppl_draw_panel_gal.cpppl_editor_frame.cpppl_editor_layout.hpl_editor_undo_redo.cppproperties_frame.cpptools
pcbnew
@ -33,8 +33,8 @@
|
||||
#include <tool/actions.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <ws_data_model.h>
|
||||
#include <ws_painter.h>
|
||||
#include <page_layout/ws_data_model.h>
|
||||
#include <page_layout/ws_painter.h>
|
||||
#include <wx/valgen.h>
|
||||
#include <wx/tokenzr.h>
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
#include <tool/zoom_menu.h>
|
||||
#include <trace_helpers.h>
|
||||
#include <view/view.h>
|
||||
#include <ws_draw_item.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <wx/snglinst.h>
|
||||
#include <dialogs/dialog_grid_settings.h>
|
||||
|
||||
|
@ -115,7 +115,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <ws_painter.h>
|
||||
#include <page_layout/ws_painter.h>
|
||||
|
||||
// height of the band reference grid 2.0 mm
|
||||
// worksheet frame reference text size 1.3 mm
|
||||
|
@ -30,10 +30,10 @@
|
||||
*/
|
||||
|
||||
#include <base_struct.h>
|
||||
#include <ws_painter.h>
|
||||
#include <ws_draw_item.h>
|
||||
#include <ws_data_item.h>
|
||||
#include <ws_data_model.h>
|
||||
#include <page_layout/ws_data_item.h>
|
||||
#include <page_layout/ws_data_model.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <page_layout/ws_painter.h>
|
||||
#include <page_layout/page_layout_reader_lexer.h>
|
||||
|
||||
#include <wx/file.h>
|
||||
|
@ -53,11 +53,11 @@
|
||||
#include <eda_rect.h>
|
||||
#include <math/util.h> // for KiROUND
|
||||
#include <view/view.h>
|
||||
#include <ws_painter.h>
|
||||
#include <title_block.h>
|
||||
#include <ws_draw_item.h>
|
||||
#include <ws_data_model.h>
|
||||
#include <ws_data_item.h>
|
||||
#include <page_layout/ws_data_model.h>
|
||||
#include <page_layout/ws_data_item.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <page_layout/ws_painter.h>
|
||||
|
||||
using KIGFX::COLOR4D;
|
||||
|
||||
|
@ -45,11 +45,11 @@
|
||||
*/
|
||||
|
||||
#include <kiface_i.h>
|
||||
#include <ws_painter.h>
|
||||
#include <title_block.h>
|
||||
#include <ws_draw_item.h>
|
||||
#include <ws_data_item.h>
|
||||
#include <ws_data_model.h>
|
||||
#include <page_layout/ws_data_item.h>
|
||||
#include <page_layout/ws_data_model.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <page_layout/ws_painter.h>
|
||||
|
||||
|
||||
// The layout shape used in the application
|
||||
|
@ -31,10 +31,10 @@
|
||||
*/
|
||||
|
||||
#include <base_struct.h>
|
||||
#include <ws_painter.h>
|
||||
#include <ws_draw_item.h>
|
||||
#include <ws_data_item.h>
|
||||
#include <ws_data_model.h>
|
||||
#include <page_layout/ws_painter.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <page_layout/ws_data_item.h>
|
||||
#include <page_layout/ws_data_model.h>
|
||||
#include <math/vector2d.h>
|
||||
#include <page_layout/page_layout_reader_lexer.h>
|
||||
#include <convert_to_biu.h>
|
||||
|
@ -50,9 +50,9 @@
|
||||
|
||||
#include <eda_rect.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <ws_draw_item.h>
|
||||
#include <ws_data_item.h>
|
||||
#include <ws_data_model.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <page_layout/ws_data_item.h>
|
||||
#include <page_layout/ws_data_model.h>
|
||||
#include <base_units.h>
|
||||
#include <page_info.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
|
@ -29,11 +29,11 @@
|
||||
#include <title_block.h>
|
||||
#include <build_version.h>
|
||||
#include <settings/color_settings.h>
|
||||
#include <ws_draw_item.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
|
||||
#include <ws_painter.h>
|
||||
#include <ws_data_item.h>
|
||||
#include <page_layout/ws_painter.h>
|
||||
#include <page_layout/ws_data_item.h>
|
||||
|
||||
using namespace KIGFX;
|
||||
|
||||
|
@ -21,9 +21,9 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <ws_proxy_undo_item.h>
|
||||
#include <ws_data_item.h>
|
||||
#include <ws_data_model.h>
|
||||
#include <page_layout/ws_proxy_undo_item.h>
|
||||
#include <page_layout/ws_data_item.h>
|
||||
#include <page_layout/ws_data_model.h>
|
||||
#include <view/view.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <macros.h>
|
||||
|
@ -22,13 +22,13 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <ws_proxy_view_item.h>
|
||||
#include <ws_draw_item.h>
|
||||
#include <ws_data_item.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <page_info.h>
|
||||
#include <page_layout/ws_proxy_view_item.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <page_layout/ws_data_item.h>
|
||||
#include <page_layout/ws_painter.h>
|
||||
#include <view/view.h>
|
||||
#include <ws_painter.h>
|
||||
|
||||
using namespace KIGFX;
|
||||
|
||||
|
@ -24,10 +24,10 @@
|
||||
|
||||
#include <base_struct.h>
|
||||
#include <plotters_specific.h>
|
||||
#include <ws_painter.h>
|
||||
#include <page_layout/ws_data_item.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <page_layout/ws_painter.h>
|
||||
#include <title_block.h>
|
||||
#include "ws_draw_item.h"
|
||||
#include "ws_data_item.h"
|
||||
#include <wx/filename.h>
|
||||
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <kiface_i.h>
|
||||
#include <pgm_base.h>
|
||||
#include <settings/settings_manager.h>
|
||||
#include <ws_painter.h>
|
||||
#include <page_layout/ws_painter.h>
|
||||
#include <sch_painter.h>
|
||||
#include <schematic.h>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include <settings/settings_manager.h>
|
||||
#include <title_block.h>
|
||||
#include <view/view.h>
|
||||
#include <ws_proxy_view_item.h>
|
||||
#include <page_layout/ws_proxy_view_item.h>
|
||||
#include <sch_base_frame.h>
|
||||
#include <widgets/color_swatch.h>
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <symbol_lib_table.h>
|
||||
#include <widgets/paged_dialog.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <ws_data_model.h>
|
||||
#include <page_layout/ws_data_model.h>
|
||||
|
||||
|
||||
#define FieldNameTemplatesKey wxT( "FieldNameTemplates" )
|
||||
|
@ -37,8 +37,8 @@
|
||||
#include <sch_reference_list.h>
|
||||
#include <sch_sheet.h>
|
||||
#include <schematic.h>
|
||||
#include <ws_draw_item.h>
|
||||
#include <ws_proxy_view_item.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
#include <page_layout/ws_proxy_view_item.h>
|
||||
#include <wx/ffile.h>
|
||||
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
||||
#include <trace_helpers.h>
|
||||
#include <widgets/infobar.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <ws_data_model.h>
|
||||
#include <page_layout/ws_data_model.h>
|
||||
|
||||
bool SCH_EDIT_FRAME::SaveEEFile( SCH_SHEET* aSheet, bool aSaveUnderNewName )
|
||||
{
|
||||
|
@ -76,7 +76,7 @@
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <wx/cmdline.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
#include <ws_proxy_view_item.h>
|
||||
#include <page_layout/ws_proxy_view_item.h>
|
||||
|
||||
// non-member so it can be moved easily, and kept REALLY private.
|
||||
// Do NOT Clear() in here.
|
||||
|
@ -61,7 +61,7 @@
|
||||
#include <symbol_lib_table.h>
|
||||
#include <template_fieldnames.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <ws_draw_item.h>
|
||||
#include <page_layout/ws_draw_item.h>
|
||||
|
||||
|
||||
// Eagle schematic axes are aligned with x increasing left to right and Y increasing bottom to top
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
#include <view/wx_view_controls.h>
|
||||
#include <ws_proxy_view_item.h>
|
||||
#include <page_layout/ws_proxy_view_item.h>
|
||||
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <view/view_group.h>
|
||||
#include <view/view_rtree.h>
|
||||
#include <view/wx_view_controls.h>
|
||||
#include <ws_proxy_view_item.h>
|
||||
#include <page_layout/ws_proxy_view_item.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <sch_screen.h>
|
||||
#include <schematic.h>
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <sch_line.h>
|
||||
#include <sch_bitmap.h>
|
||||
#include <tools/ee_selection_tool.h>
|
||||
#include <ws_proxy_undo_item.h>
|
||||
#include <page_layout/ws_proxy_undo_item.h>
|
||||
#include <tool/actions.h>
|
||||
|
||||
/* Functions to undo and redo edit commands.
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include <sch_junction.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <schematic.h>
|
||||
#include <ws_proxy_view_item.h>
|
||||
#include <page_layout/ws_proxy_view_item.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <status_popup.h>
|
||||
#include <wx/gdicmn.h>
|
||||
|
@ -55,7 +55,7 @@
|
||||
#include <tools/ee_selection.h>
|
||||
#include <tools/ee_selection_tool.h>
|
||||
#include <tools/sch_editor_control.h>
|
||||
#include <ws_proxy_undo_item.h>
|
||||
#include <page_layout/ws_proxy_undo_item.h>
|
||||
#include <dialog_update_from_pcb.h>
|
||||
#include <dialog_helpers.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <view/view.h>
|
||||
#include <view/wx_view_controls.h>
|
||||
#include <gerbview_painter.h>
|
||||
#include <ws_proxy_view_item.h>
|
||||
#include <page_layout/ws_proxy_view_item.h>
|
||||
|
||||
#include <gerbview_frame.h>
|
||||
#include <gbr_display_options.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