Re: GTK+ 2.11.3 released

2007-06-17 Thread Matthias Clasen
On 6/17/07, younker [EMAIL PROTECTED] wrote: Hi, In the new header file of gtkbuilder, it use typename as parameter's name, typename is a keyword of C++, so when compile C++ application such as gtkmm, thunderbird, it will cause compile error, so it is better to change it to another name like

Re: Automake requirements for gtk+, glib

2007-06-16 Thread Matthias Clasen
On 6/16/07, Geoff Buchan [EMAIL PROTECTED] wrote: I was trying to build gtk+ and glib from the trunk subversion sources, but autogen.sh complains about wanting version 1.7.x of automake. I now have automake v1.9.6 installed, so the default script was actually requiring me to use a much older

GTK+ 2.11.3 released

2007-06-15 Thread Matthias Clasen
Berg Murray Cumming Tor Lillqvist Christopher Taylor Johannes Schmid Kazuki Iwamoto Christian Persch Behdad Esfahbod Lucas Rocha Benjamin Montgomery Cody Russell Xan Lopez Dann Frazier Loïc Minier Masatake YAMATO Matthias Kilian Hans Breuer Mathias Hasselmann Ryan Lortie Matthias Clasen June 15

GTK+ 2.11.3 released

2007-06-15 Thread Matthias Clasen
Berg Murray Cumming Tor Lillqvist Christopher Taylor Johannes Schmid Kazuki Iwamoto Christian Persch Behdad Esfahbod Lucas Rocha Benjamin Montgomery Cody Russell Xan Lopez Dann Frazier Loïc Minier Masatake YAMATO Matthias Kilian Hans Breuer Mathias Hasselmann Ryan Lortie Matthias Clasen June 15

GTK+ 2.11.3 released

2007-06-15 Thread Matthias Clasen
Berg Murray Cumming Tor Lillqvist Christopher Taylor Johannes Schmid Kazuki Iwamoto Christian Persch Behdad Esfahbod Lucas Rocha Benjamin Montgomery Cody Russell Xan Lopez Dann Frazier Loïc Minier Masatake YAMATO Matthias Kilian Hans Breuer Mathias Hasselmann Ryan Lortie Matthias Clasen June 15

Re: Menu groups vs. use of separators

2007-06-14 Thread Matthias Clasen
On 6/14/07, Alex Jones [EMAIL PROTECTED] wrote: On Thu, 2007-06-14 at 08:15 +0200, Sven Neumann wrote: Hi, On Thu, 2007-06-14 at 03:26 +0100, Alex Jones wrote: I've been looking at how Rhythmbox allows plugins to manipulate menus (via UI manager magic), and it dawned on me that

Re: GtkBuilder Public API - Last call

2007-06-13 Thread Matthias Clasen
On 6/13/07, Yevgen Muntyan [EMAIL PROTECTED] wrote: Um, then gtk_widget_get/set_name is going to be deprecated? gtk_widget_set_name() sets widget-name member, and that structure member is used (in particular?) by themes, that's how it works. What does name of GtkBuildable mean? In

Re: GtkBuilder Public API - Last call

2007-06-13 Thread Matthias Clasen
On 6/13/07, Yevgen Muntyan [EMAIL PROTECTED] wrote: Widgets which set a name in a constructor are already semi-broken anyway. Widget names are supposed to be an application/user feature, not something thats used in the implementation of a widget. Programmers are also not supposed to set

Re: Editable GtkCellRendererText and focus

2007-06-12 Thread Matthias Clasen
On 6/12/07, Kristian Rietveld [EMAIL PROTECTED] wrote: On Mon, Jun 11, 2007 at 05:27:05PM +1200, Tim Evans wrote: I've attached a small PyGTK script that illustrates the problem. Our users are presented with a GtkTreeView containing a list of strings to edit. Having changed the values to

Re: GtkBuilder Public API - Last call

2007-06-12 Thread Matthias Clasen
On 6/12/07, Johan Dahlin [EMAIL PROTECTED] wrote: Havoc Pennington wrote: Is the Hello, World simplest use case as short and simple as it possibly could be? That's always a handy final litmus test for an API. How do you do an hello world in a ui toolkit? Should it include signals? How many

Re: GtkBuilder Public API - Last call

2007-06-12 Thread Matthias Clasen
On 6/12/07, Johan Dahlin [EMAIL PROTECTED] wrote: Havoc Pennington wrote: Is the Hello, World simplest use case as short and simple as it possibly could be? That's always a handy final litmus test for an API. How do you do an hello world in a ui toolkit? Should it include signals? How many

Re: GtkBuilder Public API - Last call

2007-06-12 Thread Matthias Clasen
On 6/12/07, Johan Dahlin [EMAIL PROTECTED] wrote: Not so nice, really. And still missing connect_signals() and (maybe) set_translation_domain. Yeah, so it would probably have to be GObject * gtk_builder_load_object_from_file (const gchar *filename,

Re: GtkBuilder Public API - Last call

2007-06-12 Thread Matthias Clasen
On 6/12/07, Yevgen Muntyan [EMAIL PROTECTED] wrote: Sorry for not being clear, I meant how widget names are used in rc files/strings. Gtk docs seem to imply that widget names have other uses, perhaps there are some, don't know. and how are they related to widgets constructed by

GTK+ 2.10.13 released

2007-06-12 Thread Matthias Clasen
Fiandrotti Daniel Atallah Cody Russell Dom Lachowicz Sven Neumann Jochen Baier Tommi Komulainen Michael Natterer Eddie C. Dost Behdad Esfahbod Benjamin Berg Theppitak Karoonboonyanan Matthias Clasen June 13, 2007 ___ gtk-devel-list mailing list gtk-devel-list

GTK+ 2.10.13 released

2007-06-12 Thread Matthias Clasen
Fiandrotti Daniel Atallah Cody Russell Dom Lachowicz Sven Neumann Jochen Baier Tommi Komulainen Michael Natterer Eddie C. Dost Behdad Esfahbod Benjamin Berg Theppitak Karoonboonyanan Matthias Clasen June 13, 2007 ___ gtk-list mailing list gtk-list@gnome.org

Re: Question about new functions in GDK 2.11

2007-06-11 Thread Matthias Clasen
On 6/6/07, Tomasz Jankowski [EMAIL PROTECTED] wrote: Hi! My question isn't really important, I'm only curious ;P Why did you add functions below to GDK? gdk_threads_add_idle gdk_threads_add_idle_full gdk_threads_add_timeout gdk_threads_add_timeout_full If we write multi thread aplication in

Re: Whats coming in GTK+ 2.12, part 3

2007-06-10 Thread Matthias Clasen
On 6/10/07, Murray Cumming [EMAIL PROTECTED] wrote: drags differently. The marshaller might be wrong for this one, looking at the documentation. Or does it really send an enum? widget_signals[DRAG_FAILED] = g_signal_new (I_(drag_failed), G_TYPE_FROM_CLASS

Whats coming in GTK+ 2.12, the end

2007-06-07 Thread Matthias Clasen
I have certainly forgotten the one or other new feature, but I'll stop for now. As I said in the beginning, please play with this stuff, and tell us what you think ! Theming There are a number of new style properties, mostly to allow better emulation of the native look on Win32. Some of these

GTK+ 2.11.2 released

2007-06-06 Thread Matthias Clasen
Torsten Schoenfeld Brian Cameron Tor Lillqvist Carlos Garnacho Matthias Clasen June 6, 2007 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtk+/glib versions for GNOME 2.20

2007-06-06 Thread Matthias Clasen
On 6/6/07, Loïc Minier [EMAIL PROTECTED] wrote: On Wed, Jun 06, 2007, Frederic Crozat wrote: Moreover, since most devel distributions will (or have) switched to GTK+ 2.11.x, it will allow everybody to catch bugs quite early in the process. It's not in Debian nor in Ubuntu though. Not

GTK+ 2.11.2 released

2007-06-06 Thread Matthias Clasen
Torsten Schoenfeld Brian Cameron Tor Lillqvist Carlos Garnacho Matthias Clasen June 6, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Whats coming in GTK+ 2.12

2007-06-06 Thread Matthias Clasen
I thought it might be a good idea to anticipate the release announcement for GTK+ 2.12 by writing a series of mails about some of the new features that will appear in the next stable release. I hope that this inspires some people to play with the new stuff, so that we can - find api holes and

GTK+ 2.11.2 released

2007-06-06 Thread Matthias Clasen
Torsten Schoenfeld Brian Cameron Tor Lillqvist Carlos Garnacho Matthias Clasen June 6, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.13.4 released

2007-06-05 Thread Matthias Clasen
to Vincent Untz Christian Persch Behdad Esfahbod Ben Combee Matthias Clasen June 6, 2007 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GLib 2.13.4 released

2007-06-05 Thread Matthias Clasen
to Vincent Untz Christian Persch Behdad Esfahbod Ben Combee Matthias Clasen June 6, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GLib 2.13.4 released

2007-06-05 Thread Matthias Clasen
to Vincent Untz Christian Persch Behdad Esfahbod Ben Combee Matthias Clasen June 6, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.11.1 released

2007-06-04 Thread Matthias Clasen
Alex Graveley Mathias Hasselmann Kristian Rietveld Alp Toker Behdad Esfahbod Torsten Schoenfeld Christian Hammond Matthias Clasen June 4, 2007 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

GLib 2.13.3 released

2007-06-04 Thread Matthias Clasen
Delhomme Vincent Untz Matthias Clasen June 4, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GTK+ 2.11.1 released

2007-06-04 Thread Matthias Clasen
Alex Graveley Mathias Hasselmann Kristian Rietveld Alp Toker Behdad Esfahbod Torsten Schoenfeld Christian Hammond Matthias Clasen June 4, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel

GLib 2.13.3 released

2007-06-04 Thread Matthias Clasen
Delhomme Vincent Untz Matthias Clasen June 4, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.11.1 released

2007-06-04 Thread Matthias Clasen
Alex Graveley Mathias Hasselmann Kristian Rietveld Alp Toker Behdad Esfahbod Torsten Schoenfeld Christian Hammond Matthias Clasen June 4, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Moving maemo-gtk as gtk+ branch?

2007-06-01 Thread Matthias Clasen
On 6/1/07, Tommi Komulainen [EMAIL PROTECTED] wrote: Hi, As there's growing interest for Hildon outside the maemo context we're currently discussing moving Hildon to gnome.org infrastructure to give it more independent status. The plan is to ensure that Hildon can be used with stock gtk+,

GTK+ 2.11.0 released

2007-05-24 Thread Matthias Clasen
Vincent Geddes Vincent Untz Vytautas Liuolia Wouter Bolsterlee Xan Lopez Yevgen Muntyan Matthias Clasen May 24, 2007 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Hinting GtkEntry

2007-05-24 Thread Matthias Clasen
On 5/24/07, Ross Burton [EMAIL PROTECTED] wrote: SexyEntry supports activatable icons on the left and right of a widget, although the implementation isn't great (doesn't support named icons and so on). cherrypicking from libsexy has been on the wishlist for quite a while; somebody just needs

GTK+ 2.11.0 released

2007-05-24 Thread Matthias Clasen
Vincent Geddes Vincent Untz Vytautas Liuolia Wouter Bolsterlee Xan Lopez Yevgen Muntyan Matthias Clasen May 24, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.13.2 released

2007-05-22 Thread Matthias Clasen
contributors: Yevgen Muntyan Behdad Esfahbod Dan Winship Dave Benson Tor Lillqvist Christian Persch Damien Carbery Vincent Untz Michael Natterer Joseph Sacco Philip Withnall Guillaume Desmottes Matthias Clasen May 23, 2007 ___ gtk-app-devel-list mailing list

Re: glib/gtk compilation subsets (Re: is glib too bloated?)

2007-05-22 Thread Matthias Clasen
On 5/14/07, Tim Janik [EMAIL PROTECTED] wrote: we've discussed that during last GUADECs Gtk+ meeting: http://mail.gnome.org/archives/gtk-devel-list/2006-June/msg00146.html the main outcome was that the ability to disable some of the non-strict-core widgets in Gtk+ could be an interesting

Re: Shipping multiple themes by default (Was: Sudden Tango changes in trunk)

2007-05-22 Thread Matthias Clasen
On 3/29/07, Loïc Minier [EMAIL PROTECTED] wrote: Hi, Would it be difficult to ship multiple themes by default, for example legacy and tango (and perhaps qt and metal themes in the future?); the default theme could be selected at build time and the default default could be set to

Re: first Gtk Version over DirectFB

2007-05-22 Thread Matthias Clasen
On 3/28/07, Attilio Fiandrotti [EMAIL PROTECTED] wrote: i believe it would be nice if someone could sync directfb backend in trunk with stable release: all that's in trunk can be safely backported into 2.10 (also some autofile sysnc is needed). I sadly cannot do it by myself as i have no svn

Re: Warning about reaped children

2007-05-22 Thread Matthias Clasen
On 3/29/07, Federico Mena Quintero [EMAIL PROTECTED] wrote: Hi, I forgot to pass G_SPAWN_DO_NOT_REAP_CHILD to g_spawn_async_with_pipes() and ended up scratching my head about why my GChildWatch callback wasn't firing. After some hot strace action and RTFM, I added that flag and everything

GLib 2.13.2 released

2007-05-22 Thread Matthias Clasen
contributors: Yevgen Muntyan Behdad Esfahbod Dan Winship Dave Benson Tor Lillqvist Christian Persch Damien Carbery Vincent Untz Michael Natterer Joseph Sacco Philip Withnall Guillaume Desmottes Matthias Clasen May 23, 2007 ___ gtk-devel-list mailing list gtk

GLib 2.13.2 released

2007-05-22 Thread Matthias Clasen
contributors: Yevgen Muntyan Behdad Esfahbod Dan Winship Dave Benson Tor Lillqvist Christian Persch Damien Carbery Vincent Untz Michael Natterer Joseph Sacco Philip Withnall Guillaume Desmottes Matthias Clasen May 23, 2007 ___ gtk-list mailing list gtk-list

Re: questioning glib r5316 by mclasen

2007-05-14 Thread Matthias Clasen
On Mon, 2007-05-14 at 07:10 -0400, Behdad Esfahbod wrote: On Mon, 2007-05-14 at 06:49 -0400, Tim Janik wrote: hi Matthias. can you please explain your glib change from 2007-01-26 where you're making function-scoped symbols non-static without any obvious need? i'm sorry to have to

Re: FileChooserButton API suggestion

2007-05-04 Thread Matthias Clasen
On 5/3/07, Cezary Krzyzanowski [EMAIL PROTECTED] wrote: So first I propose to make some note in the documentation (and maybe in the FAQ), that the supplied dialog needs to have RESPONSE_ACCEPT as the positive result. The second thing is to stop GTKFileChooserButton from changing the title

GTK+ 2.10.12 released

2007-05-02 Thread Matthias Clasen
Larsson Dan Williams Hiroyuki Yamamoto Lieven van der Heide Tommi Komulainen Michael Natterer Matthias Hasselmann Matthias Clasen May 2, 2007 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app

GTK+ 2.10.12 released

2007-05-02 Thread Matthias Clasen
Larsson Dan Williams Hiroyuki Yamamoto Lieven van der Heide Tommi Komulainen Michael Natterer Matthias Hasselmann Matthias Clasen May 2, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GLib 2.13.1 released

2007-05-02 Thread Matthias Clasen
Lachowicz Ryan Lortie Tim Janik Matthias Clasen May 3, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GTK+ 2.10.12 released

2007-05-02 Thread Matthias Clasen
Larsson Dan Williams Hiroyuki Yamamoto Lieven van der Heide Tommi Komulainen Michael Natterer Matthias Hasselmann Matthias Clasen May 2, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.13.1 released

2007-05-02 Thread Matthias Clasen
Lachowicz Ryan Lortie Tim Janik Matthias Clasen May 3, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.12.12 released

2007-05-01 Thread Matthias Clasen
Denis Jacquerye Paul Jarc Tor Lillqvist Michael Natterer Matthias Clasen May 1, 2007 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GLib 2.12.12 released

2007-05-01 Thread Matthias Clasen
Denis Jacquerye Paul Jarc Tor Lillqvist Michael Natterer Matthias Clasen May 1, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GLib 2.12.12 released

2007-05-01 Thread Matthias Clasen
Denis Jacquerye Paul Jarc Tor Lillqvist Michael Natterer Matthias Clasen May 1, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: *_type_register_static() and g_intern_static_string()

2007-04-27 Thread Matthias Clasen
On 4/27/07, Damon Chaplin [EMAIL PROTECTED] wrote: Why do the *_type_register_static() functions use g_intern_static_string() for the type name? Should apps be using g_intern_static_string() as well? If so, the docs should mention it. It is just a small optimization. Apps are free to use

Re: new stock icons

2007-04-03 Thread Matthias Clasen
On Tue, 2007-04-03 at 16:09 +0200, Kristian Rietveld wrote: In summary, I don't see much issues with replacing the icons. If we want to make use of some kind of transition period as suggested, we should decide on replacing the icon set ASAP. I already stated that I am not against the icon

Re: Idea for GSoC 2007 : Shortcuts improvement

2007-03-31 Thread Matthias Clasen
I have to admit that I really don't like the idea of popups for mnemonics/shortcuts. Maybe that is just because I have first encountered this idea in Lotus Notes... Matthias ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: Sudden Tango changes in trunk

2007-03-28 Thread Matthias Clasen
be created instead. Hi Kris, I've poked Matthias Clasen on IRC about it. If you feel like we should back of the changes, I'll revert. GNOME is pretty much dealt for in the gnome icon theme, the reason for the gtk+ stock facelift is the Windows-ports. To be honest I don't want to bother

Re: QWidgetList QApplication::topLevelWidgets () ?

2007-03-20 Thread Matthias Clasen
On 3/20/07, Carlos Savoretti [EMAIL PROTECTED] wrote: Hi all! A simple question... Is there any function equivalent to topLevelWidgets in gtk ? Or some way to emulate it ? I need it in order to iterate thru all the You are probably looking for gtk_window_list_toplevels().

Re: Performance implications of GRegex structure

2007-03-17 Thread Matthias Clasen
On 3/17/07, Yevgen Muntyan [EMAIL PROTECTED] wrote: Why should I have to search the entire search before I can display the first match? You can't do the contrary - find all matches and display them. (I guess Marco should know better, I've never done stuff like this) In Perl, this

