ANNOUNCE: DiaCanvas2 0.6.0

2002-05-14 Thread Arjan Molenaar
Application === DiaCanvas2 Description === DiaCanvas2 is a widget for creating diagrams. It is model/view/controller based and uses GnomeCanvas for visualization. Enhancements - Use iterator functions rather than DiaCanvasItem::shapes - Interface for group

CVS build

2002-05-14 Thread James Michael DuPont
Dear Dia Group, I have cvsed co dia. autoconf fails with has many unknown macros. For example : AM_CHECK_PYMOD(gtk ... could not find the gtk module) I am running Debian Woody, Python 2.2.1, autoconf 2.13, automake 1.4-p4 Please advise, Mike See the following list for all the messages autoc

Re: Text Problem 0.90RC1

2002-05-14 Thread Lars Clausen
On Wed, 15 May 2002, Robert Young wrote: >> Lars Clausen wrote: >> On Tue, 14 May 2002, Robert Young wrote: >> > Just a quick problem I found. Place a piece of text on a >> diagram. Change >> > it's font. Move it about - it's bounds are not correct. >> > Compiled with no options i.e. Freetype OFF

RE: Text Problem 0.90RC1

2002-05-14 Thread Young, Robert
> Lars Clausen wrote: > On Tue, 14 May 2002, Robert Young wrote: > > Just a quick problem I found. Place a piece of text on a > diagram. Change > > it's font. Move it about - it's bounds are not correct. > > Compiled with no options i.e. Freetype OFF. > > What fonts are you changing from and to,

Export & Transform with XSL

2002-05-14 Thread Mat . Home
Hi, I made a little package with XSL stylesheets for transformation of Dia UML Objects (Class & LargePackage) to C++, Java or IDL code. Here's how it works: # xsltproc dia-uml.xsl diagram.dia | xsltproc dia-uml2c++.xsl - or # xsltproc dia-uml.xsl diagram.dia > diagram.xml # xsltproc di

Re: 0.90.RC1 available

2002-05-14 Thread Steffen Macke
> and that it will read old documents. Hans & Steffen will bring out a new > Windows binary shortly. Please try it out and post any critical bugs both Here we go: diaWin 0.90.RC1 is available from http://dia-installer.sourceforge.net The direct download link is: http://prdownloads.sourceforge

Re: Dia segfaults with diagram tree

2002-05-14 Thread Lars Clausen
On Tue, 14 May 2002, Andrew Ferrier wrote: > On 2002-05-14 at 19:27, Andrew Ferrier wrote: > >> Date: Tue, 14 May 2002 19:27:06 +0100 (BST) >> From: Andrew Ferrier <[EMAIL PROTECTED]> >> Reply-To: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED] >> Subject: Re: Dia segfaults with diagram tree >> >> I c

Re: Dia segfaults with diagram tree

2002-05-14 Thread Lars Clausen
On Tue, 14 May 2002, Andrew Ferrier wrote: > On 2002-05-14 at 12:17, Lars Clausen wrote: > >> That diagram showed the problem nicely. The diagram tree was >> trying to get the name property off the inheritance arrow. >> The arrow had a name property, but with a null string, which >> made the dia

Dia nudge feature?

