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
14f74f7a
Commit
14f74f7a
authored
Mar 30, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preparing a bug fix release
parent
95316beb
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
582 additions
and
468 deletions
+582
-468
CHANGELOG.txt
CHANGELOG.txt
+2
-2
build_version.cpp
common/build_version.cpp
+2
-2
dialog_edit_label_base.cpp
eeschema/dialog_edit_label_base.cpp
+3
-2
dialog_edit_label_base.fbp
eeschema/dialog_edit_label_base.fbp
+1
-1
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+572
-459
version.txt
version.txt
+2
-2
No files found.
CHANGELOG.txt
View file @
14f74f7a
...
...
@@ -9,10 +9,10 @@ email address.
================================================================================
++Pcbnew
enhancements in printing or plot in SVG format:
When printing techncal layers, pads on solder mask or solder paste layers
When printing techn
i
cal layers, pads on solder mask or solder paste layers
where printed in sketch mode.
Now they are printed as solid shapes, with dimensions according to
solder past or solder mask clearances.
solder past
e
or solder mask clearances.
2010-mar-18 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
...
...
common/build_version.cpp
View file @
14f74f7a
...
...
@@ -6,10 +6,10 @@
#endif
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-03-
17
)"
#define KICAD_BUILD_VERSION "(2010-03-
30 SVN 2479
)"
#endif
#define VERSION_STABILITY "
unstable
"
#define VERSION_STABILITY "
final
"
/** Function GetBuildVersion()
* Return the build date and version
...
...
eeschema/dialog_edit_label_base.cpp
View file @
14f74f7a
...
...
@@ -36,10 +36,11 @@ DialogLabelEditor_Base::DialogLabelEditor_Base( wxWindow* parent, wxWindowID id,
m_textLabelMultiLine
=
new
wxTextCtrl
(
this
,
wxID_VALUEMULTI
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxTE_MULTILINE
|
wxTE_PROCESS_ENTER
);
m_textLabelMultiLine
->
SetToolTip
(
_
(
"Enter the text to be used within the schematic"
)
);
m_textLabelMultiLine
->
SetMinSize
(
wxSize
(
-
1
,
60
)
);
bSizeText
->
Add
(
m_textLabelMultiLine
,
1
,
wxEXPAND
|
wxLEFT
,
5
);
bSizeText
->
Add
(
m_textLabelMultiLine
,
1
,
wxEXPAND
|
wxLEFT
,
3
);
m_textControlSizer
->
Add
(
bSizeText
,
1
,
wxEXPAND
,
5
);
m_textControlSizer
->
Add
(
bSizeText
,
1
,
wxEXPAND
,
3
);
m_SizeTitle
=
new
wxStaticText
(
this
,
wxID_ANY
,
_
(
"&Size:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_SizeTitle
->
Wrap
(
-
1
);
...
...
eeschema/dialog_edit_label_base.fbp
View file @
14f74f7a
...
...
@@ -220,7 +220,7 @@
<property
name=
"id"
>
wxID_VALUEMULTI
</property>
<property
name=
"maximum_size"
></property>
<property
name=
"maxlength"
>
0
</property>
<property
name=
"minimum_size"
></property>
<property
name=
"minimum_size"
>
-1,60
</property>
<property
name=
"name"
>
m_textLabelMultiLine
</property>
<property
name=
"permission"
>
protected
</property>
<property
name=
"pos"
></property>
...
...
internat/fr/kicad.mo
View file @
14f74f7a
No preview for this file type
internat/fr/kicad.po
View file @
14f74f7a
This diff is collapsed.
Click to expand it.
version.txt
View file @
14f74f7a
release version:
2010 mar
14 (SVN 2456
)
2010 mar
30 (SVN 2479
)
files (.zip,.tgz):
kicad-2010-03-
14
-final
kicad-2010-03-
30
-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