About modal dialog windows

2007-05-02 Thread Marco Randazzo
My question in about the differences of behaviour between the modal windows created by gtk_message_dialog_new() and gtk_dialog_new_with_buttons(). I was looking to gtk-demo, the Dialog and message boxes example. In the example, a message dialog and an interactive dialog are generated by

Re: About modal dialog windows

2007-05-02 Thread G Hasse
On Wed, May 02, 2007 at 08:40:42AM +0200, Marco Randazzo wrote: My question in about the differences of behaviour between the modal windows Please don't use modal dialog boxes. They tend to upset the users... Very often the user configure the window manager so that modal boxes/windows need a

Adding Text to a widget from a button_press_event Or Pop Up window from a time event.

2007-05-02 Thread nahuel9728
Hi everyone. I don't if is it possible but.. I would like add text everytime i do a button_press_event on a widget(in this case a drawing area), in a text area or what ever that everytime clicks on it, writes the position of the event mean... a history of the clicks im doing of my drawing area.

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

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 the

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 these

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 gtk-doc

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 sure I like

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, deleted,

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

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

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 moment,

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: 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/GtkDocFuture. It's at

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:

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 at it

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 separator/ tag in the ui_info string, but the separator ends up as a couple of dots (it looks like it's trying to

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

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

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

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 while ago on the

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: I made some suggestions along those

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

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 GVFS is

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