2002-05-14 Thread Andrew Ferrier
Dia does not appear to have a 'nudge' feature found in many similar programs, where an object can be 'nudged' a small distance on either the horizontal or vertical axes (normally with the use of the cursor keys). Am I correct about this? If so, I think it might be a useful feature to add (in my hu

Re: Dia segfaults with diagram tree

2002-05-14 Thread Andrew Ferrier
On 2002-05-14 at 12:17, Lars Clausen wrote: > That diagram showed the problem nicely. The diagram tree was > trying to get the name property off the inheritance arrow. > The arrow had a name property, but with a null string, which > made the diagram tree barf. Fix will be in next RC. OK, thank

(another) bounding box bug in RC1

2002-05-14 Thread Cyrille Chepelov
Hello all, no time at all this evening; however, I've noticed there's a bug in samples/grafcet.dia (!); the bounding box of two transitions (object number 78) seems incorrect. When emacs'ing them to saner values, it seems the problem re-appears as soon as the diagram is reloaded. Probably an

Re: new plugin for Dia

2002-05-14 Thread Cyrille Chepelov
Le Tue, May 14, 2002, à 12:15:20PM +0200, Pierre Pronchery a écrit: > Here is the plugin I've developped, inspired by the graphical language > found in the Cast software from INRIA, found at www.inrialpes.fr/sinus . > This software allows to run and monitor tasks on CORBA servers. > > Of course i

Re: Dia segfaults with diagram tree

2002-05-14 Thread Lars Clausen
On Tue, 14 May 2002, Andrew Ferrier wrote: > On 2002-05-14 at 09:58, Lars Clausen wrote: > >> > I haven't included a copy of the diagram since I suspect >> > the mailing list will strip off attachments, but can send >> > it on to the developers if they wish to recreate the >> > problem. >> >> The

Re: Dia segfaults with diagram tree

2002-05-14 Thread Andrew Ferrier
On 2002-05-14 at 11:18, Lars Clausen wrote: > > It's only about 1K. I've included it in this mail. Let me > > know if you need any assistance re-creating/solving the > > problem. > > I have in the meantime managed to recreate it. It happens > whenever you add an Inheritance line to the diagram.

Re: Some exporting possibilities

2002-05-14 Thread Mat
Le 14 May 2002 09:57:31 +1000, Dominic Gamble a écrit: >This sounds great! Hey, while you're at it, I would love a dia to CORBA >IDL transform... Is that on your agenda? > >If not I may try to implement one myself. I want to preserve packages >and translate them to CORBA modules. Would it be tri

Re: Dia segfaults with diagram tree

2002-05-14 Thread Lars Clausen
On Tue, 14 May 2002, Andrew Ferrier wrote: > On 2002-05-14 at 09:58, Lars Clausen wrote: > >> > I haven't included a copy of the diagram since I suspect >> > the mailing list will strip off attachments, but can send >> > it on to the developers if they wish to recreate the >> > problem. >> >> The

Re: Text not lining up with class box

2002-05-14 Thread John Tsangaris
Lars Clausen wrote: > >I remember having this kind of problem long time ago. It stems from the >GTK fonts not having the same width as the actual PostScript fonts. As you >may see in other mails on the list, the GTK font widths are generally >screwy. We've tried to hack around it, but with lit

Re: Dia segfaults with diagram tree

2002-05-14 Thread Andrew Ferrier
On 2002-05-14 at 09:58, Lars Clausen wrote: > > I haven't included a copy of the diagram since I suspect > > the mailing list will strip off attachments, but can send > > it on to the developers if they wish to recreate the > > problem. > > The mailing list doesn't strip off attachments, it will

Re: Dia segfaults with diagram tree

2002-05-14 Thread Lars Clausen
On Tue, 14 May 2002, Andrew Ferrier wrote: > I've just compiled and installed Dia 0.90 RC1 on my Debian 3.0 > machine. The diagram tree window normally works fine but I have > a particular diagram, which I created in Dia 0.89 on Windows. > Whenever the diagram tree window is open and then I open t

Dia segfaults with diagram tree

2002-05-14 Thread Andrew Ferrier
I've just compiled and installed Dia 0.90 RC1 on my Debian 3.0 machine. The diagram tree window normally works fine but I have a particular diagram, which I created in Dia 0.89 on Windows. Whenever the diagram tree window is open and then I open this diagram, or the diagram is open and then I open

Re: Text Problem 0.90RC1

2002-05-14 Thread Lars Clausen
On Tue, 14 May 2002, Robert Young wrote: > Just a quick problem I found. Place a piece of text on a diagram. Change > it's font. Move it about - it's bounds are not correct. > Compiled with no options i.e. Freetype OFF. What fonts are you changing from and to, at what size and zoom? > Any ideas

new plugin for Dia

2002-05-14 Thread Pierre Pronchery
Here is the plugin I've developped, inspired by the graphical language found in the Cast software from INRIA, found at www.inrialpes.fr/sinus . This software allows to run and monitor tasks on CORBA servers. Of course it is released under the terms of the GPL, even if there aren't any copyright n

new plugin for Dia

2002-05-14 Thread Pierre Pronchery
Here is the plugin I've developped, inspired by the graphical language found in the Cast software from INRIA, found at www.inrialpes.fr/sinus . This software allows to run and monitor tasks on CORBA servers. Of course it is released under the terms of the GPL, even if there aren't any copyright n

Re: Some exporting possibilities

2002-05-14 Thread Pierre Pronchery
On Tue, May 14, 2002 at 09:57:31AM +1000, Dominic Gamble wrote: > This sounds great! Hey, while you're at it, I would love a dia to CORBA > IDL transform... Is that on your agenda? > > If not I may try to implement one myself. I want to preserve packages > and translate them to CORBA modules. Wo

Text Problem 0.90RC1

2002-05-14 Thread Young, Robert
Just a quick problem I found. Place a piece of text on a diagram. Change it's font. Move it about - it's bounds are not correct. Compiled with no options i.e. Freetype OFF. Any ideas where to look in the source. Tried lib/text.c and obj/standard/objtext.c (from memory) but couldn't see where

Dia ChangeLog report for Tue May 14 07:23:02 2002 (UTC)

2002-05-14 Thread Dia ChangeLog Daemon
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots *** Recent ChangeLog entries: --- ChangeLog.previous Mon May 13 09:23:15 2002 +++ dia-cvs-snapshot/ChangeLog Tue May 14 09:23:05 2002 @@ -1,3 +1,57 @@ +2002-05-13 Lars Clausen > + + * autogen.sh (DIE): Added conditiona