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
15 years ago
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
...
@@ -87,12 +87,12 @@ set(EESCHEMA_SRCS
hotkeys.cpp
hotkeys.cpp
libarch.cpp
libarch.cpp
libedit.cpp
libedit.cpp
libeditframe.cpp
libedit_onleftclick.cpp
libedit_onleftclick.cpp
libedit_onrightclick.cpp
libedit_onrightclick.cpp
libedit_undo_redo.cpp
libedit_undo_redo.cpp
lib_export.cpp
lib_export.cpp
libfield.cpp
libfield.cpp
libframe.cpp
load_one_schematic_file.cpp
load_one_schematic_file.cpp
locate.cpp
locate.cpp
menubar.cpp
menubar.cpp
...
...
This diff is collapsed.
Click to expand it.
eeschema/block_libedit.cpp
View file @
0f06d8a1
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include "general.h"
#include "general.h"
#include "class_library.h"
#include "class_library.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
static
void
DrawMovingBlockOutlines
(
WinEDA_DrawPanel
*
panel
,
wxDC
*
DC
,
static
void
DrawMovingBlockOutlines
(
WinEDA_DrawPanel
*
panel
,
wxDC
*
DC
,
...
...
This diff is collapsed.
Click to expand it.
eeschema/class_pin.cpp
View file @
0f06d8a1
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
#include "class_libentry.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/controle.cpp
View file @
0f06d8a1
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "
libviewfrm
.h"
#include "
viewlib_frame
.h"
#include "classes_body_items.h"
#include "classes_body_items.h"
#include "class_marker_sch.h"
#include "class_marker_sch.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/dialog_create_component.cpp
View file @
0f06d8a1
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// Name: dialog_create_component.cpp
// Name: dialog_create_component.cpp
// Purpose:
// Purpose:
// Author:
// Author:
// Modified by:
// Modified by:
// Created: 01/14/06 10:14:28
// Created: 01/14/06 10:14:28
// RCS-ID:
// RCS-ID:
// Copyright:
// Copyright:
// Licence:
// Licence:
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// Generated by DialogBlocks (unregistered), 01/14/06 10:14:28
// Generated by DialogBlocks (unregistered), 01/14/06 10:14:28
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "program.h"
#include "program.h"
#include "class_libentry.h"
#include "class_libentry.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
////@begin includes
////@begin includes
////@end includes
////@end includes
...
@@ -306,7 +306,7 @@ void WinEDA_CreateCmpDialog::OnOkClick( wxCommandEvent& event )
...
@@ -306,7 +306,7 @@ void WinEDA_CreateCmpDialog::OnOkClick( wxCommandEvent& event )
////@begin wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON in WinEDA_CreateCmpDialog.
////@begin wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON in WinEDA_CreateCmpDialog.
// Before editing this code, remove the block markers.
// Before editing this code, remove the block markers.
event
.
Skip
();
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 )
...
@@ -319,7 +319,7 @@ void WinEDA_CreateCmpDialog::OnCancelClick( wxCommandEvent& event )
////@begin wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON1 in WinEDA_CreateCmpDialog.
////@begin wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON1 in WinEDA_CreateCmpDialog.
// Before editing this code, remove the block markers.
// Before editing this code, remove the block markers.
event
.
Skip
();
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.
}
}
This diff is collapsed.
Click to expand it.
eeschema/dialog_edit_component_in_lib.cpp
View file @
0f06d8a1
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "class_library.h"
//#include "class_libentry.h"
//#include "class_libentry.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/dialog_edit_libentry_fields_in_lib.cpp
View file @
0f06d8a1
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "class_library.h"
#include "dialog_edit_libentry_fields_in_lib_base.h"
#include "dialog_edit_libentry_fields_in_lib_base.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/dialog_eeschema_config.cpp
View file @
0f06d8a1
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "netlist.h"
#include "netlist.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "
libviewfrm
.h"
#include "
viewlib_frame
.h"
#include <wx/tokenzr.h>
#include <wx/tokenzr.h>
...
...
This diff is collapsed.
Click to expand it.
eeschema/edit_component_in_lib.cpp
View file @
0f06d8a1
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "class_library.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/edit_graphic_bodyitem_text.cpp
View file @
0f06d8a1
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
#include "class_libentry.h"
#include "dialog_bodygraphictext_properties_base.h"
#include "dialog_bodygraphictext_properties_base.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/files-io.cpp
View file @
0f06d8a1
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include "protos.h"
#include "protos.h"
#include "eeschema_id.h"
#include "eeschema_id.h"
#include "class_library.h"
#include "class_library.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/getpart.cpp
View file @
0f06d8a1
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "class_library.h"
#include "class_library.h"
#include "
libviewfrm
.h"
#include "
viewlib_frame
.h"
#include "get_component_dialog.h"
#include "get_component_dialog.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/hotkeys.cpp
View file @
0f06d8a1
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
#include "class_libentry.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/lib_export.cpp
View file @
0f06d8a1
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "class_library.h"
#include <wx/filename.h>
#include <wx/filename.h>
...
...
This diff is collapsed.
Click to expand it.
eeschema/libedit.cpp
View file @
0f06d8a1
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "class_library.h"
#include "dialog_lib_new_component.h"
#include "dialog_lib_new_component.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/libedit_onleftclick.cpp
View file @
0f06d8a1
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
#include "class_libentry.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/libedit_onrightclick.cpp
View file @
0f06d8a1
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
#include "class_libentry.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/libedit_undo_redo.cpp
View file @
0f06d8a1
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
#include "class_libentry.h"
...
...
This diff is collapsed.
Click to expand it.
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 "fctsys.h"
#include "appl_wxstruct.h"
#include "appl_wxstruct.h"
...
@@ -14,7 +16,7 @@
...
@@ -14,7 +16,7 @@
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "eeschema_id.h"
#include "eeschema_id.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "class_library.h"
#include "kicad_device_context.h"
#include "kicad_device_context.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/libeditfr
m
.h
→
eeschema/libeditfr
ame
.h
View file @
0f06d8a1
File moved
This diff is collapsed.
Click to expand it.
eeschema/libfield.cpp
View file @
0f06d8a1
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "class_library.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/pinedit.cpp
View file @
0f06d8a1
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#include "confirm.h"
#include "confirm.h"
#include "program.h"
#include "program.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "eeschema_id.h"
#include "eeschema_id.h"
#include "class_libentry.h"
#include "class_libentry.h"
#include "general.h"
#include "general.h"
...
@@ -604,7 +604,7 @@ void WinEDA_LibeditFrame::RepeatPinItem( wxDC* DC, LIB_PIN* SourcePin )
...
@@ -604,7 +604,7 @@ void WinEDA_LibeditFrame::RepeatPinItem( wxDC* DC, LIB_PIN* SourcePin )
DrawPanel
->
CursorOff
(
DC
);
DrawPanel
->
CursorOff
(
DC
);
GetScreen
()
->
m_Curseur
.
x
=
Pin
->
m_Pos
.
x
;
GetScreen
()
->
m_Curseur
.
x
=
Pin
->
m_Pos
.
x
;
GetScreen
()
->
m_Curseur
.
y
=
-
Pin
->
m_Pos
.
y
;
GetScreen
()
->
m_Curseur
.
y
=
-
Pin
->
m_Pos
.
y
;
// Add this new pin in list, and creates pins for others parts if needed
// Add this new pin in list, and creates pins for others parts if needed
m_drawItem
=
Pin
;
m_drawItem
=
Pin
;
PlacePin
(
DC
);
PlacePin
(
DC
);
...
...
This diff is collapsed.
Click to expand it.
eeschema/schframe.cpp
View file @
0f06d8a1
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
#include "dialog_find.h"
#include "dialog_find.h"
#include "netlist_control.h"
#include "netlist_control.h"
#include "dialog_erc.h"
#include "dialog_erc.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "
libviewfrm
.h"
#include "
viewlib_frame
.h"
#include "hotkeys.h"
#include "hotkeys.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/symbdraw.cpp
View file @
0f06d8a1
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#include "general.h"
#include "general.h"
#include "trigo.h"
#include "trigo.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_libentry.h"
#include "class_libentry.h"
#include "dialog_lib_edit_draw_item.h"
#include "dialog_lib_edit_draw_item.h"
...
@@ -569,7 +569,7 @@ void WinEDA_LibeditFrame::StartModifyDrawSymbol( wxDC* DC )
...
@@ -569,7 +569,7 @@ void WinEDA_LibeditFrame::StartModifyDrawSymbol( wxDC* DC )
}
}
}
}
break
;
break
;
default
:
default
:
break
;
break
;
}
}
...
...
This diff is collapsed.
Click to expand it.
eeschema/symbedit.cpp
View file @
0f06d8a1
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#include "class_library.h"
#include "class_library.h"
#include <boost/foreach.hpp>
#include <boost/foreach.hpp>
...
...
This diff is collapsed.
Click to expand it.
eeschema/tool_lib.cpp
View file @
0f06d8a1
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "libeditfr
m
.h"
#include "libeditfr
ame
.h"
#ifdef __UNIX__
#ifdef __UNIX__
#define LISTBOX_WIDTH 140
#define LISTBOX_WIDTH 140
...
...
This diff is collapsed.
Click to expand it.
eeschema/tool_viewlib.cpp
View file @
0f06d8a1
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include "protos.h"
#include "protos.h"
#include "hotkeys.h"
#include "hotkeys.h"
#include "class_library.h"
#include "class_library.h"
#include "
libviewfrm
.h"
#include "
viewlib_frame
.h"
void
WinEDA_ViewlibFrame
::
ReCreateHToolbar
()
void
WinEDA_ViewlibFrame
::
ReCreateHToolbar
()
...
...
This diff is collapsed.
Click to expand it.
eeschema/viewlib_frame.cpp
View file @
0f06d8a1
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "
libviewfrm
.h"
#include "
viewlib_frame
.h"
#include "class_library.h"
#include "class_library.h"
#include "hotkeys.h"
#include "hotkeys.h"
...
...
This diff is collapsed.
Click to expand it.
eeschema/
libviewfrm
.h
→
eeschema/
viewlib_frame
.h
View file @
0f06d8a1
File moved
This diff is collapsed.
Click to expand it.
eeschema/viewlibs.cpp
View file @
0f06d8a1
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include "program.h"
#include "program.h"
#include "general.h"
#include "general.h"
#include "protos.h"
#include "protos.h"
#include "
libviewfrm
.h"
#include "
viewlib_frame
.h"
#include "eeschema_id.h"
#include "eeschema_id.h"
#include "class_library.h"
#include "class_library.h"
...
...
This diff is collapsed.
Click to expand it.
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