GtkIconView and item-activate signal

2007-10-06 Thread nf2
i'm using GtkIconView in single selection mode, and the "item-activate" signal isn't always fired on mouse double clicks. especially when i move the selection around with single clicks and than double click on another item, nothing happens (it just moves the selection, but doesn't fire "item-act

Re: libxdg-vfs and Gtk-Filechooser

2006-06-23 Thread nf2
Hi, Sean Middleditch wrote: > Making the GTK file chooser use libxdg is pretty shady. Letting an > application select a file on an FTP share is pointless if the application > itself cannot actually access the file returned by the file chooser. At > best you'd have to have the chooser download/co

libxdg-vfs and Gtk-Filechooser

2006-06-18 Thread nf2
Hi, The experimental "libxdg-vfs" provides a generic interface to VFS libraries. It tries to autodetect the current desktop and then connects to Gnome-VFS or KIO by launching the backend executables xdg_vfs_gnome or xdg_vfs_kde. http://www.scheinwelt.at/~norbertf/dadapt/files/xdg_utils/doc/lib

FYI: Qt->glib main event loop patch (common main loop)

2005-11-07 Thread nf2
Hi! I have rewritten my Qt->glib main event loop patch completely. It adds an optional "-glibmainloop" switch to the ./configure script of Qt, which integrates a modified QEventloop as a GSource into glib main loop. http://www.scheinwelt.at/~norbertf/common_main_loop/ I have tested lots of KDE