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
12fa5f02
Commit
12fa5f02
authored
Oct 09, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eeschema: fixed minor problem when displaying pin info in schematic
parent
1fec58e8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4283 additions
and
4188 deletions
+4283
-4188
class_pin.cpp
eeschema/class_pin.cpp
+1
-1
controle.cpp
eeschema/controle.cpp
+13
-10
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+4269
-4177
No files found.
eeschema/class_pin.cpp
View file @
12fa5f02
...
...
@@ -1230,7 +1230,7 @@ void LIB_PIN::DisplayInfo( WinEDA_DrawFrame* frame )
break
;
}
frame
->
MsgPanel
->
AppendMessage
(
_
(
"Oriention"
),
Text
,
MAGENTA
);
frame
->
MsgPanel
->
AppendMessage
(
_
(
"Orient
at
ion"
),
Text
,
MAGENTA
);
}
...
...
eeschema/controle.cpp
View file @
12fa5f02
...
...
@@ -84,10 +84,11 @@ SCH_ITEM* WinEDA_SchematicFrame:: SchematicGeneralLocateAndDisplay( bool Include
/* Force display pin infos (the previous display could be a component info) */
Pin
->
DisplayInfo
(
this
);
if
(
LibItem
)
Affiche_1_Parametre
(
this
,
1
,
LibItem
->
GetRef
(
GetSheet
()
),
{
MsgPanel
->
AppendMessage
(
LibItem
->
GetRef
(
GetSheet
()
),
LibItem
->
GetField
(
VALUE
)
->
m_Text
,
CYAN
);
DARKCYAN
);
}
// Cross probing:2 - pin found, and send a locate pin command to pcbnew (hightlight net)
SendMessageToPCBNEW
(
Pin
,
LibItem
);
...
...
@@ -153,10 +154,11 @@ SCH_ITEM* WinEDA_SchematicFrame:: SchematicGeneralLocateAndDisplay( const wxPoin
{
Pin
->
DisplayInfo
(
this
);
if
(
LibItem
)
Affiche_1_Parametre
(
this
,
1
,
LibItem
->
GetRef
(
GetSheet
()
),
LibItem
->
GetField
(
VALUE
)
->
m_Text
,
CYAN
);
{
MsgPanel
->
AppendMessage
(
LibItem
->
GetRef
(
GetSheet
()
),
LibItem
->
GetField
(
VALUE
)
->
m_Text
,
DARKCYAN
);
}
}
else
MsgPanel
->
EraseMsgBox
();
...
...
@@ -179,10 +181,11 @@ SCH_ITEM* WinEDA_SchematicFrame:: SchematicGeneralLocateAndDisplay( const wxPoin
{
Pin
->
DisplayInfo
(
this
);
if
(
LibItem
)
Affiche_1_Parametre
(
this
,
1
,
LibItem
->
GetRef
(
GetSheet
()
),
{
MsgPanel
->
AppendMessage
(
LibItem
->
GetRef
(
GetSheet
()
),
LibItem
->
GetField
(
VALUE
)
->
m_Text
,
CYAN
);
DARKCYAN
);
}
if
(
IncludePin
)
return
LibItem
;
}
...
...
internat/fr/kicad.mo
View file @
12fa5f02
No preview for this file type
internat/fr/kicad.po
View file @
12fa5f02
This diff is collapsed.
Click to expand it.
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