rename files
This commit is contained in:
parent
dda9251f89
commit
0f06d8a136
|
@ -87,12 +87,12 @@ set(EESCHEMA_SRCS
|
|||
hotkeys.cpp
|
||||
libarch.cpp
|
||||
libedit.cpp
|
||||
libeditframe.cpp
|
||||
libedit_onleftclick.cpp
|
||||
libedit_onrightclick.cpp
|
||||
libedit_undo_redo.cpp
|
||||
lib_export.cpp
|
||||
libfield.cpp
|
||||
libframe.cpp
|
||||
load_one_schematic_file.cpp
|
||||
locate.cpp
|
||||
menubar.cpp
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "general.h"
|
||||
#include "class_library.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
|
||||
|
||||
static void DrawMovingBlockOutlines( WinEDA_DrawPanel* panel, wxDC* DC,
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_libentry.h"
|
||||
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libviewfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "viewlib_frame.h"
|
||||
#include "classes_body_items.h"
|
||||
#include "class_marker_sch.h"
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: dialog_create_component.cpp
|
||||
// Purpose:
|
||||
// Author:
|
||||
// Modified by:
|
||||
// Purpose:
|
||||
// Author:
|
||||
// Modified by:
|
||||
// Created: 01/14/06 10:14:28
|
||||
// RCS-ID:
|
||||
// Copyright:
|
||||
// Licence:
|
||||
// RCS-ID:
|
||||
// Copyright:
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Generated by DialogBlocks (unregistered), 01/14/06 10:14:28
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "program.h"
|
||||
#include "class_libentry.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
|
||||
////@begin includes
|
||||
////@end includes
|
||||
|
@ -306,7 +306,7 @@ void WinEDA_CreateCmpDialog::OnOkClick( wxCommandEvent& event )
|
|||
////@begin wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON in WinEDA_CreateCmpDialog.
|
||||
// Before editing this code, remove the block markers.
|
||||
event.Skip();
|
||||
////@end wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON in WinEDA_CreateCmpDialog.
|
||||
////@end wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON in WinEDA_CreateCmpDialog.
|
||||
}
|
||||
|
||||
|
||||
|
@ -319,7 +319,7 @@ void WinEDA_CreateCmpDialog::OnCancelClick( wxCommandEvent& event )
|
|||
////@begin wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON1 in WinEDA_CreateCmpDialog.
|
||||
// Before editing this code, remove the block markers.
|
||||
event.Skip();
|
||||
////@end wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON1 in WinEDA_CreateCmpDialog.
|
||||
////@end wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON1 in WinEDA_CreateCmpDialog.
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_library.h"
|
||||
//#include "class_libentry.h"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_library.h"
|
||||
|
||||
#include "dialog_edit_libentry_fields_in_lib_base.h"
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "netlist.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libviewfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "viewlib_frame.h"
|
||||
|
||||
#include <wx/tokenzr.h>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_library.h"
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_libentry.h"
|
||||
|
||||
#include "dialog_bodygraphictext_properties_base.h"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "protos.h"
|
||||
#include "eeschema_id.h"
|
||||
#include "class_library.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "class_library.h"
|
||||
#include "libviewfrm.h"
|
||||
#include "viewlib_frame.h"
|
||||
|
||||
#include "get_component_dialog.h"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_libentry.h"
|
||||
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_library.h"
|
||||
|
||||
#include <wx/filename.h>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_library.h"
|
||||
|
||||
#include "dialog_lib_new_component.h"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_libentry.h"
|
||||
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_libentry.h"
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_libentry.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/****************************/
|
||||
/* EESchema - libframe.cpp */
|
||||
/****************************/
|
||||
/**
|
||||
* EESchema - libeditframe.cpp
|
||||
* class WinEDA_LibeditFrame: the component editor frame
|
||||
*
|
||||
*/
|
||||
|
||||
#include "fctsys.h"
|
||||
#include "appl_wxstruct.h"
|
||||
|
@ -14,7 +16,7 @@
|
|||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "eeschema_id.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_library.h"
|
||||
|
||||
#include "kicad_device_context.h"
|
|
@ -11,7 +11,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_library.h"
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "confirm.h"
|
||||
|
||||
#include "program.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "eeschema_id.h"
|
||||
#include "class_libentry.h"
|
||||
#include "general.h"
|
||||
|
@ -604,7 +604,7 @@ void WinEDA_LibeditFrame::RepeatPinItem( wxDC* DC, LIB_PIN* SourcePin )
|
|||
DrawPanel->CursorOff( DC );
|
||||
GetScreen()->m_Curseur.x = Pin->m_Pos.x;
|
||||
GetScreen()->m_Curseur.y = -Pin->m_Pos.y;
|
||||
|
||||
|
||||
// Add this new pin in list, and creates pins for others parts if needed
|
||||
m_drawItem = Pin;
|
||||
PlacePin( DC );
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
#include "dialog_find.h"
|
||||
#include "netlist_control.h"
|
||||
#include "dialog_erc.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libviewfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "viewlib_frame.h"
|
||||
#include "hotkeys.h"
|
||||
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "general.h"
|
||||
#include "trigo.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_libentry.h"
|
||||
#include "dialog_lib_edit_draw_item.h"
|
||||
|
||||
|
@ -569,7 +569,7 @@ void WinEDA_LibeditFrame::StartModifyDrawSymbol( wxDC* DC )
|
|||
}
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
#include "class_library.h"
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libeditfrm.h"
|
||||
#include "libeditframe.h"
|
||||
|
||||
#ifdef __UNIX__
|
||||
#define LISTBOX_WIDTH 140
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "protos.h"
|
||||
#include "hotkeys.h"
|
||||
#include "class_library.h"
|
||||
#include "libviewfrm.h"
|
||||
#include "viewlib_frame.h"
|
||||
|
||||
|
||||
void WinEDA_ViewlibFrame::ReCreateHToolbar()
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libviewfrm.h"
|
||||
#include "viewlib_frame.h"
|
||||
#include "class_library.h"
|
||||
#include "hotkeys.h"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "program.h"
|
||||
#include "general.h"
|
||||
#include "protos.h"
|
||||
#include "libviewfrm.h"
|
||||
#include "viewlib_frame.h"
|
||||
#include "eeschema_id.h"
|
||||
#include "class_library.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue