Feature Request: UML::ActiveClass

2002-04-11 Thread Torben H. Nielsen
When you are designing a distributed/concurrent system in UML, you'll have to know where the different paths of execution will start. The following sections is snippped from "The Unified Modeling Language User Guide" by Grady, Rumbaugh & Jacobsen (page 311) "An active object is an object wha

SegFault in CVS-snapshot

2002-04-15 Thread Torben H. Nielsen
Hi! I've just downloaded the latest CVS-snapshot to give the new 'Sheets and objects' dialog a try. autogen.sh, make and make install is OK - but when i run dia and try to open the dialog it crashes with a segfault. Torben _ Yahoo! Mail - di

Re: SegFault in CVS-snapshot

2002-04-15 Thread Torben H. Nielsen
Here is the output from gdb (gdb) run Starting program: /home/torben/inst/dia-cvs-snapshot/app/dia ** WARNING **: object_get_type(Pneum - dist33) returned NULL ** WARNING **: object_get_type(Pneum - dist53) returned NULL ** WARNING **: object_get_type(EML - Process) returned NULL ** WARNING *

Re: SegFault in CVS-snapshot

2002-04-15 Thread Torben H. Nielsen
Hi! I've just tried stepping through the on_sheets_dialog_object_button_toggled() until i got the SegFault in case anybody can use the information for anything. Btw. I don't think I've mentioned that I'm using Mandrake 8.2 if it matters. [torben@hoerup dia-cvs-snapshot]$ DEBUGGER=gdb app/run_d

Feature request : Horizontal messages

2002-04-18 Thread Torben H. Nielsen
Hi, I'm sitting here and are working with some UML Sequense Diagrams. I like the feature that the Lifeline allways is vertical, but is it possible to alter the message so it allways will be horizontal?? Torben _ Yahoo! Mail - din for livet. w

dia & freetype

2002-04-25 Thread Torben H. Nielsen
Hi Lately there has been written alot about freetype, so I thought I'd give it a try. But when i run dia it exit's with a segfault! It happens for example when use start->new and places any text holding object in the workarea. Heres a trace drom gdb. (gdb) bt #0 0x080b224f in font_getfont_wi

Re: dia & freetype

2002-04-25 Thread Torben H. Nielsen
Thanks for the quick and helpfull response It was the "missing" fontpath in XF86Config-4 that caused the problem. I am using mandrake which entirely relies on the X Font Server Torben _ Yahoo! Grupper Over 4000 grupper at blive medlem af - el

Re: dia & freetype

2002-04-25 Thread Torben H. Nielsen
Well, it seems like the FontPath only solved a part of the problem! Sofar I have noticed two objects which still causes dia to crash with a segfault. The two objects are UML::Object and UML::Class! Btw. this time i configured with --enable-debug=yes (gdb) run Starting program: /home/torben/ins

dia and fonts [dia & freetype - part II]

2002-04-26 Thread Torben H. Nielsen
As some of the subscribers to the dia mailing list may have noticed, I recently had a few problems concerning freetype & fonts. The last segfault i wrote about, was raised when the UML::Class tried to use load the Helvetica-font, which I do not have as ttf (I do not know whether Helvetica is a

Re: dia and fonts [dia & freetype - part II]

2002-04-26 Thread Torben H. Nielsen
To make dia behave the way I want i altered some of the source to use Arial instaed of Helvetica Here is an example from class.c: (line 686) #ifdef HAVE_FREETYPE umlclass->classname_font = font_getfont_with_style(_("Arial"), _("Bold")); #else umlclass->classname_f

Re: dia and fonts [dia & freetype - part II]

2002-04-27 Thread Torben H. Nielsen
> But this leads to a new problem - the properties dialog(s) do not > load the font style but resets it to regular... Well it seems like dia_font_selector_with_stykes() in lib/widgets.c loads the font's different styles in to the select-box, but it does not read the current style from font->styl

Help Browser

2002-05-06 Thread Torben H. Nielsen
When a user wants some help, help_manual_callback() in app/commands.c makes a call to netscape. But what happens if there is no souch binary. Dia should either have the browser binary pointed out in the makefile or it should be possible to change this in the preferences. Torben

Re: Help Browser

2002-05-06 Thread Torben H. Nielsen
Setting the $BROWSER var cerntainly helped :) Torben _ Yahoo! Grupper Over 4000 grupper at blive medlem af - eller opret helt din egen! www.yahoo.dk/grupper ___ Dia-list mailing list [EMAIL PROTECTED]

Shapes does not get installed

2002-05-13 Thread Torben H. Nielsen
Hi I've noticed that the folling shapes are missing in the makefile's so they does not get installed. Circuit/microphone_de.shape & Circuit/microphone_de.xpm network/firewall.shape & network/firewall.xpm network/telephone.shape & network/telephone.png Torben _

Re: Sequence Diagram in UML

