ChangeLog src/Makefile.am src/pkgIndex.tcl.in src/tclspice_source.tcl:
New improved wishspice interface
This commit is contained in:
parent
c191921453
commit
84f79054a8
|
|
@ -1,3 +1,8 @@
|
|||
2003-06-19 Adrian Dawe <a.dawe@multigig.com>
|
||||
|
||||
* Much improved spice wish interface; graph includes zooming,
|
||||
measurements, many clean-ups, screenshots, and trace comparasons.
|
||||
|
||||
2003-05-02 Stuart Brorson <sdb@cloud9.net>
|
||||
|
||||
* Added #define TRACE to main.c for use in debugging. Added lots
|
||||
|
|
|
|||
|
|
@ -173,7 +173,7 @@ CLEANFILES = pkgIndex.tcl libspice.so
|
|||
|
||||
TCL_PKG_PATH = @TCL_PACKAGE_PATH@
|
||||
|
||||
TCLSPICE_VERSION = 0.2.9
|
||||
TCLSPICE_VERSION = 0.2.11
|
||||
|
||||
TCL_FILES = libspice.so pkgIndex.tcl
|
||||
|
||||
|
|
|
|||
|
|
@ -73,9 +73,10 @@ proc Loadspice { version dir } {
|
|||
}
|
||||
|
||||
proc spice_init_gui { spicefile } {
|
||||
source "%LIB_DIR%/spice/tclspice_source.tcl"
|
||||
#source "/usr/local/lib/spice/tclspice_source.tcl" ;#- only load procs when gui needed
|
||||
spicewish::init_gui $spicefile
|
||||
if { ! [ winfo exists .controls ] } {
|
||||
source "%LIB_DIR%/spice/tclspice_source.tcl" ;#- only load procs when gui needed
|
||||
}
|
||||
spicewish::init_gui $spicefile
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue