Evolution and friends branched for 2.16

2006-10-16 Thread Harish Krishnaswamy
Hi, I branched the following modules Evolution Evolution-Data-Server GtkHtml [1] Evolution-Exchange [1] for the GNOME 2.16 stable series on Saturday. Thanks for all those who held their patches for HEAD so we could focus on the patches for 2.8.x. You

Re: Proposal to enable accessibility by default for GNOME development releases

2006-10-16 Thread Willie Walker
These lines are supposed to say hey, if the key is defined, then use its value regardless of what the default setting is: + a_t_value = gconf_client_get (gconf_client, ACCESSIBILITY_KEY, NULL); + if (a_t_value) +a_t_support = gconf_value_get_bool (a_t_value); This allows you to disable

Re: Evolution and friends branched for 2.16

2006-10-16 Thread Francisco Javier F. Serrador
Translation status pages updated. Thanks. El lun, 16-10-2006 a las 13:34 +0530, Harish Krishnaswamy escribió: Hi, I branched the following modules Evolution Evolution-Data-Server GtkHtml [1] Evolution-Exchange [1] for the GNOME 2.16 stable

Re: Proposal to enable accessibility by default for GNOME development releases

2006-10-16 Thread Alexander Larsson
On Mon, 2006-10-16 at 07:30 -0400, Willie Walker wrote: These lines are supposed to say hey, if the key is defined, then use its value regardless of what the default setting is: + a_t_value = gconf_client_get (gconf_client, ACCESSIBILITY_KEY, NULL); + if (a_t_value) +a_t_support =

Re: Proposal to enable accessibility by default for GNOME development releases

2006-10-16 Thread Rodney Dawes
On Mon, 2006-10-16 at 13:10 +0200, Alexander Larsson wrote: On Sun, 2006-10-15 at 20:32 -0400, Willie Walker wrote: I'd say that the best way to do this is like the code for G_DEBUG, just check gnome version in libgnomeui, and if odd number, enable it unconditionally. If even, check the

Translation memory app

2006-10-16 Thread David Prieto
I am a translator, and I have been looking for a GNOME translation memory application but only found Gtranslator (http://freshmeat.net/projects/gtranslator/) which can only be used to translate .po files but not any other kind of files. How difficult would it be to take Gtranslator's code and

Re: Proposal to enable accessibility by default for GNOME development releases

2006-10-16 Thread Vincent Untz
Le dimanche 15 octobre 2006, à 20:32, Willie Walker a écrit : I'd say that the best way to do this is like the code for G_DEBUG, just check gnome version in libgnomeui, and if odd number, enable it unconditionally. If even, check the gconf key. Sounds good to me. It seems like the right

Re: Proposal to enable accessibility by default for GNOME development releases

2006-10-16 Thread Willie Walker
I'm not sure I understand the question, but you can manually get and set the key via: gconftool-2 --get /desktop/gnome/interface/accessibility gconftool-2 --type bool --set /desktop/gnome/interface/accessibility true As for determining the GNOME release version, this is already done further up

Re: Proposal: NetworkManager for GNOME 2.18.

2006-10-16 Thread Robert Love
On Mon, 2006-10-09 at 05:57 +0100, Alp Toker wrote: Alp, Perhaps the transition for inclusion in Gnome is a good time to start looking at the problems real programs are facing in integrating NetworkManager support? I suggest we move this discussion to the NetworkManager mailing list, where

2.17.1 release of gnome-session

2006-10-16 Thread Vincent Untz
Hi, For some obscure reasons, I'm unable to use cvs. I wanted to branch gnome-session for 2.16 and roll a 2.17.1 tarball... Can somebody apply the fix in bug 362541 [1] and do all the hard work? I promise that I'm not being lazy :-) Thanks, Vincent [1]

gnome-screensaver branched for 2.16

2006-10-16 Thread William Jon McCann
Hello,I have branched gnome-screensaver. The stable branch isgnome-2-16 and development continues on HEAD.Plans include:* Adding a power management baseline timeout * Doing less polling* Try to standardize theme format (bug #354811)* Interacting with ConsoleKit

nautilus-cd-burner branched for 2.16

2006-10-16 Thread William Jon McCann
Hello,I have branched nautilus-cd-burner. The stable branch isgnome-2-16 and development continues on HEAD.Plans include: * Better error reportingJon ___ desktop-devel-list mailing list desktop-devel-list@gnome.org

Re: 2.17.1 release of gnome-session

2006-10-16 Thread Behdad Esfahbod
On Mon, 2006-10-16 at 16:46 -0400, Vincent Untz wrote: Hi, For some obscure reasons, I'm unable to use cvs. I wanted to branch gnome-session for 2.16 and roll a 2.17.1 tarball... Can somebody apply the fix in bug 362541 [1] and do all the hard work? I promise that I'm not being lazy :-)