Re: Why collaps row in tree_view since gtk 2.14.0

2009-06-26 Thread Bernd Demian
Am Dienstag, den 16.06.2009, 10:23 +0200 schrieb Kristian Rietveld: On Wed, Jun 10, 2009 at 10:29 AM, Bernd Demianbernd.dem...@csc-dd.de wrote: hi, I have a question to select/unselect in gtk_tree_view since gtk+-2.14.0. In version 2.12 I select a child in tree_view with mouse button 1 and

Re: How to set a window filled the whole screen when we start the window?

2009-06-26 Thread Stefan Kost
Michael Torrie schrieb: donglongchao wrote: Thank you very much.That is just what I need. I am not very familiar with the API manual. I always program with a web browser open showing the API docs. Although they often lack documentation and examples (they are generated from the source

GLib 2.20.4 released

2009-06-26 Thread Matthias Clasen
GLib 2.20.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.20/ http://download.gnome.org/sources/glib/2.20/ md5 sums: 346916673c0eab72191cf44b4afe535f glib-2.20.4.tar.bz2 a99e34b99c47a6d61788a6635158bbb5 glib-2.20.4.tar.gz sha1 sums:

Re: A tale of waiting

2009-06-26 Thread Jernej Simončič
On Thu, 25 Jun 2009 12:12:05 +0200, Kristian Rietveld wrote: As a side comment, I am not really sure how fair it is to compare a full blown GUI to a command line utility with its output redirected to /dev/null. I do agree that a load time of 4 to 6 seconds is too long. I don't know about

Re: A tale of waiting

2009-06-26 Thread Mathieu Lacage
On Fri, 2009-06-26 at 09:31 +0100, Bastien Nocera wrote: On Fri, 2009-06-26 at 10:25 +0200, Jernej Simončič wrote: On Thu, 25 Jun 2009 12:12:05 +0200, Kristian Rietveld wrote: As a side comment, I am not really sure how fair it is to compare a full blown GUI to a command line utility

Re: A tale of waiting

2009-06-26 Thread Bastien Nocera
On Fri, 2009-06-26 at 10:54 +0200, Mathieu Lacage wrote: On Fri, 2009-06-26 at 09:31 +0100, Bastien Nocera wrote: On Fri, 2009-06-26 at 10:25 +0200, Jernej Simončič wrote: On Thu, 25 Jun 2009 12:12:05 +0200, Kristian Rietveld wrote: As a side comment, I am not really sure how fair it

Re: A tale of waiting

2009-06-26 Thread Dirk-Jan Binnema
2009/6/26 Bastien Nocera had...@hadess.net On Fri, 2009-06-26 at 10:25 +0200, Jernej Simončič wrote: On Thu, 25 Jun 2009 12:12:05 +0200, Kristian Rietveld wrote: I don't know about Linux, but on Windows the native chooser displays large directories almost instantly, while the GTK+ one

Re: A tale of waiting

2009-06-26 Thread Mathieu Lacage
On Fri, 2009-06-26 at 12:09 +0300, Dirk-Jan Binnema wrote: For a little fs-specific trick on Linux: If you actually have to *open* the files (e.g, for sniffing), you can make things quite a bit faster by sorting the files in order of inode first, if you are on ext3 (and ext4 I suppose, as

Re: A tale of waiting

2009-06-26 Thread Alexander Larsson
On Fri, 2009-06-26 at 12:09 +0300, Dirk-Jan Binnema wrote: 2009/6/26 Bastien Nocera had...@hadess.net On Fri, 2009-06-26 at 10:25 +0200, Jernej Simončič wrote: On Thu, 25 Jun 2009 12:12:05 +0200, Kristian Rietveld wrote: I don't know about

Re: A tale of waiting

2009-06-26 Thread Jernej Simončič
On Fri, 26 Jun 2009 09:31:20 +0100, Bastien Nocera wrote: Except that the Windows explorer actually has knowledge of the filesystem itself. Does this apply to directories shared from Linux through Samba (because that's where I was testing)? -- Jernej Simončič http://eternallybored.org/

DnD target outline clipping issues

2009-06-26 Thread Alexander Larsson
I just debugged this client-side-window failure: http://tbzatek.fedorapeople.org/csw/Screenshot-Evolution-drag.png Basically, with client side windows you get (got) the DnD outline when dragging a dnd over the treeview. The weird thing about this bug is that you don't really expect it to *not*

Re: DnD target outline clipping issues

2009-06-26 Thread Alexander Larsson
On Fri, 2009-06-26 at 14:34 +0200, Alexander Larsson wrote: I just debugged this client-side-window failure: http://tbzatek.fedorapeople.org/csw/Screenshot-Evolution-drag.png Basically, with client side windows you get (got) the DnD outline when dragging a dnd over the treeview. The weird

Re: GLib substr function

2009-06-26 Thread Daniel Elstner
Am Freitag, den 10.04.2009, 14:08 +0200 schrieb Christian Dywan: For the sake of demonstration, it took me 2 minutes to write a simple substring function in C that does what you want, have a look how it works. :) It doesn't. Your function allocates memory using a byte count but then uses the

Re: Gtk offscreen rendering

2009-06-26 Thread ecyrbe
Thank you. what i can do is take a look closer to the code before going any further. i'll try to understand what is needed for win32 to work properly and come back to see if i'm right. next i'll try to work on implementing this if you are ok. 2009/6/26 Alexander Larsson al...@redhat.com On Wed,

Re: GLib substr function

2009-06-26 Thread Christian Dywan
Am Fri, 26 Jun 2009 18:52:10 +0200 schrieb Daniel Elstner daniel.ki...@googlemail.com: Am Freitag, den 10.04.2009, 14:08 +0200 schrieb Christian Dywan: For the sake of demonstration, it took me 2 minutes to write a simple substring function in C that does what you want, have a look how

Re: how to compile GTK+ from source code in windows

2009-06-26 Thread Cody Russell
On Thu, 2009-06-25 at 08:45 +0600, Aditi Barua wrote: for last few days i am trying to compile GTK+ source code from Windows. i have trying run GTK+ from my MinGW and msys tools. I issued command ./configure , make and make install, but it shows dependency error. When I glib from source code

Re: A tale of waiting

2009-06-26 Thread Benjamin Otte
I'm done now. And I've filed http://bugzilla.gnome.org/show_bug.cgi?id=587091 as merge request. And to keep you up to date: What is left to do?  *  * reimplement directory monitoring. I did never get around adding that code. This was implemented.  * Fix the usage of a filter on the mime

GLib 2.20.4 released

2009-06-26 Thread Matthias Clasen
GLib 2.20.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.20/ http://download.gnome.org/sources/glib/2.20/ md5 sums: 346916673c0eab72191cf44b4afe535f glib-2.20.4.tar.bz2 a99e34b99c47a6d61788a6635158bbb5 glib-2.20.4.tar.gz sha1 sums: