[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

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

2009-09-04 Thread Rochel, 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, Just for information, the Qt

[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. Irwin

[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 other

[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

[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 try to set

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

2009-09-01 Thread Rochel, Alban
...@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 will be shown

[Plplot-devel] RE : Qt driver update

2009-09-01 Thread Rochel, Alban
Oops, I forgot: add #include QLocale somewhere at the top (e.g. below #include QMutexLocker) 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 :

[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

[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 : jeudi 27 août 2009

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

2009-08-27 Thread Rochel, Alban
: 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). The first

[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 go in before our release

[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 Objet : Re: RE

[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

[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 03:29

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

2009-04-06 Thread Rochel, Alban
: 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 a lot of sense to provide a Qt

[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, we now