java-gnome-developer Mailing List for The java-gnome language bindings project (Page 13)
Brought to you by:
afcowie
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(37) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(2) |
Feb
(20) |
Mar
(20) |
Apr
(8) |
May
|
Jun
(1) |
Jul
(6) |
Aug
(39) |
Sep
(37) |
Oct
(34) |
Nov
(50) |
Dec
(22) |
2002 |
Jan
(7) |
Feb
(13) |
Mar
(32) |
Apr
(16) |
May
(26) |
Jun
(20) |
Jul
(32) |
Aug
(7) |
Sep
(2) |
Oct
(11) |
Nov
(3) |
Dec
(35) |
2003 |
Jan
(11) |
Feb
(3) |
Mar
(8) |
Apr
(3) |
May
(11) |
Jun
(20) |
Jul
(11) |
Aug
(29) |
Sep
(13) |
Oct
(91) |
Nov
(185) |
Dec
(207) |
2004 |
Jan
(108) |
Feb
(171) |
Mar
(207) |
Apr
(113) |
May
(22) |
Jun
(53) |
Jul
(69) |
Aug
(43) |
Sep
(34) |
Oct
(182) |
Nov
(101) |
Dec
(61) |
2005 |
Jan
(86) |
Feb
(45) |
Mar
(106) |
Apr
(67) |
May
(70) |
Jun
(47) |
Jul
(19) |
Aug
(34) |
Sep
(24) |
Oct
(45) |
Nov
(20) |
Dec
(58) |
2006 |
Jan
(21) |
Feb
(21) |
Mar
(16) |
Apr
(24) |
May
(24) |
Jun
(47) |
Jul
(20) |
Aug
(8) |
Sep
(13) |
Oct
(7) |
Nov
(23) |
Dec
(2) |
2007 |
Jan
|
Feb
(14) |
Mar
(3) |
Apr
(11) |
May
(1) |
Jun
(15) |
Jul
(2) |
Aug
(5) |
Sep
(10) |
Oct
(5) |
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(13) |
Mar
(13) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
(7) |
Sep
(2) |
Oct
(14) |
Nov
(11) |
Dec
(12) |
2009 |
Jan
(30) |
Feb
(4) |
Mar
(16) |
Apr
(9) |
May
(9) |
Jun
(7) |
Jul
(6) |
Aug
(3) |
Sep
(14) |
Oct
(8) |
Nov
(12) |
Dec
(9) |
2010 |
Jan
(4) |
Feb
(27) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(13) |
Jul
(6) |
Aug
(15) |
Sep
(15) |
Oct
(12) |
Nov
(11) |
Dec
(9) |
2011 |
Jan
(12) |
Feb
(11) |
Mar
|
Apr
(3) |
May
|
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(8) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
(10) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(2) |
Sep
(7) |
Oct
(7) |
Nov
|
Dec
(4) |
2013 |
Jan
(8) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
(3) |
Jul
(16) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <res...@gm...> - 2009-07-04 14:43:02
|
Hi everyone, I pushed my EntryCompletion work in a branch. http://research.operationaldynamics.com/bzr/java-gnome/hackers/guillaume/entry-completion/ Currently, the example needs to be reworked and the unit-test and snapshot classes needs to be fixed. I'll still have a NULL value somewhere that I could not find. It will be cool if someone can take a (quick) look to the current code to see if he sees something strange he can fix. Thank you. -- Guillaume Mazoyer (Respawner) - http://www.respawner.fr/ |
From: Jacek F. <ja...@gm...> - 2009-06-15 20:22:13
|
I've been able to get a simple example going using Nautius Actions: http://www.grumz.net/index.php?q=taxonomy/term/2/9 Basically, you just create a regular Java class with a main(), package it into a jar and then in the Nautilus Actons config wire a context menu action to a "java -jar jarfile.jar" which works reasonably well. I was thinking that maybe there is a better way, but this is probably the best option... Cheers, Jacek On Mon, Jun 15, 2009 at 1:38 PM, Serkan Kaba <se...@ge...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I think that this needs a bit in general architecture. Java-Gnome > bindings initilize GTK fom JVM. This needs the other way around, > initilizing JVM from Nautilus (i.e native layer) > > This will need to load libjvm (and probably should load it dynamically > instead of linking against it), prepare objects to pass to JVM and call > Java methods in native code. > > - -- > Sincerely, > Serkan KABA > Gentoo Developer > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.11 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAko2hxYACgkQRh6X64ivZaKHrACfV2AHPULkpOCK3j0DQIwT13Zv > GKAAnRvk5CCBFF7u6UjV2V7yWRZoZh3Y > =Ecnr > -----END PGP SIGNATURE----- > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Serkan K. <se...@ge...> - 2009-06-15 20:17:16
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I think that this needs a bit in general architecture. Java-Gnome bindings initilize GTK fom JVM. This needs the other way around, initilizing JVM from Nautilus (i.e native layer) This will need to load libjvm (and probably should load it dynamically instead of linking against it), prepare objects to pass to JVM and call Java methods in native code. - -- Sincerely, Serkan KABA Gentoo Developer -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAko2hxYACgkQRh6X64ivZaKHrACfV2AHPULkpOCK3j0DQIwT13Zv GKAAnRvk5CCBFF7u6UjV2V7yWRZoZh3Y =Ecnr -----END PGP SIGNATURE----- |
From: Jacek F. <ja...@gm...> - 2009-06-15 14:06:55
|
Does Java-GNOME support writing Nautilus context menu extensions? Similar to the PyGTK nautilus library: http://ubuntuforums.org/showthread.php?t=574637 Thanks |
From: Andrew C. <an...@op...> - 2009-06-14 07:25:20
|
On Tue, 2009-06-09 at 10:23 +0200, Ernst Blaauw wrote: > One question about a thread: how do I 'synchronize' the interface with > the updated info from the Thread? Do I have to call cr.paint() once > every second or so? No, nothing so gauche. If you're using GTK, just call methods on Widgets as normal. They will generally queue a redraw internally. These will accumulate and then turn-up on screen as soon as the main loop cycles and their expose-events happen. > Can this be done from the other thread? Yes. Though not the point of the example, you can see this in action in ExampleInstantMessenger. [1] And in the update thread in Slashtime, come to think of it. [2] AfC Sydney [1]: http://java-gnome.sourceforge.net/4.0/doc/examples/textview/ExampleInstantMessenger.html [2]: http://research.operationaldynamics.com/projects/slashtime/ |
From: Ernst B. <ern...@gm...> - 2009-06-09 08:23:36
|
Thanks for your fast answer :-). I will look into that, as I'm not very familiar with Threads. But, it seems is not very difficult for my application. One question about a thread: how do I 'synchronize' the interface with the updated info from the Thread? Do I have to call cr.paint() once every second or so? Can this be done from the other thread? Thanks again, Ernst On Tue, Jun 9, 2009 at 01:00, Andrew wrote: > On Mon, 2009-06-08 at 17:02 +0200, Ernst Blaauw wrote: > > is it possible to implement those features in a different way? > > Yes. Just use a Thread. > > AfC > Sydney > > -- > Andrew Frederick Cowie > > Operational Dynamics is an operations and engineering consultancy > focusing on IT strategy, organizational architecture, systems > review, and effective procedures for change management: enabling > successful deployment of mission critical information technology in > enterprises, worldwide. > > http://www.operationaldynamics.com/ > > Sydney New York Toronto London > |
From: Serkan K. <se...@ge...> - 2009-06-08 16:39:24
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 g_timeout_add can be done with Timer's and TimerTask's which are available in standard Java. - -- Sincerely, Serkan KABA -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkotPrUACgkQRh6X64ivZaLrBQCfY/UlcsUlWCQZODGFEJZqC54n sUIAoIKF3AuPQ4OJczDZwRka3DpAiEzm =H0HV -----END PGP SIGNATURE----- |
From: Ernst B. <ern...@gm...> - 2009-06-08 15:02:28
|
Hi, I'm a student and for a project, I have to port a program written in C++ to Java. In that program, two calls are made: 'g_idle_add' and 'g_timeout_add' (see http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html). Does java-gnome have those functions? I can't find them in the API. Or is it possible to implement those features in a different way? Thanks for your help :-)! Ernst |
From: Jacek F. <ja...@gm...> - 2009-05-13 12:00:36
|
Are there any plans to add support for the new GtkBuilder (that is supposed to replace libglade)? It seems it has a few new nice features and the new Glade 3.6 defaults to it. Thanks, Jacek |
From: Stefan S. <ste...@gm...> - 2009-05-12 11:26:42
|
On Tue, 2009-05-12 at 12:18 +0200, Goundy wrote: > @Stefan: > I tested your work on SourceView and noticed that it works nicely and > it > seems complete... > Are you going to propose it to be merged to mainline or it will > remains > standalone ? Great it is working for you and thanks for testing! I do not think the branch is ready to be merged, I'd like to add some more coverage and improve the documentation first. I did not work on it much recently but want to continue with it in the next days. Stefan |
From: Goundy <go...@gm...> - 2009-05-12 10:23:08
|
Hi everyone. @Stefan: I tested your work on SourceView and noticed that it works nicely and it seems complete... Are you going to propose it to be merged to mainline or it will remains standalone ? Thanks Miloud B. |
From: Goundy <go...@gm...> - 2009-05-11 19:31:04
|
Hi all. By accident I found this: http://zetcode.com/tutorials/javagnometutorial/ It looks very interesting for beginners, it might be good to tell about it on the project web page as a reference don't you think so? Regards |
From: Jacek F. <ja...@gm...> - 2009-05-11 19:30:58
|
It seems FileChooserWidget is a stub class. If it could be added in a future version, it would be much appreciated. I'm on the latest 4.0.11 release. Thanks, Jacek |
From: Andrew C. <an...@op...> - 2009-05-01 13:59:47
|
On Fri, 2009-05-01 at 08:45 -0400, Jacek Furmankiewicz wrote: > Is there a list of all the exact bug fixes that went in? The best source of information is, of course, the logs in the DVCS system. A good starting point is always $ cd ~/src/java-gnome/mainline $ bzr status r tag:v4.0.10 with details from, say $ bzr diff -r tag:v4.0.10.. and of course the commit messages care of $ bzr log -r tag:v4.0.10..tag:v4.0.11 Much more fun to look at is $ bzr viz assuming you've got bzr-gtk installed, which is a good idea. AfC Sydney |
From: Serkan K. <se...@ge...> - 2009-05-01 13:12:40
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrew Cowie yazmış: > We've published version 4.0.11 of the java-gnome bindings of GTK and > GNOME. Great news I already started packaging it. But as java-eclasses set locale to C in the first place javadoc was defaulting to ASCII encoding and hitting a few non-ascii javadoc comments. It's just a warning but I made both javac and javadoc forcing UTF-8 for forces and created a bundle. - -- Sincerely, Serkan KABA Gentoo Developer -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkn69T8ACgkQRh6X64ivZaLomQCcCoICSHgPZ9K5CEAfm+PknouT 3ukAoISP3s4xctDv1tDMlRON9yJvxBKy =dBo9 -----END PGP SIGNATURE----- |
From: Jacek F. <ja...@gm...> - 2009-05-01 12:45:23
|
Is there a list of all the exact bug fixes that went in? I'd like to know if the issue with Table AttachOptions that I reported a few weeks ago managed to make it in, since I recall you had fixed it in a local dev branch. Thank you, Jacek On Fri, May 1, 2009 at 8:14 AM, Andrew Cowie <an...@op... > wrote: > We've published version 4.0.11 of the java-gnome bindings of GTK and > GNOME. > > This was mostly a bug fix release, but there's a few new odds and ends. > > Release notes > http://java-gnome.sourceforge.net/4.0/NEWS.html#4.0.11 > > Tarball > > http://ftp.gnome.org/pub/gnome/sources/java-gnome/4.0/java-gnome-4.0.11.tar.bz2 > > Enjoy! > > AfC > Sydney > > > > > ------------------------------------------------------------------------------ > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > |
From: Andrew C. <an...@op...> - 2009-05-01 12:40:59
|
We've published version 4.0.11 of the java-gnome bindings of GTK and GNOME. This was mostly a bug fix release, but there's a few new odds and ends. Release notes http://java-gnome.sourceforge.net/4.0/NEWS.html#4.0.11 Tarball http://ftp.gnome.org/pub/gnome/sources/java-gnome/4.0/java-gnome-4.0.11.tar.bz2 Enjoy! AfC Sydney |
From: Andrew C. <an...@op...> - 2009-04-23 02:04:25
|
On Wed, 2009-04-22 at 08:37 -0300, Leonardo wrote: > i'm having problems trying to access irc.gimp.org, :( I've had problems this week too. Specifically, when "luke.eagle.y.se" was the selection from the lookup to the irc.gimp.net DNS round-robin, it didn't work. The other two, dupe.XCF.Berkeley.EDU and kennedy.acc.umu.se seem ok. [this, of course, has ever been the problem with trying to use DNS round-robin as a high-availability solution. You're screwed if one of the nodes in the group is down] They may have fixed it by the time you read this. AfC Sydney |
From: Andrew C. <an...@op...> - 2009-04-22 11:31:49
|
On Wed, 2009-04-22 at 12:59 +0200, Trond Andersen wrote: > Yes :) You might also encourage people to come camp out in #java-gnome on gimpnet. That's where we have most of our conversations¹, and meanwhile it's always nice to get to know people who are developing with the library. AfC Sydney ¹modulo timezones and other commitments, of course. -- Andrew Frederick Cowie Operational Dynamics is an operations and engineering consultancy focusing on IT strategy, organizational architecture, systems review, and effective procedures for change management: enabling successful deployment of mission critical information technology in enterprises, worldwide. http://www.operationaldynamics.com/ Sydney New York Toronto London |
From: Trond A. <tro...@gm...> - 2009-04-22 10:59:12
|
> Hello, > Is anyone on this list? Yes - and you could have figured this out by looking into the mailinglist archives: http://news.gmane.org/gmane.comp.gnome.bindings.java --------- Trond |
From: craigbakalian <cra...@ve...> - 2009-04-22 09:24:01
|
Hello, Is anyone on this list? Craig Bakalian 560 Keswick Drive Yardley, PA 19067 215-428-0856 |
From: Trond A. <tro...@gm...> - 2009-04-19 10:27:05
|
It's called libjava-gnome-java 2009/4/19 craigbakalian <cra...@ve...>: > Hi, > > Does anyone know if there is support for java-gnome on ubuntu 8.10? I > am doing -> > > # apt-get install java-gnome > > and getting an error message. > > Can anybody tell me what is going on? > > > Craig Bakalian > 560 Keswick Drive > Yardley, PA 19067 > 215-428-0856 > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: craigbakalian <cra...@ve...> - 2009-04-19 10:20:50
|
Hi, Does anyone know if there is support for java-gnome on ubuntu 8.10? I am doing -> # apt-get install java-gnome and getting an error message. Can anybody tell me what is going on? Craig Bakalian 560 Keswick Drive Yardley, PA 19067 215-428-0856 |
From: LCID F. <lci...@gm...> - 2009-04-14 17:06:41
|
Andrew Cowie wrote: > On Mon, 2009-04-13 at 14:13 +0200, LCID Fire wrote: >> I'd like to >> get the names of system icons so that I can load them into java. > > The stock icons are available a number of ways; the most common is to > use the Image Widget constructor that takes a Stock: > http://java-gnome.sourceforge.net/4.0/doc/api/org/gnome/gtk/Image.html#Image(org.gnome.gtk.Stock,%20org.gnome.gtk.IconSize) The Stock definitions are quite bleak since most of the icons provided by themes are not accessible through them. I just found (all hail to google codesearch ;)) org.gnu.gtk which seems to provide exactly the IconTheme implementation I require. |
From: Andrew C. <an...@op...> - 2009-04-14 01:27:17
|
On Mon, 2009-04-13 at 14:13 +0200, LCID Fire wrote: > I'd like to > get the names of system icons so that I can load them into java. The stock icons are available a number of ways; the most common is to use the Image Widget constructor that takes a Stock: http://java-gnome.sourceforge.net/4.0/doc/api/org/gnome/gtk/Image.html#Image(org.gnome.gtk.Stock,%20org.gnome.gtk.IconSize) In day-to-day use, though, usually what you're doing is creating a Button or MenuItem, and those have constructors that not only pull the stock icon but also the appropriate label text, etc. http://java-gnome.sourceforge.net/4.0/doc/api/org/gnome/gtk/Button.html#Button(org.gnome.gtk.Stock) and http://java-gnome.sourceforge.net/4.0/doc/api/org/gnome/gtk/ImageMenuItem.html#ImageMenuItem(org.gnome.gtk.Stock) and most usefully, from Action via create*Item(). http://java-gnome.sourceforge.net/4.0/doc/api/org/gnome/gtk/Action.html#Action(java.lang.String,%20java.lang.String,%20java.lang.String,%20org.gnome.gtk.Stock) AfC Sydney -- Andrew Frederick Cowie Operational Dynamics is an operations and engineering consultancy focusing on IT strategy, organizational architecture, systems review, and effective procedures for change management: enabling successful deployment of mission critical information technology in enterprises, worldwide. http://www.operationaldynamics.com/ Sydney New York Toronto London |