java-gnome-hackers Mailing List for The java-gnome language bindings project (Page 115)
Brought to you by:
afcowie
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(102) |
Sep
(43) |
Oct
(32) |
Nov
(43) |
Dec
(51) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(6) |
Feb
(19) |
Mar
(39) |
Apr
(22) |
May
|
Jun
(11) |
Jul
(2) |
Aug
(4) |
Sep
|
Oct
(3) |
Nov
(9) |
Dec
(73) |
2004 |
Jan
(88) |
Feb
(141) |
Mar
(116) |
Apr
(69) |
May
(199) |
Jun
(53) |
Jul
(90) |
Aug
(23) |
Sep
(11) |
Oct
(212) |
Nov
(57) |
Dec
(61) |
2005 |
Jan
(88) |
Feb
(17) |
Mar
(21) |
Apr
(50) |
May
(44) |
Jun
(33) |
Jul
(21) |
Aug
(37) |
Sep
(39) |
Oct
(43) |
Nov
(40) |
Dec
(15) |
2006 |
Jan
(21) |
Feb
(69) |
Mar
(23) |
Apr
(6) |
May
(29) |
Jun
(19) |
Jul
(17) |
Aug
(15) |
Sep
(13) |
Oct
(16) |
Nov
(9) |
Dec
(7) |
2007 |
Jan
(30) |
Feb
(39) |
Mar
(1) |
Apr
(12) |
May
(53) |
Jun
(30) |
Jul
(39) |
Aug
(75) |
Sep
(16) |
Oct
(13) |
Nov
(20) |
Dec
(5) |
2008 |
Jan
(8) |
Feb
(14) |
Mar
(33) |
Apr
(7) |
May
(22) |
Jun
(23) |
Jul
(17) |
Aug
(9) |
Sep
(9) |
Oct
(25) |
Nov
(9) |
Dec
(1) |
2009 |
Jan
(20) |
Feb
(38) |
Mar
(9) |
Apr
(15) |
May
(30) |
Jun
(35) |
Jul
(22) |
Aug
(10) |
Sep
(7) |
Oct
(23) |
Nov
(6) |
Dec
(8) |
2010 |
Jan
(5) |
Feb
(10) |
Mar
(17) |
Apr
(10) |
May
(16) |
Jun
(8) |
Jul
(3) |
Aug
(15) |
Sep
(14) |
Oct
(26) |
Nov
(11) |
Dec
(14) |
2011 |
Jan
(10) |
Feb
(8) |
Mar
(6) |
Apr
(7) |
May
(18) |
Jun
(17) |
Jul
(6) |
Aug
(1) |
Sep
(2) |
Oct
(6) |
Nov
(2) |
Dec
(10) |
2012 |
Jan
(6) |
Feb
(9) |
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
(5) |
Aug
(14) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
(8) |
Mar
(6) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jeffrey M. <ku...@zo...> - 2003-12-23 14:40:11
|
During the gnome build it is also trying to link with gtkjava2.5. On Tue, 2003-12-23 at 09:30, Jeffrey Morgan wrote: > There still are some build problems. Please see the > developers list for a report of a problem. I am also > failing during the linking of the vte lib because > it is trying to link with gtkjava0.11. Mark, can you > take a look at this. > > -Jeff > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > java-gnome-hackers mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers > |
From: Jeffrey M. <ku...@zo...> - 2003-12-23 14:37:04
|
There still are some build problems. Please see the developers list for a report of a problem. I am also failing during the linking of the vte lib because it is trying to link with gtkjava0.11. Mark, can you take a look at this. -Jeff |
From: Jeffrey M. <ku...@zo...> - 2003-12-23 14:30:48
|
For the build yesterday I did the following: Added new classes from GTK 2.3: ColorButton ComboBox ComboBoxEntry EntryCompletion FileChooserAction (needed for FileChooser) FileChooserError (needed for FileChooser) BindingSet Added two new methods to Entry to utilize the EntryCompletion class. I deprecated the following classes: gtk.Combo (replaced by ComboBox) gnome.Entry gnome.ColorPicker (replaced by ColorButton) Since the build I have done the following: Added the following new classes: Action (glue code) ActionGroup (glue code) Expander (glue code and JNI) The following items need to be completed. Please let the list know if you intend to work on one of these items so we do not duplicate work. 1) Javadoc comments need to be added to ComboBox, ComboBoxEntry, ColorButton, EntryCompletion and the two new methods for Entry. 2) Complete the public interface for BindingSet 3) Complete the JNI code for Action and ActionGroup (I will do this) 4) Write the public interface for Action, ActionGroup and Expander. 5) Update the examples with these new classes. There are many additional classes that we will need to add in order to support the latest gtk but I think we should complete these first. Let me know what you think. -Jeff |
From: Jeffrey M. <ku...@zo...> - 2003-12-23 13:44:03
|
> Well guys, it seems our (yours) work it's been really appreciated, and > that's great ;) !! It's a great news for Christmas, and while I'm at it > I want to say best wishes to you all ;) Happy Holidays to all. After looking at all of the changes for the new GTK I can say that we have much work ahead. Several have stated that they do not like the UIInfo class. Don't wory. This has been replaced and we have a chance to rework this. We can only be successfull if we work together as a team. I really look forward to working with each of you. -Jeff |
From: Luca De R. <pie...@li...> - 2003-12-20 15:25:12
|
Il sab, 2003-12-20 alle 11:59, Mark Howard ha scritto: > Hi, > I've made changes to the source so that most modules are created > version 2.5.1, except gtk and libgconf which are 2.3.1 and libvte is > 0.11. The all-in-one tarball is 2.5.1. > The only upstream version numbers we don't copy now are atk (1.5) and > pango (1.3). This is acceptable since gtk is the main component of that > tarball, so we should be using gtk versions. Great, this is the best solution we can find for our versioning needs. > I only have internet access for a few more hours, so please try to find > bugs in these changes now rather than later. I'm afraid I couldn't do nothing until tomorrow, sorry ;) -- Luca De Rugeriis <pie...@li...> |
From: Jeffrey M. <ku...@zo...> - 2003-12-20 12:20:20
|
So far I have added the jni and glue code for the following new objects to the gtk packages from gtk2.3.1: ColorButton ComboBox ComboBoxEntry EntryCompletion BindingSet I also added a couple of new methods to Entry. I plan to add the jni and glue code for: FileChooser FileChooserDialog FileChooserWidget Our 2.5.1 tarballs are due on December 22nd. This means that I will be creating them in about 48 hours from now. The question I have is who is able to work on the public interface to the above classes? I would like to see as many of them completed by the 22nd as possible. -Jeff |
From: Mark H. <mh...@ca...> - 2003-12-20 10:59:48
|
Hi, I've made changes to the source so that most modules are created version 2.5.1, except gtk and libgconf which are 2.3.1 and libvte is 0.11. The all-in-one tarball is 2.5.1. The only upstream version numbers we don't copy now are atk (1.5) and pango (1.3). This is acceptable since gtk is the main component of that tarball, so we should be using gtk versions. I only have internet access for a few more hours, so please try to find bugs in these changes now rather than later. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Mark H. <mh...@ca...> - 2003-12-19 21:29:13
|
Jeff- could you please change the java-gnome announce mailing list to moderated posting only. It looks really bad to have more spam emails than real ones. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Luca De R. <pie...@li...> - 2003-12-19 20:53:00
|
Il ven, 2003-12-19 alle 17:35, Mark Howard ha scritto: > On Fri, Dec 19, 2003 at 10:58:53AM -0500, Jeffrey Morgan wrote: > > Please let me know what you think of this process. Also, please let me know > > if you > > wish to work on the JNI or interface. I will be working on the JNI. > > Excellent. I think we should try to focus on getting a lot of the jni > code done first, then make details available to java-gnome developer. > There are a number of java programmers interested in helping who know > nothing of gtk and little of jni. I'm one of them, but I know a little of gtk but nothig of C. I was trying to write the java class for PasswordDialog but first I need to learn how it works: I haven't had the time to understand how the constructor works, I hope I could learn something maybe from the BindingSet class. However on next Monday I'll have access to a good pc for about ten days, so I'll try to contribute some code. (Until now I haven't had a chance to make a nice build and to try the renewed library yet, sorry!) I would like, after vacations, to begin to write the basis of java-gnome-demo and to create a new Sf project for Cromagnon. -- Luca De Rugeriis <pie...@li...> |
From: Jeffrey M. <Jef...@Br...> - 2003-12-19 20:09:34
|
> Excellent. I think we should try to focus on getting a lot of the jni > code done first, then make details available to java-gnome developer. > There are a number of java programmers interested in helping who know > nothing of gtk and little of jni. They could easily help write the > public api and send patches for us to review. If they do > this, they are > also likely to help writing example apps. Let's see how this works. I just committed the JNI and glue code for the new objects ComboBox, ComboBoxEntry and EntryCompletion. I also added two new methods to the Entry widget that utilize the EntryCompletion object. Please post to the list prior to starting on the classes. -Jeff |
From: Mark H. <mh...@ca...> - 2003-12-19 16:37:07
|
On Fri, Dec 19, 2003 at 11:01:48AM -0500, Jeffrey Morgan wrote: > We really need to keep a ChangeLog for our project. Also, we need > to create and maintain a NEWS file. Thoughts? cvs2cl, or something else automated for the changelog. NEWS file is a good idea, if we all remember to update it when we make any changes. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Mark H. <mh...@ca...> - 2003-12-19 16:35:58
|
On Fri, Dec 19, 2003 at 10:58:53AM -0500, Jeffrey Morgan wrote: > Please let me know what you think of this process. Also, please let me know > if you > wish to work on the JNI or interface. I will be working on the JNI. Excellent. I think we should try to focus on getting a lot of the jni code done first, then make details available to java-gnome developer. There are a number of java programmers interested in helping who know nothing of gtk and little of jni. They could easily help write the public api and send patches for us to review. If they do this, they are also likely to help writing example apps. Just as a reminder, we should be making good use of the javadoc @since and @deprecated tags. I'm going away for a while so don't know what I'll be able to do at the moment. I also have a uni project to be doing but I should have some time for programming. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Jeffrey M. <Jef...@Br...> - 2003-12-19 16:01:50
|
We really need to keep a ChangeLog for our project. Also, we need to create and maintain a NEWS file. Thoughts? -Jeff |
From: Jeffrey M. <Jef...@Br...> - 2003-12-19 15:59:50
|
Correction. Where I mention the PasswordDialog below I really mean the BindingSet in the gtk package. > We need to workout our process for the next release. After > reviewing the latest gtk I see that there are many objects that > have been added that we should support. Here is a list of > header files that contain new objects: > > < gtkaction.h > < gtkactiongroup.h > < gtkcelllayout.h > < gtkcolorbutton.h > < gtkcombobox.h > < gtkcomboboxentry.h > < gtkentrycompletion.h > < gtkexpander.h > < gtkfilechooser.h > < gtkfilechooserdialog.h > < gtkfilechooserwidget.h > < gtkfilefilter.h > < gtkfilesystem.h > < gtkfontbutton.h > < gtkicontheme.h > < gtkradioaction.h > < gtkradiotoolbutton.h > < gtkseparatortoolitem.h > < gtktoggleaction.h > < gtktoggletoolbutton.h > < gtktoolbutton.h > < gtktoolitem.h > < gtktreemodelfilter.h > < gtkuimanager.h > > For each object we will need to write the glue code (the > protected java methods > that make the calls to the JNI C code), the JNI code, the > public iterface, and any > example apps to demonstrate how it is used. We also need to > deprecate the old > widgets. > > I propose that we do the following: > > 1) Those who know JNI well can write the glue and jni code > for each object. Once > this is complete they will check it into cvs and inform this > list. To see an example > of the state of the java class at this time please look at > the new PasswordDialog object > in the gnome package. The glue code is inside of the > comments at the bottom of the > file. Also, this developer will be responsible for any > additional Enum or Flag classes > needed to support the new Object. > 2) Another developer that wishes to write the public > interface for this object will notify > the list so we don't have more than one person working on the > same code. To see and > example of the public interface please look at the > PasswordDialog constructor. The > public interface should be as complete as possible and > contain useful javadocs. If the > new object is replacing an old object the developer should > deprecate the old widget once > the new one is complete. Also, the developer should consider > writing an example to > test the widget and to also demonstrate its' usage. > > Please let me know what you think of this process. Also, > please let me know if you > wish to work on the JNI or interface. I will be working on the JNI. > > -Jeff |
From: Jeffrey M. <Jef...@Br...> - 2003-12-19 15:59:00
|
We need to workout our process for the next release. After reviewing the latest gtk I see that there are many objects that have been added that we should support. Here is a list of header files that contain new objects: < gtkaction.h < gtkactiongroup.h < gtkcelllayout.h < gtkcolorbutton.h < gtkcombobox.h < gtkcomboboxentry.h < gtkentrycompletion.h < gtkexpander.h < gtkfilechooser.h < gtkfilechooserdialog.h < gtkfilechooserwidget.h < gtkfilefilter.h < gtkfilesystem.h < gtkfontbutton.h < gtkicontheme.h < gtkradioaction.h < gtkradiotoolbutton.h < gtkseparatortoolitem.h < gtktoggleaction.h < gtktoggletoolbutton.h < gtktoolbutton.h < gtktoolitem.h < gtktreemodelfilter.h < gtkuimanager.h For each object we will need to write the glue code (the protected java methods that make the calls to the JNI C code), the JNI code, the public iterface, and any example apps to demonstrate how it is used. We also need to deprecate the old widgets. I propose that we do the following: 1) Those who know JNI well can write the glue and jni code for each object. Once this is complete they will check it into cvs and inform this list. To see an example of the state of the java class at this time please look at the new PasswordDialog object in the gnome package. The glue code is inside of the comments at the bottom of the file. Also, this developer will be responsible for any additional Enum or Flag classes needed to support the new Object. 2) Another developer that wishes to write the public interface for this object will notify the list so we don't have more than one person working on the same code. To see and example of the public interface please look at the PasswordDialog constructor. The public interface should be as complete as possible and contain useful javadocs. If the new object is replacing an old object the developer should deprecate the old widget once the new one is complete. Also, the developer should consider writing an example to test the widget and to also demonstrate its' usage. Please let me know what you think of this process. Also, please let me know if you wish to work on the JNI or interface. I will be working on the JNI. -Jeff |
From: Mark H. <mh...@ca...> - 2003-12-18 18:39:13
|
I've just created a maint-0_8 branch of the java-gnome/java-gnome module in cvs. This can be used if we need to fix any bugs and make releases of 0.8 (for gnome 2.2) before Java-Gnome 1.0 is released next year. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Luca De R. <pie...@li...> - 2003-12-17 10:56:41
|
Il mar, 2003-12-16 alle 20:33, Mark Howard ha scritto: > I've looked more, but not found a solution. Even if the garnome path is > searched first, gcc will find the headers in the system path for the > gnomeui widgets which have been removed. > > gcc has an option -nostdinc to make it stop searching standard include > paths. Unfortunately it then can't find lots of other things it does > need, which aren't in garnome. I' ve found: > Also, what's the correct way to install garnome in /usr like gnome1 > (or where ever gnome1 is installed). Do I just make the build prefix > /usr (currently I build garnome in /opt). I haven't done that and it hasn't stopped me from using gnome-2 exclusively for use *and* development for quite some time. Though you'd just have to change some values in gar.conf.mk ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Uhm... you should post your question there (garnome-list) if it hasn't be done already. -- Luca De Rugeriis <pie...@li...> |
From: Mark H. <mh...@ca...> - 2003-12-17 08:18:34
|
I've looked more, but not found a solution. Even if the garnome path is searched first, gcc will find the headers in the system path for the gnomeui widgets which have been removed. gcc has an option -nostdinc to make it stop searching standard include paths. Unfortunately it then can't find lots of other things it does need, which aren't in garnome. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Mark H. <mh...@ca...> - 2003-12-16 16:38:24
|
On Tue, Dec 16, 2003 at 04:32:24PM +0100, Luca De Rugeriis wrote: > Il mar, 2003-12-16 alle 12:12, Mark Howard ha scritto: > > I've now got garnome installed, but haven't managed to compile > > java-gnome against it. The configure script picks up the directories > > from garnome, but also includes the system directories - java-gnome uses > > these and compiles against the old libraries. Can anyone advise how to > > tell the build system to use garnome libraries instead? > Is it solved? I was thinking: just put garnome libs directory before > system libs dir in LD_LIBRARY_PATH? However I guess there will be a lot > of pointers about developing with garnome, after all it's intended for > developers ;) Not yet. I've also found surprisingly little documentation about developing under garnome. garnome sets LD_LIBRARY_PATH anyway, so that hasn't fixed the problem. I don't think configure uses LD_LIBRARY_PATH anyway. Looking at it more closely, the problem seems to be that gcc is passed -I/usr/include/ before the -I/...GAR... This is part of the CFLAGS variable, so perhaps moving $(CFLAGS) to the end of the .c.o target in common/src-Makefile.in.common will fix it. Unfortunately this means changing a make files once again, so everything will be recompiled. It's still compiling so I don't know if it's worked or not. Slow computer. ... no, that didn't work - java-gnome still compiles fine. Does anyone have any other suggestions? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Luca De R. <pie...@li...> - 2003-12-16 15:33:46
|
Il mar, 2003-12-16 alle 12:12, Mark Howard ha scritto: > I've now got garnome installed, but haven't managed to compile > java-gnome against it. The configure script picks up the directories > from garnome, but also includes the system directories - java-gnome uses > these and compiles against the old libraries. Can anyone advise how to > tell the build system to use garnome libraries instead? Is it solved? I was thinking: just put garnome libs directory before system libs dir in LD_LIBRARY_PATH? However I guess there will be a lot of pointers about developing with garnome, after all it's intended for developers ;) -- Luca De Rugeriis <pie...@li...> |
From: Luca De R. <pie...@li...> - 2003-12-16 14:05:21
|
Il mar, 2003-12-16 alle 12:12, Mark Howard ha scritto: > I've now got garnome installed, but haven't managed to compile > java-gnome against it. The configure script picks up the directories > from garnome, but also includes the system directories - java-gnome uses > these and compiles against the old libraries. Can anyone advise how to > tell the build system to use garnome libraries instead? Uhm, I could only think: remove Gnome, then install Garnome in $PREFIX (pheeewww ;) -- Luca De Rugeriis <pie...@li...> |
From: Mark H. <mh...@ca...> - 2003-12-16 11:12:59
|
I've now got garnome installed, but haven't managed to compile java-gnome against it. The configure script picks up the directories from garnome, but also includes the system directories - java-gnome uses these and compiles against the old libraries. Can anyone advise how to tell the build system to use garnome libraries instead? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Jeffrey M. <Jef...@Br...> - 2003-12-15 12:29:33
|
> I've installed garnome and stated looking at the gtk todo lists. It > seems we are actually ahead of gtk2.0 at the moment, but I'm not sure > exactly where. At least that means we might just be able to check and > tick off many of the items at the lower end of the todo. I believe we are pretty close to gtk2.2. > Jeff- > Would it be possible to use the code generator to find the > differences > between our code and the latest upstream code, then generate the code > for the individual functions? We could then modify and insert the code > into the java-gnome source. Do the defs files exist for the > latest gtk? I am not sure if the def files do exist for the latest gtk. Also, the def files were changing and the generator was not changed to the latest format. Unfortunately I believe this is going to be a manual process. It is not necessary (nor desirable) to match each and every method in the native lib with a method in java-gnome. What is important is that we provide all of the core functionality that is not already provided for in Java. For this release we should look for new widgets that we currently do not support or new capabilities that were added to existing widgets that we do not support. |
From: Mark H. <mh...@ca...> - 2003-12-14 17:01:32
|
Hi, I've installed garnome and stated looking at the gtk todo lists. It seems we are actually ahead of gtk2.0 at the moment, but I'm not sure exactly where. At least that means we might just be able to check and tick off many of the items at the lower end of the todo. Jeff- Would it be possible to use the code generator to find the differences between our code and the latest upstream code, then generate the code for the individual functions? We could then modify and insert the code into the java-gnome source. Do the defs files exist for the latest gtk? Or, do you have any other suggestions on how we can make the task a little easier? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Mark H. <mh...@ti...> - 2003-12-12 19:23:36
|
Another message that bounced, thanks to freeserve spam avoidance (they eat all emails going through the network - I'm not even using their smtp servers). I think my emails should be working right now. > On Wed, Dec 03, 2003 at 03:44:34PM +0100, Luca De Rugeriis wrote: > > Il mer, 2003-12-03 alle 15:20, Mark Howard ha scritto: > > > On Wed, Dec 03, 2003 at 02:15:42PM +0100, Luca De Rugeriis wrote: > > > > in Fedora. The only question is: how distributions could cope with a > > > > package the requires a JDK to compile? > > > > Mark, Debian community thoughts on this? > > > > > > Java-gnome is already in Debian -- I maintain the packages myself. > > > Compilation is done with jikes and other free tools. (I also have a > > > wrapper script for the ant parts, but few distributions consider ant to > > > be non-free) > > Thanks, it means that I have to end up with an Ant, Jikes and Java-Gnome > > package proposal. I don't know what Fedora's guys think aobut Ant, I > > have to ask. AFAIK we can't compile without Ant, right? > Ant depends on sun jvm per default. A few ppl have made it work with > free tools, but the debian packages haven't done so and hence it isn't > in debian main. I'm using a little script to replace the ant > functionality - it's quite simple. > > > Does Java-gnome compiles with Jikes out of the box? > yes. > > If you want to take a look at the debian packaging scripts I'm using, > they're available at packages.debian.org (java-gnome package, diff.gz > file). This site is unfortunately down atm though. > > -- > .''`. Mark Howard > : :' : > `. `' http://www.tildemh.com > `- mh...@de... | mh...@ti... | mh...@ca... > -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |