<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general">
    <title>gmane.comp.graphics.qwt.general</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2442"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2441"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2440"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2439"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2438"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2437"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2436"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2435"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2434"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2433"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2432"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2431"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2430"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2429"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2428"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2427"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2426"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2423"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2442">
    <title>Re: Mailing list dead? / Expensive CPU usage when plotting 1000points 10 times per sec.</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2442</link>
    <description>&lt;pre&gt;

The zoomer doesn't know about the situation of the scales and if you don't set 
the parameter to false it will always trigger a complete replot.

Uwe

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2010-03-16T11:35:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2441">
    <title>Re: Mailing list dead? / Expensive CPU usage when plotting 1000points 10 times per sec.</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2441</link>
    <description>&lt;pre&gt;
Yes, I too noticed a flickering in that case


Yes, but I call it after changing the scales..

Thanks a lot.

Giacomo.


------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Giacomo</dc:creator>
    <dc:date>2010-03-16T11:24:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2440">
    <title>Re: Mailing list dead? / Expensive CPU usage when plotting 1000points 10 times per sec.</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2440</link>
    <description>&lt;pre&gt;

Yes, a known effect with Qt4. 

The effect depends on the paint engine: f.e when starting refreshtest with "- 
graphicssystem raster" you won't notice such a difference - because the 
performance of painting with a pen width of 0 is slow as well. 

On X11 you can enable the "Paint On Screen" option on the "Canvas" page. On my 
system this doubles the refresh rate - but is flickering.


QwtPlotZoomer::setZoomBase() explicitly triggers a replot before initializing 
itself from the rectangle of the scales. This replot is necessary to 
recalculate the scales from previous QwtPlot::setAxisScale calls ( or from 
autoscaling ). 

In your situation you can simply call setZoomBase(false) - but this should 
have been obvious from reading the docs.

Uwe

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Inte&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2010-03-16T08:25:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2439">
    <title>Re: Mailing list dead? / Expensive CPU usage when plotting 1000points 10 times per sec.</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2439</link>
    <description>&lt;pre&gt;
I Identified the problem(s):

- setting a pen with width &amp;gt; 0 (e.g. 1.0), doubles or even triples the CPU 
usage;
- also the setZoomBase() on the zoomer is CPU consuming.
- calling setAxisScale followed by replot(), even if the scale hasn't changed, 
is CPU consuming.

Last point apart, I have not investigated the reason why setZoomBase is so 
expensive, while the first point is quite annoying.

Thanks

Giacomo.

Elettra Synchrotron Radiation Facility - Control System group.
Trieste, Italy.


------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Giacomo</dc:creator>
    <dc:date>2010-03-16T07:37:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2438">
    <title>Re: Mailing list dead? / Expensive CPU usage when plotting 1000points 10 times per sec.</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2438</link>
    <description>&lt;pre&gt;

Don't think so - and the refreshtest example doesn't do anything tricky ( it 
paints all points each time ).


You don't need to port to 6.0.0 - the performance bottleneck should be in your 
code or in the way you have configured the Qwt classes.

Uwe

PS: I read the list - you don't need to send the CC to me.

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2010-03-15T19:24:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2437">
    <title>Re: Mailing list dead? / Expensive CPU usage when plotting 1000points 10 times per sec.</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2437</link>
    <description>&lt;pre&gt;
Thanks I tried it out and it runs fine.

There are 2 things I would like to ask now:

between 5.2.0 and 6.0.0-svn, have any improvements been made in order to 
optimize this situation, or should I expect the application to run smootly 
also in the 5.2.0 release?

Since I am not able to build refreshtest on 5.2.0, is there any documentation 
about 6.0.0 available so that I can make a test or porting of my old 
application to 6.0.0? 
Is there any place where I can read news about the new release?

Thanks for all.

Giacomo


------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Giacomo</dc:creator>
    <dc:date>2010-03-15T09:28:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2436">
    <title>Re: How to get the same curve plotted in multiple QwtPlot?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2436</link>
    <description>&lt;pre&gt;Hi Uwe,

There is an American expression, "confusing the map for the terrain".  I 
think this is what is going one here.  Many users seem to have a 
misunderstanding that the QwtPlotCurve is *not* the data, it is a 
picture of the data that is managed by the QwtPlot.

 &amp;gt; It would be impossible to derive QwtPlotItem from QObject,
 &amp;gt; what is planned for a future release.

Very nice.  So it will be possible for a plot item to emit signals when 
the mouse comes near a data point, for example?  This will make life so 
much easier.

Regards,

David
_______________________________________________________________
David Stranz, Ph.D.david_stranz&amp;lt; at &amp;gt;MassSpec.com

