GLib 2.13.1 released

2007-05-02 Thread Matthias Clasen
GLib 2.13.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.13/ http://ftp.gnome.org/pub/GNOME/sources/glib/2.13/ glib-2.13.1.tar.bz2 md5sum: 9317b839a998d99b53ce6ba2a6cdd8b3 glib-2.13.1.tar.gz md5sum: 656b7b1d1fda7bed4f5392f446ff76ef This is the second development release

Re: VFS integration with kernel mounts

2007-05-02 Thread David Zeuthen
On Wed, 2007-05-02 at 14:58 +0200, Alexander Larsson wrote: > On Wed, 2007-05-02 at 00:19 -0400, David Zeuthen wrote: > > > This should be a piece of cake to do (assuming HAL) and if people think > > it's a good idea (I'm not entirely convinced it is) I'd be happy to take > > a stab at it when GVF

GTK+ 2.10.12 released

2007-05-02 Thread Matthias Clasen
GTK+ 2.10.12 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.10/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.10/ gtk+-2.10.12.tar.bz2 md5sum: cf969c62134c662ff07e64613ed6c11f gtk+-2.20.12.tar.gzmd5sum: 58787b04190fbf99012460ff79019a46 This is a bug fix release in the 2.1

Re: gobject introspection

2007-05-02 Thread Rob Taylor
Michael Lawrence wrote: > On 5/2/07, Rob Taylor <[EMAIL PROTECTED]> wrote: >> >> Michael Lawrence wrote: >> > On 5/2/07, Rob Taylor <[EMAIL PROTECTED]> wrote: >> >> >> >> Damon Chaplin wrote: >> >> > On Wed, 2007-05-02 at 01:12 +0100, Rob Taylor wrote: >> >> >> Michael Lawrence wrote: >> >> > >> >>

Re: gobject introspection

2007-05-02 Thread Michael Lawrence
On 5/2/07, Rob Taylor <[EMAIL PROTECTED]> wrote: Michael Lawrence wrote: > On 5/2/07, Rob Taylor <[EMAIL PROTECTED]> wrote: >> >> Damon Chaplin wrote: >> > On Wed, 2007-05-02 at 01:12 +0100, Rob Taylor wrote: >> >> Michael Lawrence wrote: >> > >> >>> I made some suggestions along those lines a w

Re: gtk on directfb problem

2007-05-02 Thread Mike Emmel
On 5/2/07, Michael Trimarchi <[EMAIL PROTECTED]> wrote: > Right now the gdk backend is pretty much hard coded to use a ARGB surface > > also the directfb Cairo backend does not work well unless the surface > > is RGB/ARGB. > If I wanto to use the RGB16_565 I must add support in the > cairo-directfb

VFS integration with kernel mounts

2007-05-02 Thread Jerry Haltom
I've been reading back in the discussion this February, about GVFS and Alex's design and such. Read the postings about legacy VFS integration and creating a Fuse mount point into GVFS at ~/.mount or similar. I find that really interesting. What about the reverse? Are we going to use file:/// to ac

Re: gvfs status report

2007-05-02 Thread Jerry Haltom
I was going over this old posting and wanted to add some commentary. In a perfect world, which we should try to achieve, of course, any such passed uris would be canonical and resolvable within scope of both machines. That is, full host names should be passed and both boxes should be able to resol

Separating menus with m_refUIManager->add_ui_from_string(ui_info)

2007-05-02 Thread Jonathan Winterflood
Hi, I'm relying on the UIManager to construct my menu bar, and I'd like to 1. insert separators between menus 2. push the help menu off to the far right of the bar I tried using the tag in the ui_info string, but the separator ends up as a couple of dots (it looks like it's trying to be a horiz

Re: VFS integration with kernel mounts

2007-05-02 Thread Alex Jones
Hi Alexander On Wed, 2007-05-02 at 14:58 +0200, Alexander Larsson wrote: > On Wed, 2007-05-02 at 00:19 -0400, David Zeuthen wrote: > > > This should be a piece of cake to do (assuming HAL) and if people think > > it's a good idea (I'm not entirely convinced it is) I'd be happy to take > > a stab

Re: gobject introspection

2007-05-02 Thread Rob Taylor
Michael Lawrence wrote: > On 5/2/07, Rob Taylor <[EMAIL PROTECTED]> wrote: >> >> Damon Chaplin wrote: >> > On Wed, 2007-05-02 at 01:12 +0100, Rob Taylor wrote: >> >> Michael Lawrence wrote: >> > >> >>> I made some suggestions along those lines a while ago on the >> GtkDocFuture >> >>> page: http://