GLib 2.13.0 released

2007-03-16 Thread Matthias Clasen
Brockschmidt Joe Marcus Clarke Serhat Sevki Dincer Owen Taylor Jon Oberheide Benjamin Dauvergne Roozbeh Pournader Jan Schmidt Benjamin Otte Brian Cameron Søren Sandmann Martyn Russell Paolo Borelli Bastian Nocera Bobby Jack Denis Jacquerye Richard Hult Halton Huo Matthias Clasen March 16, 2007

Re: Performance implications of GRegex structure

2007-03-16 Thread Matthias Clasen
On 3/16/07, Marco Barisione [EMAIL PROTECTED] wrote: BTW if you want I can split GRegex in two separate objects. Since that seems to be the overwhelming preference, that might be a good idea. I hope this shouldn't be too bad, since GRegex is already split into pattern and match objects,

GLib 2.13.0 released

2007-03-16 Thread Matthias Clasen
Brockschmidt Joe Marcus Clarke Serhat Sevki Dincer Owen Taylor Jon Oberheide Benjamin Dauvergne Roozbeh Pournader Jan Schmidt Benjamin Otte Brian Cameron Søren Sandmann Martyn Russell Paolo Borelli Bastian Nocera Bobby Jack Denis Jacquerye Richard Hult Halton Huo Matthias Clasen March 16, 2007

GTK+ 2.10.11

2007-03-14 Thread Matthias Clasen
://www.gtk.org/faq/ Matthias Clasen March 14, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GTK+ 2.10.11

2007-03-14 Thread Matthias Clasen
://www.gtk.org/faq/ Matthias Clasen March 14, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.10.10 released

2007-03-12 Thread Matthias Clasen
Lucas Mazzardo Veloso Daniel Atallah Kazuki Iwamoto Lin Ma Boyd Timothy Andreas Koehler Jan Darmochwal Colin Leroy Li Yuan Joe Markus Clarke Matthias Clasen March 12, 2007 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

GTK+ 2.10.10 released

2007-03-12 Thread Matthias Clasen
Lucas Mazzardo Veloso Daniel Atallah Kazuki Iwamoto Lin Ma Boyd Timothy Andreas Koehler Jan Darmochwal Colin Leroy Li Yuan Joe Markus Clarke Matthias Clasen March 12, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org

GTK+ 2.10.10 released

2007-03-12 Thread Matthias Clasen
Lucas Mazzardo Veloso Daniel Atallah Kazuki Iwamoto Lin Ma Boyd Timothy Andreas Koehler Jan Darmochwal Colin Leroy Li Yuan Joe Markus Clarke Matthias Clasen March 12, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo

