Re: Thumbnailing service project; opinions, suggestions?

2009-10-20 Thread Philip Van Hoof
make minor changes to this spec in the following days. Among them might be the optional Cancel() method and a parameter to the Create() method called scheduler (which you can also ignore, for now). -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof

Re: Thumbnailing service project; opinions, suggestions?

2009-10-20 Thread Philip Van Hoof
On Tue, 2009-10-20 at 13:08 +0200, Philip Van Hoof wrote: - You'll have to work with a queue handling the thumbnailing, as Create isn't allowed to block, which means that GThreadQueue could for example be used (which means that your work will involve dealing with threads). Sorry that's

Re: Thumbnailing service project; opinions, suggestions?

2009-10-20 Thread Philip Van Hoof
On Tue, 2009-10-20 at 14:33 +0200, Mark wrote: On Tue, Oct 20, 2009 at 1:08 PM, Philip Van Hoof s...@pvanhoof.be wrote: On Mon, 2009-10-19 at 21:35 +0200, Mark wrote: For Jannis and Philip, Nice tumbler talk but could you two make suggestions for my project? ^_^ As I already wrote

Re: Thumbnailing service project; opinions, suggestions?

2009-10-20 Thread Philip Van Hoof
like to steer in the optimizing direction... -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ gtk-devel-list mailing list gtk-devel-list

Re: Thumbnailing service project; opinions, suggestions?

2009-10-19 Thread Philip Van Hoof
. We'll ship with a specialized video thumbnailer that uses GStreamer o. etc -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ gtk-devel-list

Status on the TLS support in gio

2009-10-18 Thread Philip Van Hoof
GIO API https://bugzilla.gnome.org/show_bug.cgi?id=598852 ps. Ryan told me Dan is working on this, adding Ryan and Dan in CC. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be

Re: Status on the TLS support in gio

2009-10-18 Thread Philip Van Hoof
On Sun, 2009-10-18 at 21:50 +0200, Javier Jardón wrote: 2009/10/18 Philip Van Hoof s...@pvanhoof.be: With GIO now supporting things like GSocket and GSocketConnection, what are the plans for TLS support? It's in the plans for Glib 2.24 [1] ( TLS (SSL) support for GSocket ). Take a look

Re: gobject-performance

2009-09-30 Thread Philip Van Hoof
of gobject. Opinions? Thanks a lot for trying to get things moving here, Alex. Appreciated. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be

Re: Speeding up thumbnail generation (like multi threaded). Thoughts please.

2009-09-30 Thread Philip Van Hoof
platform, by the way. Scaling truly large JPEG images goes magically fast with it. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ gtk-devel

Re: Speeding up thumbnail generation (like multi threaded). Thoughts please.

2009-09-30 Thread Philip Van Hoof
On Wed, 2009-09-30 at 16:05 +0200, Mark wrote: On Wed, Sep 30, 2009 at 3:27 PM, Philip Van Hoof s...@pvanhoof.be wrote: sounds interesting. A few questions for that lib: - Where can it be downloaded (i only found the documentation of it) The websites Alexander pointed to in his reply have

Re: tree model

2009-06-08 Thread Philip Van Hoof
Here's a GLib with a collection API http://git.codethink.co.uk/?p=glib;a=shortlog;h=collections On Mon, 2009-05-11 at 13:27 -0400, Jamie McCracken wrote: 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

Re: Review of gnio, round 1

2009-04-29 Thread Philip Van Hoof
in such a way that this becomes possible (delegation and composition over inheritance). In my opinion, especially in the GNOME platform, should the majority of classes have been slit out into many smaller ones. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome

Re: GLib plans for the next cycle

2009-02-11 Thread Philip Van Hoof
(at a codecamp) -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org

Re: Call for talks - GNOME Devroom at FOSDEM 2009

2009-01-07 Thread Philip Van Hoof
://mail.gnome.org/mailman/listinfo/gtk-devel-list -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ gtk-devel-list mailing list gtk-devel-list

FWD: Specifying thumbnailers as a service

