Re: Reverse Engineer using dia

2002-08-28 Thread James Michael DuPont
One of the goals of the introspector and related projects is to extend the compiler for helping in the reverse engineering of source codes. The usage of a layout engine to format this data, and a DB repository to store it, coupled with Dia as a front end display tool will be a great combination.

Re: Reverse Engineer using dia

2002-08-28 Thread Zdenek Vrablik
Hi, for c++ you can use projekt medoosa http://medoosa.sourceforge.net/ or autodia(make only UML diagrams). http://droogs.org/autodia/ Zdenek Vrablik Quoting [EMAIL PROTECTED]: > > I have about 2 Million lines of code base written in VC++ and VB I would > like to reverse engineer this cod

Re: thanks for tedia2sql

2002-08-28 Thread Lars Clausen
On Mon, 26 Aug 2002, Tim Ellis wrote: > I've submitted two patches to the maintainers and, as far as I'm aware, > the first was accepted but the second, which I feel is technically > superior & which replaces the first patch, has not. > > In any case, current Dia CVS has an ability to use more co

Re: thanks for tedia2sql

2002-08-28 Thread Cyrille Chepelov
Le Wed, Aug 28, 2002, à 09:51:32AM -0500, Lars Clausen a écrit: > The right way to solve this would be to up the version number for the UML > class save format, and allow a variable number of CPs there. Then the > UML class object menu can allow adding & removing connection points. ... Or do w

Re: thanks for tedia2sql

2002-08-28 Thread Tim Ellis
> > I've submitted two patches to the maintainers and, as far as I'm > > aware, the first was accepted but the second, which I feel is > > technically superior & which replaces the first patch, has not. > > Dammit, now you forced me to think:) I knew there was a reason I didn't > apply the patch

(no subject)

2002-08-28 Thread Richard Dobson
Hi when saving as a .dia file I am not getting the usual xml output. could anybody tell me why? I've installed version 0.88 and 0.90 and had the same problem. I have also installed on sunOS 5.8 and redhat 7.2. The output I recieve is for example: ][sÛ¶~ϯи/éLÜx©t|2ÓÎ4é´¯Z¢m¶ä¡h§~éo? %_t£@ .

Re: (no subject)

2002-08-28 Thread Lars Clausen
On Wed, 28 Aug 2002, Richard Dobson wrote: > > Hi > when saving as a .dia file I am not getting the usual xml > output. could anybody tell me why? I've installed version 0.88 and > 0.90 and had the same problem. I have also installed on sunOS 5.8 and > redhat 7.2. The output I recieve is for exam

Re: (no subject)

2002-08-28 Thread Andrew Ferrier
On 2002-08-28 at 20:27 -, Richard Dobson wrote: > when saving as a .dia file I am not getting the usual xml > output. could anybody tell me why? I've installed version > 0.88 and 0.90 and had the same problem. I have also installed > on sunOS 5.8 and redhat 7.2. The output I recieve is for >

Re: (no subject)

2002-08-28 Thread Mike Garnsey
try turning off "compress saved files" in the Files\Preferences menu. enjoy! Mike --- Richard Dobson <[EMAIL PROTECTED]> wrote: > > Hi > when saving as a .dia file I am not getting the > usual xml output. could > anybody tell me why? I've installed version 0.88 and > 0.90 and had the same >

Example documents

2002-08-28 Thread Robert Smith
I have used dia for a while, and am wondering if you would like any dia documents for the example section of the website? Robert ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list

Re: Example documents

2002-08-28 Thread Lars Clausen
On Wed, 28 Aug 2002, Robert Smith wrote: > I have used dia for a while, and am wondering if you would like any dia > documents for the example section of the website? Sure, the examples kinda need ... something. Anything, in fact:) If you can, put the examples on a website rather than sending th

Tex formatting

2002-08-28 Thread Robert Smith
How do i insert latex or tex formulas into Dia and get them displayed as they should be instead of just as tex formatting? Thanks Robert ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list

Re: Tex formatting

2002-08-28 Thread Lars Clausen
On Thu, 29 Aug 2002, Robert Smith wrote: > How do i insert latex or tex formulas into Dia and get them displayed as > they should be instead of just as tex formatting? At the moment, you don't. It's not trivial to make the interface between (La)TeX and Dia. -Lars -- Lars Clausen (http://shast

Re: Question about the polyline object...

2002-08-28 Thread Michael H. Voase
Lars Clausen wrote: > On Tue, 27 Aug 2002, Michael H. Voase wrote: > > Look at the newest CVS. We can now pass a FooCreateData into create(), > which works better than doing add_point later. Lots have happened since > 0.88.1. > Uhh-huh. Looks like it has. Ok, that will do.

Re: Question about the polyline object...

2002-08-28 Thread Cyrille Chepelov
Le Thu, Aug 29, 2002, à 01:59:44PM +1000, Michael H. Voase a écrit: > However, I am having a nasty time trying to get the CVS version of > dia going. In particular, what is glib-gettextize and why is it used > instead of gettextize? Also, what is the go with AM_GLIB_GNU_GETTEXT? I