rename files

This commit is contained in:
charras 2010-02-16 16:21:52 +00:00
parent dda9251f89
commit 0f06d8a136
30 changed files with 46 additions and 44 deletions

View File

@ -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

View File

@ -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,

View File

@ -14,7 +14,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfrm.h"
#include "libeditframe.h"
#include "class_libentry.h"

View File

@ -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"

View File

@ -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.
}

View File

@ -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"

View File

@ -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"

View File

@ -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>

View File

@ -12,7 +12,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfrm.h"
#include "libeditframe.h"
#include "class_library.h"

View File

@ -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"

View File

@ -13,7 +13,7 @@
#include "protos.h"
#include "eeschema_id.h"
#include "class_library.h"
#include "libeditfrm.h"
#include "libeditframe.h"

View File

@ -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"

View File

@ -10,7 +10,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfrm.h"
#include "libeditframe.h"
#include "class_libentry.h"

View File

@ -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>

View File

@ -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"

View File

@ -15,7 +15,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfrm.h"
#include "libeditframe.h"
#include "class_libentry.h"

View File

@ -16,7 +16,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfrm.h"
#include "libeditframe.h"
#include "class_libentry.h"

View File

@ -9,7 +9,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfrm.h"
#include "libeditframe.h"
#include "class_libentry.h"

View File

@ -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"

View File

@ -11,7 +11,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfrm.h"
#include "libeditframe.h"
#include "class_library.h"

View File

@ -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 );

View File

@ -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"

View File

@ -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;
}

View File

@ -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>

View File

@ -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

View File

@ -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()

View File

@ -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"

View File

@ -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"