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
341e3a50
Commit
341e3a50
authored
Oct 19, 2011
by
Fabrizio Tappero
Committed by
jean-pierre charras
Oct 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
icons update.
parent
1bd7fc8a
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1352 additions
and
263 deletions
+1352
-263
export.cpp
bitmaps_png/cpp_26/export.cpp
+67
-63
import.cpp
bitmaps_png/cpp_26/import.cpp
+62
-59
export.svg
bitmaps_png/sources/export.svg
+411
-53
import.svg
bitmaps_png/sources/import.svg
+812
-81
class_pad.cpp
pcbnew/class_pad.cpp
+0
-7
No files found.
bitmaps_png/cpp_26/export.cpp
View file @
341e3a50
This diff is collapsed.
Click to expand it.
bitmaps_png/cpp_26/import.cpp
View file @
341e3a50
This diff is collapsed.
Click to expand it.
bitmaps_png/sources/export.svg
View file @
341e3a50
This diff is collapsed.
Click to expand it.
bitmaps_png/sources/import.svg
View file @
341e3a50
This diff is collapsed.
Click to expand it.
pcbnew/class_pad.cpp
View file @
341e3a50
...
@@ -20,11 +20,6 @@
...
@@ -20,11 +20,6 @@
#include "class_module.h"
#include "class_module.h"
// Due to a bug in previous versions ( m_LengthDie not initialized in D_PAD ctor)
// m_LengthDie is no more read from .brd files
// Uncomment this next line to read m_LengthDie from .brd files
#define READ_PAD_LENGTH_DIE
int
D_PAD
::
m_PadSketchModePenSize
=
0
;
// Pen size used to draw pads in sketch mode
int
D_PAD
::
m_PadSketchModePenSize
=
0
;
// Pen size used to draw pads in sketch mode
...
@@ -501,11 +496,9 @@ int D_PAD::ReadDescr( LINE_READER* aReader )
...
@@ -501,11 +496,9 @@ int D_PAD::ReadDescr( LINE_READER* aReader )
break
;
break
;
case
'L'
:
case
'L'
:
#ifdef READ_PAD_LENGTH_DIE
int
lengthdie
;
int
lengthdie
;
nn
=
sscanf
(
PtLine
,
"%d"
,
&
lengthdie
);
nn
=
sscanf
(
PtLine
,
"%d"
,
&
lengthdie
);
m_LengthDie
=
lengthdie
;
m_LengthDie
=
lengthdie
;
#endif
break
;
break
;
case
'.'
:
/* Read specific data */
case
'.'
:
/* Read specific data */
...
...
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