Sierra Analytics, Inc.
5815 Stoddard Road, Suite 601
Modesto, CA  95356

Tel: (209) 545-8508
http://www.massspec.com
_______________________________________________________________



Uwe Rathmann wrote:


------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yours&lt;/pre&gt;</description>
    <dc:creator>David Stranz</dc:creator>
    <dc:date>2010-03-14T17:05:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2435">
    <title>Re: How to get the same curve plotted in multiple QwtPlot?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2435</link>
    <description>&lt;pre&gt;
Nice name dropping, but where do you see MVC here ?

If you insist on this design pattern you could declare QwtData as model, but 
QwtPlot and all plot items ( including QwtPlotCurve) are part of the view.
The best match you could find for a plot item is the delegate from the MV 
design pattern Qt is using. But as you can see from the comparable 
QGraphicsView design doesn't fit very well.

In practice almost everyone implements classes containing View + Controller 
and Models ( f.e MV design of Qt). But to be honest who needs a design pattern 
for something so trivial as isolating the data from the widgets ? 

Nevertheless MVC is the only design pattern on the market - obviously there is 
not much to say about designing user interfaces.


A couple of features would break ( f.e all caches in raster items ) and It 
would be impossible to derive QwtPlotItem from QObject, what is planned for a 
future release.

In the end it is important to find a design, that is understandable for the 
application developer. &lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2010-03-14T12:21:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2434">
    <title>Re: How to get the same curve plotted in multiple QwtPlot?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2434</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev_______________________________________________
qwt-interest mailing list
qwt-interest&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qwt-interest
&lt;/pre&gt;</description>
    <dc:creator>Grissiom</dc:creator>
    <dc:date>2010-03-14T08:57:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2433">
    <title>Re: How to get the same curve plotted in multiple QwtPlot?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2433</link>
    <description>&lt;pre&gt;
You can't - but you can implement QwtData objects, that connect the same set 
of points to different curves.

Uwe

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2010-03-13T08:27:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2432">
    <title>How to get the same curve plotted in multiple QwtPlot?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2432</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev_______________________________________________
qwt-interest mailing list
qwt-interest&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qwt-interest
&lt;/pre&gt;</description>
    <dc:creator>Grissiom</dc:creator>
    <dc:date>2010-03-13T04:45:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2431">
    <title>Mailing list dead? / Expensive CPU usage when plotting 1000 points 10times per sec.</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2431</link>
    <description>&lt;pre&gt;Hi Uwe, Hi to all in the mailing list.

First of all, is the mailing list still alive?
I have stopped receiving mail from qwt-interest since a week.


I have a QwtPlot that replots a curve of 1000 points at 10Hz.

When the plot window is small, the cpu usage is reasonable.
Increasing the application window (the plot area), the CPU goes 100% and the 
application hangs.

I underline that the application CPU usage is low, but X goes 100%.

In the case of appending one point at a time, using the low level draw() 
method and the canvas attributes indicated in the realtime plot example, the 
performance is much better.

Is there any way to improve my plot in the case of full vector update?

The mail I sent to the mailing list last friday is attached below. Can someone 
help with that too?

Thanks

--------------------------------------------------------------------------------------------------------------------------------------------------------
Hi to all.
I have an x axis representing timestamps.
I want to divi&lt;/pre&gt;</description>
    <dc:creator>Giacomo</dc:creator>
    <dc:date>2010-03-10T11:21:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2430">
    <title>Re: Mailing list dead? / Expensive CPU usage when plotting 1000points 10 times per sec.</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2430</link>
    <description>&lt;pre&gt;Hi Giacomo,

We have implemented that for our TauPlot. It draws the timestamps using 
human-readable strings that change dynamically depending on the range (e.g., 
it skips putting the year if you are looking at a minutes range)

Have a look at the code for the TauTimeScale class (and its parent 
FancyScaleDraw). It is python, not C, but you may get an idea:
https://tango-cs.svn.sourceforge.net/svnroot/tango-cs/tau/trunk/lib/tau/widget/qwt/scales.py

Hope it helps.

On Wednesday 10 March 2010 12:21:03 Giacomo wrote:



&lt;/pre&gt;</description>
    <dc:creator>Carlos Pascual Izarra</dc:creator>
    <dc:date>2010-03-10T11:41:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2429">
    <title>Right place to calculate scale division according to axis length</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2429</link>
    <description>&lt;pre&gt;Hi to all.
I have an x axis representing timestamps.
I want to divide the available space on the axis according to the dimension 
(in pixels) of the axis scale, and set the number of ticks proportionally to 
the number of pixels of the scale. 
I'd like to know which is the right place (also in terms of efficience) to 
calculate the scale division and apply it.

