Re: tree model

2009-05-17 Thread Jamie McCracken
I would hope iterators and models will be part of glib 3.0 to avoid 3rd party duplication as well as all other Libgee functionality this would also make it more vala friendly jamie On Mon, 2009-05-11 at 19:16 +0200, Szilárd Pfeiffer wrote: What do you want to do with that? What about GNode?

Re: The GTK+ file chooser

2009-05-17 Thread Sven Neumann
Hi, On Sat, 2009-05-16 at 20:36 -0400, Morten Welinder wrote: IMO this is now pretty much of a non-issue, since the current GTK file selection dialog is sufficiently like Windows (but nicer!). I'm not sure what planet you're living on. The current gtk+ file chooser absolutely stinks! It

Re: Native file chooser dialog on Windows

2009-05-17 Thread Sven Neumann
Hi, On Fri, 2009-05-15 at 22:28 +0200, Jernej Simončič wrote: For the values of nicer that match much slower, worse autocomplete behaviour than the native dialog, less useful Places list and confusing gradual display of network locations (the first time I tried opening something from my

Re: The GTK+ file chooser

2009-05-17 Thread Morten Welinder
What you are showing there are applications using the file-chooser incorrectly. In particular they don't set the window size large enough (or they forget to remember the user-chosen size). Add a preview: no space left for files. Add a filter: no space left for files. Add file format selector:

Re: Native file chooser dialog on Windows

2009-05-17 Thread Morten Welinder
and confusing gradual display of network locations (the first time I tried opening something from my fileserver I thought some of my directories went missing I think this could actually be improved fairly easily for all platforms if something (the chooser or backend, not sure) was more careful

Re: The GTK+ file chooser

2009-05-17 Thread Sven Neumann
Hi, On Sun, 2009-05-17 at 11:52 -0400, Morten Welinder wrote: What you are showing there are applications using the file-chooser incorrectly. In particular they don't set the window size large enough (or they forget to remember the user-chosen size). Add a preview: no space left for

Re: 3.0-related deprecations

2009-05-17 Thread Stefan Kost
Cody Russell schrieb: Hi all, gtk+ currently does not build with GSEAL enabled, and I want to remedy this so we can make progress on 3.0. I'm planning to post a large series of patches unless someone has a suggestion for how better to do proceed with this. Right now I was thinking to

Re: Native file chooser dialog on Windows

2009-05-17 Thread Jernej Simončič
On Sun, 17 May 2009 12:04:47 -0400, Morten Welinder wrote: From the name of entries, it should be possible to come up with a fairly good guess of what to stat first. We want directories before files and things alphabetically within those groups, except that dot files should be last if

Re: The GTK+ file chooser

2009-05-17 Thread Jernej Simončič
On Sun, 17 May 2009 19:32:44 +0200, Sven Neumann wrote: For my typical use of the file-chooser, Places is very important. I use it all the time. But surely there are a few pixels there that could be saved. Not sure if it would be a good idea to allow the user to collapse it. Places is pretty

GLib and Symbian?

2009-05-17 Thread Wim Vander Schelden
Hi, A few months back someone reported on this list hat he had ported GLib to Symbian. Has this port been merged, or is there somewhere I can get the branch of the Symbian version? Kind regards, Wim -- Wim Vander Schelden http://fixnum.org ___

Re: GLib and Symbian?

2009-05-17 Thread Cody Russell
On Mon, 2009-05-18 at 01:07 +0200, Wim Vander Schelden wrote: A few months back someone reported on this list hat he had ported GLib to Symbian. Has this port been merged, or is there somewhere I can get the branch of the Symbian version? It has not been merged in. The problem was that static

Re: The GTK+ file chooser

2009-05-17 Thread Allin Cottrell
On Sat, 16 May 2009, Morten Welinder wrote: IMO this is now pretty much of a non-issue, since the current GTK file selection dialog is sufficiently like Windows (but nicer!). I'm not sure what planet you're living on. The current gtk+ file chooser absolutely stinks! It fails miserably