<?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+web@burtonini.com"/><item><title>Tasks 0.2</title><guid isPermaLink="false">computers/tasks-2007-02-28-18-20</guid><link>http://www.burtonini.com/blog/computers/tasks-2007-02-28-18-20</link><description>Tasks 0.2 is ready to roll. Tasks is a simple To Do manager, using GTK+ and libecal (part of Evolution ...</description><content:encoded><![CDATA[    <p>
      <a href="http://projects.o-hand.com/tasks">Tasks 0.2</a> is ready to roll.
      Tasks is a simple To Do manager, using GTK+ and libecal (part of Evolution
      Data Server).  No great new features over 0.1, but several bug fixes.  Now
      that I've been putting off categories by fixing up code, I'll have to
      them.
    </p>
    <p>
      <img src="http://burtonini.com/computing/screenshots/tasks-0.2.png" alt="Tasks"/>
    </p>
    <ul>
      <li>Sort tasks based on the locale</li>
      <li>Persist window size</li>
      <li>Allow GTK+ themes to change the task colours</li>
      <li>Move the cursor to new tasks</li>
      <li>Remove the None priority from the interface</li>
      <li>Add a frame around the date popup (thanks Luca)</li>
      <li>Don't close the date popup when the month is changed (thanks Kris)</li>
      <li>Pop down the combo when the button is pressed (thanks Kris)</li>
      <li>Add a faded label to the entry explaining what it is for</li>
      <li>Fix memory leaks</li>
    </ul>
    <p>
      For 0.3 I invite a dedicated member of gnome-i18n to be the first person
      to send a patch to i18n the source and provide a translation.  Fame and
      glory can be yours!
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2007-02-28T18:20:00Z</dc:date></item><item><title>Help Interweb!</title><guid isPermaLink="false">computers/input-2007-02-28-11-50</guid><link>http://www.burtonini.com/blog/computers/input-2007-02-28-11-50</link><description>I've upgraded my Ubuntu laptop to Feisty, and now when I press Control-Left or Control-Right instead of moving to the ...</description><content:encoded><![CDATA[    <p>
      I've upgraded my Ubuntu laptop to Feisty, and now when I press
      Control-Left or Control-Right instead of moving to the next/previous word
      (as it did in Edgy and as far as I recall Sarge too) I just get
      <tt>;5D</tt> and <tt>;5C</tt>.  Does anyone know how to fix that?
    </p>

    <p>
      <small>NP: <cite>Storn</cite>, Heather Nova</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2007-02-28T11:50:00Z</dc:date></item><item><title>Why I Love DVCS</title><guid isPermaLink="false">computers/tasks-2007-02-28-10-30</guid><link>http://www.burtonini.com/blog/computers/tasks-2007-02-28-10-30</link><description>Over the last four days I've had patchy Internet connectivity but I've been hacking on Tasks a bit in the ...</description><content:encoded><![CDATA[    <p>
      Over the last four days I've had patchy Internet connectivity but I've
      been hacking on Tasks a bit in the evening and on flights.  The result:
    </p>
    <pre>$ svn diff | diffstat
 README                        |   33 +++++++++++++++++++++++++++
 src/Makefile.am               |    1 
 src/koto-group-filter-model.c |    4 +++
 src/koto-task-editor-dialog.c |   40 +++++++++++++++++---------------
 src/koto-task-editor-dialog.h |    5 +---
 src/koto-task-editor.c        |   47 +++++++++++++++++++++++---------------
 src/koto-task-store.c         |   37 ++++++++++++++++++++++++------
 src/koto-task-store.h         |    3 ++
 src/koto-task-view.c          |   45 ++++++++++++++++++++++++++++++++-----
 src/koto-task.c               |   51 ++++++++++++++++++++++++++++++++++++++++++
 src/koto-task.h               |   26 +++++++++++++++++++++
 src/test.c                    |   48 ++++++++++++++++++++++++++++++++++-----
 12 files changed, 281 insertions(+), 59 deletions(-)</pre>
    <p>
      Now I wish I had the foresight to clone the Tasks repository into a Bazaar
      branch so that I could commit as I went, and then merge it all back when I
      got home.  But no, I have several bug fixes and new features in this
      mega-diff, and I'm too anal to commit it in a single go.  Expect a Tasks
      0.2 soon!
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2007-02-28T10:30:00Z</dc:date></item></channel></rss>