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
b09f3ab7
Commit
b09f3ab7
authored
Dec 04, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minors aesthetic changes
parent
0eaafe79
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1733 additions
and
1729 deletions
+1733
-1729
dialog_edit_component_in_lib_base.cpp
eeschema/dialog_edit_component_in_lib_base.cpp
+1
-1
dialog_edit_component_in_lib_base.fbp
eeschema/dialog_edit_component_in_lib_base.fbp
+1
-1
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+2
-2
dialog_drc.cpp
pcbnew/dialog_drc.cpp
+2
-0
dialog_drc_base.cpp
pcbnew/dialog_drc_base.cpp
+217
-215
dialog_drc_base.fbp
pcbnew/dialog_drc_base.fbp
+1409
-1409
dialog_drc_base.h
pcbnew/dialog_drc_base.h
+101
-101
No files found.
eeschema/dialog_edit_component_in_lib_base.cpp
View file @
b09f3ab7
...
...
@@ -235,7 +235,7 @@ DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE::DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE( wx
m_sdbSizer2Cancel
=
new
wxButton
(
this
,
wxID_CANCEL
);
m_sdbSizer2
->
AddButton
(
m_sdbSizer2Cancel
);
m_sdbSizer2
->
Realize
();
bMainSizer
->
Add
(
m_sdbSizer2
,
0
,
wxEXPAND
,
5
);
bMainSizer
->
Add
(
m_sdbSizer2
,
0
,
wxEXPAND
|
wxALL
,
5
);
this
->
SetSizer
(
bMainSizer
);
this
->
Layout
();
...
...
eeschema/dialog_edit_component_in_lib_base.fbp
View file @
b09f3ab7
...
...
@@ -2009,7 +2009,7 @@
</object>
<object
class=
"sizeritem"
expanded=
"1"
>
<property
name=
"border"
>
5
</property>
<property
name=
"flag"
>
wxEXPAND
</property>
<property
name=
"flag"
>
wxEXPAND
|wxALL
</property>
<property
name=
"proportion"
>
0
</property>
<object
class=
"wxStdDialogButtonSizer"
expanded=
"1"
>
<property
name=
"Apply"
>
0
</property>
...
...
internat/fr/kicad.mo
View file @
b09f3ab7
No preview for this file type
internat/fr/kicad.po
View file @
b09f3ab7
...
...
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: kicad\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-12-03 10:25+0100\n"
"PO-Revision-Date: 2009-12-0
3 10:25
+0100\n"
"PO-Revision-Date: 2009-12-0
4 08:16
+0100\n"
"Last-Translator: \n"
"Language-Team: kicad team <jean-pierre.charras@ujf-grenoble.fr>\n"
"MIME-Version: 1.0\n"
...
...
@@ -9998,7 +9998,7 @@ msgstr "Ajouter à toutes les &parts du boitier"
#: eeschema/dialog_lib_edit_pin_base.cpp:137
msgid "Add to all alternate &body styles (DeMorgan)"
msgstr "Aj
uo
ter à toutes les forme &alternatives (DeMorgan)"
msgstr "Aj
ou
ter à toutes les forme &alternatives (DeMorgan)"
#: eeschema/dialog_lib_edit_pin_base.cpp:141
msgid "&Visible"
...
...
pcbnew/dialog_drc.cpp
View file @
b09f3ab7
...
...
@@ -34,6 +34,8 @@ DIALOG_DRC_CONTROL::DIALOG_DRC_CONTROL( DRC* aTester, WinEDA_PcbFrame* parent )
{
GetSizer
()
->
SetSizeHints
(
this
);
}
Centre
();
}
...
...
pcbnew/dialog_drc_base.cpp
View file @
b09f3ab7
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version
Dec 29 2008)
// C++ code generated with wxFormBuilder (version
Apr 16 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
...
...
@@ -103,6 +103,8 @@ DIALOG_DRC_CONTROL_BASE::DIALOG_DRC_CONTROL_BASE( wxWindow* parent, wxWindowID i
bSizerMessages
->
Add
(
m_staticText6
,
0
,
wxRIGHT
|
wxLEFT
,
5
);
m_Messages
=
new
wxTextCtrl
(
this
,
wxID_ANY
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxHSCROLL
|
wxTE_MULTILINE
|
wxTE_READONLY
);
m_Messages
->
SetMinSize
(
wxSize
(
220
,
-
1
)
);
bSizerMessages
->
Add
(
m_Messages
,
1
,
wxBOTTOM
|
wxRIGHT
|
wxLEFT
|
wxEXPAND
,
5
);
m_CommandSizer
->
Add
(
bSizerMessages
,
1
,
wxEXPAND
,
5
);
...
...
pcbnew/dialog_drc_base.fbp
View file @
b09f3ab7
...
...
@@ -798,7 +798,7 @@
<property
name=
"id"
>
wxID_ANY
</property>
<property
name=
"maximum_size"
></property>
<property
name=
"maxlength"
>
0
</property>
<property
name=
"minimum_size"
>
-1,-1
</property>
<property
name=
"minimum_size"
>
220,-1
</property>
<property
name=
"name"
>
m_Messages
</property>
<property
name=
"permission"
>
protected
</property>
<property
name=
"pos"
></property>
...
...
pcbnew/dialog_drc_base.h
View file @
b09f3ab7
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version
Dec 29 2008)
// C++ code generated with wxFormBuilder (version
Apr 16 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
...
...
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