Re: gtk3 - correct application logic to get value of a setting from a GtkSettings object

2011-03-07 Thread Emmanuele Bassi
first of all: do not ask a new question by attaching it to a new thread; start a new thread. On 2011-03-06 at 22:32, John Lumby wrote: Inside my gtk application, I'd like to get (i.e. discover) the name of the current theme,which I believe is the gtk-theme-name property of the current

REMINDER: GTK+ Team IRC Meeting - 2011-03-08

2011-03-07 Thread Emmanuele Bassi
hi everyone; this is the usual reminder for the IRC GTK+ Team Meeting. the meeting will be held in the #gtk-devel channel on irc.gnome.org, at 20:00 UTC[1]. the points are: ‣ 3.2 planning • Bugs marked with '3.2' as target milestone • GdkColor deprecation • GtkTextTag RGBA

GTK+ 3.0.2

2011-03-07 Thread Matthias Clasen
GTK+ 3.0.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/3.0/ http://download.gnome.org/sources/gtk+/3.0/ dfc5cc68da83a3f6133e86dba00d6a77263b4dd15117dbf97aa5f19da39b202d gtk +-3.0.2.tar.bz2 f03df82dd03ccbd7170fcabba73bb221bf190f00f8d7a4b0e0b788fb4ed6235a gtk +-3.0.2.tar.gz

Re: GtkApplication and argc/arv

2011-03-07 Thread Murray Cumming
On Fri, 2011-02-25 at 12:53 +0200, Claudio Saavedra wrote: On Fri, 2011-02-25 at 08:58 +0100, Carlos Garcia Campos wrote: Note that we moved from single process model to multiple process without changing the evince behaviour, it still behaves like a single instance app, opening an already

Re: GDBus support on Win32 + other platforms (Was Re: GtkApplication and argc/arv)

2011-03-07 Thread Tristan Van Berkom
On Sat, 2011-02-26 at 10:37 -0500, David Zeuthen wrote: Hey, On Sat, Feb 26, 2011 at 10:26 AM, Paul Davis p...@linuxaudiosystems.com wrote: On Sat, Feb 26, 2011 at 10:00 AM, David Zeuthen zeut...@gmail.com wrote: Hi, Just for the record, there's no reason that GDBus cannot be made to

Re: GDBus support on Win32 + other platforms (Was Re: GtkApplication and argc/arv)

2011-03-07 Thread Matthias Clasen
On Mon, Mar 7, 2011 at 1:22 AM, Tristan Van Berkom trista...@openismus.com wrote: On Sat, 2011-02-26 at 10:37 -0500, David Zeuthen wrote: ... do I have to pull out that change while GApplication is still unstable ? GApplication is not unstable. It is true that after all the back-and-forth,

Re: GDBus support on Win32 + other platforms (Was Re: GtkApplication and argc/arv)

2011-03-07 Thread Tristan Van Berkom
On Mon, 2011-03-07 at 16:08 -0500, Matthias Clasen wrote: On Mon, Mar 7, 2011 at 1:22 AM, Tristan Van Berkom trista...@openismus.com wrote: On Sat, 2011-02-26 at 10:37 -0500, David Zeuthen wrote: ... do I have to pull out that change while GApplication is still unstable ?

Re: GDBus support on Win32 + other platforms (Was Re: GtkApplication and argc/arv)

2011-03-07 Thread Matthias Clasen
On Mon, Mar 7, 2011 at 4:40 AM, Tristan Van Berkom trista...@openismus.com wrote: As I mentioned before, I'm not asking for an implementation on win32 of GtkApplication, I'm just asking for it to succeed, run a mainloop and do something as a fallback for a missing implementation. So, you are

Re: GDBus support on Win32 + other platforms (Was Re: GtkApplication and argc/arv)

