Re: Crash in Tools popup menu

2001-05-22 Thread Hubert Figuiere
According to Gérard Milmeister <[EMAIL PROTECTED]>: > When I select an item in the popup Tools submenu, > for example Tools->Line, dia crashes (Seg fault). > Which version du you use ? I get with the CVS HEAD version: ** WARNING **: called dia_menu_signal_proxy with NULL signal_handler ! But

moving lines with shapes

2001-05-22 Thread Aaron Trevena
a major bug bear of mine and many people I have spoken to is the lack of intelligence in lines. ie they stay attached to shapes, but don't follow them. This can greatly increase the amount of time taken to do a serious diagram, and particaulraly in my case removes some of the benefit of automati

Re: moving lines with shapes

2001-05-22 Thread Lars Clausen
On Tue, 22 May 2001, Aaron Trevena wrote: > > a major bug bear of mine and many people I have spoken to is the lack of > intelligence in lines. ie they stay attached to shapes, but don't follow > them. > > This can greatly increase the amount of time taken to do a serious > diagram, and particaul

Re: Crash in Tools popup menu

2001-05-22 Thread Cyrille Chepelov
Le mar, mai 22, 2001, à 11:31:57 +0200, Hubert Figuiere a écrit: > According to Gérard Milmeister <[EMAIL PROTECTED]>: > > When I select an item in the popup Tools submenu, > > for example Tools->Line, dia crashes (Seg fault). > > > > Which version du you use ? > > I get with the CVS HEAD versi

Re: (Was: How to create shapes on the fly?)

2001-05-22 Thread Lars Clausen
On Mon, 21 May 2001, Lennon Day-Reynolds wrote: > > One minor HCI quibble I've always had with Dia (having had my > experience with grpahics tools be mostly on the MacOS and Windows > platforms) is that the properties view is only available via a > double-click, while seemingly more natural doub

Re: moving lines with shapes

2001-05-22 Thread Andre Kloss
Do you presume that lines _must_ connect to the chosen connection point? If you have a look at argoUML (http://www.argoUML.org), you can see, how this _could_ work. ArgoUML is just for Java coders, so don't expect wonders, but the obvious solution to the problem is this: > +--+ > |

Re: moving lines with shapes

2001-05-22 Thread Aaron Trevena
On Tue, 22 May 2001, Andre Kloss wrote: > Do you presume that lines _must_ connect to the chosen connection > point? If you have a look at argoUML (http://www.argoUML.org), you can > see, how this _could_ work. ArgoUML is just for Java coders, so don't > expect wonders, but the obvious solution to

anchoring end points to objects

2001-05-22 Thread D. Stimits
In general it is very easy to take a line or similar object with end points and drop it onto an anchor of some other object, like a rectangle's corner or edge center, such that moving the other object causes the line to track its end point. There are cases where I'd like to anchor the end point of

Chapin Charts with Dia?

2001-05-22 Thread Jamin Collins
Does anyone know if there are Chapin Chart symbols for Dia? Or perhaps there is another tool for creating these charts that someone knows of? Jamin W. Collins ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list

Chapin Charts with Dia?

2001-05-22 Thread Jamin Collins
Does anyone know if there are Chapin Chart symbols for Dia? Or perhaps there is another tool for creating these charts that someone knows of? Jamin W. Collins ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list

Re: (Was: How to create shapes on the fly?)

2001-05-22 Thread Lennon Day-Reynolds
I whole-heartedly second that idea; having default entries in the object menu makes sense. It should only require a pretty minor change to disp_callbacks.c -- basically, regardless of whether the object-supplied menu is null, you send it to 'create_object_menu', where the object type is added

Re: anchoring end points to objects

2001-05-22 Thread Hubert Figuiere
According to D. Stimits <[EMAIL PROTECTED]>: > I'm also wondering how hard it would be to create jpeg's as an export > option? I think if I'm not mistaken, that libart can do this easily. The best is IMHO to file bug a report on http://bugzilla.gnome.org for this. Hub __

Re: getting arrows lined up with lines

2001-05-22 Thread Lars Clausen
On 21 May 2001, Chris Green wrote: > I have a very simple uml diagram at > > http://helium.tucc.uab.edu/~sprout/python-pattern.dia > > The arrows pointing up have the arrow overlapping the class boxes > slightly as seen in > http://helium.tucc.uab.edu/~sprout/python-pattern.png > > > The arro

Re: Crash in Tools popup menu

2001-05-22 Thread Gérard Milmeister
On 2001.05.22 11:31 Hubert Figuiere wrote: > According to Gérard Milmeister <[EMAIL PROTECTED]>: > > When I select an item in the popup Tools submenu, > > for example Tools->Line, dia crashes (Seg fault). > > > > Which version du you use ? 0.88.1 -- Gérard Milmeister Tannenrauchstr. 35 8038 Zü

Re: anchoring end points to objects

2001-05-22 Thread James Henstridge
On Tue, 22 May 2001, Hubert Figuiere wrote: > According to D. Stimits <[EMAIL PROTECTED]>: > > > I'm also wondering how hard it would be to create jpeg's as an export > > option? > > > I think if I'm not mistaken, that libart can do this easily. > The best is IMHO to file bug a report on http://b

Re: moving lines with shapes

2001-05-22 Thread James K. Lowden
Aaron Trevena wrote: > On Tue, 22 May 2001, Andre Kloss wrote: > > > +--+ > > > | | > > > | X<--+ > > > | | +---x---+ > > > +--+ | | > > > | | > >