2002-05-15 Thread Torben H. Nielsen
Good question! Maybe the lower handle should be a connection point instead - so it could be possible to make a chain of lifelines. Torben _ Yahoo! Grupper Over 4000 grupper at blive medlem af - eller opret helt din egen! www.yahoo.dk/grupper _

Re: CVS build

2002-05-15 Thread Torben H. Nielsen
Have you tried the CVS snapshot ?? It is mouch easier to play around with :) Find it at http://www.crans.org/~chepelov/dia/snapshots Or maybe you should try the 0.90RC1 at http://www.crans.org/~chepelov/dia/dia-0.90.RC1.tar.gz Torben _ Yaho

Sheets and objects dialog vs. unicode

2002-05-16 Thread Torben H. Nielsen
Hi, I just noticed that the 'Sheets and objects dialog' does not handle unicode text strings properly! It justs writes the raw string instead Torben _ Yahoo! Grupper Over 4000 grupper at blive medlem af - eller opret helt din egen! www.yah

S&O-dialog vs. gettext

2002-05-16 Thread Torben H. Nielsen
Hi Shouldn't app/sheets_dialog.c be listed in po/POTFILES.in ?? Allso should all translators be aware that this dialog introduces some new words to be translated. Torben _ Yahoo! Grupper Over 4000 grupper at blive medlem af - eller opret helt

xmlerror.h

2002-05-18 Thread Torben H. Nielsen
Hi Just fetched the a new snapshot and found out that app/app_procs.c tries to include xmlerror.h but gcc could not find it! On my system (Mandrake 8.2) i have the following two nearly identical files: /usr/include/gnome-xml/xml-error.h & /usr/include/libxml2/libxml/xmlerror.h In app/app_procs

Re: Pre2

2006-02-22 Thread Torben H. Nielsen
Hi It looks like you forgot to commit those last changes to CVS ... Regards Torben Tirsdag den 21. februar 2006 22:32 skrev Lars Clausen: > Just uploaded dia-0.95-pre2, which fixes 5 bugs. Take a look at *this*: > > http://download.gnome.org/sources/dia/0.95/ > > > -Lars _

Re: Extremely big diagrams, or extremely small pages?

2006-03-28 Thread Torben H. Nielsen
Hi In the page setup (File->Page setup) try setting the scale to about 40 to 50, then it should come out just about right . /Torben Tirsdag den 28. marts 2006 20:48 skrev Chip Salzenberg: > Howdy. I'm a happy user of dia 0.94.0 (Debian unstable) ... or at least I > -was- happy until I tried to

Re: Dia ChangeLog report for Mon May 27 07:23:01 2002 (UTC)

2002-05-27 Thread Torben H. Nielsen
> + * objects/UML/object.c: > + * objects/UML/small_package.c: added a check against empty > + stereotypes still consuming space. Reported by Dolores Alia de > + Saravia <[EMAIL PROTECTED]>. Thanks! Cyrille! Are you sure that you have commited these changes to cvs?? Torben _

0.90Rc3 win32

2002-05-30 Thread Torben H. Nielsen
Hi, I just checked ( by simple guessing :) to see whether Hans had published a new build - and he had.. Try it out from http://hans.breuer.org/dia/dia-bin-2002-05-30.zip Torben _ Følg VM i fodbold på tæt hold fra Yahoo!s officielle VM-sid

Unable to resize flowchart default box [was re: How to add new shapes ? ]

2002-05-30 Thread Torben H. Nielsen
Pawel Rozanski has a point... Why is it not possible to resize the flowchart square box ?? Torben _ Følg VM i fodbold på tæt hold fra Yahoo!s officielle VM-side www.yahoo.dk/vm2002 ___ Dia-list mail

Re: suggestion: double line selection option

2002-06-07 Thread Torben H. Nielsen
> The only > thing it is lacking is a double line style as drawn > below. Such notation is often used in ER diagrams > although alternative notations are also possible: It already exists as the ER:Participation line. Drop one of these in your diagram, select properties for the line at set total=y

Flowchart::box (again)

2002-09-06 Thread Torben H. Nielsen
Is it true that the flowchart::box can not be resized ?? Im using v. 0.90 Torben Få den nye Yahoo! Messenger på www.yahoo.dk/messenger Nu med webkamera, talechat, interaktive baggrunde og meget mere! ___ Dia-list mailing list [EMAIL PROTECTED] http:/

Re: Re: Flowchart::box (again)

2002-09-06 Thread Torben H. Nielsen
>> Is it true that the flowchart::box can not be resized ?? >Yes, that's true. So it should really have black handles instead of >green, >or else it should resize by adding padding. You're most welcome to >file a >bug report, that way we'll get around to looking at it. Well, Steffen has alrea

DIA_PLUGIN_PATH && libdia.so