2011-03-07 Thread Paul Davis
On Mon, Mar 7, 2011 at 4:40 AM, Tristan Van Berkom trista...@openismus.com wrote: a.) GtkApplication only available as GtkX11Application is acceptable,     because people only expect it to work on x11 (the actual stubs     should in this case only be created on x11 and the docs should    

Re: GDBus support on Win32 + other platforms (Was Re: GtkApplication and argc/arv)

2011-03-07 Thread Tristan Van Berkom
On Mon, 2011-03-07 at 16:48 -0500, Matthias Clasen wrote: On Mon, Mar 7, 2011 at 4:40 AM, Tristan Van Berkom trista...@openismus.com wrote: As I mentioned before, I'm not asking for an implementation on win32 of GtkApplication, I'm just asking for it to succeed, run a mainloop and do

Re: GDBus support on Win32 + other platforms (Was Re: GtkApplication and argc/arv)

2011-03-07 Thread Emmanuele Bassi
On 2011-03-07 at 18:40, Tristan Van Berkom wrote: Will use of GtkApplication cause my app to simply fail just because a win32/osx implementation is missing ? or will it silently succeed ? there is nothing X11-specific in GApplication or GtkApplication. in fact, if you install D-Bus on OSX or

GLib 2.28.2

2011-03-07 Thread Matthias Clasen
GLib 2.28.2 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.28/ http://download.gnome.org/sources/glib/2.28/ 3ff18fe83bfac835b183d98edc2f35fcb4880d0f2b9889d57f21acd574c52762 glib-2.28.2.tar.bz2 6c4a9f260def16135d3d3e7a3c93a82a8850e13a9c41fe6922f416479c170689

Re: GDBus support on Win32 + other platforms (Was Re: GtkApplication and argc/arv)

2011-03-07 Thread Tristan Van Berkom
On Mon, 2011-03-07 at 22:52 +, Emmanuele Bassi wrote: On 2011-03-07 at 18:40, Tristan Van Berkom wrote: Will use of GtkApplication cause my app to simply fail just because a win32/osx implementation is missing ? or will it silently succeed ? there is nothing X11-specific in

Re: GDBus support on Win32 + other platforms (Was Re: GtkApplication and argc/arv)

2011-03-07 Thread Matthias Clasen
On Mon, Mar 7, 2011 at 6:17 AM, Tristan Van Berkom trista...@openismus.com wrote:  b.) It's damn easy to make GApplication at least startup      correctly, run the main loop and just not use any IPC,      it's the least I think that one can expect. Then lets the patch already, instead of

Re: GDBus support on Win32 + other platforms (Was Re: GtkApplication and argc/arv)

2011-03-07 Thread Alberto Ruiz
2011/3/7 Matthias Clasen matthias.cla...@gmail.com: On Mon, Mar 7, 2011 at 6:17 AM, Tristan Van Berkom trista...@openismus.com wrote:  b.) It's damn easy to make GApplication at least startup      correctly, run the main loop and just not use any IPC,      it's the least I think that one can

GTK+ 3.0.2

2011-03-07 Thread Matthias Clasen
GTK+ 3.0.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/3.0/ http://download.gnome.org/sources/gtk+/3.0/ dfc5cc68da83a3f6133e86dba00d6a77263b4dd15117dbf97aa5f19da39b202d gtk +-3.0.2.tar.bz2 f03df82dd03ccbd7170fcabba73bb221bf190f00f8d7a4b0e0b788fb4ed6235a gtk +-3.0.2.tar.gz

Re: GtkComboBox Text Markup

2011-03-07 Thread Vikram Ambrose
On 03/03/2011 10:09 PM, Tristan Van Berkom wrote: On Fri, Mar 4, 2011 at 12:00 PM, Vikram Ambrosenoel.ambr...@gmail.com wrote: Hello List, How do you do pango markup for text in a GtkComboBox? - You create your combo box - Create a GtkListStore with a G_TYPE_STRING column where you

Re: GtkComboBox Text Markup

2011-03-07 Thread Tristan Van Berkom
On Tue, Mar 8, 2011 at 6:35 AM, Vikram Ambrose noel.ambr...@gmail.com wrote: On 03/03/2011 10:09 PM, Tristan Van Berkom wrote: On Fri, Mar 4, 2011 at 12:00 PM, Vikram Ambrosenoel.ambr...@gmail.com  wrote: Hello List, How do you do pango markup for text in a GtkComboBox?  - You create

Re: GtkComboBox Text Markup

2011-03-07 Thread Vikram Ambrose
On 03/07/2011 04:50 PM, Tristan Van Berkom wrote: On Tue, Mar 8, 2011 at 6:35 AM, Vikram Ambrosenoel.ambr...@gmail.com wrote: On 03/03/2011 10:09 PM, Tristan Van Berkom wrote: On Fri, Mar 4, 2011 at 12:00 PM, Vikram Ambrosenoel.ambr...@gmail.com wrote: Hello List, How do you do pango

GLib 2.28.2

2011-03-07 Thread Matthias Clasen
GLib 2.28.2 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.28/ http://download.gnome.org/sources/glib/2.28/ 3ff18fe83bfac835b183d98edc2f35fcb4880d0f2b9889d57f21acd574c52762 glib-2.28.2.tar.bz2 6c4a9f260def16135d3d3e7a3c93a82a8850e13a9c41fe6922f416479c170689

GtkTreeView overlay using cairo

2011-03-07 Thread Vikram Ambrose
Hello List, I want to draw on top of a gtktreeview. This is what I came up with. Looking for some expert advice on how I can improve it. thanks, Vik. /* gcc -g -Wall `pkg-config gtk+-2.0 --cflags --libs` hello.c -o hello */ #include gtk/gtk.h #include cairo.h gboolean paint(GtkTreeView