Re: Some exporting possibilities

2002-05-13 Thread Dominic Gamble
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 tricky to work out whether a class/interface sits on top of a pa

0.90.RC1 available

2002-05-13 Thread Lars Clausen
The new maintainer team (Cyrille and I) is proud to present our first release candidate of the new version of Dia: http://zamok.crans.org/~chepelov/dia/dia-0.90.RC1.tar.gz md5sum: aaaea873cc65bcb690ec6037b4c44803 dia-0.90.RC1.tar.gz This is only a release candidate, not a full release. There

Some exporting possibilities

2002-05-13 Thread Mat . Home
Hi diayers, I thought yesterday that DIA needed a better (generic yet customizable) exporting code for the objects that one designs and fill with info. It came to my mind that DIA was based on an xml format which has a language for transformation (aka export): XSLT. So i tried tomorro

RE: Dia format

2002-05-13 Thread Maiorana, Jason
>I was wondering why all strings are enclosed with '#' in my dia files (UML objects). Thanks in >advance. I as well am annoyed by that, to my thinking the default XML encoding is UTF-8, which is more than enough for internationalization, which I believe had something to do with it... __

Dia format

2002-05-13 Thread Mat . Home
I was wondering why all strings are enclosed with '#' in my dia files (UML objects). Thanks in advance. -- "Black holes are where God divided by zero." - Steven Wright MaT|TaM ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/

RE: printing problems

2002-05-13 Thread Belen Leonardo Javier
Title: RE: printing problems yeah, I agree, but I cannot convience the manager to choose another one for now. Ps anyway has the problem that divide the diagram into a lot of little pages, and I cannot use that. is there a way to not specify the page tipe on the PS? Leo. AFIP-AR -Mensaje o

Re: CVS compile fails

2002-05-13 Thread Lars Clausen
On Mon, 13 May 2002, Mat Home wrote: > I get undefined references when compiling dia (just updated, i did a make > clean and reconfigured). > > gcc -Wall -Wunused -Winline -Wmissing-prototypes -Wmissing-declarations >-finline-functions -fstrict-aliasing -o dia diagram.o preferences.o > ... > -r

Re: printing problems

2002-05-13 Thread Lars Clausen
On Mon, 13 May 2002, Belen Leonardo Javier wrote: > Steffen The problem is that the diagram is 2m x 15m and I need to print > it in a way it can keep a decent resolution. I tried all but at > least I need a printed paper of 1m x 7m which it doesnt help a > lot. As a worse compone

RE: printing problems

2002-05-13 Thread Belen Leonardo Javier
Title: RE: printing problems I do think they can't, but it's worth to give it a try, and I appreciate your help. Anyway I do need a better solution. Leo. AFIP-AR -Mensaje original- De: Steffen Macke [SMTP:[EMAIL PROTECTED]] Enviado el: lunes 13 de mayo de 2002 14:20 Para:   [E

Re: printing problems

2002-05-13 Thread Steffen Macke
Does the printing shop support PDF for printing at this size? You can hack the paper sizes in the dia source code to fit with 2m x 15m - ps2pdf should be able to accept a custom paper size (That's what GSView under Windows offers). I don't know the commandline parameter for this, though... Stef

Re: Shapes does not get installed

2002-05-13 Thread Cyrille Chepelov
Le Mon, May 13, 2002, à 08:02:47PM +0300, Steffen Macke a écrit: > > I've noticed that the folling shapes are missing in the makefile's so > > they does not get installed. > > Fixed. Thanks for reporting! Rats. You beat me :-) -- Cyrille -- Grumpf. __

Re: Introduction

2002-05-13 Thread Cyrille Chepelov
Le Mon, May 13, 2002, à 10:01:45AM -0700, James Michael DuPont a écrit: > > that stuff above is about one year old, and at that > > time I don't believe the > > tree-dumper was existing. But it's nice to see > > things have evolved... > Hmmm... but the tar contained the TU files, where did > they

RE: printing problems

2002-05-13 Thread Belen Leonardo Javier
Title: RE: printing problems Steffen     The problem is that the diagram is 2m x 15m and I need to print it in a way it can keep a decent resolution. I tried all but at least I need a printed paper of 1m x 7m which it doesnt help a lot. As a worse componet of my problem, I need to send the

Re: Introduction

2002-05-13 Thread James Michael DuPont
> > This project looks like you are parsing the TU > files > > from the tree-dumper. > > Indeed. > And I know the "static linking" issue is > important for gcc (even if > I believe this is utter bullshit, and is one of the > reasons which prevent > emacs from having autocomplete/argcomplete li

Re: Shapes does not get installed

2002-05-13 Thread Steffen Macke
> I've noticed that the folling shapes are missing in the makefile's so > they does not get installed. Fixed. Thanks for reporting! Steffen ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list

CVS compile fails

2002-05-13 Thread Mat . Home
I get undefined references when compiling dia (just updated, i did a make clean and reconfigured). gcc -Wall -Wunused -Winline -Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing -o dia diagram.o preferences.o ... -rdynamic -Wl,--export-dynamic ../lib/libdia.a /us

Re: Shapes does not get installed

2002-05-13 Thread Cyrille Chepelov
Le Mon, May 13, 2002, à 06:30:05PM +0200, Torben H. Nielsen a écrit: > 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 > networ

Re: printing problems

2002-05-13 Thread Steffen Macke
What is the paper size you're using? When creating large PDF files you have to be careful to specify the correct papersize (or make the PDF scaleable). ps2pdf -sPAPERSIZE=a0 should create a nice A0 size PDF file that can be plotted. I would rather avoid the step of creating an EPS file first as

Re: Introduction

2002-05-13 Thread Cyrille Chepelov
Le Mon, May 13, 2002, à 08:37:49AM -0700, James Michael DuPont a écrit: > > done it ? I've done some stuff in that area, you may > > want to have a quick > > look at the tarball at > > http://www.chepelov.org/cyrille/cplusplus), all you > > have next is to build an XML file conforming to the > > d

RE: printing problems

2002-05-13 Thread Belen Leonardo Javier
Title: RE: printing problems I tried, but I coudnt  find a nice page scale at all, It seemed to be really a big image so needed more DPI. about eps, well I dont know how to increase the DPI, and I dont know if the page scalling on screen is used when i print. Leo. AFIP-AR -Mensaje origina

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: printing problems

2002-05-13 Thread Ville Lindfors
Try adjusting page setup. I usually use 20-40% scaling for printing. Ville Original Message dated 5/13/02, 7:13:47 PM Author: Belen Leonardo Javier <[EMAIL PROTECTED]> Re: RE: printing problems: I tried exporting a ps and then converting to pdf, but I get only a few pages, most of them empty,

RE: printing problems

2002-05-13 Thread Belen Leonardo Javier
Title: RE: printing problems I tried exporting a ps and then converting to pdf, but I get only a few pages, most of them empty, and a few lines on them the most complete. is it the same with eps. because I think the problem is the paper size. Leo. -Mensaje original- De: Ville Lind

RE: Introduction

2002-05-13 Thread Ville Lindfors
You can export eps and convert it to pdf with epstopdf (should be ok on Windows). Ville Original Message dated 5/13/02, 6:55:54 PM Author: Belen Leonardo Javier <[EMAIL PROTECTED]> Re: RE: Introduction: I have awful problems to export my diagram from DIA. I started development about a week ag

RE: Introduction

2002-05-13 Thread Belen Leonardo Javier
Title: RE: Introduction I have awful problems to export my diagram from DIA. I started development about a week ago and now I have a diagram that printed is about (2m x 13 m). The problems is that the first time I sent a .png image to the printing shop, but now it hasnt got the DPI i need (thi

Re: Introduction

2002-05-13 Thread James Michael DuPont
> done it ? I've done some stuff in that area, you may > want to have a quick > look at the tarball at > http://www.chepelov.org/cyrille/cplusplus), all you > have next is to build an XML file conforming to the > dia DTD. You'll probably This reminds me of gasta: http://sourceforge.net/projects/

Re: Introduction

2002-05-13 Thread James Michael DuPont
> done it ? I've done some stuff in that area, you may > want to have a quick > look at the tarball at > http://www.chepelov.org/cyrille/cplusplus), all you > have next is to build an XML file conforming to the > dia DTD. You'll probably This project looks like you are parsing the TU files from t

Re: Introduction

2002-05-13 Thread James Michael DuPont
Cyrille, For this project to fly, I will need to statically link all the applications together. Otherwise there will be to great of a risk to the gcc being comprimised and I wont get any support from the gnu group. For the Dia interface, xml is ok, but we need to support some interactivity.

Re: Introduction

2002-05-13 Thread Lars Clausen
On Mon, 13 May 2002, James Michael DuPont wrote: > Hello Dia Developers, > My name is James Michael DuPont, and I am working on > the extraction of information from the gcc via the > parse trees. > I would be interested in using DIA as a display tool > for compiler graphs and UML diagrams. > > Al

Re: Introduction

2002-05-13 Thread Cyrille Chepelov
Le Mon, May 13, 2002, à 05:22:05AM -0700, James Michael DuPont a écrit: > Hello Dia Developers, > My name is James Michael DuPont, and I am working on > the extraction of information from the gcc via the > parse trees. > I would be interested in using DIA as a display tool > for compiler graphs an

Introduction

2002-05-13 Thread James Michael DuPont
Hello Dia Developers, My name is James Michael DuPont, and I am working on the extraction of information from the gcc via the parse trees. I would be interested in using DIA as a display tool for compiler graphs and UML diagrams. Also I would like to use a modifed version of VCG tool to do graph

Dia ChangeLog report for Mon May 13 07:23:02 2002 (UTC)

2002-05-13 Thread Dia ChangeLog Daemon
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots *** Recent ChangeLog entries: --- ChangeLog.previous Sun May 12 09:23:13 2002 +++ dia-cvs-snapshot/ChangeLog Mon May 13 09:23:05 2002 @@ -1,5 +1,43 @@ 2002-05-12 Lars Clausen <[EMAIL PROTECTED]> + * objects/UML/uml.c