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

2009-03-11 Thread Alan W. Irwin
Hi Alban: As of revision 9726, we now have alpha channel (opacity) support for the qt device driver. The Qt documentation says QColor actually has 4 channels, with the last one defaulting to completely opaque if you don't specify it which was the mode that you originally implemented. Fortunately

Re: [Plplot-devel] Cross compilation was build problems

2009-03-11 Thread Alan W. Irwin
On 2009-03-10 20:07-0700 Alan W. Irwin wrote: > To finish up this effort, I plan to rename get-drv-info as test-drv-info and > make a series of tests comparing its output with the *.rc files that are > configured by CMake. DONE (revision 9725). The TEST_DYNDRIVERS option is ON by default and is

Re: [Plplot-devel] patch: fix memory leak in wxPLDevGC

2009-03-11 Thread Werner Smekal
Hi Vadim, thank you for the patches - I reviewed and applied them. It's also good timing since I already wanted to ask the wxWidgets list if I need to delete the wxGraphicsContext object on my own. I do have a question though about a problem with the wxGraphicsContext backend of the wxWidgets

[Plplot-devel] patch: fix memory leak in wxPLDevGC

2009-03-11 Thread Vadim Zeitlin
Hello again, Here is another tiny patch, this one to fix a memory leak: diff -r 7578c8ba1630 drivers/wxwidgets_gc.cpp --- a/drivers/wxwidgets_gc.cpp Wed Mar 11 14:37:03 2009 +0100 +++ b/drivers/wxwidgets_gc.cpp Wed Mar 11 14:40:59 2009 +0100 @@ -68,6 +68,8 @@ if( m_font ) delete m_fo

[Plplot-devel] patch to fix Windows wxwidgets driver/bindings build in some cases

2009-03-11 Thread Vadim Zeitlin
Hello, I'm attaching a small patch which moves the inclusion of wx/wx.h to the top of all files which include it (bindings/wxwidgets/wxPLplotstream.cpp and drivers/wxwidgets*.cpp), in particular before the include of plplotP.h or plDevs.h. The reason for doing this is that wxWidgets may be built

Re: [Plplot-devel] Changed from treating libcd as an external library to building libnistcd internally

2009-03-11 Thread Arjen Markus
Hi Werner, I have been able to build the CGM driver without a problem (the nistcd.dll was being buit before - I simply overlooked it). I can use the driver in an example and that produces a CGM file. I will use the new test facilities later to see if all is well (right now I can do little with CG