Thanks a lot for reviewing my patch!
I have corrected most of the problems (I think ;-) )
I indeed introduced memory leak, I think it is fixed now, I have also
reorganized the code to avoid duplication of the cleanup code. I used an
helper function instead of the goto, because this cleanup is neede
Hi Pierre,
On Saturday 16 August 2008 03:08:49 am Pierre Raybaut wrote:
> Hi all,
>
> I'm posting to report two bugs in 'backend_qt4.py' with the latest PyQt
> release:
> (see eventually the attached test script)
>
> (1) in class 'NavigationToolbar2QT' l. 285-300 : I had to replace '.svg'
> by '.p
Hi Darren,
2008/8/18 Darren Dale <[EMAIL PROTECTED]>:
>> (1) in class 'NavigationToolbar2QT' l. 285-300 : I had to replace '.svg'
>> by '.png' for all the icons to be displayed correctly on the navigation
>> toolbar (only one was already loaded in the right file format).
>
> Could this be a proble
On Monday 18 August 2008 09:33:47 am Pierre Raybaut wrote:
> Hi Darren,
>
> 2008/8/18 Darren Dale <[EMAIL PROTECTED]>:
> >> (1) in class 'NavigationToolbar2QT' l. 285-300 : I had to replace '.svg'
> >> by '.png' for all the icons to be displayed correctly on the navigation
> >> toolbar (only one wa
Hi all,
With the current svn, It fails with the following Exception if I try
to draw markers (I'm using GtkAgg backends and I presume this only
happens with Agg backends). Can others confirm this?
745 renderer.draw_markers(
746 gc, Path.unit_circle(), transform, path,
Darren Dale a écrit :
>> If you need something to prove that this has nothing to do with my
>> machine or my software, I can tell you that there is exactly the same
>> bug on a virtual machine, after a clean Windows XP install, and using
>> only the official Python MSI installer and the official Py
Jae-Joon Lee wrote:
> Hi all,
>
> With the current svn, It fails with the following Exception if I try
> to draw markers (I'm using GtkAgg backends and I presume this only
> happens with Agg backends). Can others confirm this?
>
> 745 renderer.draw_markers(
> 746 gc,
On Monday 18 August 2008 16:17:03 Pierre Raybaut wrote:
> Darren Dale a écrit :
> >> If you need something to prove that this has nothing to do with my
> >> machine or my software, I can tell you that there is exactly the same
> >> bug on a virtual machine, after a clean Windows XP install, and usi
On Monday 18 August 2008 09:33:47 Pierre Raybaut wrote:
> Hi Darren,
>
> 2008/8/18 Darren Dale <[EMAIL PROTECTED]>:
> >> (1) in class 'NavigationToolbar2QT' l. 285-300 : I had to replace '.svg'
> >> by '.png' for all the icons to be displayed correctly on the navigation
> >> toolbar (only one was a