Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 87682cd952d919324b3a8c179c71b7df > files > 41

libqwt0-devel-0.3.0-3mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Change log</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.3 on Thu Dec 14 00:27:22 2000 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><a name="changes"><h2>Change log</h2></a>

<p>
<a name="rel"><h2>-0_3_0 Release 0.3.0</h2></a>
<dl compact><dt>
<b>License:</b><dd>
 <ol>
 <li>The license has changed from GPL to LGPL. </ol>
</dl><dl compact><dt>
<b>Bugfixes:</b><dd>
 <ol>
 <li>The makefiles for win32 caused object files to have extension .o instead of .obj. The 'propagate' file was changed to fix this, using tmake's target platform flag. <li>There were problems with rint() on win32 platforms. rint() is a BSD call, not even available on all unices. All calls to rint(x) have been replaced by floor(x+.5). <li>Some static class data members were initialized with the value of other static class data members (from Qt). This caused programs depend on the initialization order of class members. This is now fixed by replacing the static properties by static signleton factories. <li>When a plot was zoomed and then printed, curves and markers laying outside the plot's scale were still printed. The print() function now uses clipping. </ol>
</dl><dl compact><dt>
<b>Feature additions:</b><dd>
 <ol>
 <li>Multi-line plot titles are now supported: the PostScript document name is not the plot title, with "\n" characters replaced by "--". Geometry management has been changed to support multi-line titles. <li>In the mailinglist, there were often feature requests for features that were in fact implemented, but not available through <a class="el" href="class_qwtplot.html">QwtPlot</a>'s API. Many private members have been made protected or even public, to give users more control. This is poor design, but <a class="el" href="class_qwt.html">Qwt</a> will be refactored anyway. <li><a class="el" href="class_qwt.html">Qwt</a> always displayed floats with 5 digits. This was insufficient for many applications. <a class="el" href="class_qwtplot.html">QwtPlot</a>, <a class="el" href="class_qwtscale.html">QwtScale</a>, <a class="el" href="class_qwtautoscale.html">QwtAutoScale</a> got some methods to set the label format. This is a printf like format for the numbers at the scales, consisting of 'f' and a precision, or 'g' and the significance.  </ol>
</dl><dl compact><dt>
<b>Build system:</b><dd>
 <ol>
 <li>The 'makefiles' directory was removed from the cvs tree, and is now only generated for releases. CVS users should have tmake installed, to generate the makefiles themselves. <li>The 'examples' directory now uses tmake's 'subdirs' template, to iterate over all subdirectories and build all examples with one command. There was allready a makefile for this, but now the process is automated by tmake. <li>Under unix, the library now gets a proper version number. Current version is 0.3.0. </ol>
</dl><dl compact><dt>
<b>Documentation:</b><dd>
 <ol>
 <li>All documentation is converted to the Doxygen documentation system. The release contains two settings files, 'Doxygen' and 'Doxygen.users', generating a developer's and user's manual, respectively. </ol>

<p>
</dl><hr><address><small>Generated at Thu Dec 14 00:27:22 2000 for Qwt User's Guide by
<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.3 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2000</small></address>
</body>
</html>