[Plplot-devel] RE : qt tests require an X display

2009-09-09 Thread Rochel, Alban
Hi Orion, I am afraid this is impossible to avoid. Qt devices rely on a QCoreApplication, which is basically an event handling loop, or a QApplication, which is a class derived from QCoreApplication that handles loops in a graphic environment (X). I could have chosen to instantiate a QCoreAppli

[Plplot-devel] RE : RE : RE : Qt segmentation fault, Qt version and test_plend

2009-09-04 Thread Rochel, Alban
reproduce this issue on my OpenSuse 11.1 system... Alban De : hca...@mulethief.com [hca...@mulethief.com] de la part de Hezekiah M. Carty [hezekiahca...@users.sourceforge.net] Date d'envoi : vendredi 4 septembre 2009 14:22 À : Rochel, Alban Cc : A

[Plplot-devel] RE : RE : RE : Qt segmentation fault, Qt version and test_plend

2009-09-04 Thread Rochel, Alban
Thanks, I will make tests on Ubuntu next week. Alban De : hca...@mulethief.com [hca...@mulethief.com] de la part de Hezekiah M. Carty [hezekiahca...@users.sourceforge.net] Date d'envoi : vendredi 4 septembre 2009 14:22 À : Rochel, Alban Cc : Alan W.

[Plplot-devel] RE : RE : Qt segmentation fault, Qt version and test_plend

2009-09-04 Thread Rochel, Alban
ur own means? Alban ________ De : Rochel, Alban Date d'envoi : jeudi 3 septembre 2009 18:17 À : Rochel, Alban; Alan W. Irwin Cc : Plplot-devel mailing list Objet : RE : [Plplot-devel] RE : Qt segmentation fault,Qt version and test_plend Hello all, Jus

[Plplot-devel] RE : RE : Qt segmentation fault, Qt version and test_plend

2009-09-03 Thread Rochel, Alban
Hello all, Just for information, the Qt driver runs fine (but not valgrind-clean) on Mandriva 2009.1 64. Summing up, the segmentation fault issue occurs on: - Ubuntu 9.04 64 - OpenSuse 11.1 64 (Qt 4.5 only, Qt 4.4 is fine) But not on - Mandriva 2009.1 32 or 64 (Qt applications not valgrind clean)

[Plplot-devel] RE : Qt segmentation fault, Qt version and test_plend

2009-09-03 Thread Rochel, Alban
Hi Alan De : Alan W. Irwin [ir...@beluga.phys.uvic.ca] Date d'envoi : mercredi 2 septembre 2009 17:20 À : Rochel, Alban Cc : Plplot-devel mailing list Objet : Re: [Plplot-devel] Qt segmentation fault, Qt version and test_plend Hi Alban: The

[Plplot-devel] Qt segmentation fault, Qt version and test_plend

2009-09-01 Thread Rochel, Alban
Hello all, I'm trying to find out a cause for the crash in examples/c/test_plend with the qtwidget driver, and from my few test environments, it looks like it: - works fine on Qt 4.4.x (64 bit) - works fine on Qt 4.5.x (32 bit) - corrupts something that ends up crashing getenv() with Qt 4.5.x (64

[Plplot-devel] RE : Qt driver update

