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
989e70ed
Commit
989e70ed
authored
Feb 16, 2015
by
Garth Corral
Browse files
Options
Browse Files
Download
Plain Diff
Merge trunk @ 5424
parents
1bd70efc
f2edf02b
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
24 deletions
+26
-24
msgpanel.h
include/msgpanel.h
+2
-1
github_plugin.cpp
pcbnew/github/github_plugin.cpp
+1
-1
github_plugin.h
pcbnew/github/github_plugin.h
+1
-1
netlist_reader.cpp
pcbnew/netlist_reader.cpp
+1
-1
specctra.cpp
pcbnew/specctra.cpp
+11
-10
specctra.h
pcbnew/specctra.h
+10
-10
No files found.
include/msgpanel.h
View file @
989e70ed
...
...
@@ -71,7 +71,8 @@ public:
{
}
MSG_PANEL_ITEM
()
MSG_PANEL_ITEM
()
:
m_Pad
(
MSG_PANEL_DEFAULT_PAD
)
{
}
...
...
pcbnew/github/github_plugin.cpp
View file @
989e70ed
...
...
@@ -379,7 +379,7 @@ void GITHUB_PLUGIN::FootprintLibOptions( PROPERTIES* aListToAppendTo ) const
}
void
GITHUB_PLUGIN
::
cacheLib
(
const
wxString
&
aLibraryPath
,
const
PROPERTIES
*
aProperties
)
throw
(
IO_ERROR
)
void
GITHUB_PLUGIN
::
cacheLib
(
const
wxString
&
aLibraryPath
,
const
PROPERTIES
*
aProperties
)
{
// This is edge triggered based on a change in 'aLibraryPath',
// usually it does nothing. When the edge fires, m_pretty_dir is set
...
...
pcbnew/github/github_plugin.h
View file @
989e70ed
...
...
@@ -200,7 +200,7 @@ protected:
void
init
(
const
PROPERTIES
*
aProperties
);
void
cacheLib
(
const
wxString
&
aLibraryPath
,
const
PROPERTIES
*
aProperties
)
throw
(
IO_ERROR
)
;
void
cacheLib
(
const
wxString
&
aLibraryPath
,
const
PROPERTIES
*
aProperties
);
/**
* Function repoURL_zipURL
...
...
pcbnew/netlist_reader.cpp
View file @
989e70ed
...
...
@@ -126,9 +126,9 @@ NETLIST_READER* NETLIST_READER::GetNetlistReader( NETLIST* aNetlist,
default
:
// Unrecognized format:
break
;
}
delete
cmpFileReader
;
return
NULL
;
}
...
...
pcbnew/specctra.cpp
View file @
989e70ed
...
...
@@ -602,7 +602,8 @@ void SPECCTRA_DB::doLAYER_PAIR( LAYER_PAIR* growth ) throw( IO_ERROR )
}
void
SPECCTRA_DB
::
doLAYER_NOISE_WEIGHT
(
LAYER_NOISE_WEIGHT
*
growth
)
throw
(
IO_ERROR
)
void
SPECCTRA_DB
::
doLAYER_NOISE_WEIGHT
(
LAYER_NOISE_WEIGHT
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
)
{
T
tok
;
...
...
@@ -755,7 +756,7 @@ L_place:
}
void
SPECCTRA_DB
::
doSTRUCTURE_OUT
(
STRUCTURE_OUT
*
growth
)
throw
(
IO_ERROR
)
void
SPECCTRA_DB
::
doSTRUCTURE_OUT
(
STRUCTURE_OUT
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
)
{
/*
<structure_out_descriptor >::=
...
...
@@ -1862,7 +1863,7 @@ void SPECCTRA_DB::doPLACE( PLACE* growth ) throw( IO_ERROR )
}
void
SPECCTRA_DB
::
doCOMPONENT
(
COMPONENT
*
growth
)
throw
(
IO_ERROR
)
void
SPECCTRA_DB
::
doCOMPONENT
(
COMPONENT
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
)
{
T
tok
=
NextTok
();
...
...
@@ -2130,7 +2131,7 @@ L_done_that:
}
void
SPECCTRA_DB
::
doIMAGE
(
IMAGE
*
growth
)
throw
(
IO_ERROR
)
void
SPECCTRA_DB
::
doIMAGE
(
IMAGE
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
)
{
T
tok
=
NextTok
();
...
...
@@ -2327,7 +2328,7 @@ void SPECCTRA_DB::doLIBRARY( LIBRARY* growth ) throw( IO_ERROR )
}
void
SPECCTRA_DB
::
doNET
(
NET
*
growth
)
throw
(
IO_ERROR
)
void
SPECCTRA_DB
::
doNET
(
NET
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
)
{
T
tok
=
NextTok
();
PIN_REFS
*
pin_refs
;
...
...
@@ -2615,7 +2616,7 @@ void SPECCTRA_DB::doCLASS( CLASS* growth ) throw( IO_ERROR )
}
void
SPECCTRA_DB
::
doNETWORK
(
NETWORK
*
growth
)
throw
(
IO_ERROR
)
void
SPECCTRA_DB
::
doNETWORK
(
NETWORK
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
)
{
T
tok
;
...
...
@@ -2764,7 +2765,7 @@ void SPECCTRA_DB::doFROMTO( FROMTO* growth ) throw( IO_ERROR )
}
void
SPECCTRA_DB
::
doWIRE
(
WIRE
*
growth
)
throw
(
IO_ERROR
)
void
SPECCTRA_DB
::
doWIRE
(
WIRE
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
)
{
T
tok
;
...
...
@@ -3083,7 +3084,7 @@ void SPECCTRA_DB::doANCESTOR( ANCESTOR* growth ) throw( IO_ERROR )
}
void
SPECCTRA_DB
::
doHISTORY
(
HISTORY
*
growth
)
throw
(
IO_ERROR
)
void
SPECCTRA_DB
::
doHISTORY
(
HISTORY
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
)
{
T
tok
;
...
...
@@ -3257,7 +3258,7 @@ void SPECCTRA_DB::doWAS_IS( WAS_IS* growth ) throw( IO_ERROR )
}
void
SPECCTRA_DB
::
doROUTE
(
ROUTE
*
growth
)
throw
(
IO_ERROR
)
void
SPECCTRA_DB
::
doROUTE
(
ROUTE
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
)
{
T
tok
;
...
...
@@ -3340,7 +3341,7 @@ void SPECCTRA_DB::doROUTE( ROUTE* growth ) throw( IO_ERROR )
}
void
SPECCTRA_DB
::
doNET_OUT
(
NET_OUT
*
growth
)
throw
(
IO_ERROR
)
void
SPECCTRA_DB
::
doNET_OUT
(
NET_OUT
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
)
{
T
tok
;
...
...
pcbnew/specctra.h
View file @
989e70ed
...
...
@@ -3695,8 +3695,8 @@ class SPECCTRA_DB : public SPECCTRA_LEXER
void
doRESOLUTION
(
UNIT_RES
*
growth
)
throw
(
IO_ERROR
);
void
doUNIT
(
UNIT_RES
*
growth
)
throw
(
IO_ERROR
);
void
doSTRUCTURE
(
STRUCTURE
*
growth
)
throw
(
IO_ERROR
);
void
doSTRUCTURE_OUT
(
STRUCTURE_OUT
*
growth
)
throw
(
IO_ERROR
);
void
doLAYER_NOISE_WEIGHT
(
LAYER_NOISE_WEIGHT
*
growth
)
throw
(
IO_ERROR
);
void
doSTRUCTURE_OUT
(
STRUCTURE_OUT
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
);
void
doLAYER_NOISE_WEIGHT
(
LAYER_NOISE_WEIGHT
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
);
void
doLAYER_PAIR
(
LAYER_PAIR
*
growth
)
throw
(
IO_ERROR
);
void
doBOUNDARY
(
BOUNDARY
*
growth
)
throw
(
IO_ERROR
);
void
doRECTANGLE
(
RECTANGLE
*
growth
)
throw
(
IO_ERROR
);
...
...
@@ -3718,29 +3718,29 @@ class SPECCTRA_DB : public SPECCTRA_LEXER
void
doCLASSES
(
CLASSES
*
growth
)
throw
(
IO_ERROR
);
void
doGRID
(
GRID
*
growth
)
throw
(
IO_ERROR
);
void
doPLACE
(
PLACE
*
growth
)
throw
(
IO_ERROR
);
void
doCOMPONENT
(
COMPONENT
*
growth
)
throw
(
IO_ERROR
);
void
doCOMPONENT
(
COMPONENT
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
);
void
doPLACEMENT
(
PLACEMENT
*
growth
)
throw
(
IO_ERROR
);
void
doPROPERTIES
(
PROPERTIES
*
growth
)
throw
(
IO_ERROR
);
void
doPADSTACK
(
PADSTACK
*
growth
)
throw
(
IO_ERROR
);
void
doSHAPE
(
SHAPE
*
growth
)
throw
(
IO_ERROR
);
void
doIMAGE
(
IMAGE
*
growth
)
throw
(
IO_ERROR
);
void
doIMAGE
(
IMAGE
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
);
void
doLIBRARY
(
LIBRARY
*
growth
)
throw
(
IO_ERROR
);
void
doPIN
(
PIN
*
growth
)
throw
(
IO_ERROR
);
void
doNET
(
NET
*
growth
)
throw
(
IO_ERROR
);
void
doNETWORK
(
NETWORK
*
growth
)
throw
(
IO_ERROR
);
void
doNET
(
NET
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
);
void
doNETWORK
(
NETWORK
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
);
void
doCLASS
(
CLASS
*
growth
)
throw
(
IO_ERROR
);
void
doTOPOLOGY
(
TOPOLOGY
*
growth
)
throw
(
IO_ERROR
);
void
doFROMTO
(
FROMTO
*
growth
)
throw
(
IO_ERROR
);
void
doCOMP_ORDER
(
COMP_ORDER
*
growth
)
throw
(
IO_ERROR
);
void
doWIRE
(
WIRE
*
growth
)
throw
(
IO_ERROR
);
void
doWIRE
(
WIRE
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
);
void
doWIRE_VIA
(
WIRE_VIA
*
growth
)
throw
(
IO_ERROR
);
void
doWIRING
(
WIRING
*
growth
)
throw
(
IO_ERROR
);
void
doSESSION
(
SESSION
*
growth
)
throw
(
IO_ERROR
);
void
doANCESTOR
(
ANCESTOR
*
growth
)
throw
(
IO_ERROR
);
void
doHISTORY
(
HISTORY
*
growth
)
throw
(
IO_ERROR
);
void
doROUTE
(
ROUTE
*
growth
)
throw
(
IO_ERROR
);
void
doHISTORY
(
HISTORY
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
);
void
doROUTE
(
ROUTE
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
);
void
doWAS_IS
(
WAS_IS
*
growth
)
throw
(
IO_ERROR
);
void
doNET_OUT
(
NET_OUT
*
growth
)
throw
(
IO_ERROR
);
void
doNET_OUT
(
NET_OUT
*
growth
)
throw
(
IO_ERROR
,
boost
::
bad_pointer
);
void
doSUPPLY_PIN
(
SUPPLY_PIN
*
growth
)
throw
(
IO_ERROR
);
//-----<FromBOARD>-------------------------------------------------------
...
...
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