Thread: [java-gnome-hackers] update
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2002-08-14 13:33:29
|
I have been busy on Widget, Window, GtkObject and several related event classes. I hope to release all of this code into cvs sometime this evening. Rubio, I have ran into a few classes that I need from gdk. Can you please look at and possible work on the following: Rectangle, Colormap, Point - Just provide a simple public interface to set and get the values and also be able to initialize an object if a handle is returned from a method. Keystroke representation - we need to be able to represent/identify a keystroke. This will be used by the KeyEvent and other widgets that need to identify what key was pressed. There are several classes in the gdk layer that are on topic. Can you design this implementation? Thanks -Jeff |
From: Mark H. <mh...@ti...> - 2002-08-19 15:57:38
|
hi, I've been working on setting up event handlers for the classes I've worked on so far.=20 I have not done this for the statusbar: The signals are text-popped and text-pushed; the only way to emit these signals is by making calls to the pop and push methods, so I don't see any reason for adding event handlers. I have not done Label either, as I'm unsure what the signals do: copy-clipboard - I guess this means "selected text block" move-cursor - Labels don't have cursors populate-popup - No idea what this is (specific to the label widget) I have also worked on ProgressBar. All methods of Progress (and so ProgressBarStyle enum) are deprecated in the gtk docs. Should I remove these and make ProgressBar extend Widget rather than Progress? I think I'll take a look at the following gtk classes unless anyone has any objections: H V Separator Entry, SpinButton Range, H V Scale, Adjustment, H V ScrollBar --=20 +----------------------------------------------+ | Mark Howard cam.ac.uk mh344@ | | http://www.tildemh.com tildemh.com mh@ | +----------------------------------------------+ |
From: Jeffrey M. <Jef...@Br...> - 2004-05-14 15:30:15
|
All, I just wanted to send out this email to let everybody know where we are with everything. I just checked in all of the code/build files that will allow everything to build (including the bonobo and gnome-vfs modules) against the latest gnome cvs. I guess we are now ready to get started. Here is what 2.7 is looking like: gnome, gnomeui, and bonobo - Me gnome-vfs - Luca vte and web site maintenance - Michael gtkhtml - Mark D. gnomecanvas - not taken gconf - not taken glade - not taken bugs - everybody! You can see there are a few modules that are still up for grabs. Don't be shy 8-) Our next step is to make sure everybody has a complete environment in which they can keep up-to-date with the latest gnome libs and in which they can build java-gnome. If you cannot build gnome cvs and java-gnome please let us know and we will work with you to resolve this problem. Everybody needs to be able to compile!! After this, it is happy coding!!! -Jeff NOTE: THIS IS A CONFIDENTIAL COMMUNICATION. This transmission is intended only for the use of the individuals or entity to which it is addressed. If you are not the intended recipient, or the person responsible for delivering the message to the intended recipient, please return or delete it immediately. Although this e-mail and any attachments are believed to be free of any virus or other defect, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by us for any loss or damage arising in any way from its unauthorized modification or use. |
From: Luca De R. <pie...@fa...> - 2004-05-14 15:39:16
|
Il ven, 2004-05-14 alle 17:29, Jeffrey Morgan ha scritto: > All, > > I just wanted to send out this email to let everybody > know where we are with everything. I just checked > in all of the code/build files that will allow everything > to build (including the bonobo and gnome-vfs modules) > against the latest gnome cvs. I guess we are now ready > to get started. Here is what 2.7 is looking like: > > gnome, gnomeui, and bonobo - Me > gnome-vfs - Luca > vte and web site maintenance - Michael > gtkhtml - Mark D. > gnomecanvas - not taken > gconf - not taken > glade - not taken > bugs - everybody! > > You can see there are a few modules that are still up > for grabs. Don't be shy 8-) > > Our next step is to make sure everybody has a complete > environment in which they can keep up-to-date with the > latest gnome libs and in which they can build java-gnome. > If you cannot build gnome cvs and java-gnome please let > us know and we will work with you to resolve this problem. > Everybody needs to be able to compile!! > > After this, it is happy coding!!! :) If my gnomevfs struggle becomes to hard (or too easy!), I'd like to take a look at gnomecanvas. -- Luca De Rugeriis <pie...@fa...> |
From: Mark D. <med...@ma...> - 2004-05-14 17:57:08
|
On May 14, 2004, at 8:38 AM, Luca De Rugeriis wrote: > Il ven, 2004-05-14 alle 17:29, Jeffrey Morgan ha scritto: >> All, >> >> I just wanted to send out this email to let everybody >> know where we are with everything. I just checked >> in all of the code/build files that will allow everything >> to build (including the bonobo and gnome-vfs modules) >> against the latest gnome cvs. I guess we are now ready >> to get started. Here is what 2.7 is looking like: >> >> gnome, gnomeui, and bonobo - Me >> gnome-vfs - Luca >> vte and web site maintenance - Michael >> gtkhtml - Mark D. >> gnomecanvas - not taken >> gconf - not taken >> glade - not taken >> bugs - everybody! >> >> You can see there are a few modules that are still up >> for grabs. Don't be shy 8-) >> >> Our next step is to make sure everybody has a complete >> environment in which they can keep up-to-date with the >> latest gnome libs and in which they can build java-gnome. >> If you cannot build gnome cvs and java-gnome please let >> us know and we will work with you to resolve this problem. >> Everybody needs to be able to compile!! >> >> After this, it is happy coding!!! > :) > If my gnomevfs struggle becomes to hard (or too easy!), I'd like to > take > a look at gnomecanvas. > Ditto here... if I plow through gtkhtml, I'll happily take another library. Mark |
From: Jeffrey M. <jef...@br...> - 2004-07-12 17:25:48
|
With the recent changes there are a couple of things we need to do right away. We need to make an announcement on the developers list describing the cvs changes (I will do this shortly) and we need to update our website to reflect the cvs changes. Since we are completely modular we also need to implement a ChangeLog or NEWS file for each module so we can track our changes. I know everybody has been extremely busy over the past few weeks and development on java-gnome has stalled. My time is now starting to free up and I hope to accelerate my work on the project starting this week. I hope to look into some of the reported bugs. If you have any time available I would appreciate your help on this. -Jeff |
From: Mark D. <med...@ma...> - 2004-07-12 18:11:55
|
On Jul 12, 2004, at 11:28 AM, Jeffrey Morgan wrote: > With the recent changes there are a couple of things we need to > do right away. We need to make an announcement on the developers > list describing the cvs changes (I will do this shortly) and we > need to update our website to reflect the cvs changes. Since > we are completely modular we also need to implement a ChangeLog > or NEWS file for each module so we can track our changes. > > I know everybody has been extremely busy over the past few > weeks and development on java-gnome has stalled. My time > is now starting to free up and I hope to accelerate my work > on the project starting this week. I hope to look into some > of the reported bugs. If you have any time available I would > appreciate your help on this. > > -Jeff Jeff (and others)-- I've just sent in my request for an account on the gnome.org servers (cvs commit access at the least), so as soon as that is processed, I'll be in. I've fallen behind as well, mostly because of a ton of commitments at the office with new customers, and a lot of work at home. I'll try to get my home machine updated with the new tree tonight, and if there's anything anyone wants me to do, just send me a message! Mark --- Mark Davidson med...@ma... |
From: Mark H. <mh...@ti...> - 2004-07-13 06:44:55
|
On Mon, Jul 12, 2004 at 01:28:32PM -0500, Jeffrey Morgan wrote: > With the recent changes there are a couple of things we need to > do right away. We need to make an announcement on the developers > list describing the cvs changes (I will do this shortly) and we It might be better to file a bug against jhbuild to get java-gnome added to the standard moduleset before foing this. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... |
From: Mark W. <ma...@kl...> - 2004-07-13 07:24:38
|
Hi, On Tue, 2004-07-13 at 08:44, Mark Howard wrote: > On Mon, Jul 12, 2004 at 01:28:32PM -0500, Jeffrey Morgan wrote: > > With the recent changes there are a couple of things we need to > > do right away. We need to make an announcement on the developers > > list describing the cvs changes (I will do this shortly) and we >=20 > It might be better to file a bug against jhbuild to get java-gnome added = to the > standard moduleset before foing this.=20 Note that a jhbuild module for GCC/GCJ, Gnome, RHUG and java-gnome can be found at: http://spindazzle.org/java-gnome/ There is also a GCJ-based Java GUI development environment with JHBuild page at: http://people.redhat.com/fitzsim/gcj-and-jhbuild.html Cheers, Mark |
From: Mark H. <mh...@ti...> - 2004-07-13 10:53:52
|
Hi Mark,=20 Could you possibly update your jhbuild modules file with the details I just posted to java-gnome-developer. We have moved to gnome for our development branch and have also made the separate modules clearer. Rather than having a single java-gnome entry (stalled on JacORB) in your table, you can now have= the full set of java-gnome modules -- Only libbonobo-java depends on jacorb, so hopefully the others should build and work in general.=20 The modules currently in the gnome bindings release are libgtk-java, libgnome-java, libgconf-java and libglade-java --=20 .''`. Mark Howard : :' : `. `' http://www.tildemh.com=20 `- mh...@de... | mh...@ti...=20 |
From: Jeffrey M. <jef...@br...> - 2004-07-13 11:46:09
|
With our move to gnome cvs we have restructured our code to make it simpler to build each module. We feel it should be much easier to integrate java-gnome into a jhbuild build process. You should be able to add modules in this order: libgtk-java libgnome-java libglade-java libgconf-java Since you would not include our bonobo bindings you would eliminate the CORBA requirements and simplify the build process. We also have the following modules in various stages of development and stability: libgtkhtml-java libgnomevfs-java libvte-java libbonobo-java -Jeff On Tue, 2004-07-13 at 02:23, Mark Wielaard wrote: > Hi, > > On Tue, 2004-07-13 at 08:44, Mark Howard wrote: > > On Mon, Jul 12, 2004 at 01:28:32PM -0500, Jeffrey Morgan wrote: > > > With the recent changes there are a couple of things we need to > > > do right away. We need to make an announcement on the developers > > > list describing the cvs changes (I will do this shortly) and we > > > > It might be better to file a bug against jhbuild to get java-gnome > added to the > > standard moduleset before foing this. > > Note that a jhbuild module for GCC/GCJ, Gnome, RHUG and java-gnome can > be found at: http://spindazzle.org/java-gnome/ > > There is also a GCJ-based Java GUI development environment with JHBuild > page at: http://people.redhat.com/fitzsim/gcj-and-jhbuild.html > > Cheers, > > Mark |