mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 22:55:30 +00:00
Rename layer ids file.
It hasn't had anything to do with colors or visibility for some time now.
This commit is contained in:
parent
d36fbb864f
commit
f221220fe2
3d-viewer
bitmap2component
common
eeschema
dialogs
eeschema_settings.cppgeneral.hsch_draw_panel.cppsch_plugins/cadstar
sch_screen.hsch_symbol.hsch_view.cppsch_view.htools
gerbview
dialogs
export_to_pcbnew.hgerber_draw_item.hgerbview_frame.hgerbview_painter.hgerbview_settings.cppwidgets
include
board_item.hboard_printout.heda_base_frame.hlayer_ids.horigin_viewitem.hpainter.h
preview_items
project
render_settings.hsettings
tool
widgets
pcbnew
autorouter
board.hboard_design_settings.cppboard_stackup_manager
collectors.hdialogs
dialog_board_reannotate.hdialog_imported_layers.cppdialog_plot.cppdialog_track_via_properties.hpanel_fp_editor_color_settings.cpppanel_fp_editor_color_settings.hpanel_pcbnew_color_settings.cpppanel_pcbnew_color_settings.h
drc
exporters
footprint.hfootprint_editor_settings.cppimport_gfx
pcb_display_options.cpppcb_draw_panel_gal.hpcb_layer_box_selector.cpppcb_marker.cpppcb_painter.cpppcb_plot_params.cpppcb_plot_params.hpcb_screen.cpppcb_view.hpcbnew_settings.cpppcbplot.hplot_brditems_plotter.cppplotcontroller.hplugins
altium
cadstar
common
eagle
kicad
legacy
pcad
python/swig
ratsnest
router
tools
widgets
zone.hzone_settings.hqa
gal/gal_pixel_alignment
pcbnew
pcbnew_utils/include/pcbnew_utils
qa_utils
@ -35,7 +35,7 @@
|
||||
#include "../3d_cache/3d_cache.h"
|
||||
#include "../common_ogl/ogl_attr_list.h"
|
||||
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <pad.h>
|
||||
#include <pcb_track.h>
|
||||
#include <wx/gdicmn.h>
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include <board_design_settings.h>
|
||||
#include <board_stackup_manager/board_stackup.h>
|
||||
#include <core/arraydim.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <gal/dpi_scaling.h>
|
||||
#include <pgm_base.h>
|
||||
#include <project.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include <convert_to_biu.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
|
||||
#include <locale_io.h>
|
||||
#include <potracelib.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <bitmaps.h>
|
||||
#include <dialogs/dialog_color_picker.h>
|
||||
#include <launch_ext.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <menus_helpers.h>
|
||||
#include <dialogs/panel_color_settings.h>
|
||||
#include <pgm_base.h>
|
||||
|
@ -55,7 +55,7 @@
|
||||
#include <drawing_sheet/ds_data_model.h>
|
||||
#include <base_units.h>
|
||||
#include <page_info.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <gr_basic.h>
|
||||
#include <trigo.h>
|
||||
#include <render_settings.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <page_info.h>
|
||||
#include <drawing_sheet/ds_proxy_view_item.h>
|
||||
#include <drawing_sheet/ds_draw_item.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <wx/translation.h>
|
||||
|
||||
/**
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include <core/arraydim.h>
|
||||
#include <math/util.h> // for Clamp
|
||||
#include <layers_id_colors_and_visibility.h> // for LSET, PCB_LAYER_ID, LSEQ
|
||||
#include <layer_ids.h> // for LSET, PCB_LAYER_ID, LSEQ
|
||||
#include <macros.h> // for arrayDim
|
||||
#include <wx/debug.h> // for wxASSERT, wxASSERT_MSG
|
||||
#include <wx/string.h>
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include <wx/string.h>
|
||||
#include <wx/filename.h>
|
||||
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <trigo.h>
|
||||
#include <core/wx_stl_compat.h>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <preview_items/ruler_item.h>
|
||||
#include <preview_items/preview_utils.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <painter.h>
|
||||
#include <view/view.h>
|
||||
#include <trigo.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include <class_draw_panel_gal.h>
|
||||
#include <common.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <pgm_base.h>
|
||||
#include <settings/app_settings.h>
|
||||
#include <settings/json_settings_internals.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <pgm_base.h>
|
||||
#include <settings/color_settings.h>
|
||||
#include <settings/json_settings_internals.h>
|
||||
|
@ -100,7 +100,7 @@ principle should be easily implemented by adapting the current STL containers.
|
||||
#include <convert_to_biu.h>
|
||||
#include <id.h>
|
||||
#include <build_version.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <settings/settings_manager.h>
|
||||
%}
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
|
||||
#include <eda_item.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <trace_helpers.h>
|
||||
|
||||
#include <view/view.h>
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include <view/view.h>
|
||||
#include <painter.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
|
||||
using namespace KIGFX;
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
#include <painter.h>
|
||||
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <geometry/seg.h>
|
||||
|
||||
namespace KIGFX {
|
||||
|
@ -22,7 +22,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <bitmaps.h>
|
||||
|
||||
#include <wx/dcmemory.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <bitmaps.h>
|
||||
#include <eeschema_settings.h>
|
||||
#include <gal/gal_display_options.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <lib_polyline.h>
|
||||
#include <page_info.h>
|
||||
#include <panel_eeschema_color_settings.h>
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include <gal/color4d.h>
|
||||
#include <gal/gal_display_options.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <dialogs/panel_color_settings.h>
|
||||
|
||||
class COLOR_SETTINGS;
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <dialogs/dialog_bom_cfg_lexer.h>
|
||||
#include <eeschema_settings.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <symbol_editor_settings.h>
|
||||
#include <macros.h>
|
||||
#include <pgm_base.h>
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define _GENERAL_H_
|
||||
|
||||
#include <gal/color4d.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
|
||||
using KIGFX::COLOR4D;
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <eda_draw_frame.h>
|
||||
#include <gal/definitions.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <math/vector2d.h>
|
||||
#include <pgm_base.h>
|
||||
#include <settings/settings_manager.h>
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include <sch_plugins/cadstar/cadstar_sch_archive_parser.h>
|
||||
|
||||
#include <layers_id_colors_and_visibility.h> // SCH_LAYER_ID
|
||||
#include <layer_ids.h> // SCH_LAYER_ID
|
||||
#include <plotter.h> // PLOT_DASH_TYPE
|
||||
#include <pin_type.h> // ELECTRICAL_PINTYPE
|
||||
#include <sch_io_mgr.h>
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <core/typeinfo.h>
|
||||
#include <kiid.h>
|
||||
#include <kiway_holder.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <marker_base.h>
|
||||
#include <page_info.h>
|
||||
#include <template_fieldnames.h>
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <eda_item.h>
|
||||
#include <core/typeinfo.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <layer_ids.h>
|
||||
#include <lib_id.h>
|
||||
#include <widgets/msgpanel.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