Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
0f06d8a1
Commit
0f06d8a1
authored
Feb 16, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename files
parent
dda9251f
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
46 additions
and
44 deletions
+46
-44
CMakeLists.txt
eeschema/CMakeLists.txt
+1
-1
block_libedit.cpp
eeschema/block_libedit.cpp
+1
-1
class_pin.cpp
eeschema/class_pin.cpp
+1
-1
controle.cpp
eeschema/controle.cpp
+2
-2
dialog_create_component.cpp
eeschema/dialog_create_component.cpp
+9
-9
dialog_edit_component_in_lib.cpp
eeschema/dialog_edit_component_in_lib.cpp
+1
-1
dialog_edit_libentry_fields_in_lib.cpp
eeschema/dialog_edit_libentry_fields_in_lib.cpp
+1
-1
dialog_eeschema_config.cpp
eeschema/dialog_eeschema_config.cpp
+2
-2
edit_component_in_lib.cpp
eeschema/edit_component_in_lib.cpp
+1
-1
edit_graphic_bodyitem_text.cpp
eeschema/edit_graphic_bodyitem_text.cpp
+1
-1
files-io.cpp
eeschema/files-io.cpp
+1
-1
getpart.cpp
eeschema/getpart.cpp
+1
-1
hotkeys.cpp
eeschema/hotkeys.cpp
+1
-1
lib_export.cpp
eeschema/lib_export.cpp
+1
-1
libedit.cpp
eeschema/libedit.cpp
+1
-1
libedit_onleftclick.cpp
eeschema/libedit_onleftclick.cpp
+1
-1
libedit_onrightclick.cpp
eeschema/libedit_onrightclick.cpp
+1
-1
libedit_undo_redo.cpp
eeschema/libedit_undo_redo.cpp
+1
-1
libeditframe.cpp
eeschema/libeditframe.cpp
+6
-4
libeditframe.h
eeschema/libeditframe.h
+0
-0
libfield.cpp
eeschema/libfield.cpp
+1
-1
pinedit.cpp
eeschema/pinedit.cpp
+2
-2
schframe.cpp
eeschema/schframe.cpp
+2
-2
symbdraw.cpp
eeschema/symbdraw.cpp
+2
-2
symbedit.cpp
eeschema/symbedit.cpp
+1
-1
tool_lib.cpp
eeschema/tool_lib.cpp
+1
-1
tool_viewlib.cpp
eeschema/tool_viewlib.cpp
+1
-1
viewlib_frame.cpp
eeschema/viewlib_frame.cpp
+1
-1
viewlib_frame.h
eeschema/viewlib_frame.h
+0
-0
viewlibs.cpp
eeschema/viewlibs.cpp
+1
-1
No files found.
eeschema/CMakeLists.txt
View file @
0f06d8a1
...
...
@@ -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
...
...
eeschema/block_libedit.cpp
View file @
0f06d8a1
...
...
@@ -13,7 +13,7 @@
#include "general.h"
#include "class_library.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
static
void
DrawMovingBlockOutlines
(
WinEDA_DrawPanel
*
panel
,
wxDC
*
DC
,
...
...
eeschema/class_pin.cpp
View file @
0f06d8a1
...
...
@@ -14,7 +14,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
...
...
eeschema/controle.cpp
View file @
0f06d8a1
...
...
@@ -12,8 +12,8 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "
libviewfrm
.h"
#include "libeditfr
ame
.h"
#include "
viewlib_frame
.h"
#include "classes_body_items.h"
#include "class_marker_sch.h"
...
...
eeschema/dialog_create_component.cpp
View file @
0f06d8a1
/////////////////////////////////////////////////////////////////////////////
// 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 "libeditfr
m
.h"
#include "libeditfr
ame
.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.
}
eeschema/dialog_edit_component_in_lib.cpp
View file @
0f06d8a1
...
...
@@ -12,7 +12,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
//#include "class_libentry.h"
...
...
eeschema/dialog_edit_libentry_fields_in_lib.cpp
View file @
0f06d8a1
...
...
@@ -12,7 +12,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "dialog_edit_libentry_fields_in_lib_base.h"
...
...
eeschema/dialog_eeschema_config.cpp
View file @
0f06d8a1
...
...
@@ -17,8 +17,8 @@
#include "general.h"
#include "protos.h"
#include "netlist.h"
#include "libeditfr
m
.h"
#include "
libviewfrm
.h"
#include "libeditfr
ame
.h"
#include "
viewlib_frame
.h"
#include <wx/tokenzr.h>
...
...
eeschema/edit_component_in_lib.cpp
View file @
0f06d8a1
...
...
@@ -12,7 +12,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
...
...
eeschema/edit_graphic_bodyitem_text.cpp
View file @
0f06d8a1
...
...
@@ -12,7 +12,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
#include "dialog_bodygraphictext_properties_base.h"
...
...
eeschema/files-io.cpp
View file @
0f06d8a1
...
...
@@ -13,7 +13,7 @@
#include "protos.h"
#include "eeschema_id.h"
#include "class_library.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
...
...
eeschema/getpart.cpp
View file @
0f06d8a1
...
...
@@ -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"
...
...
eeschema/hotkeys.cpp
View file @
0f06d8a1
...
...
@@ -10,7 +10,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
...
...
eeschema/lib_export.cpp
View file @
0f06d8a1
...
...
@@ -18,7 +18,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include <wx/filename.h>
...
...
eeschema/libedit.cpp
View file @
0f06d8a1
...
...
@@ -13,7 +13,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "dialog_lib_new_component.h"
...
...
eeschema/libedit_onleftclick.cpp
View file @
0f06d8a1
...
...
@@ -15,7 +15,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
...
...
eeschema/libedit_onrightclick.cpp
View file @
0f06d8a1
...
...
@@ -16,7 +16,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
...
...
eeschema/libedit_undo_redo.cpp
View file @
0f06d8a1
...
...
@@ -9,7 +9,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
...
...
eeschema/libframe.cpp
→
eeschema/lib
edit
frame.cpp
View file @
0f06d8a1
/****************************/
/* 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 "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "kicad_device_context.h"
...
...
eeschema/libeditfr
m
.h
→
eeschema/libeditfr
ame
.h
View file @
0f06d8a1
File moved
eeschema/libfield.cpp
View file @
0f06d8a1
...
...
@@ -11,7 +11,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
...
...
eeschema/pinedit.cpp
View file @
0f06d8a1
...
...
@@ -9,7 +9,7 @@
#include "confirm.h"
#include "program.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.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
);
...
...
eeschema/schframe.cpp
View file @
0f06d8a1
...
...
@@ -25,8 +25,8 @@
#include "dialog_find.h"
#include "netlist_control.h"
#include "dialog_erc.h"
#include "libeditfr
m
.h"
#include "
libviewfrm
.h"
#include "libeditfr
ame
.h"
#include "
viewlib_frame
.h"
#include "hotkeys.h"
...
...
eeschema/symbdraw.cpp
View file @
0f06d8a1
...
...
@@ -16,7 +16,7 @@
#include "general.h"
#include "trigo.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.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
;
}
...
...
eeschema/symbedit.cpp
View file @
0f06d8a1
...
...
@@ -16,7 +16,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include <boost/foreach.hpp>
...
...
eeschema/tool_lib.cpp
View file @
0f06d8a1
...
...
@@ -11,7 +11,7 @@
#include "program.h"
#include "general.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#ifdef __UNIX__
#define LISTBOX_WIDTH 140
...
...
eeschema/tool_viewlib.cpp
View file @
0f06d8a1
...
...
@@ -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
()
...
...
eeschema/viewlib_frame.cpp
View file @
0f06d8a1
...
...
@@ -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"
...
...
eeschema/
libviewfrm
.h
→
eeschema/
viewlib_frame
.h
View file @
0f06d8a1
File moved
eeschema/viewlibs.cpp
View file @
0f06d8a1
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment