Re: Website proposal for usability

2010-09-03 Thread Mike Massonnet
One website that has its own coordinators: http://webkitgtk.org/ It could deserve an update with the html skel that you have come up with. My 2 cents Mike ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gt

Re: Website proposal for usability

2010-08-22 Thread Mike Massonnet
Hi, 2010/8/21 Devin Samarin : > I thought I'd give up update of what the site is looking like now, and > I hope everyone is fine with using this mailing list. > > I have integrated tweets from identi.ca in the News Feed on the main page. > > I finished the re-design of the GTK-Doc area: > http://e

Re: Git commit message with tag

2010-08-12 Thread Mike Massonnet
2010/8/12 Steve Frécinaux : > On 08/12/2010 03:34 PM, Frederic Peters wrote: >> >> Also we have been using [tags] since the Git migration, is this a new >> feature/bug of 'git am' ? > > I guess people just didn't care, but it has been there from the beginning. > The rationale is simple: when you se

Git commit message with tag

2010-08-12 Thread Mike Massonnet
Hi, This wiki page[1] has a note on how to prepend a commit message with a tag. This form of a tag is actually buggy with "git am", git am will eat any text at the beginning of a subject line that is embraced by brackets. Instead, it should be updated to use this form: "tag: ". I hope you are fin

Re: GtkApplication

2010-06-04 Thread Mike Massonnet
2010/6/4 Matthias Clasen : > 3)   /* TODO look up .desktop file on freedesktop platform, initialize > title etc. */ On a more-or-less unrelated topic, I have been wondering if GApplication can take care of setting the application name (g_set_application_name) it is one of the things that has to be

Re: Moving GLib and GTK+ to git

2009-03-31 Thread Mike Massonnet
Le Tue, 31 Mar 2009 18:06:56 -0400, David Zeuthen a écrit : > On Tue, 2009-03-31 at 17:03 -0400, Matthias Clasen wrote: > > On Tue, Mar 31, 2009 at 3:58 PM, Behdad Esfahbod > > wrote: > > > On 03/31/2009 03:50 PM, David Zeuthen wrote: > > >> > > >> Personally I prefer non-capital and no periods;

Re: GTK+ web site [PATCH]

2009-03-28 Thread Mike Massonnet
Le Sat, 28 Mar 2009 12:54:41 +0100, Sven Herzberg a écrit : > Am Samstag, den 28.03.2009, 12:37 +0100 schrieb Christian Dywan: > > Am Fri, 27 Mar 2009 17:38:12 -0700 > > schrieb "Eugenia Loli-Queru" : > > > So, what about that link? :-) > > > > Here's a patch. I'm not quite sure who decides if w

API has links that ends in 404

2008-09-05 Thread Mike Massonnet
Hello, Just to let you know that the page about GtkStatusIcon[0] links against GIcon which ends to return 404[1]. Cheers Mike [0] http://library.gnome.org/devel/gtk/stable/GtkStatusIcon.html [1] http://library.gnome.org/usr/share/gtk-doc/html/gio/GIcon.html __

Re: visibility-notify-event query

2008-03-17 Thread Mike Massonnet
On Sun, Mar 16, 2008 at 09:06:47PM -0700, iluvlinux wrote: > > hi > i asked the question in gtk +general but no response so i am asking it here > But this isn't the right list. If nobody is answering it is that no one did really understand or has an answer. EOF, mike _

Re: GtkBuilder bug?

2008-02-27 Thread Mike Massonnet
On Wed, Feb 27, 2008 at 12:04:10PM +0300, Pavel Syomin wrote: > Hi, all! > > I had been experimenting with GtkBuilder using Gtk+ 2.12.5 from Fedora > 8. I have found, that if there is reference to unknown type in UI-file, > then application crashes. Is it a GtkBuilder bug? > > Test program: > #