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
0ef043f0
Commit
0ef043f0
authored
May 15, 2013
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replace BOM dialog with a pointer to FAQ
https://answers.launchpad.net/kicad/+faq/2265
parent
ac1386a5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
8 deletions
+5
-8
BOM_lister.h.notused
eeschema/BOM_lister.h.notused
+0
-0
CMakeLists.txt
eeschema/CMakeLists.txt
+0
-3
build_BOM.cpp.notused
eeschema/build_BOM.cpp.notused
+0
-0
schframe.cpp
eeschema/schframe.cpp
+5
-5
No files found.
eeschema/BOM_lister.h
→
eeschema/BOM_lister.h
.notused
View file @
0ef043f0
File moved
eeschema/CMakeLists.txt
View file @
0ef043f0
...
...
@@ -16,8 +16,6 @@ set(EESCHEMA_DLGS
dialogs/dialog_annotate_base.cpp
dialogs/dialog_lib_edit_text.cpp
dialogs/dialog_lib_edit_text_base.cpp
dialogs/dialog_build_BOM.cpp
dialogs/dialog_build_BOM_base.cpp
dialogs/dialog_edit_component_in_lib.cpp
dialogs/dialog_edit_component_in_lib_base.cpp
dialogs/dialog_edit_component_in_schematic_fbp.cpp
...
...
@@ -60,7 +58,6 @@ set(EESCHEMA_SRCS
backanno.cpp
block.cpp
block_libedit.cpp
build_BOM.cpp
busentry.cpp
bus-wire-junction.cpp
class_drc_erc_item.cpp
...
...
eeschema/build_BOM.cpp
→
eeschema/build_BOM.cpp
.notused
View file @
0ef043f0
File moved
eeschema/schframe.cpp
View file @
0ef043f0
...
...
@@ -644,10 +644,10 @@ void SCH_EDIT_FRAME::OnCreateNetlist( wxCommandEvent& event )
void
SCH_EDIT_FRAME
::
OnCreateBillOfMaterials
(
wxCommandEvent
&
)
{
DIALOG_BUILD_BOM
*
dlg
=
new
DIALOG_BUILD_BOM
(
this
);
dlg
->
ShowModal
(
);
dlg
->
Destroy
();
wxMessageDialog
dlg
(
this
,
wxT
(
"https://answers.launchpad.net/kicad/+faq/2265"
),
_
(
"BOM Howto"
)
);
dlg
.
ShowModal
();
}
...
...
@@ -852,7 +852,7 @@ void SCH_EDIT_FRAME::OnPrint( wxCommandEvent& event )
}
}
void
SCH_EDIT_FRAME
::
PrintPage
(
wxDC
*
aDC
,
LAYER_MSK
aPrintMask
,
bool
aPrintMirrorMode
,
void
SCH_EDIT_FRAME
::
PrintPage
(
wxDC
*
aDC
,
LAYER_MSK
aPrintMask
,
bool
aPrintMirrorMode
,
void
*
aData
)
{
GetScreen
()
->
Draw
(
m_canvas
,
aDC
,
GR_DEFAULT_DRAWMODE
);
...
...
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