Re: dia.exe and dia-win.exe

2006-02-12 Thread Hans Breuer
On 12.02.2006 06:36, Steffen Macke wrote: Hello All, I would like to ship two flavours of dia with the next Windows installer: * dia.exe which is linked with /subsystem:console, allowing to use see commandline output and error messages * dia-win.exe which should be used by default, linked with

0.95-pre1 uploaded

2006-02-12 Thread Lars Clausen
I've just uploaded the first prerelease of version 0.95 to http://download.gnome.org/sources/dia/0.95/. Please go ahead and try it, and hopefully Steffen can put a Win32 version out soon. We're particularly interested in people who can reproduce bugs in 0.94 to see if they can reproduce them in 0

Re: Modifying UML Class Shape

2006-02-12 Thread Lars Clausen
On Fri, 2006-01-27 at 16:16 +, Leitch, David wrote: > Hi, > > I would like to have a shape which has associated attributes and also a fixed > number of connection points. > Can this be done by creating a new shape or perhaps modifing the UML Class > Shape to do three things. > > 1) Change t

Re: [UML] Synchronization in the Activity diagram.

2006-02-12 Thread Lars Clausen
On Thu, 2006-01-26 at 14:49 -0500, Leonid Lastovkin wrote: > Hi, > > First I'd like to thank the community of the developers for this neat tool. Glad you like it. > I was playing with Dia's UML objects; I wanted to create an activity diagram. > However, I could not find the vertical thick bar th

Re: 0.95-pre1 uploaded

2006-02-12 Thread Hans Breuer
On 12.02.2006 19:01, Lars Clausen wrote: I've just uploaded the first prerelease of version 0.95 to http://download.gnome.org/sources/dia/0.95/. Thanks for doing this. I planned to do it this weekend as well but was dragged away with other interesting stuff. Please go ahead and try it, and h

Dia ChangeLog report for 2006-02-13 04:00:00 UTC (Mon 13 Feb)

2006-02-12 Thread Dia ChangeLog Daemon
Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots *** Recent ChangeLog entries: --- ChangeLog.previous 2006-02-12 05:00:09.0 +0100 +++ dia-cvs-snapshot/ChangeLog 2006-02-13 05:00:05.192788464 +0100 @@ -1,3 +1,14 @@ +2006-02-12 Hans Breuer <[EMAIL PROTECTED]> + +

Re: 0.95-pre1 uploaded

2006-02-12 Thread Lars Clausen
On Sun, 2006-02-12 at 19:38 +0100, Hans Breuer wrote: > On 12.02.2006 19:01, Lars Clausen wrote: > > I've just uploaded the first prerelease of version 0.95 to > > http://download.gnome.org/sources/dia/0.95/. > Thanks for doing this. I planned to do it this weekend as well > but was dragged away

Exporting Diagram to CXX Code - How to Modify Resulting Output

2006-02-12 Thread Jason Alan Smith
Hello: I was poking around Dia's source folder and I didn't see where I could modify the resulting CXX file when I export a diagram to c++ code. I'd like to automatically export some standard comments with each member and attribute and that sort of thing. I poked around the web site a bit and di

Re: Exporting Diagram to CXX Code - How to Modify Resulting Output

2006-02-12 Thread Jason Alan Smith
I did some more digging and found codegen.py in /usr/share... So am I right in believing that Dia will call this script to generate the code? I bet it's this script I need to mod to my liking. I know this script is available for download from your site, so I bet it is. Awesome. A little find h

CAIRO build

2006-02-12 Thread Steffen Macke
Hello All, I'll try to get the installer ready as soon as possible. I have a CAIRO plug-in now, but it doesn't contain any new export filters. Maybe somebody (Hans ?) can tell me which #defines make sense to use in order to get a useful CAIRO plug-in. Regards, Steffen __