Re: [PyQt] sip: extend exception support

2012-08-27 Thread Mathias . Born
On 27.08.2012, 14:34:10 Phil Thompson wrote: > On Sun, 26 Aug 2012 22:22:40 +0200, mathias.b...@gmx.de wrote: >> On 26.08.2012, 16:07:52 Phil Thompson wrote: >>> On Sun, 26 Aug 2012 14:30:32 +0200, mathias.b...@gmx.de wrote: On 26.08.2012, 16:46:24 Phil Thompson wrote: > On Wed, 15 Aug 201

Re: [PyQt] sip: how to make a python instance owned by C++ without using a parent

2012-08-27 Thread Mathias . Born
On 27.08.2012, 22:50:43 Phil Thompson wrote: > On Sun, 26 Aug 2012 21:11:50 +0200, mathias.b...@gmx.de wrote: >> On 26.08.2012, 18:15:55 Phil Thompson wrote: >>> On Wed, 15 Aug 2012 11:55:47 +0200, mathias.b...@gmx.de wrote: On 15.08.2012, 11:05:42 Phil Thompson wrote: > I could change sip

Re: [PyQt] sip: extend exception support

2012-08-27 Thread Phil Thompson
On Mon, 27 Aug 2012 10:18:08 -0700, Matt Newell wrote: >> >> In current hg... >> >> %VirtualErrorCode is a new sub-directive of the %Module directive. >> >> all_throw_cpp_exception replaced by all_use_VirtualErrorCode. >> >> /ThrowsCppException/ replaced by /UsesVirtualErrorCode/. >> >> /NoTh

Re: [PyQt] sip: extend exception support

2012-08-27 Thread Matt Newell
> > In current hg... > > %VirtualErrorCode is a new sub-directive of the %Module directive. > > all_throw_cpp_exception replaced by all_use_VirtualErrorCode. > > /ThrowsCppException/ replaced by /UsesVirtualErrorCode/. > > /NoThrowsCppException/ replaced by /NoUsesVirtualErrorCode/. > > Remo

Re: [PyQt] sip: extend exception support

2012-08-27 Thread Phil Thompson
On Sun, 26 Aug 2012 22:22:40 +0200, mathias.b...@gmx.de wrote: > On 26.08.2012, 16:07:52 Phil Thompson wrote: >> On Sun, 26 Aug 2012 14:30:32 +0200, mathias.b...@gmx.de wrote: >>> On 26.08.2012, 16:46:24 Phil Thompson wrote: On Wed, 15 Aug 2012 15:54:11 +0200, mathias.b...@gmx.de wrote: >