GLib 2.12.11

2007-03-08 Thread Matthias Clasen
leftover debugging output in 2.12.10; it also fixes an embarrassing bug in g_strtoll(). Matthias Clasen March 9, 2007 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GLib 2.12.11

2007-03-08 Thread Matthias Clasen
leftover debugging output in 2.12.10; it also fixes an embarrassing bug in g_strtoll(). Matthias Clasen March 9, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GLib 2.12.11

2007-03-08 Thread Matthias Clasen
leftover debugging output in 2.12.10; it also fixes an embarrassing bug in g_strtoll(). Matthias Clasen March 9, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.12.10 released

2007-03-07 Thread Matthias Clasen
/buglist.cgi?bug_id=346808,398069,398203,398069,399971,400044,396899,404832,149144,341988,399611,350802,407431 Thanks to all contributors: Tor Lillqvist Serhat Sevki Dincer Owen Taylor Jon Oberheide Benjamin Dauvergne Roozbeh Pournader Loïc Minier Laszlo Peter Martyn Russell Simon Budig Matthias Clasen

GLib 2.12.10 released

2007-03-07 Thread Matthias Clasen
/buglist.cgi?bug_id=346808,398069,398203,398069,399971,400044,396899,404832,149144,341988,399611,350802,407431 Thanks to all contributors: Tor Lillqvist Serhat Sevki Dincer Owen Taylor Jon Oberheide Benjamin Dauvergne Roozbeh Pournader Loïc Minier Laszlo Peter Martyn Russell Simon Budig Matthias Clasen

