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
ae263430
Commit
ae263430
authored
Mar 12, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preparing stable version
parent
f14be5af
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
395 additions
and
369 deletions
+395
-369
build_version.cpp
common/build_version.cpp
+2
-2
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+390
-356
dialog_pad_properties.cpp
pcbnew/dialog_pad_properties.cpp
+1
-9
version.txt
version.txt
+2
-2
No files found.
common/build_version.cpp
View file @
ae263430
...
...
@@ -6,10 +6,10 @@
#endif
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-0
2-28
)"
#define KICAD_BUILD_VERSION "(2010-0
3-13
)"
#endif
#define VERSION_STABILITY "
RC5
"
#define VERSION_STABILITY "
final
"
/** Function GetBuildVersion()
* Return the build date and version
...
...
internat/fr/kicad.mo
View file @
ae263430
No preview for this file type
internat/fr/kicad.po
View file @
ae263430
This diff is collapsed.
Click to expand it.
pcbnew/dialog_pad_properties.cpp
View file @
ae263430
...
...
@@ -573,20 +573,12 @@ void DIALOG_PAD_PROPERTIES::PadPropertiesAccept( wxCommandEvent& event )
int
padlayers_mask
=
PadLayerMask
&
(
LAYER_BACK
|
LAYER_FRONT
);
if
(
padlayers_mask
==
0
)
{
if
(
g_Pad_Master
.
m_
Size
.
x
||
g_Pad_Master
.
m_Drill
.
y
)
if
(
g_Pad_Master
.
m_
Drill
.
x
||
g_Pad_Master
.
m_Drill
.
y
)
{
DisplayError
(
this
,
_
(
"Error: pad is not on a copper layer and has a hole"
)
);
return
;
}
}
if
(
padlayers_mask
!=
(
LAYER_BACK
|
LAYER_FRONT
)
)
{
if
(
g_Pad_Master
.
m_Size
.
x
||
g_Pad_Master
.
m_Drill
.
y
)
{
if
(
!
IsOK
(
this
,
_
(
"Warning: pad is not a through pad and has a hole; Continue?"
)
)
)
return
;
}
}
if
(
(
g_Pad_Master
.
m_Size
.
x
/
2
<=
ABS
(
g_Pad_Master
.
m_Offset
.
x
)
)
||
(
g_Pad_Master
.
m_Size
.
y
/
2
<=
ABS
(
g_Pad_Master
.
m_Offset
.
y
)
)
)
...
...
version.txt
View file @
ae263430
release version:
2010
feb 28
2010
mar 13
files (.zip,.tgz):
kicad-2010-0
2-28-RC5
kicad-2010-0
3-13-final
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