You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(3) |
Feb
|
Mar
(1) |
Apr
(3) |
May
(1) |
Jun
|
Jul
(9) |
Aug
(4) |
Sep
(1) |
Oct
|
Nov
|
Dec
(10) |
| 2003 |
Jan
(13) |
Feb
(39) |
Mar
|
Apr
(17) |
May
(3) |
Jun
(3) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
(6) |
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(7) |
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Javier O'H. <j....@ti...> - 2002-04-16 20:43:15
|
At last, I decided to set up the CVS repository. Now all the developers in the Dia2Code project can commit their modifications without the need to wait me to do a release. This is a Good Thing(tm) since I'm terrible slow at that. So far, the difference with the 0.8.1 release is a SEGFAULT bugfix. Current registered developers in the site are: Me Martin Vidner Christie McGee Ruben Lopez Steffen Macke I tried long time ago to register all Dia2Code programmers with a SourceForge sccount into the project. Yet, I maybe left (unintentionally) someone out. If you feel like contributing to the project and/or are a current Dia2Code developer which is not listed here, please send me a mail and I'll add you. Please refer to this list for further discussion about CVS modifications/etiquette/whatever. Regards, Xav |
|
From: Margus <mv...@ho...> - 2002-04-01 07:07:53
|
Hello, I use "Standard - BezierLine" elements to model relationships between classes and attributes as foreign keys in order to generate SQL DDL. Please find an example attached. The problem is that currently, the codebase doesn't seem to make use of the "connection" attribute to automatically reference foreign keys or even model associations, the use of the role names from the "UML - Association" elements seems more of a work-around. I'd suggest adding to the umlassocnode structure a pointer to the attribute node that references the other object (or the attribute that implements the association with the other class). Were there any plans to make use of the connection element? mv |
|
From: Margus <m....@ap...> - 2002-04-01 07:04:24
|
Hello, I use "Standard - BezierLine" elements to model relationships between classes and attributes as foreign keys in order to generate SQL DDL. Please find an example attached. The problem is that currently, the codebase doesn't seem to make use of the "connection" attribute to automatically reference foreign keys or even model associations, the use of the role names from the "UML - Association" elements seems more of a work-around. I'd suggest adding to the umlassocnode structure a pointer to the attribute node that references the other object (or the attribute that implements the association with the other class). Were there any plans to make use of the connection element? mv |
|
From: Rubens R. <rub...@ya...> - 2002-03-23 15:05:50
|
Hi ALl, I was trying to make dia2code generate an import statement like this import java.awt.*; and the only way I was able to do this was to include a class named "*" inside a Big Package, and then add a dependency between my class and the "*" class... But then when I extend one of the awt classes, I also get the : import java.awt.<class>; and the .java file is generated. Is there a better way to include the "import java.awt.*" without these problems? Thanks a lot ===== ---- Rubens Ramos Fernandes Junior rub...@ya... ---- __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ |
|
From: Matthieu S. <ma...@ne...> - 2002-01-28 18:14:51
|
I wrote a patch for dia to support abstract, virtual, final and constant properties for UML - Class operations, so i'm propagating it into dia2code, since I use it. The patch also contains code to output to C++. I also rewrote the nextObject() function which had a FIXME. Code is clearer, and a bit tested (50 classes diagram). Bye. -- "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. " - Albert Einstein (1879-1955) MaT|TaM <ma...@ne... & mattam.selfhost.com> |
|
From: Javier O'H. <j....@ti...> - 2002-01-02 21:24:51
|
On Wednesday 02 January 2002 03:02, Dana M . Diederich wrote: > I looked through the archives of this list and didn't notice any messages > about future support of Perl, nor did I see any mention of it inside of the > distribution. Will Perl be supported by this product in the near future? > My team does a great deal of Perl object oriented programming, and some > of us know UML, as modeled in dia. I am very excited by this program > overall! > > Cheers. > -Dana Some time ago someone volunteered to do it. Later, another guy sent me an empty atttachment, supposedly with a Perl code generator. I lost his mail so I could not reply to him. :-( Everybody is welcome to contribute. ;-) Patches go here: http://sourceforge.net/tracker/?group_id=15307&atid=315307 Regards, Xav |
|
From: Dana M . D. <da...@re...> - 2002-01-02 01:13:59
|
I looked through the archives of this list and didn't notice any messages about future support of Perl, nor did I see any mention of it inside of the distribution. Will Perl be supported by this product in the near future? My team does a great deal of Perl object oriented programming, and some of us know UML, as modeled in dia. I am very excited by this program overa= ll! Cheers. -Dana -*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-, Dana M. Diederich =20 SMTP: da...@re... HTTP: http://realms.org/dana/ ICQ: 16433785 `Berkeley invented LSD and Unix, and I don't think that's a coincidence.' |
|
From: Javier O'H. <j....@ti...> - 2001-11-18 22:02:42
|
On Sunday 18 November 2001 19:19, Matthew K. Williams wrote: > I've got a dia class diagram which presently contains 3 classes, and > shows the fully qualified path (ie, nested packages) for them. > > dia2code creates the first class just fine, and them fills up the HD on > the second one. > > here's the command line I'm using: > > dia2code -t java bouncingbet.java I forgot to scan the next element of the list :-(. Dia2Code gets caught in an infinite loop while generating java code and the imported class has a package hierarchy deeper than 1. You can find the patch attached here. Thanks for pointing it out. Regards, Xav |
|
From: Matthew K. W. <ma...@ha...> - 2001-11-18 18:20:29
|
I've got a dia class diagram which presently contains 3 classes, and shows the fully qualified path (ie, nested packages) for them. dia2code creates the first class just fine, and them fills up the HD on the second one. here's the command line I'm using: dia2code -t java bouncingbet.java Any clues? Beside this, it looks like a great tool.... matt |
|
From: Javier O'H. <j....@ti...> - 2001-11-11 20:53:25
|
On Wednesday 07 November 2001 19:30, J=E9r=F4me Slangen wrote: > I've just installed the latest release on my Debian PPC and > made a quick change in the processing of the '-cl' argument. > It allows me now to use the '*' character in the class list > for range selection/exclusion. It's quite nice when working > on a huge model with lots of test suite classes or when > issuing a command like this one: > > dia2code -t java -v -cl _*,*$,java.* $@ This is a very nice enhancement, thanks J=E9r=F4me. I'll put it on the p= atch=20 list and integrate it with the current code base. Regards, Xav |
|
From: <je...@ma...> - 2001-11-07 18:33:50
|
Hello there, I'm new to dia2code and I would first like to thank you all for this great tool! It'll save me a *lot* of time maintaining my UML/Java programs. I've just installed the latest release on my Debian PPC and made a quick change in the processing of the '-cl' argument. It allows me now to use the '*' character in the class list for range selection/exclusion. It's quite nice when working on a huge model with lots of test suite classes or when issuing a command like this one: dia2code -t java -v -cl _*,*$,java.* $@ It's just a two minutes hack on 'is_present()' in 'dia2code.c' but it migth be useful for someone else on this list. The diff file is attached to this post. Later, (__) Jerome Slangen oo ) Analyste-programmeur |_/\ Systemes et reseaux libres ----------------------------------------------------- Mail.be, Free WebMail and Virtual Office http://www.mail.be |