2008-08-29 Thread Philip Van Hoof
I started a discussion on a specification for thumbnailers here: http://lists.freedesktop.org/archives/xdg/2008-August/009834.html -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be

Re: Translucent Scrollbars

2008-08-22 Thread Philip Van Hoof
. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

Proposal for a collection API in glib

2008-07-17 Thread Philip Van Hoof
not the point. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org

Re: Proposal for a collection API in glib

2008-07-17 Thread Philip Van Hoof
. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo

Re: 'reloading' gtktreeview when model changes drastically

2007-08-05 Thread Philip Van Hoof
-ignorant issues, they have nothing to do with transactions, but are just as valid concerns of course. On 8/5/07, Paul Davis [EMAIL PROTECTED] wrote: On Sun, 2007-08-05 at 00:25 +0200, Philip Van Hoof wrote: On Sat, 2007-08-04 at 16:51 -0400, Paul Davis wrote: On Sat

Re: 'reloading' gtktreeview when model changes drastically

2007-08-04 Thread Philip Van Hoof
the full changeset in one pass. (Possibly this could also add/remove ranges of nodes, etc). Thanks for your hard work on GtkTreeView and Model! Make it rock! -- Philip Van Hoof, software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://www.pvanhoof.be/blog

Re: 'reloading' gtktreeview when model changes drastically

2007-08-04 Thread Philip Van Hoof
On Sat, 2007-08-04 at 16:51 -0400, Paul Davis wrote: On Sat, 2007-08-04 at 17:00 +0200, Philip Van Hoof wrote: The model itself is the source. The view is just a viewer for it. The source itself doesn't change. The content of the source changes. The view, being an observer of the model

Re: Plans for gnome-vfs replacement

2006-09-24 Thread Philip Van Hoof
machine of the environment), but I know there's plans to ease creating language bindings for situations like these. For example by creating an abstract class where the developer has to implement the methods. -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome

Re: Plans for gnome-vfs replacement

2006-09-24 Thread Philip Van Hoof
On Sun, 2006-09-24 at 14:33 +0200, Philip Van Hoof wrote: Here is my current GInputStream: struct _GInputStreamClass { GObjectClass parent_class; Using GTypeInterfaceClass here would make it much more easy to let library and application developers implement the GInputStream

Re: Storing GObject in GtkListStore

2006-08-02 Thread Philip Van Hoof
(); gtk_tree_store_set_column_types (store, TNY_ACCOUNT_TREE_MODEL_N_COLUMNS, types); return; } -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be

Re: Opening a GtkWindow from a Thread

2006-08-02 Thread Philip Van Hoof
think.) Do all your GTK+ calls from the main thread. Use g_idle_add() to schedule GUI that happens in the main thread from other threads. Does this mean that gdk_threads_enter and _leave doesn't work on Windows? Auwch ... -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof

Re: Trouble adding a lot of rows

2006-08-02 Thread Philip Van Hoof
/trunk/ -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be ___ gtk-app-devel-list mailing list gtk-app-devel-list

Re: A GIterator type, but not as a simple type - as a GTypeInterface (GIterIface)

2006-02-08 Thread Philip Van Hoof
tomorrow? s/gtk/xul/g ? -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be ___ gtk-devel-list mailing list gtk

A GIterator type, but not as a simple type - as a GTypeInterface (GIterIface)

2006-02-07 Thread Philip Van Hoof
on top of GObject. For example with a name like GListModelIface and GTreeModelIface. -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be

Re: A better way to use GtkTreeView: Proxy classes and lazy instantiation

2006-01-12 Thread Philip Van Hoof
And a full example: https://svn.cronos.be/svn/custom-treemodel-demo/trunk/ -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be

Re: GNOME Clipboard Manager status.

2005-08-19 Thread Philip Van Hoof
Hey Jonay, I forwarded your question to some of the gtk/gnome application development mailing lists. On Fri, 2005-08-19 at 10:35 +0200, Jonay Gomez wrote: Philip Van Hoof [EMAIL PROTECTED] wrote: On Fri, 2005-08-19 at 06:17 +0200, Jonay Gomez wrote: What are we the users to expect from