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
7af67a89
Commit
7af67a89
authored
Oct 17, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed compil error, and a display problem in eeschema
parent
7e24e438
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
8 deletions
+13
-8
get_component_dialog.cpp
common/get_component_dialog.cpp
+1
-1
class_libentry.h
eeschema/class_libentry.h
+2
-1
class_sch_component.cpp
eeschema/class_sch_component.cpp
+1
-1
viewlib_frame.cpp
eeschema/viewlib_frame.cpp
+5
-0
._osx-package.pmdoc
packaging/mac-osx/__MACOSX/._osx-package.pmdoc
+0
-0
04gerbview-contents.xml
packaging/mac-osx/osx-package.pmdoc/04gerbview-contents.xml
+1
-1
04gerbview.xml
packaging/mac-osx/osx-package.pmdoc/04gerbview.xml
+1
-0
04kicad.xml
packaging/mac-osx/osx-package.pmdoc/04kicad.xml
+0
-1
05gerbview.xml
packaging/mac-osx/osx-package.pmdoc/05gerbview.xml
+0
-1
05kicad-contents.xml
packaging/mac-osx/osx-package.pmdoc/05kicad-contents.xml
+1
-0
05kicad.xml
packaging/mac-osx/osx-package.pmdoc/05kicad.xml
+1
-0
06demos-contents.xml
packaging/mac-osx/osx-package.pmdoc/06demos-contents.xml
+0
-1
06demos.xml
packaging/mac-osx/osx-package.pmdoc/06demos.xml
+0
-1
No files found.
common/get_component_dialog.cpp
View file @
7af67a89
...
...
@@ -59,7 +59,7 @@ WinEDA_SelectCmp::WinEDA_SelectCmp( WinEDA_DrawFrame* parent,
Text
=
new
wxStaticText
(
this
,
-
1
,
_
(
"Name:"
)
);
LeftBoxSizer
->
Add
(
Text
,
0
,
wxALIGN_LEFT
|
wxLEFT
|
wxRIGHT
|
wxTOP
,
5
);
m_TextCtrl
=
new
wxTextCtrl
(
this
,
ID_ENTER_NAME
,
*
m_Text
);
m_TextCtrl
=
new
wxTextCtrl
(
this
,
ID_ENTER_NAME
,
m_Text
);
m_TextCtrl
->
SetInsertionPoint
(
1
);
LeftBoxSizer
->
Add
(
m_TextCtrl
,
0
,
...
...
eeschema/class_libentry.h
View file @
7af67a89
...
...
@@ -194,7 +194,8 @@ public:
* @param transformMatrix - Cooridinate adjustment settings.
* @param showPinText - Show pin text if true.
* @param drawFields - Draw field text if true otherwise just draw
* body items.
* body items (useful to draw a body in schematic,
* because fields of schematic components replace the lib component fields).
* @param onlySelected - Draws only the body items that are selected.
* Used for block move redraws.
*/
...
...
eeschema/class_sch_component.cpp
View file @
7af67a89
...
...
@@ -204,7 +204,7 @@ void SCH_COMPONENT::Draw( WinEDA_DrawPanel* panel, wxDC* DC,
Entry
->
Draw
(
panel
,
DC
,
m_Pos
+
offset
,
dummy
?
0
:
m_Multi
,
dummy
?
0
:
m_Convert
,
DrawMode
,
Color
,
m_Transform
,
DrawPinText
);
DrawPinText
,
false
);
SCH_CMP_FIELD
*
field
=
GetField
(
REFERENCE
);
...
...
eeschema/viewlib_frame.cpp
View file @
7af67a89
...
...
@@ -104,6 +104,11 @@ WinEDA_ViewlibFrame::WinEDA_ViewlibFrame( wxWindow* father,
SetBaseScreen
(
new
SCH_SCREEN
()
);
GetScreen
()
->
m_Center
=
true
;
// set to true to have the coordinates origine -0,0) centered on screen
LoadSettings
();
// Initilialize grid id to a default value if not found in config or bad:
if
(
(
m_LastGridSizeId
<=
0
)
||
(
m_LastGridSizeId
<
(
ID_POPUP_GRID_USER
-
ID_POPUP_GRID_LEVEL_1000
))
)
m_LastGridSizeId
=
ID_POPUP_GRID_LEVEL_50
-
ID_POPUP_GRID_LEVEL_1000
;
SetSize
(
m_FramePos
.
x
,
m_FramePos
.
y
,
m_FrameSize
.
x
,
m_FrameSize
.
y
);
GetScreen
()
->
SetGrid
(
ID_POPUP_GRID_LEVEL_1000
+
m_LastGridSizeId
);
...
...
packaging/mac-osx/__MACOSX/._osx-package.pmdoc
deleted
100644 → 0
View file @
7e24e438
File deleted
packaging/mac-osx/osx-package.pmdoc/0
5
gerbview-contents.xml
→
packaging/mac-osx/osx-package.pmdoc/0
4
gerbview-contents.xml
View file @
7af67a89
<pkg-contents
spec=
"1.12"
><f
n=
"gerbview.app"
o=
"marco"
g=
"staff"
p=
"16877"
pt=
"/Users/marco/Development/kicad/kicad-sources/gerbview/gerbview.app"
m=
"false"
t=
"file"
><f
n=
"Contents"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"Info.plist"
o=
"marco"
g=
"staff"
p=
"33204"
/><f
n=
"MacOS"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"gerbview"
o=
"marco"
g=
"staff"
p=
"33277"
/></f><f
n=
"Resources"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"gerbview.icns"
o=
"marco"
g=
"staff"
p=
"33204"
/><f
n=
"gerbview_doc.icns"
o=
"marco"
g=
"staff"
p=
"33204"
/></f></f></f></pkg-contents>
\ No newline at end of file
<pkg-contents
spec=
"1.12"
><f
n=
"gerbview.app"
o=
"marco"
g=
"staff"
p=
"16877"
pt=
"/Users/marco/Development/kicad/kicad-sources/gerbview/gerbview.app"
m=
"false"
t=
"file"
><f
n=
"Contents"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"Info.plist"
o=
"marco"
g=
"staff"
p=
"33188"
/><f
n=
"MacOS"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"gerbview"
o=
"marco"
g=
"staff"
p=
"33261"
/></f><f
n=
"Resources"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"gerbview.icns"
o=
"marco"
g=
"staff"
p=
"33188"
/><f
n=
"gerbview_doc.icns"
o=
"marco"
g=
"staff"
p=
"33188"
/></f></f></f></pkg-contents>
\ No newline at end of file
packaging/mac-osx/osx-package.pmdoc/04gerbview.xml
0 → 100644
View file @
7af67a89
<pkgref
spec=
"1.12"
uuid=
"0D9066DC-1B97-47AB-910B-612A3D447EE8"
><config><identifier>
net.sourceforge.kicad.gerbview
</identifier><version>
1
</version><description></description><post-install
type=
"none"
/><installFrom
relative=
"true"
mod=
"true"
includeRoot=
"true"
>
../../gerbview/gerbview.app
</installFrom><installTo
mod=
"true"
>
/Applications/Kicad
</installTo><flags><followSymbolicLinks/></flags><packageStore
type=
"internal"
></packageStore><mod>
installTo
</mod><mod>
relocatable
</mod><mod>
installTo.isAbsoluteType
</mod><mod>
installFrom.path
</mod><mod>
requireAuthorization
</mod><mod>
parent
</mod><mod>
version
</mod><mod>
installTo.path
</mod><mod>
includeRoot
</mod><mod>
identifier
</mod></config><contents><file-list>
04gerbview-contents.xml
</file-list><component
id=
"org.kicad-eda.gerbview"
path=
"/Users/marco/Development/kicad/kicad-sources/gerbview/gerbview.app"
version=
""
isRelocatable=
"true"
><locator-info><token
title=
"pkmk-token-40"
><search-rule><combo
identifier=
"org.kicad-eda.gerbview"
default-path=
"/Applications/Kicad/gerbview.app"
/></search-rule></token></locator-info></component><filter>
/CVS$
</filter><filter>
/\.svn$
</filter><filter>
/\.cvsignore$
</filter><filter>
/\.cvspass$
</filter><filter>
/\.DS_Store$
</filter></contents></pkgref>
\ No newline at end of file
packaging/mac-osx/osx-package.pmdoc/04kicad.xml
deleted
100644 → 0
View file @
7e24e438
<pkgref
spec=
"1.12"
uuid=
"16332325-42A3-47AC-AF70-A6501E7A012D"
><config><identifier>
net.sourceforge.kicad.kicad
</identifier><version>
1
</version><description></description><post-install
type=
"none"
/><installFrom
relative=
"true"
mod=
"true"
includeRoot=
"true"
>
../kicad/kicad.app
</installFrom><installTo
mod=
"true"
>
/Applications/Kicad
</installTo><flags><followSymbolicLinks/></flags><packageStore
type=
"internal"
></packageStore><mod>
parent
</mod><mod>
installFrom.path
</mod><mod>
requireAuthorization
</mod><mod>
installTo.isAbsoluteType
</mod><mod>
relocatable
</mod><mod>
installTo.path
</mod><mod>
includeRoot
</mod><mod>
installTo
</mod><mod>
identifier
</mod></config><contents><file-list>
04kicad-contents.xml
</file-list><component
id=
"org.kicad-eda.kicad"
path=
"/Users/marco/Development/kicad/kicad-sources/kicad/kicad.app"
version=
""
isRelocatable=
"true"
><locator-info><token
title=
"pkmk-token-24"
><search-rule><combo
identifier=
"org.kicad-eda.kicad"
default-path=
"/Applications/Kicad/kicad.app"
/></search-rule></token></locator-info></component><filter>
/CVS$
</filter><filter>
/\.svn$
</filter><filter>
/\.cvsignore$
</filter><filter>
/\.cvspass$
</filter><filter>
/\.DS_Store$
</filter></contents></pkgref>
\ No newline at end of file
packaging/mac-osx/osx-package.pmdoc/05gerbview.xml
deleted
100644 → 0
View file @
7e24e438
<pkgref
spec=
"1.12"
uuid=
"0D9066DC-1B97-47AB-910B-612A3D447EE8"
><config><identifier>
net.sourceforge.kicad.gerbview
</identifier><version>
1
</version><description></description><post-install
type=
"none"
/><installFrom
relative=
"true"
mod=
"true"
includeRoot=
"true"
>
../gerbview/gerbview.app
</installFrom><installTo
mod=
"true"
>
/Applications/Kicad
</installTo><flags><followSymbolicLinks/></flags><packageStore
type=
"internal"
></packageStore><mod>
parent
</mod><mod>
installTo.path
</mod><mod>
requireAuthorization
</mod><mod>
installTo.isAbsoluteType
</mod><mod>
relocatable
</mod><mod>
version
</mod><mod>
includeRoot
</mod><mod>
installFrom.path
</mod><mod>
installTo
</mod><mod>
identifier
</mod></config><contents><file-list>
05gerbview-contents.xml
</file-list><component
id=
"org.kicad-eda.gerbview"
path=
"/Users/marco/Development/kicad/kicad-sources/gerbview/gerbview.app"
version=
""
isRelocatable=
"true"
><locator-info><token
title=
"pkmk-token-28"
><search-rule><combo
identifier=
"org.kicad-eda.gerbview"
default-path=
"/Applications/Kicad/gerbview.app"
/></search-rule></token></locator-info></component><filter>
/CVS$
</filter><filter>
/\.svn$
</filter><filter>
/\.cvsignore$
</filter><filter>
/\.cvspass$
</filter><filter>
/\.DS_Store$
</filter></contents></pkgref>
\ No newline at end of file
packaging/mac-osx/osx-package.pmdoc/0
4
kicad-contents.xml
→
packaging/mac-osx/osx-package.pmdoc/0
5
kicad-contents.xml
View file @
7af67a89
<pkg-contents
spec=
"1.12"
><f
n=
"kicad.app"
o=
"marco"
g=
"staff"
p=
"16877"
pt=
"/Users/marco/Development/kicad/kicad-sources/kicad/kicad.app"
m=
"false"
t=
"file"
><f
n=
"Contents"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"Info.plist"
o=
"marco"
g=
"staff"
p=
"33204"
/><f
n=
"MacOS"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"kicad"
o=
"marco"
g=
"staff"
p=
"33277"
/></f><f
n=
"Resources"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"kicad.icns"
o=
"marco"
g=
"staff"
p=
"33204"
/><f
n=
"kicad_doc.icns"
o=
"marco"
g=
"staff"
p=
"33204"
/></f></f></f></pkg-contents>
\ No newline at end of file
<pkg-contents
spec=
"1.12"
><f
n=
"kicad.app"
o=
"marco"
g=
"staff"
p=
"16877"
pt=
"/Users/marco/Development/kicad/kicad-sources/kicad/kicad.app"
m=
"false"
t=
"file"
><f
n=
"Contents"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"Info.plist"
o=
"marco"
g=
"staff"
p=
"33188"
/><f
n=
"MacOS"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"kicad"
o=
"marco"
g=
"staff"
p=
"33261"
/></f><f
n=
"Resources"
o=
"marco"
g=
"staff"
p=
"16877"
><f
n=
"kicad.icns"
o=
"marco"
g=
"staff"
p=
"33188"
/><f
n=
"kicad_doc.icns"
o=
"marco"
g=
"staff"
p=
"33188"
/></f></f></f></pkg-contents>
\ No newline at end of file
packaging/mac-osx/osx-package.pmdoc/05kicad.xml
0 → 100644
View file @
7af67a89
<pkgref
spec=
"1.12"
uuid=
"D5E79B3C-677B-4D51-8625-C41339A85DBB"
><config><identifier>
net.sourceforge.kicad
</identifier><version>
1.0
</version><description/><post-install
type=
"none"
/><requireAuthorization/><installFrom
relative=
"true"
mod=
"true"
includeRoot=
"true"
>
../../kicad/kicad.app
</installFrom><installTo
relocatable=
"true"
>
/Applications
</installTo><flags><followSymbolicLinks/></flags><packageStore
type=
"internal"
/><mod>
installFrom.path
</mod><mod>
identifier
</mod><mod>
parent
</mod></config><contents><file-list>
05kicad-contents.xml
</file-list><component
id=
"org.kicad-eda.kicad"
path=
"/Users/marco/Development/kicad/kicad-sources/kicad/kicad.app"
version=
""
isRelocatable=
"true"
><locator-info><token
title=
"pkmk-token-52"
><search-rule><combo
identifier=
"org.kicad-eda.kicad"
default-path=
"/Applications/kicad.app"
/></search-rule></token></locator-info></component><filter>
/CVS$
</filter><filter>
/\.svn$
</filter><filter>
/\.cvsignore$
</filter><filter>
/\.cvspass$
</filter><filter>
/\.DS_Store$
</filter></contents></pkgref>
\ No newline at end of file
packaging/mac-osx/osx-package.pmdoc/06demos-contents.xml
deleted
100644 → 0
View file @
7e24e438
This diff is collapsed.
Click to expand it.
packaging/mac-osx/osx-package.pmdoc/06demos.xml
deleted
100644 → 0
View file @
7e24e438
<pkgref
spec=
"1.12"
uuid=
"29C97DEE-FDAD-474F-BB53-64DD599F7ADB"
><config><identifier>
net.sourceforge.kicad.demos
</identifier><version>
1
</version><description></description><post-install
type=
"none"
/><installFrom
relative=
"true"
mod=
"true"
includeRoot=
"true"
>
../demos
</installFrom><installTo
mod=
"true"
>
/Applications/Kicad
</installTo><flags><followSymbolicLinks/></flags><packageStore
type=
"internal"
></packageStore><mod>
parent
</mod><mod>
installTo.path
</mod><mod>
requireAuthorization
</mod><mod>
installTo.isAbsoluteType
</mod><mod>
installTo.isRelativeType
</mod><mod>
includeRoot
</mod><mod>
installFrom.path
</mod><mod>
installTo
</mod><mod>
identifier
</mod></config><contents><file-list>
06demos-contents.xml
</file-list><filter>
/CVS$
</filter><filter>
/\.svn$
</filter><filter>
/\.cvsignore$
</filter><filter>
/\.cvspass$
</filter><filter>
/\.DS_Store$
</filter><filter>
/CMakeLists.txt
</filter></contents></pkgref>
\ No newline at end of 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