GLib 2.15.0 released

2007-12-20 Thread Matthias Clasen
GLib 2.15.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.15/ http://ftp.gnome.org/pub/GNOME/sources/glib/2.15/ glib-2.15.0.tar.bz2 md5sum: 52536475a3f301842cf3448f19af094c glib-2.15.0.tar.gz md5sum: 8348f77a5aacf6382ee816f986ae7820 This is the first development re

Re: [gfvs] cdda backend

2007-12-20 Thread Matthias Clasen
On Dec 20, 2007 11:36 AM, David Zeuthen <[EMAIL PROTECTED]> wrote: > > I'll try to iterate over the patch. Thanks for considering! > > > > Of course, it's fine if this is not a goal for gio but then volume > > > monitor API of gio isn't really useful outside the file manager and the > > > file cho

Re: [directfb-dev] Expose event for DirectFb

2007-12-20 Thread Mike Emmel
If you have child widgets that use subsurfaces and they overlap then you have a expose type issue. For top level surfaces you can simulate and expose if you track the first time the window was "made visible". This correlates with modern X11 servers that use buffered windows and only send expose on

Re: GtkFileChooser and GVFS backend

2007-12-20 Thread Emmanuele Bassi
On Thu, 2007-12-20 at 18:59 +0100, Mikael Hermansson wrote: > > we need a plan for how to handle the gvfs filechooser backend for > 2.22. > > I think it will be best to put it in libgnomeui, next to (or > > replacing) the gnome-vfs backend thats already there. > > > > Seems we never get rid of t

Re: GtkFileChooser and GVFS backend

2007-12-20 Thread Mikael Hermansson
> we need a plan for how to handle the gvfs filechooser backend for 2.22. > I think it will be best to put it in libgnomeui, next to (or > replacing) the gnome-vfs backend thats already there. > Seems we never get rid of this deprecated library. But its probadly the best way at this time. > Aft

Re: [directfb-dev] Expose event for DirectFb

2007-12-20 Thread Denis Oliver Kropp
Sreenivas Chowdary wrote: > As far as i know there is no expose equivalent event on DirectFb. > There are events for DirectFbWindow like window got focus, keypress, > button press, mouse cursor motion etc > We also faced same issue about expose event when porting firefox. DirectFB does only kn

Re: GLib Testframework API

2007-12-20 Thread Tim Janik
On Tue, 18 Dec 2007, Johan Dahlin wrote: > Sorry for being late in the game for comments, but here we go. > > In general this api differs slightly from JUnit/python, which has the > following (main) methods: > > assertEqual > assertNotEqual > assertTrue > assertFalse > assertRaises yeah, i'v

Test reports and commit policies

2007-12-20 Thread Tim Janik
Hey All. A quick update on the unit test reports, a script for test report generation has now been comitted to GLib and will be used to generate HTML reports for the test report rules test-report, perf-report and full-report. The reports should render in all browsers and support colorization and c

Re: Extended Layout Summary

2007-12-20 Thread Havoc Pennington
Hi, Mathias Hasselmann wrote: > Am Dienstag, den 20.11.2007, 15:41 -0500 schrieb Havoc Pennington: > >> Then the following default implementations: >> >> - all four of the new functions have default implementations that >> invoke the current size_request and use it for both min and natural

Re: [gfvs] cdda backend

2007-12-20 Thread David Zeuthen
On Thu, 2007-12-20 at 17:10 +0100, Alexander Larsson wrote: > Hmm, i guess. But how can the fav server volume monitor iterate over all > mounts? It doesn't see other volume monitors. It would use the union monitor through the standard volume monitor API? > What would list_open_files() returns? A

Re: [gfvs] cdda backend

2007-12-20 Thread Alexander Larsson
On Thu, 2007-12-20 at 10:45 -0500, David Zeuthen wrote: > On Thu, 2007-12-20 at 11:57 +0100, Alexander Larsson wrote: > > So, I guess the question is, in what way is it better to have > > "public_html @ p.fd.o" be a volume than using a bookmark for this? > > I suppose either works; it was just an

Using GLX_EXT_texture_from_pixmap for redirected rendering of widgets/windows.

2007-12-20 Thread Mirco Müller
Greetings xorg/gtk+-crowd! I finally got that "gtk+-widgets _ontop_ of a GL-context" working and would like to get some input from anybody interested in the topic. Apart from toolkit-level input-redirection not working, which is likely another big chunk of work to design and imple

Re: [gfvs] cdda backend

2007-12-20 Thread David Zeuthen
On Thu, 2007-12-20 at 12:54 +0100, Alexander Larsson wrote: > On Wed, 2007-12-19 at 16:43 -0500, David Zeuthen wrote: > > Hi again, > > > > Almost more questions than answers this time, sorry. Also no patch > > either since I wanted to hear your thoughts before doing the work. > > it's not suppo

Re: [gfvs] cdda backend

2007-12-20 Thread David Zeuthen
On Thu, 2007-12-20 at 11:57 +0100, Alexander Larsson wrote: > So, I guess the question is, in what way is it better to have > "public_html @ p.fd.o" be a volume than using a bookmark for this? I suppose either works; it was just an idea. The main advantage is that the icon for the volume wouldn't

Re: Extended Layout Summary

2007-12-20 Thread Mathias Hasselmann
Am Dienstag, den 20.11.2007, 15:41 -0500 schrieb Havoc Pennington: > Then the following default implementations: > > - all four of the new functions have default implementations that > invoke the current size_request and use it for both min and natural > size; so unmodified widgets sti

Re: [gfvs] cdda backend

2007-12-20 Thread Alexander Larsson
On Wed, 2007-12-19 at 16:43 -0500, David Zeuthen wrote: > Hi again, > > Almost more questions than answers this time, sorry. Also no patch > either since I wanted to hear your thoughts before doing the work. > it's not supported in the API yet because that > situation can never happen for the us

Re: [gfvs] cdda backend

2007-12-20 Thread Alexander Larsson
On Wed, 2007-12-19 at 16:43 -0500, David Zeuthen wrote: > > > I'm thinking this can also be used for the "favorite" servers like we > > > have today in gnome-vfs; e.g. we just implement a volume monitor that > > > creates GVolume objects that matches a list in gconf. Then when the > > > mount is

Re: GtkFileChooser and GVFS backend

2007-12-20 Thread Alexander Larsson
On Wed, 2007-12-19 at 13:25 -0500, Matthias Clasen wrote: > On Dec 19, 2007 4:00 AM, Alexander Larsson <[EMAIL PROTECTED]> wrote: > > > > > Yes, both of these are part of the long-term plan. However, we need to > > have the GtkFileSystem module for the next gnome module, as that will > > have the