RE: RE: StdProp overhaul, take 2

2001-08-15 Thread Young, Robert
> > Core dump after copying and pasting a flowchart object with > text in it (test > > file not required - just create flowchart box, type some > text, copy (CTRL-C) > > then paste (CTRL-V) - core dump happens). gdb gave me this > from a gdb > > ./app/dia -core core > > #0 0x808a7d0 in font_g

Re: RE: RE: StdProp overhaul, take 2

2001-08-15 Thread Cyrille Chepelov
Le mer, aoû 15, 2001, à 05:41:08 +0930, Young, Robert a écrit: > The patch worked OK (I'm a bit new to this patch thing, but that's what man > is for :-) but there's now another problem (with the new patched dia), > possibly related: > Create new diagram, place a custom shape (e.g. resistor from

StdProp overhaul: broken plug-ins

2001-08-15 Thread Hans Breuer
+ * plug-ins/python/**/*: I gave up converting this; I can't + compile --with-python (problems with object.h defined both by us + and by Python). I'll gladly help whomever cares to fix it ! + (or, fix it myself if someone tells me how to compile it). + Hi Cyrille, while ma

Re: StdProp overhaul: broken plug-ins

2001-08-15 Thread Cyrille Chepelov
Hans, it's good to see you're back ! Le mer, aoû 15, 2001, à 06:07:28 +0200, Hans Breuer a écrit: > + * plug-ins/python/**/*: I gave up converting this; I can't > + compile --with-python (problems with object.h defined both by us > + and by Python). I'll gladly help whomever cares to

[Ann] snapshots !

2001-08-15 Thread Cyrille Chepelov
I'm now happy to announce that Nemo, the Dia ChangeLog Daemon, also builds tarballs and diffs from the CVS. These snapshots are temporarily stored in http://www.crans.org/~chepelov/dia/snapshots Whenever you see Nemo post in the list, a new snapshot is being rsync'd. (the snapshots sho

Re: StdProp overhaul: broken plug-ins

2001-08-15 Thread Cyrille Chepelov
Hans, > /* Swallows the property into a singleton property list. Can be given NULL. */ > /* Don't free yourself the property afterwards; prop_list_free() the list. */ > /* You regain responsibility for the property if you g_ptr_array_destroy() the >list. */ > GPtrArray *prop_list_singleton(P

Re: StdProp overhaul: broken plug-ins

2001-08-15 Thread Hans Breuer
At 22:02 15.08.01 +0200, Cyrille Chepelov wrote: >Hans, it's good to see you're back ! > Don't expect too much, IMO Gtk2 has still higher priority. Even all you factorizing would be simplier there :) >> [...] >> >> 1) it would be nice if one could get a property refernce directly >> from the obj

Re: StdProp overhaul: broken plug-ins

2001-08-15 Thread Cyrille Chepelov
Le jeu, aoû 16, 2001, à 12:00:47 +0200, Hans Breuer a écrit: [advertisement for GObject] I'm a bit wary of GObject Given the effort which will be required to convert to GObject anyway, shouldn't we just convert (rewrite) in C++ ? Or maybe in Python. Oh well. As I've already said, I'm not de

DIA - SQL: someone already did it...

2001-08-15 Thread netalex
A project in alpha3 stage of a db designer connected with Psql and MySQL to automagically create the DB, wich i've discovered by chance in freshmeat... " About: DbDesigner is a useful tool for constructing databases in an intuitive and easy-to-use environment, where you have a visual representati

Re: DIA - SQL: someone already did it...

2001-08-15 Thread Andrew S . Halper
On 2001.08.15 17:56 [EMAIL PROTECTED] wrote: > A project in alpha3 stage of a db designer connected with Psql and MySQL > to automagically create the DB, wich i've discovered by chance in freshmeat... Cool. Here's the URL BTW: http://dbdesigner.sourceforge.net/ It's GPLed, for those who care a