-
gwave version 20090213.
When german locale is used, gwave is not able to open ascii simulation files.
You have to set LC_NUMERIC=C or LC_ALL=C manually before starting gwave.
The following patch fixed the problem:
-------------------
diff --git a/src/gwave.c b/src/gwave.c
index 116a7fc..c5689b7 100644
--- a/src/gwave.c
+++ b/src/gwave.c
@@ -29,6 +29,7 @@
#include ...
2009-10-26 08:45:02 UTC in gwave
-
msw012 fixed this issue between version 0.9.97 and 0.9.98
Thanks.
2009-10-22 07:40:02 UTC in GNU Spice GUI
-
This bug report is a dupe of the following feature request:
https://sourceforge.net/tracker/?func=detail&aid=2247561&group_id=161080&atid=818429.
2009-10-11 08:36:20 UTC in GPL'd Electronic Design Automation
-
Reproduced this Bug with gschem 1.6.0.
If you zoom in the error disapears, too.
If the length of the dashes of the space becomes 0, cairo goes into an error state.
see: http://cairographics.org/manual/cairo-context.html#cairo-set-dash
simple fix:
----------------------
diff --git a/gschem/src/gschem_cairo.c b/gschem/src/gschem_cairo.c
index e9a8e5c..2e7882d 100644
---...
2009-10-11 08:25:24 UTC in GPL'd Electronic Design Automation
-
Version: 0.9.97
The files ReadMe and Install are write upper-case in the Makefile. The installation fails
patch:
-------------
diff --git a/Makefile b/Makefile
index fb4af79..a6adb5e 100644
--- a/Makefile
+++ b/Makefile
@@ -111,8 +111,8 @@ endif
install :
mkdir -p $(INSTALLDIR)/share/gspiceui
- cp README $(INSTALLDIR)/share/gspiceui
- cp INSTALL...
2009-10-10 15:37:37 UTC in GNU Spice GUI
-
Hi peter-b and arndt_t,
Here is the related feature request.
https://sourceforge.net/tracker/?func=detail&aid=1895538&group_id=161080&atid=818428
To select the nets that are connected only by it's netname you have to
change the following configuration variable to enable_all.
(default is enabled_net)
-------------
; net-selection-mode string
;
; Controls how many net segments are...
2009-08-07 07:04:37 UTC in GPL'd Electronic Design Automation
-
gtkwave version: 3.2.1
bwalle@suse.de wrote a patch when packaging gtkwave 3.1.10.
Can you please check the patch? I think it fixed some compiler warnings.
Regards
Werner.
2009-04-24 17:44:20 UTC in gtkwave
-
commit 2a73a64f42e7e3613d5265e5ec38593ea232d418
Author: Werner Hoch
Date: Mon Jan 5 19:44:47 2009 +0100
gschem: show correct properties in linetype dialog.
2009-01-05 19:10:26 UTC in GPL'd Electronic Design Automation
-
fixed with the following commit
commit 31e883e9666c7721c9a73995ff071cb628c241e6
Author: Werner Hoch
Date: Mon Jan 5 16:08:38 2009 +0100
gschem: show correct properties in filltype dialog.
2009-01-05 16:31:24 UTC in GPL'd Electronic Design Automation
-
fixed with the following commit:
commit d48b0b36c5348abd52413de14afb6ab0958b260d
Author: Werner Hoch
Date: Mon Jan 5 11:31:56 2009 +0100
gschem: fixed the math for warp-cursor "disabled".
2009-01-05 11:00:03 UTC in GPL'd Electronic Design Automation