<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>Sound Juicer &quot;Let's Go Back, Let's Go Way On Way Back When&quot; 2.14.0</title><guid isPermaLink="false">computers/sound-juicer/sj-2.14.0</guid><link>http://www.burtonini.com/blog/computers/sound-juicer/sj-2.14.0</link><description>Sound Juicer &quot;Let's Go Back, Let's Go Way On Way Back When&quot; 2.14.0 is out. Tarballs are available on burtonini.com ...</description><content:encoded><![CDATA[    <p>
      Sound Juicer "Let's Go Back, Let's Go Way On Way Back When" 2.14.0 is out.
      Tarballs are available <a
      href="http://www.burtonini.com/computing/sound-juicer-2.14.0.tar.gz">on
      <tt>burtonini.com</tt></a>, or from the <a
        href="ftp://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.14/">GNOME FTP
        servers</a>.  Bug fixes:
    </p>
    <ul>
      <li>Fix multiple album results again (John Thacker)</li>
      <li>Depend on new GStreamer, remove copied code</li>
      <li>Depend on new libnautilus-burn, fixing the drive selection</li>
      <li>Return an error if the pipeline cannot be linked</li>
      <li>Don't translate new strings</li>
      <li>Set the read speed on every extract</li>
      <li>Fix up cleanup logic after extracting</li>
    </ul>
    <p>
      Translators: Ankit Patel (gu), Clytie Siddall (vi), Daniel Nylander (sv), Duarte Loreto (pt),
Elian Myftiu (sq), Francesco Marletta (it), Francisco Javier F. Serrador (es), Funda Wang (zh_CN), Gabor Kelemen (hu), Gnome PL Team (pl), Hendrik Richter (de), Ignacio Casal Quinteiro (gl), Ilkka Tuohela (fi), Jérémy Le Floc'h (br), Jordi Mallach (ca), Kjartan Maraas (nb, no), Lasse Bang Mikkelsen (da), Leonid Kanter (ru), Maxim V. Dziumanenko (uk), Mugurel Tudor (ro), Petr Tomeš (cs), Priit Laes (et), Rajesh Ranjan (hi), Raphael Higino (pt_BR), Rhys Jones (cy), Rostislav "zbrox" Raykov (bg), Satoru SATOH (ja), Tino Meinen (nl), Žygimantas Beručka (lt).
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers/sound-juicer</category><dc:date>2006-03-12T21:14:39Z</dc:date></item><item><title>Slicing Tree Models</title><guid isPermaLink="false">computers/slice-2006-03-12-14-40</guid><link>http://www.burtonini.com/blog/computers/slice-2006-03-12-14-40</link><description>Sometimes there is a need to take a slice of a GtkTreeModel , for example if you have a tree ...</description><content:encoded><![CDATA[    <p>
      Sometimes there is a need to take a slice of a <tt>GtkTreeModel</tt>, for
      example if you have a tree of data and want to show a particular layer of
      it in a <tt>GtkIconView</tt>. <tt>GtkIconView</tt> widgets will only work
      on list models so there needs to be a way of taking a slice of a tree
      model and presenting it as a list model. I hereby present
      <tt>OwlTreeModelSlice</tt>.
    </p>
    <p>
      <img src="http://www.burtonini.com/computing/screenshots/slicer.png" alt="OwlTreeModelSlice in action"/>
    </p>
    <p>
      The tree view on the left is a <tt>GtkTreeStore</tt>.  The icon view on
      the right is displaying a <tt>OwlTreeModelSlice</tt>, that has been told
      to use the <cite>Applications</cite> node as the root.
    </p>
    <p>
      There are a few methods left to implement, and I need to get someone
      masterful in tree model fu to review the code, but hopefully I'll be
      releasing the source shortly.
    </p>
    <p>
      <small>NP: <cite>Motion</cite>, The Cinematic Orchestra</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2006-03-12T14:40:00Z</dc:date></item></channel></rss>