Re: GTK+ maintenance

2007-05-16 Thread Martyn Russell
Vincent Untz wrote: > Hi, Hi, > Le mardi 15 mai 2007, à 16:53 -0400, Tristan Van Berkom a écrit : >> Its been clearly stated that core maintainers are whats lacking, people >> that can be trusted to review large patches, do refactoring work and >> call shots so to speak, in my own personal opinio

Re: GTK+ maintenance

2007-05-16 Thread Xavier Bestel
On Wed, 2007-05-16 at 09:06 +0100, Martyn Russell wrote: > > So, right now, the Board is not considering the option of hiring people > > to hack/do technical things. I'm not saying "we'll never do this", but > > doing this has a lot of implications (managing the employees wouldn't be > > easy, peop

Re: Fixing the GtkTreeModel::row-deleted inconsistency

2007-05-16 Thread Fontana Nicola
On Tuesday 15 May 2007 10:37, Kristian Rietveld wrote: > It depends what you mean with "remove the row from the model". If that > means unlinking the row from the model's data structures, then there's > not a nice way anymore to retrieve an iterator to access that row. And > if _get_iter() is sti

GtkCalendar and day_selected event

2007-05-16 Thread Djihed Afifi
Hi, I'm trying to use an instance of a GtkCalendar to allow the user to navigate through days. Other widgets respond to the selected day and present relevant information. However, using the day_selected event, the widget only accepts one click, after that, the day_selected event is apparently no

Re: GTK+ maintenance

2007-05-16 Thread Tristan Van Berkom
On Wed, 2007-05-16 at 10:10 +0200, Xavier Bestel wrote: > On Wed, 2007-05-16 at 09:06 +0100, Martyn Russell wrote: > > > So, right now, the Board is not considering the option of hiring people > > > to hack/do technical things. I'm not saying "we'll never do this", but > > > doing this has a lot of

Re: gtk: hide window when minimized

2007-05-16 Thread Hans Petter Jansson
On Tue, 2007-05-15 at 12:55 +0100, Emmanuele Bassi wrote: > On Tue, 2007-05-15 at 13:51 +0200, bronson wrote: > > could anyone tell me how can I hide window, when user minimizes it? > > I tried to handle signal 'window-state-event', but when in that method i > > hide window, > > strange things ha

Re: On the usefulness of g_ascii_dtostr

2007-05-16 Thread Behdad Esfahbod
On Tue, 2007-05-15 at 22:20 -0400, Tim Evans wrote: > g_ascii_dtostr converts a double to a string with enough precision that > if the string is converted back to a double the value will be the same. > This is, I imagine, and operation that is commonly needed, and often > done incorrectly when