I was also looking for, if someone has already implemented it, an algorithm to 
nicely distribute the time labels on the x axis.

So far, I reimplement QwtScaleDraw::label(double ) virtual function to convert 
timestamps into a string representing hours mins and secs.

Any suggestion on how to divide scale will be appreciated.
 Thanks

Giacomo.

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta&lt;/pre&gt;</description>
    <dc:creator>Giacomo</dc:creator>
    <dc:date>2010-03-05T11:12:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2428">
    <title>Re: How to readjust the axes of the plot when you hide some curves?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2428</link>
    <description>&lt;pre&gt;Thanks a lot.

I do it with the item provided by the checked signal of the plot.

item-&amp;gt;setVisible(on);
item-&amp;gt;setItemAttribute(QwtPlotItem::AutoScale, on);


Albano

On Wed, Mar 3, 2010 at 7:54 AM, Uwe Rathmann &amp;lt;Uwe.Rathmann&amp;lt; at &amp;gt;tigertal.de&amp;gt; wrote:

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>PaceyIV</dc:creator>
    <dc:date>2010-03-03T08:35:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2427">
    <title>Re: How to readjust the axes of the plot when you hide some curves?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2427</link>
    <description>&lt;pre&gt;
Also do "curve-&amp;gt;setItemAttribute(QwtPlotItem::AutoScale, false);" to remove 
hidden items from autoscaling.

Uwe


------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2010-03-03T06:54:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2426">
    <title>Re: no curve visible</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2426</link>
    <description>&lt;pre&gt;David,
I did try this but still have a frame with properly scaled axes but no 
plot curve.
thanks
harold


------------------------------------------------------------------------

Subject:
Re: no curve visible
From:
David Stranz &amp;lt;David_Stranz&amp;lt; at &amp;gt;MassSpec.com&amp;gt;
Date:
Fri, 26 Feb 2010 12:56:39 -0800
To:
List for both Qwt users and developers &amp;lt;qwt-interest&amp;lt; at &amp;gt;lists.sourceforge.net&amp;gt;

To:
List for both Qwt users and developers &amp;lt;qwt-interest&amp;lt; at &amp;gt;lists.sourceforge.net&amp;gt;


Harold,

It looks OK.  Try adding curve1-&amp;gt;setStyle( QwtPlotCurve::Lines );
Could be the default is QwtPlotCurve::NoCurve.

David
_______________________________________________________________
David Stranz, Ph.D.    david_stranz&amp;lt; at &amp;gt;MassSpec.com

Sierra Analytics, Inc.
5815 Stoddard Road, Suite 601
Modesto, CA  95356

Tel: (209) 545-8508
http://www.massspec.com
_______________________________________________________________



harold garbeil wrote:



------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Stu&lt;/pre&gt;</description>
    <dc:creator>harold garbeil</dc:creator>
    <dc:date>2010-03-02T21:30:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2425">
    <title>How to readjust the axes of the plot when you hide some curves?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2425</link>
    <description>&lt;pre&gt;Hi,
I've got a plot with some curves and I use the methods indicated in
the cpu-plot example for hiding and show the curves when I click on
the corresponding legend item. But in this way the axes do not scale
according to the range of the visible data.
How should I proceed?

Thanks,
Albano

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>PaceyIV</dc:creator>
    <dc:date>2010-03-02T19:49:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2424">
    <title>Re: rubberband zoom on Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2424</link>
    <description>&lt;pre&gt;
On Mar 1, 2010, at 9:25 PM, Charlie Martin wrote:


I can verify that I saw this problem with Qt 4.5.2 but it is gone with Qt 4.6.2!  So I hope you are allowed to upgrade Qt.

Joey
------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Joey Mukherjee</dc:creator>
    <dc:date>2010-03-02T15:17:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2423">
    <title>Re: rubberband zoom on Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2423</link>
    <description>&lt;pre&gt;
On Feb 27, 2010, at 6:42, Uwe Rathmann wrote:


Can anyone else verify if the rubberband zoom (in the bode plot) works on the Mac?

I guess I'm a bit lost "on my own". However, if someone could give me some ideas of where to start, I could give it a try.

Thanks,
Charlie




------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Charlie Martin</dc:creator>
    <dc:date>2010-03-02T03:25:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2422">
    <title>(unknown)</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2422</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev_______________________________________________
qwt-interest mailing list
qwt-interest&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qwt-interest
&lt;/pre&gt;</description>
    <dc:creator>Vitali Anselm</dc:creator>
    <dc:date>2010-03-01T12:43:30</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.graphics.qwt.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.graphics.qwt.general</link>
  </textinput>
</rdf:RDF>
