Re: dia 9.1-pre2 crash on startup

2003-02-11 Thread Cyrille Chepelov
Le Mon, Feb 10, 2003, à 06:08:43PM -0600, Lars Clausen a écrit: > It's defined in lib/fonts.h, some old fonts are converted into Arial. > Unfortunately, a few objects specify Arial explicitly, that must change. > Thanks for the heads-up. > > And, of course, we should something more intelligent a

Dia ChangeLog report for Tue Feb 11 08:23:02 2003 (UTC)

2003-02-11 Thread Dia ChangeLog Daemon
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots *** Recent ChangeLog entries: --- ChangeLog.previous 2003-02-10 09:23:59.0 +0100 +++ dia-cvs-snapshot/ChangeLog 2003-02-11 09:23:15.0 +0100 @@ -1,3 +1,10 @@ +2003-02-10 Lars Clausen <[EMAIL PROTECTED]> + +

Re: dia 0.91 segfault at startup

2003-02-11 Thread Zhang Lin-bo
I'm having the same problem and my work around is to remove the files libxslt_filter.so/libxslt_filter.la in the installation directory (PREFIX/lib/dia). Maybe we should report a bug to bugzilla.gnome.org? LB On 5 Feb 2003, Gustavo J. A. M. Carneiro wrote: > Here's the backtrace: > > > #0 0

Re: Dia ChangeLog report for Tue Feb 11 08:23:02 2003 (UTC)

2003-02-11 Thread Cyrille Chepelov
Le Tue, Feb 11, 2003, à 09:28:07AM +0100, Dia ChangeLog Daemon a écrit: > + * objects/SADT/arrow.c (sadtarrow_draw): Clamp cosa, cosb to > + [-1.0, 1.0]. Shouldn't be necessary, but in some cases the > + side of the triangle is longer than the hypotenuse. Rounding are non-euclidian

Re: direct text input for UML-message

2003-02-11 Thread Hans Busch
> I have some (more) long-term plans for UML that you might be able to look > into. Ideally, all fields in objects should be editable in place. One of > the main things for 0.92 will be a separate text entry mode (ala changing > the name of files in file managers). With that in place, clicking o

Dia and UML2

2003-02-11 Thread Marc-Philippe Huget
Hi all, Is there something planned to move Dia to UML2? I try to add some icons but I have a big problem with the round-cornered rectangle, this is my first test :-( Do you know how to render it in Dia? Thanks in advance, Marc-Philippe -- Marc-Philippe Huget Agent Applications, Research and Tec

Re: Dia and UML2

2003-02-11 Thread Christophe Ponsard
Hi, rounded rect looks sth like this: renderer_ops->fill_rounded_rect(renderer,&p1,&p2, &GOAL_BG_COLOR, elem->height/2.0); renderer_ops->draw_rounded_rect(renderer,&p1,&p2, &GOAL_FG_COLOR, elem->height/2.0); have a look in "diarenderer.h" to get familiar with the drawing primitives Chri

Re: Greek Fonts in Dia...

2003-02-11 Thread Mårten Svantesson
Armand Bankhead <[EMAIL PROTECTED]> writes: > Hello, > I can't find anything on dia's support for Greek lettering. I > want to be able to label in Greek in my dia diagrams. Is this > possible? If you know TeX you can use the PSTricks workaround. That is you write the greek letters the TeX

Re: direct text input for UML-message

2003-02-11 Thread Lars Clausen
On Tue, 11 Feb 2003, Hans Busch wrote: >> I have some (more) long-term plans for UML that you might be able to >> look into. Ideally, all fields in objects should be editable in place. >> One of the main things for 0.92 will be a separate text entry mode (ala >> changing the name of files in file

Re: Dia and UML2

2003-02-11 Thread Lars Clausen
On Tue, 11 Feb 2003, Marc-Philippe Huget wrote: > Hi all, > > Is there something planned to move Dia to UML2? I didn't know there _was_ a UML2. Are the changes substantial or merely incremental? -Lars -- Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| Hårdgrim of Numenor "I do not agree

Re: Dia and UML2

2003-02-11 Thread Marc-Philippe Huget
Lars Clausen wrote: > On Tue, 11 Feb 2003, Marc-Philippe Huget wrote: > > Hi all, > > > > Is there something planned to move Dia to UML2? > > I didn't know there _was_ a UML2. Are the changes substantial or merely > incremental? UML 2 was released on January 6th, in my opinion, the "2" deserves

Re: Dia and UML2

2003-02-11 Thread Lars Clausen
On Tue, 11 Feb 2003, Marc-Philippe Huget wrote: > Lars Clausen wrote: > >> On Tue, 11 Feb 2003, Marc-Philippe Huget wrote: >> > Hi all, >> > >> > Is there something planned to move Dia to UML2? >> >> I didn't know there _was_ a UML2. Are the changes substantial or merely >> incremental? > > UML

Re: Dia and UML2

2003-02-11 Thread Christophe Ponsard
I also heard about providing new mechanisms to better tune the modelling, and something about separating "superstructure" and "infrastructure". (eg SDL underlying sequence diagrams). But all this is rather fuzzy in my mind. Probably also some stuff wrt to OCL and MDA. I haven't looked at the OMG

Re: Dia and UML2

2003-02-11 Thread Marc-Philippe Huget
Christophe Ponsard wrote: > I also heard about providing new mechanisms to better tune the modelling, > and something about separating "superstructure" and "infrastructure". this is done but don't try to read the specs on Infrastructure, it is too complex! > I haven't looked at the OMG spec yet

Paper size annoyings

2003-02-11 Thread Alejandro Aguilar Sierra
Hello: I am using dia from today cvs. The ps produced has the right paper size name and gv display it correctly, but when I print it or convert it to PDF, the problem reapears (letter -> A4). Any idea? By the way, the cvs version segfaults when I try to export (before opening the dialog), with th

UML state diagrams

2003-02-11 Thread Andrzej Wasowski
Hi, As you UML is being discussed my question comes not completely off topic. What about supporting statecharts in dia. Is anybody working on that? I only see a mysterious icon "create a state machine", which seems to create a state (rather than a machine). Has there been any progress there?