Re: Problems to compile gtk with jhbuild + imendio patchs

2007-12-20 Thread Richard Hult
Arx Cruz skrev: Sorry if is the wrong place to post this, but im having problems in compile Gtk with Quartz support through imendio patchs using jhbuild, All packages compiles very well, but when i try compile gtk i have this error: There is some new accessibility code that was added

Re: App blueprint, advice please!

2007-12-20 Thread Patrick
Hi Michael Thanks for the signals and slots tip, that's great. As for NI: rant My experience is limited and quite dated(8-9 years) but it is my understanding that in order to distribute free (as in beer) Labview code the recipient must have Labview loaded. It is possible to generate an

Re: Multi-threaded UI Freezes on GDK Call

2007-12-20 Thread Michael McCann
Emmanuele Bassi wrote: On Tue, 2007-12-18 at 20:37 -0500, Michael McCann wrote: Yes, I've already tried that, to no avail. My code basically only consists of: gdk_screen_get_default(): Get the default screen gdk_screen_get_root_window(): Get the root window

Calling gtk-builder-convert from makefile

2007-12-20 Thread Micah Carrick
I have a glade file which I have to convert using gtk-builder-convert first. This converts it from .glade to .xml and the make file installs it. How would I run gtk-builder-convert on the source .glade file prior to copying the .xml file? -- - Micah Carrick Developer -

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

how to handle rgb pixels before draw to drawingarea using cairo

2007-12-20 Thread thexin chan
Hello, i am write a application like a tv watch soft,using em28xx capture video as yuyv format,and converted to rgb24 when recived. here ,some code to draw video frame to drawingarea. gdk_threads_enter(); gdk_draw_rgb_image(wbus-drawingarea-window,

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 new glib,

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 actually

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 use I

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 still

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 supported in

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

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

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 idea.

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: 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

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

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've looked

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