[ann] gsettings support in waf

2010-09-22 Thread Sam Thursfield
Hi everyone! I wrote a patch to add gsettings support to waf, which has just been merged into SVN. Here is how it is used: http://code.google.com/p/waf/source/browse/trunk/demos/glib2/wscript Presumably it will be released in waf 1.6.0, whenever that is released, or you can easily use waf SVN

GtkTreeView and lazy population

2008-09-16 Thread Sam Thursfield
Hi, I have developed a tree model which takes a long time to find all its root nodes. Short batches of 50-100 execute in negligible time, but it will be operate in cases with upwards of 100k root nodes. It seems as though the first thing GtkTreeView does on receiving the model is to iterate