ChangeLog src/Makefile.am src/pkgIndex.tcl.in src/tclspice_source.tcl:

New improved wishspice interface
This commit is contained in:
stefanjones 2003-06-19 16:28:18 +00:00
parent c191921453
commit 84f79054a8
4 changed files with 2604 additions and 3308 deletions

View File

@ -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

View File

@ -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

View File

@ -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