Re: gobject introspection

2007-05-02 Thread Michael Lawrence
On 5/2/07, Rob Taylor <[EMAIL PROTECTED]> wrote: Damon Chaplin wrote: > On Wed, 2007-05-02 at 01:12 +0100, Rob Taylor wrote: >> Michael Lawrence wrote: > >>> I made some suggestions along those lines a while ago on the GtkDocFuture >>> page: http://live.gnome.org/DocumentationProject/GtkDocFutur

Re: gtk on directfb problem

2007-05-02 Thread Michael Trimarchi
Right now the gdk backend is pretty much hard coded to use a ARGB surface > also the directfb Cairo backend does not work well unless the surface > is RGB/ARGB. If I wanto to use the RGB16_565 I must add support in the cairo-directfb-surface? > For overall performance the current setup is the best

Re: Tap and Hold API

2007-05-02 Thread Tim Janik
On Tue, 1 May 2007, Federico Mena Quintero wrote: > On Thu, 2007-04-26 at 23:40 +0200, Kristian Rietveld wrote: > >> I was actually planning to push in (x, y) relative to the widget->window. >> The new tooltips code is supposed to do the same (however that >> documentation says otherwise at this m

Re: gtk on directfb problem

2007-05-02 Thread Mike Emmel
Right now the gdk backend is pretty much hard coded to use a ARGB surface also the directfb Cairo backend does not work well unless the surface is RGB/ARGB. For overall performance the current setup is the best one reason its not been changed. To really make it work directfb needs something like X

Re: VFS integration with kernel mounts

2007-05-02 Thread Alexander Larsson
On Wed, 2007-05-02 at 00:19 -0400, David Zeuthen wrote: > This should be a piece of cake to do (assuming HAL) and if people think > it's a good idea (I'm not entirely convinced it is) I'd be happy to take > a stab at it when GVFS is ready for this. Alex? I'm not really convinced it is a good idea

Re: VFS integration with kernel mounts

2007-05-02 Thread Alexander Larsson
On Tue, 2007-05-01 at 22:34 -0500, Jerry Haltom wrote: > I've been reading back in the discussion this February, about GVFS and > Alex's design and such. Read the postings about legacy VFS integration > and creating a Fuse mount point into GVFS at ~/.mount or similar. I find > that really interesti

Re: is glib too bloated?

2007-05-02 Thread Rodrigo Moya
On Tue, 2007-05-01 at 12:10 -0500, Hans Petter Jansson wrote: > On Mon, 2007-04-23 at 17:03 +0100, Peter Clifton wrote: > > > I've found myself wanting GObject derived GList. The idea is to have a > > "list of things with some GType", and make the API which modifies that > > list emit "changed", "

Re: gobject introspection

2007-05-02 Thread Rob Taylor
Damon Chaplin wrote: > On Wed, 2007-05-02 at 01:12 +0100, Rob Taylor wrote: >> Michael Lawrence wrote: > >>> I made some suggestions along those lines a while ago on the GtkDocFuture >>> page: http://live.gnome.org/DocumentationProject/GtkDocFuture. It's at the >>> bottom of the page. > > I'm not

Re: gobject introspection

2007-05-02 Thread Damon Chaplin
On Wed, 2007-05-02 at 01:12 +0100, Rob Taylor wrote: > Michael Lawrence wrote: > > I made some suggestions along those lines a while ago on the GtkDocFuture > > page: http://live.gnome.org/DocumentationProject/GtkDocFuture. It's at the > > bottom of the page. I'm not sure I like the idea of the g

Re: goocanvas notes

2007-05-02 Thread Sven Herzberg
Carl Worth wrote: > On Mon, 30 Apr 2007 12:52:55 -0400, Havoc Pennington wrote: > > The latest commit mentioned there talks about a 0.0.5 release, but I > don't know where a tar file for that might exist. Sven? > Yves had two small issues with my test-tarball of 0.0.5 and I'm going to fix th

libccc (was: Re: goocanvas notes)

2007-05-02 Thread Sven Herzberg
Havoc Pennington wrote: > If that makes sense, I'd suggest that others review and write up their > thinking on GooCanvas, perhaps reading some of the old threads, Piccolo, > HippoCanvas, etc. as background material. And also if there are other > canvas maintainers who want to put their hat in th