2009-09-01 Thread Rochel, Alban
Oops, I forgot: add "#include " somewhere at the top (e.g. below #include ) De : plplot-devel-boun...@lists.sourceforge.net [plplot-devel-boun...@lists.sourceforge.net] de la part de Werner Smekal [sme...@iap.tuwien.ac.at] Date d'envoi : mardi 1 septembre

[Plplot-devel] RE : Qt driver update

2009-09-01 Thread Rochel, Alban
Werner, Could you try editing qt.cpp (line 99): bool initQtApp(bool isGUI) { QMutexLocker locker(&QtPLDriver::mutex); bool res=false; ++appCounter; if(qApp==NULL && appCounter==1) { argc=1; argv=new char*[2]; argv[0]=new char[10]; argv[1]=new cha

[Plplot-devel] RE : RE : Qt driver update

2009-09-01 Thread Rochel, Alban
Smekal [sme...@iap.tuwien.ac.at] Date d'envoi : mardi 1 septembre 2009 08:58 À : Rochel, Alban Cc : Alan W. Irwin; Hazen Babcock; Jerry; Plplot-devel mailing list Objet : Re: RE : [Plplot-devel] Qt driver update This solves the problems for the grey page. After you run a program the first plot wi

[Plplot-devel] RE : Qt driver update

2009-09-01 Thread Rochel, Alban
Werner, I have the "grey plot/refresh" issue on Windows, so it will be easier for me to fix this one. Alban -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report desi

[Plplot-devel] RE : Qt driver update

2009-09-01 Thread Rochel, Alban
Hi Werner, De : Werner Smekal [sme...@iap.tuwien.ac.at] Date d'envoi : mardi 1 septembre 2009 08:12 À : Alan W. Irwin Cc : Hazen Babcock; Jerry; Plplot-devel mailing list; Rochel, Alban Objet : Re: [Plplot-devel] Qt driver update I'll now tr

[Plplot-devel] RE : Segmentation fault with qt driver

2009-08-28 Thread Rochel, Alban
Hello all, I probably won't have time to fix that today (I haven't had a look at it yet), and, as Monday is a holiday here in the UK, I should be able to give you news about this issue Tuesday! Alban De : Rochel, Alban Date d'envoi : jeu

[Plplot-devel] RE : RE : Qt driver update

2009-08-27 Thread Rochel, Alban
Good news, thanks for testing! I'll try and add it in eop() with the next patch. Alban De : Werner Smekal [sme...@iap.tuwien.ac.at] Date d'envoi : jeudi 27 août 2009 13:01 À : Rochel, Alban Cc : Alan W. Irwin; Plplot-devel mailing list Obje

[Plplot-devel] RE : Qt driver update

2009-08-27 Thread Rochel, Alban
Smekal [sme...@iap.tuwien.ac.at] Date d'envoi : jeudi 27 août 2009 08:05 À : Alan W. Irwin Cc : Rochel, Alban; Plplot-devel mailing list Objet : Re: [Plplot-devel] Qt driver update Hi Alban, > > I have committed your patch as revision 10346. I am really happy to > see > this

[Plplot-devel] RE : Segmentation fault with qt driver

2009-08-27 Thread Rochel, Alban
#x27;envoi : mercredi 26 août 2009 19:48 À : Alan W. Irwin; Rochel, Alban; PLplot development list Objet : Segmentation fault with qt driver While testing the qtwidget and other PLplot qt output devices I ran in to two issues. This is on Ubuntu 9.04 64bit, with the system Qt version (4.5.0).

[Plplot-devel] RE : Qt driver update

2009-08-26 Thread Rochel, Alban
ate d'envoi : mercredi 26 août 2009 17:04 À : Rochel, Alban Cc : Plplot-devel mailing list Objet : Re: [Plplot-devel] Qt driver update On 2009-08-26 10:01+0100 Rochel, Alban wrote: > You will find attached a patch for the Qt driver. It applies and builds without errors and the speedu

[Plplot-devel] Qt driver update

2009-08-26 Thread Rochel, Alban
Hello all, First of all, sorry for the previous empty e-mail! You will find attached a patch for the Qt driver. The main feature is a better implementation of flushing, resulting in x17c running about as fast as the other drivers (11 to 13 seconds on my system depending on anti-aliasing, where

[Plplot-devel] Qt driver update

2009-08-26 Thread Rochel, Alban
-- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new

[Plplot-devel] RE : Qt driver update

2009-08-22 Thread Rochel, Alban
that my approach is not feasible or harder than I expect, but I believe this would be faster in the end. Alban De : Alan W. Irwin [ir...@beluga.phys.uvic.ca] Date d'envoi : vendredi 21 août 2009 23:31 À : Rochel, Alban; Andrew Ross Cc : PLplot develo

[Plplot-devel] RE : Python rendering tests

2009-08-21 Thread Rochel, Alban
Just for information, there was indeed an issue with superscripts/subscripts in the Qt driver (floating point precision issue on a test), which was fixed in the latest patch: so this was intentional and not just a side effect of something else :) Alban PS : Alan, I've received an error message

[Plplot-devel] RE : Qt driver update

2009-08-21 Thread Rochel, Alban
w (I'm working on QSAS), maybe next week or the week after. Alban De : Alan W. Irwin [ir...@beluga.phys.uvic.ca] Date d'envoi : jeudi 20 août 2009 20:47 À : Rochel, Alban; Andrew Ross Cc : PLplot development list Objet : Re: [Plplot-devel] Qt dri

[Plplot-devel] Qt driver update

2009-08-20 Thread Rochel, Alban
Hello all, Here is a patch for the Qt driver. It fixes a couple of minor bugs, and it also adds the possibility to pass PLplot command line arguments to the qtext driver (embedded widget in a Qt application) and handles flush and clear for the interactive devices. However, there still are issue

[Plplot-devel] RE : Removed dynamic casts from Qt driver

2009-07-20 Thread Rochel, Alban
De : an.r...@virgin.net [an.r...@virgin.net] de la part de Andrew Ross [andrewr...@users.sourceforge.net] Date d'envoi : lundi 20 juillet 2009 15:55 À : Rochel, Alban Cc : PLplot development list Objet : Re: [Plplot-devel] Removed dynamic casts from Qt driver On Mon, Jul 20, 2009 at

[Plplot-devel] Removed dynamic casts from Qt driver

2009-07-20 Thread Rochel, Alban
Hello all, Due to the issues related to dynamic_casts, and as those were only used to make the code compacter, I`ve changed the way the driver works as follows: - Before: 1 callback function common to all Qt devices (e.g. plD_line_qt), calling the proper implementations making tests on the resul

[Plplot-devel] RE : Embedding the Qt device?

2009-04-06 Thread Rochel, Alban
Babcock Cc : Rochel, Alban; PLplot development list Objet : Re: [Plplot-devel] Embedding the Qt device? On 2009-04-05 15:06-0400 Hazen Babcock wrote: > Alan W. Irwin wrote: >> [...]Qt is widespread even beyond its role as the basis for the KDE desktop >> so I >> think it makes

[Plplot-devel] RE : Alpha channel support has been added for the qt device driver

2009-03-12 Thread Rochel, Alban
Hi Alan De : Alan W. Irwin [ir...@beluga.phys.uvic.ca] Date d'envoi : mercredi 11 mars 2009 23:36 À : Rochel, Alban Cc : PLplot development list Objet : Alpha channel support has been added for the qt device driver Hi Alban: As of revision 9726, w