Re: build core and backends separately

2007-02-08 Thread Matthias Clasen
Enrico Weigelt wrote: Hi folks, for my distro builder system I need clear and dependencies. Dependencies on several features of certain packages are really ugly to handle and thus to be avoided. So I'd like to have the pango core and the backends (one by one) in separate packages, so for

GTK+ 2.10.9 released

2007-01-22 Thread Matthias Clasen
of all fixed bugs can be found at http://bugzilla.gnome.org/buglist.cgi?bug_id=394190,397621,397581,397330,336819,143460,397783,363437 Thanks to all contributors: Emmanuele Bassi Tor Lillqvist Yongsu Park Robert Ögren Vincent Untz Michael Natterer Felix Riemann Matthias Clasen January 22, 2007

GTK+ 2.10.9 released

2007-01-22 Thread Matthias Clasen
of all fixed bugs can be found at http://bugzilla.gnome.org/buglist.cgi?bug_id=394190,397621,397581,397330,336819,143460,397783,363437 Thanks to all contributors: Emmanuele Bassi Tor Lillqvist Yongsu Park Robert Ögren Vincent Untz Michael Natterer Felix Riemann Matthias Clasen January 22, 2007

GTK+ 2.10.9 released

2007-01-22 Thread Matthias Clasen
of all fixed bugs can be found at http://bugzilla.gnome.org/buglist.cgi?bug_id=394190,397621,397581,397330,336819,143460,397783,363437 Thanks to all contributors: Emmanuele Bassi Tor Lillqvist Yongsu Park Robert Ögren Vincent Untz Michael Natterer Felix Riemann Matthias Clasen January 22, 2007

Re: GLib 2.12.8 released

2007-01-16 Thread Matthias Clasen
On 1/16/07, Marcin Banasiak [EMAIL PROTECTED] wrote: Thanks for the work, but I don't understand, why you modified ABI without changing soname. Now some application crashes, for example liferea: /usr/bin/liferea-bin: Symbol `g_thread_functions_for_glib_use' has different size in shared

GLib 2.12.9 released

2007-01-16 Thread Matthias Clasen
an unintended ABI breakage in the 2.12.8 release. For details see bug #397139. Thanks to Joe Marcus Clarke and Tor Lillqvist for pointing out the problem and testing the fix. Matthias Clasen January 16, 2007 ___ gtk-app-devel-list mailing list gtk-app

GTK+ 2.10.8 released

2007-01-16 Thread Matthias Clasen
Lillqvist Yevgen Muntyan Matthias Clasen January 17, 2007 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GLib 2.12.9 released

2007-01-16 Thread Matthias Clasen
an unintended ABI breakage in the 2.12.8 release. For details see bug #397139. Thanks to Joe Marcus Clarke and Tor Lillqvist for pointing out the problem and testing the fix. Matthias Clasen January 16, 2007 ___ gtk-devel-list mailing list gtk-devel-list

GTK+ 2.10.8 released

2007-01-16 Thread Matthias Clasen
Lillqvist Yevgen Muntyan Matthias Clasen January 17, 2007 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GLib 2.12.8 released

2007-01-16 Thread Matthias Clasen
On 1/16/07, Marcin Banasiak [EMAIL PROTECTED] wrote: Thanks for the work, but I don't understand, why you modified ABI without changing soname. Now some application crashes, for example liferea: /usr/bin/liferea-bin: Symbol `g_thread_functions_for_glib_use' has different size in shared

GLib 2.12.9 released

2007-01-16 Thread Matthias Clasen
an unintended ABI breakage in the 2.12.8 release. For details see bug #397139. Thanks to Joe Marcus Clarke and Tor Lillqvist for pointing out the problem and testing the fix. Matthias Clasen January 16, 2007 ___ gtk-list mailing list gtk-list@gnome.org

GTK+ 2.10.8 released

2007-01-16 Thread Matthias Clasen
Lillqvist Yevgen Muntyan Matthias Clasen January 17, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.12.8 released

2007-01-14 Thread Matthias Clasen
Wilson, David Schleef, Marc Brockschmidt, Kazuki Iwamoto, Tor Lillqvist Matthias Clasen January 15, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [Fwd: G_KEY_FILE_KEEP_COMMENTS adds extra newlines]

2007-01-13 Thread Matthias Clasen
I think there is a bug about this, in fact. Don't know if anybody has looked into fixing it yet, though. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: 2.10.8

2007-01-09 Thread Matthias Clasen
On 1/8/07, Yevgen Muntyan [EMAIL PROTECTED] wrote: Hey, Are there palns yet to make 2.10.8 release? The http://bugzilla.gnome.org/show_bug.cgi?id=393813 is pretty bad, in particular it makes a text editor (e.g. gedit) crash when you show line numbers. I already got a crash report from a

Re: xsettings: multiple settings per xsetting name

2007-01-07 Thread Matthias Clasen
On 1/7/07, Christian Neumair [EMAIL PROTECTED] wrote: The XSettings spec [1] seems to mention the possibility to store multiple settings per name. However, we only provide I don't see any hint about multi-valued settings in the xsettings spec. ___

Re: GLib 2.12.7 released

2007-01-06 Thread Matthias Clasen
On 1/6/07, Tomasz Kłoczko [EMAIL PROTECTED] wrote: This version fails on make check on: PASS: base64-test ** ERROR **: naive_bit_nth_lsf (18446744073709551615, 31) = 32; builtin_bit_nth_lsf1 (18446744073709551615, 31) = 0; aborting... /bin/sh: line 4: 26024 Aborted

Re: GLib 2.12.7 released

2007-01-06 Thread Matthias Clasen
On 1/6/07, Tomasz Kłoczko [EMAIL PROTECTED] wrote: This version fails on make check on: PASS: base64-test ** ERROR **: naive_bit_nth_lsf (18446744073709551615, 31) = 32; builtin_bit_nth_lsf1 (18446744073709551615, 31) = 0; aborting... /bin/sh: line 4: 26024 Aborted

Re: GLib 2.12.7 released

2007-01-06 Thread Matthias Clasen
On 1/6/07, Tomasz Kłoczko [EMAIL PROTECTED] wrote: This version fails on make check on: PASS: base64-test ** ERROR **: naive_bit_nth_lsf (18446744073709551615, 31) = 32; builtin_bit_nth_lsf1 (18446744073709551615, 31) = 0; aborting... /bin/sh: line 4: 26024 Aborted

GTK+ 2.10.7 released

2007-01-05 Thread Matthias Clasen
, Paolo Borelli, Paolo Maggi, Philipp Langdale, Richard Stellingwerff, Robert Ancell, Rob Staudinger, Søren Wedel Nielsen, Sven Herzberg, Theppitak Karoonboonyanan, Tim Waugh, Tommi Komulainen, Tor Lillqvist, Travis Abbott, Tristan Van Berkom, Vassilis Pandis, Xan Lopez, Yevgen Muntyan Matthias

GTK+ team IRC meeting

2007-01-05 Thread Matthias Clasen
Hey, after a much too long hiatus, lets get back into the schedule. I'd like to propose that we meet at the time we used earlier, which would be Tuesday 15:00 EST / 20:00 UTC on #gtk-devel. Does that work for everybody ? Topics could include: - Getting 2.12 development back on track - Tim's

GTK+ 2.10.7 released

2007-01-05 Thread Matthias Clasen
, Paolo Borelli, Paolo Maggi, Philipp Langdale, Richard Stellingwerff, Robert Ancell, Rob Staudinger, Søren Wedel Nielsen, Sven Herzberg, Theppitak Karoonboonyanan, Tim Waugh, Tommi Komulainen, Tor Lillqvist, Travis Abbott, Tristan Van Berkom, Vassilis Pandis, Xan Lopez, Yevgen Muntyan Matthias

GLib 2.12.7 released

2007-01-04 Thread Matthias Clasen
=336438,389300,304517,376645,390913,391367,391370,391364,371670,371631,346955 Thanks to all contributors: Lőrinczy Zsigmond Tim Janik Andreas Köhler Tor Lillqvist Kazuki Iwamoto Loïc Minier Michael Natterer Maciej Piechotka Behdad Esfahbod Matthias Clasen January 4, 2007 ___ gtk-app-devel

GLib 2.12.7 released

2007-01-04 Thread Matthias Clasen
=336438,389300,304517,376645,390913,391367,391370,391364,371670,371631,346955 Thanks to all contributors: Lőrinczy Zsigmond Tim Janik Andreas Köhler Tor Lillqvist Kazuki Iwamoto Loïc Minier Michael Natterer Maciej Piechotka Behdad Esfahbod Matthias Clasen January 4, 2007 ___ gtk-devel-list

GLib 2.12.7 released

2007-01-04 Thread Matthias Clasen
=336438,389300,304517,376645,390913,391367,391370,391364,371670,371631,346955 Thanks to all contributors: Lőrinczy Zsigmond Tim Janik Andreas Köhler Tor Lillqvist Kazuki Iwamoto Loïc Minier Michael Natterer Maciej Piechotka Behdad Esfahbod Matthias Clasen January 4, 2007 ___ gtk-list

GTK+ now in svn

2006-12-30 Thread Matthias Clasen
For those not following desktop-devel-list closely, glib and gtk+ have been migrated to Subversion now. You can check it out with svn co http://svn.gnome.org/svn/glib/trunk svn co http://svn.gnome.org/svn/glib/branches/glib-2-12 svn co http://svn.gnome.org/svn/gtk+/trunk svn co

Re: GLib trees

2006-12-28 Thread Matthias Clasen
On 12/26/06, Samuel Cormier-Iijima [EMAIL PROTECTED] wrote: Hi, This, however, is slightly more complicated, and the performance benefits would only be noticed in very large sets of data - I wasn't sure if GLib was designed for performance or simplicity and convenience. Any thoughts on this?

GLib 2.12.6 released

2006-12-20 Thread Matthias Clasen
(ca,gu,mk,th) Matthias Clasen December 20, 2006 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GLib 2.12.6 released

2006-12-20 Thread Matthias Clasen
(ca,gu,mk,th) Matthias Clasen December 20, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

<    9   10   11   12   13   14   15   16   17   18   >