Thread: RE: [Java-gnome-developer] Cromagnon ported!
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2003-11-12 14:07:36
|
Thanks for the effort. I will try to apply the patch sometime today. How close is this application to being functional? -Jeff > Here it is, the app is ported to java-gnome-0.8. > It is at the same level of functionality it was before, only it uses > gtk2. > I would like to continue developing this app but I haven't fully > understood the crontab entry creation logic, cause it seems > it was left > half implemented... > I would very glad if someone has any suggestion on which are the major > missing methods to implement, or wants to help to reach basic > functionality ;) > > Luca. > -- > Luca De Rugeriis <pie...@li...> > |
From: Jeffrey M. <Jef...@Br...> - 2003-11-12 19:03:07
|
I still haven't applied the patch that was supplied. I hope to get arround to applying the patch in about two hours. -Jeff > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Luca De Rugeriis wrote: > | Il mer, 2003-11-12 alle 15:07, Jeffrey Morgan ha scritto: > | > |>Thanks for the effort. I will try to apply the > |>patch sometime today. How close is this application > |>to being functional? > |> > |>-Jeff > |> > | > | I think it's near to be functional, however I really miss > the point at > | which the work was left... have to investigate further. > | The gui is complete although it needs to be higyfied > specially the new > | crontab entry window. > | There is some implementation of the logic used to create a > new crontab > | entry, but it is limited to System.out outputs. > | It seems like the methods used to append new entries in the > main window > | TreeView are broken or left unimplemented... > | My main problem to continue developing on this, is to > really figure out > | what the original authors wanted to do in every methods, and at what > | point these were left uncompleted. > | I've also seen the original cromagnon and it seems to be limited to > | print to stdout the new crontab entry. > | > | However don't take this statements as if I see a negative > future for it, > | I'm a newbie, so someone with more skills could bring it to > | functionality easily ;) > | > | Luca. > > > Is this available to be checked out of cvs, or do I need to download a > new copy of it? I'd be interested in poking about in it perhaps. > > > - -- > [A n d r e w] > - ------|------ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQE/soSR2AKtqeH2FeQRAt1kAJ9oXFaBMuQLRsNT8hABOcwfbMuZGQCfXFzl > Bn2mg6XY07R2Jgj4owo1Cnw= > =sVNr > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Jeffrey M. <Jef...@Br...> - 2003-11-13 12:23:53
|
This patch has been applied with a few minor changes. The code is in cvs. -Jeff > > Here it is, the app is ported to java-gnome-0.8. > It is at the same level of functionality it was before, only it uses > gtk2. > I would like to continue developing this app but I haven't fully > understood the crontab entry creation logic, cause it seems > it was left > half implemented... > I would very glad if someone has any suggestion on which are the major > missing methods to implement, or wants to help to reach basic > functionality ;) > > Luca. > -- > Luca De Rugeriis <pie...@li...> > |
From: Luca De R. <pie...@li...> - 2003-11-13 17:57:15
|
Il gio, 2003-11-13 alle 13:23, Jeffrey Morgan ha scritto: > This patch has been applied with a few minor changes. > The code is in cvs. Great! I was freaked out because of so many listeners in CrontabEntryEdit :). Now it reads the user's crontab and prints it to stdout and does the same for new crontab entries. Now the missing things seems to be: Fixing the main window TreeView. It should append the new crontab entries (and the ones saved) on the tree which actually doesn't work. Saving the real crontab file. After this we should reach basic usability :) Refining things and adding features should be a snap ;) Luca. -- Luca De Rugeriis <pie...@li...> |
From: Luca De R. <pie...@li...> - 2003-11-12 18:42:46
|
Il mer, 2003-11-12 alle 15:07, Jeffrey Morgan ha scritto: > Thanks for the effort. I will try to apply the > patch sometime today. How close is this application > to being functional? > > -Jeff > I think it's near to be functional, however I really miss the point at which the work was left... have to investigate further. The gui is complete although it needs to be higyfied specially the new crontab entry window. There is some implementation of the logic used to create a new crontab entry, but it is limited to System.out outputs. It seems like the methods used to append new entries in the main window TreeView are broken or left unimplemented... My main problem to continue developing on this, is to really figure out what the original authors wanted to do in every methods, and at what point these were left uncompleted. I've also seen the original cromagnon and it seems to be limited to print to stdout the new crontab entry. However don't take this statements as if I see a negative future for it, I'm a newbie, so someone with more skills could bring it to functionality easily ;) Luca. -- Luca De Rugeriis <pie...@li...> |
From: Andrew <ac...@on...> - 2003-11-12 18:59:50
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Luca De Rugeriis wrote: | Il mer, 2003-11-12 alle 15:07, Jeffrey Morgan ha scritto: | |>Thanks for the effort. I will try to apply the |>patch sometime today. How close is this application |>to being functional? |> |>-Jeff |> | | I think it's near to be functional, however I really miss the point at | which the work was left... have to investigate further. | The gui is complete although it needs to be higyfied specially the new | crontab entry window. | There is some implementation of the logic used to create a new crontab | entry, but it is limited to System.out outputs. | It seems like the methods used to append new entries in the main window | TreeView are broken or left unimplemented... | My main problem to continue developing on this, is to really figure out | what the original authors wanted to do in every methods, and at what | point these were left uncompleted. | I've also seen the original cromagnon and it seems to be limited to | print to stdout the new crontab entry. | | However don't take this statements as if I see a negative future for it, | I'm a newbie, so someone with more skills could bring it to | functionality easily ;) | | Luca. Is this available to be checked out of cvs, or do I need to download a new copy of it? I'd be interested in poking about in it perhaps. - -- [A n d r e w] - ------|------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQE/soSR2AKtqeH2FeQRAt1kAJ9oXFaBMuQLRsNT8hABOcwfbMuZGQCfXFzl Bn2mg6XY07R2Jgj4owo1Cnw= =sVNr -----END PGP SIGNATURE----- |