Geoffrey Furnish writes:
> The other thing worth discussing is just to draw attention to the fact
> that in the past I had trouble with how the python modules are being
> linked. I haven't gotten as far as reinvestigating that, so I'll post
> more on it later. But in the past I found that exp
Alan W. Irwin writes:
> On 2009-06-30 15:20-0500 Geoffrey Furnish wrote:
> > I've injected the work formerly done on the python branch, onto svn trunk
> > tip.
> >
> > I've done a little messing around with cmake, so I would appreciate it
> > if people could look over bindings/python/CMakeLis
Hi Geoffrey:
Thanks for your continuing efforts to resurrect access to plframe from
python.
On 2009-06-30 15:20-0500 Geoffrey Furnish wrote:
> Hi all,
>
> I've injected the work formerly done on the python branch, onto svn trunk
> tip.
>
> I've done a little messing around with cmake, so I would
On 2009-07-01 02:17+0300 Dmitri Gribenko wrote:
> On Wed, Jul 1, 2009 at 1:35 AM, trc wrote:
>> You cannot use dynamic_cast to convert the void pointer pls->dev to a
>> QtPLWidget pointer.
>>
>> The purpose of dynamic_cast is to do a safe (runtime checked) cast
>> from a base class to a derived
On Wed, Jul 1, 2009 at 1:35 AM, trc wrote:
> You cannot use dynamic_cast to convert the void pointer pls->dev to a
> QtPLWidget pointer.
>
> The purpose of dynamic_cast is to do a safe (runtime checked) cast
> from a base class to a derived class or vice-versa. As QtPLWidget is
> not derived from
Alan W. Irwin wrote:
> On 2009-06-28 20:49-0400 Hazen Babcock wrote:
>
>> Hazen Babcock wrote:
>>> Poking around a little more...
>>>
>>> In the function plD_line_qt we are not getting past this statement:
>>>
>>> #if defined(PLD_qtwidget) || defined(PLD_extqt)
>>> if(widget==NULL) widget=dyn
On Sat, Jun 6, 2009 at 9:10 PM, Hazen Babcock wrote:
> Hezekiah M. Carty wrote:
>>
>> On Wed, Jun 3, 2009 at 3:40 PM, Hezekiah M. Carty
>> wrote:
>>>
>>> While writing the Cairo backend for plarc, I am having some trouble
>>> getting the transformation from world coordinates to Cairo coordinates
>>
Geoffrey Furnish writes:
> I've injected the work formerly done on the python branch, onto svn trunk
> tip.
> [...]
One more ultra final addendum to the prior note.
Those who've been holding their breath for a *really* long time, will note
that the method used in this patch to get Python/Tk t
Hi all,
I've injected the work formerly done on the python branch, onto svn trunk
tip.
I've done a little messing around with cmake, so I would appreciate it if
people could look over bindings/python/CMakeLists.txt in particular. One
concern I have is that someone might disable Tcl/Tk, but enab
On 2009-06-28 20:49-0400 Hazen Babcock wrote:
> Hazen Babcock wrote:
>>
>> Poking around a little more...
>>
>> In the function plD_line_qt we are not getting past this statement:
>>
>> #if defined(PLD_qtwidget) || defined(PLD_extqt)
>> if(widget==NULL) widget=dynamic_cast((QWidget *) pls->de
10 matches
Mail list logo