Re: gvfs status report

2007-02-19 Thread nf2
Alexander Larsson wrote: > The last month or so I've continued my work on a gnome-vfs replacement > called gvfs. Its still nowhere near finished, but its getting to a > state where it might be interesting for people to look at and give > some feedback. So, here is a writeup on the current design an

Re: VFS for legacy apps

2007-02-24 Thread nf2
Alexander Larsson wrote: > On Thu, 2007-02-22 at 12:38 +, Damon Chaplin wrote: > >> On Thu, 2007-02-22 at 03:10 -0600, Hans Petter Jansson wrote: >> >> >>> However, the first method you describe: >>> >>> ~/.mounts/type=smb-share;server=$server;share=$share/dir/file.txt >>> >>> sounds pe

Re: VFS integration with kernel mounts

2007-05-07 Thread nf2
Jerome Haltom wrote: >> So, UUID file identifiers look horrible, etc. I agree. But why are we >> then arguing for using them in gvfs? The same arguments apply there. >> > > Because we want to solve the issue of opening a link to an item on a > removable device, and be properly prompted to inse

Re: Filechooser and Bookmarks spec

2008-02-11 Thread nf2
Emmanuele Bassi wrote: > On Mon, 2008-02-11 at 17:01 +0100, nf2 wrote: > > >> I just wanted to ask about your plans regarding using a standardized >> format for file-management bookmarks. >> > > there is a patch already for the standard gtk+

Filechooser and Bookmarks spec

2008-02-11 Thread nf2
Hi GTK+ developers, I just wanted to ask about your plans regarding using a standardized format for file-management bookmarks. I think KDE is already using XBEL for this, and GLib also has an XBEL parser. Are there any other obstacles than agreeing on the location and name of such a shared bookma

GIRepository questions

2009-03-25 Thread nf2
Hi, Inspired by Richard Dales blog about "Creating QMetaObjects from GObject Introspection data" i started working on a code-generator which automatically generates Qt/C++ bindings using GIRepository. The basic idea is that bindings are generated "on demand" and compiled together with the cod

Re: GIRepository questions

2009-03-30 Thread nf2
Johan Dahlin wrote: Hey, On Wed, Mar 25, 2009 at 7:34 PM, nf2 wrote: Hi, Inspired by Richard Dales blog about "Creating QMetaObjects from GObject Introspection data" i started working on a code-generator which automatically generates Qt/C++ bindings using GIRepository. The bas

Re: Configuring GTK source code with Eclipse CDT

2009-09-27 Thread nf2
On Thu, Sep 17, 2009 at 10:41 AM, Praveen Innamuri wrote: > Hi All, I have been using GTK APIs close to an year and now, it grabs > my interest for contributing to GTK code. I would like to start off > working/playing with GTK code. In order to accomplish this, I would > like to set up GTK code in

Re: RFC: Adding zlib dependency to libgio

2009-11-08 Thread nf2
On Sun, Nov 8, 2009 at 10:54 AM, Alexander Larsson wrote: > I've been working on some API for gio (more details later) that involves > having an API for (de)compression. Having this as a public API makes > zlib a mandatory dependency for libgio (and thus the glib tarball). > > We already have a de

Re: RFC: Adding zlib dependency to libgio

2009-11-09 Thread nf2
On Mon, Nov 9, 2009 at 12:23 PM, Alexander Larsson wrote: > On Sun, 2009-11-08 at 21:24 +0100, nf2 wrote: >> On Sun, Nov 8, 2009 at 10:54 AM, Alexander Larsson wrote: >> > I've been working on some API for gio (more details later) that involves >> > having an API

Re: RFC: Adding zlib dependency to libgio

2009-11-09 Thread nf2
On Mon, Nov 9, 2009 at 4:05 PM, Thiago Macieira wrote: > > Besides, glib is only a dependency of Qt on the X11 platform. I can justify a > VFS API that requires D-Bus to work properly (with some effort, on some > platforms other IPC mechanisms would be preferable), but I cannot do it if it > requi

Re: RFC: Adding zlib dependency to libgio

2009-11-10 Thread nf2
On Tue, Nov 10, 2009 at 9:44 AM, Alexander Larsson wrote: > On Mon, 2009-11-09 at 23:03 -0500, Paul Davis wrote: >> On Mon, Nov 9, 2009 at 6:23 AM, Alexander Larsson wrote: >> >> > I know you're really interested in cross-desktop VFS support, and I >> > don't disagree with having something like t

Re: RFC: Adding zlib dependency to libgio

2009-11-10 Thread nf2
On Tue, Nov 10, 2009 at 1:41 PM, Matthias Clasen wrote: > On Tue, Nov 10, 2009 at 5:49 AM, nf2 wrote: >> On Tue, Nov 10, 2009 at 9:44 AM, Alexander Larsson wrote: >>> On Mon, 2009-11-09 at 23:03 -0500, Paul Davis wrote: >>>> On Mon, Nov 9, 2009 at 6:23 AM, Alexan

Re: GDBus in gio? [was Re: Minutes of the GTK+ Team Meeting - 2009-11-10]

2009-11-12 Thread nf2
On Thu, Nov 12, 2009 at 7:52 PM, Alexander Larsson wrote: > On Tue, 2009-11-10 at 18:22 -0600, Stef Walter wrote: >> Emmanuele Bassi wrote: >> > 1. bug 600141 (desrt) >> > - dbus-1 brings in pthread >> > - gio-2.0 doesn't >> > - dlopen()-ing a shared object linking to pthread from a library >> >  

Re: RFC: Adding zlib dependency to libgio

2009-11-14 Thread nf2
On Mon, Nov 9, 2009 at 4:05 PM, Thiago Macieira wrote: > > As for your argument on "living on the same apartment", I disagree a bit. I > think we're still at the "same building" stage, where we share our piping, > heating, electricity, we cooperate in the building council, but we haven't yet > mov

Re: GDBus in gio? [was Re: Minutes of the GTK+ Team Meeting - 2009-11-10]

2009-11-20 Thread nf2
On Tue, Nov 17, 2009 at 10:52 AM, Alexander Larsson wrote: > On Fri, 2009-11-13 at 16:37 +0200, Andrew W. Nosenko wrote: >> On Fri, Nov 13, 2009 at 15:31, Alexander Larsson wrote: >> > On Fri, 2009-11-13 at 01:31 +0200, Andrew W. Nosenko wrote: >> >> On Thu, Nov 12, 2009 at 20:52, Alexander Larss