pkgsrc/cad/vipec/patches/patch-ab
dmcmahill 5e50bdbf36 Update to vipec-2.0.4
Changes included in version 2.0.4
---------------------------------
- Fixed printing under windows.
- You can now plot the real and imaginary parts of the
  circuit input and output impedances

Changes included in version 2.0.3
---------------------------------
- Moved to Qt version 2.1.0
- The help browser is now integrated into the ViPEC application.
- Fixed a bug in calculating the circuit output impedance.
- Input and output impedances ouput to a graph now works.


Changes included in version 2.0.2
---------------------------------
- Improved data storage of graphs and Smith charts
- Double buffering implemented for drawing of graphs
  and Smith charts to reduce flicker.
- Improved font management
- Fixed display bug in Table view
- Fixed bug with output to 2 port parameter files under Windows
- Added support for Group Delay, see help files for more details
  as well as sample circuit: group_delay.ckt
2000-08-28 19:52:33 +00:00

11 lines
364 B
Text

$NetBSD: patch-ab,v 1.3 2000/08/28 19:52:35 dmcmahill Exp $
--- vipec/helpwindow.cpp.orig Mon May 22 14:44:20 2000
+++ vipec/helpwindow.cpp Mon Aug 28 15:41:37 2000
@@ -36,5 +36,5 @@
vipecHome = dir.absPath();
}
- home_ = vipecHome + "/help/index.html";
+ home_ = "@prefix@/share/doc/vipec/index.html";
helpBrowser_ = new QTextBrowser( this );