2002-10-01 Thread Torben H. Nielsen
Hi. I've just tried the latest CVS-snapshot, and I must say that i looks _great_, but a few small things got me wondering: 1)All other global settings (like DIA_SHEET_PATH etc.) kan be handled through the autoconf/automake system - so why can't DIA_PLUGIN_PATH be handled the same way?? 2) Dia tr

Re: DIA_PLUGIN_PATH && libdia.so

2002-10-02 Thread Torben H. Nielsen
Well, these problems does not occur when I run dia from app/run_dia.sh. But they become visible when i do a make install and run dia from /usr/local/bin/dia >Le Tue, Oct 01, 2002, à 10:14:21PM +0200, Torben H. Nielsen a écrit: >> Hi. >> I've just tried the latest CVS-snap

Properties of deleted objects

2002-10-02 Thread Torben H. Nielsen
Here is a simple excercise: 1)open a new empty workarea 2)place any shape on the workarea 3)delete the newly created object And see, this one goes fine. Now we will take a little different approach: 1)place any shape on the workarea (again) 2)open the properties window for the object 3)close the

Re: Properties of deleted objects

2002-10-02 Thread Torben H. Nielsen
todays CVS snapshot >What version? >On V 0.9 i do not have this problem >Robert Torben Beskyt din computer mod virus og misbrug! Læs mere i Yahoo! Sikkerhedscenter på www.yahoo.dk/sikkerhedscenter ___ Dia-list mailing list [EMAIL PROTECTED] http://

Re: DIA_PLUGIN_PATH && libdia.so

2002-10-03 Thread Torben H. Nielsen
Hi, >> "Could not find plugin init function in >> `/usr/local/lib/dia/libdia.la'". Neither dialog shows up when I run >> app/run_dia.sh (which didn't even occur to me until I saw this thread). > >The latter is precisely what triggered the original message. The >plug-in >loader finds a .la file

Re: DIA_PLUGIN_PATH && libdia.so

2002-10-03 Thread Torben H. Nielsen
Sorry, it seems like my YaHoo! mail doesn't like attachments, so i've uploaded it to: http://t-hoerup.dk/dia/plug-ins.c-patch Torben --- Andrew S Halper <[EMAIL PROTECTED]> skrev: > On 2002.10.03 07:25 Torben H. Nielsen wrote: > > > >> "Could not fi

2 Small bugs

2002-10-03 Thread Torben H. Nielsen
Hi, I found a few small bugs in dia (CVS-version): Bug #1 If one of the following files are missing: ~/.dia/defaults.dia ~/.dia/pluginrc Dia writes the following on the console warning: failed to load external entity "Null" (For pluginrc it writes the message, both on startup and when dia is clo

Re: 2 Small bugs

2002-10-14 Thread Torben H. Nielsen
> Sincerely > Alan Horkan > > http://bugzilla.gnome.org > > On Thu, 3 Oct 2002, [iso-8859-1] Torben H. Nielsen wrote: > > > Date: Thu, 3 Oct 2002 20:06:19 +0200 (CEST) > > From: "[iso-8859-1] Torben H. Nielsen" > <[EMAIL PROTECTED]> > &g

Status report on dia ???

2002-10-28 Thread Torben H. Nielsen
Hi, There has been a little quiet on the dia-list lately especially has there been far between the Changelog reports, which made me think a little on the status of dia-cvs. So, as a both interested and courious dia-user, would I like to know how far the different porting projects (Pango & GObject

PATCH: shapes/Cisco/Makefile.am

2005-06-08 Thread Torben H. Nielsen
Hi Here is a patch for shapes/Cisco/Makefile.am to make the build system aware of the new Cisco shapes. Regards Torben H. Nielsen Denmark --- Makefile.am.old 2005-06-06 22:16:25.0 +0200 +++ Makefile.am 2005-06-06 22:10:44.0 +0200 @@ -11,6 +11,8 @@ 10700.png\ 15200.shape

PATCH: shapes/Cisco/Makefile.am

2005-11-11 Thread Torben H. Nielsen
Hi Thanks for adding Ian's cisco-shapes to CVS, but there's only a minor problem : shapes/Cisco/Makefile.am does not know of any of the new shapes - yet ! Regards Torben H. Nielsen --- Makefile.am.old 2005-05-15 01:03:12.0 +0200 +++ Makefile.am 2005-05-17 17:51:43.0

Working towards 0.95

2006-02-06 Thread Torben H. Nielsen
Hi First a big thank you to Hans and Lars for the great work they're doing for dia and the dia community!! I am very excited about the thought that we'll soon have a new stable release of dia with many new features. But the progress towards against a stable release is not only for the core dev

Re: Working towards 0.95

2006-02-07 Thread Torben H. Nielsen
Mandag den 6. februar 2006 23:39 skrev Hans Breuer: > On 06.02.2006 21:06, Torben H. Nielsen wrote: > > Hi > > > > First a big thank you to Hans and Lars for the great work they're doing > > for dia and the dia community!! > > Thank you. > > > I am