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
0750a215
Commit
0750a215
authored
Apr 09, 2008
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed bug: forgotten paths when adding lib files when not in the default lib path
parent
03569ca1
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1291 additions
and
1296 deletions
+1291
-1296
change_log.txt
change_log.txt
+8
-0
component_class.h
eeschema/component_class.h
+14
-13
dialog_eeschema_config.cpp
eeschema/dialog_eeschema_config.cpp
+12
-12
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+1257
-1271
No files found.
change_log.txt
View file @
0750a215
...
@@ -5,6 +5,14 @@ Started 2007-June-11
...
@@ -5,6 +5,14 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with
Please add newer entries at the top, list the date and your name with
email address.
email address.
2008-Apr-09 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+eeschema
removed bug: forgotten paths when adding lib files when not in the default lib path
Also: adding SCH_COMPONENT.m_PartPerPackageSelections to handle multiple parts per package selection
in a complex hierarchy, but yet, no other code to do that.
2008-Mar-30 UPDATE Jonas Diemer <diemer-at-gmx.de>
2008-Mar-30 UPDATE Jonas Diemer <diemer-at-gmx.de>
================================================================================
================================================================================
+eeschema
+eeschema
...
...
eeschema/component_class.h
View file @
0750a215
...
@@ -37,8 +37,8 @@ enum NumFieldType {
...
@@ -37,8 +37,8 @@ enum NumFieldType {
* component fields are texts attached to the component (not the graphic texts)
* component fields are texts attached to the component (not the graphic texts)
* There are 2 major fields : Reference and Value
* There are 2 major fields : Reference and Value
*/
*/
class
PartTextStruct
:
public
EDA_BaseStruct
class
PartTextStruct
:
public
EDA_BaseStruct
,
,
public
EDA_TextStruct
public
EDA_TextStruct
{
{
public
:
public
:
int
m_Layer
;
int
m_Layer
;
...
@@ -89,7 +89,8 @@ public:
...
@@ -89,7 +89,8 @@ public:
wxArrayString
m_Paths
;
// /sheet1/C102, /sh2/sh1/U32 etc.
wxArrayString
m_Paths
;
// /sheet1/C102, /sh2/sh1/U32 etc.
wxArrayString
m_References
;
// C102, U32 etc.
wxArrayString
m_References
;
// C102, U32 etc.
wxString
m_PrefixString
;
/*C, R, U, Q etc - the first character which typically indicates what the component is.
wxArrayString
m_PartPerPackageSelections
;
// "1", "2" etc. when a component has more than 1 partper package
wxString
m_PrefixString
;
/* C, R, U, Q etc - the first character which typically indicates what the component is.
* determined, upon placement, from the library component.
* determined, upon placement, from the library component.
* determined, upon file load, by the first non-digits in the reference fields. */
* determined, upon file load, by the first non-digits in the reference fields. */
...
...
eeschema/dialog_eeschema_config.cpp
View file @
0750a215
...
@@ -373,7 +373,7 @@ wxString FullLibName,ShortLibName, Mask;
...
@@ -373,7 +373,7 @@ wxString FullLibName,ShortLibName, Mask;
FilesDialog
.
ShowModal
();
FilesDialog
.
ShowModal
();
wxArrayString
Filenames
;
wxArrayString
Filenames
;
FilesDialog
.
Get
Filename
s
(
Filenames
);
FilesDialog
.
Get
Path
s
(
Filenames
);
for
(
unsigned
jj
=
0
;
jj
<
Filenames
.
GetCount
();
jj
++
)
for
(
unsigned
jj
=
0
;
jj
<
Filenames
.
GetCount
();
jj
++
)
{
{
...
...
internat/fr/kicad.mo
View file @
0750a215
No preview for this file type
internat/fr/kicad.po
View file @
0750a215
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