<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,6 @@ To use:
 qmake &amp;&amp; make &amp;&amp; ./trippy
 
 Requires:
-*Tweaking .pro file to reflect library/include directories for your installation of dependencies.
 *Marble
 *exiv2
+*Tweaking .pro file to reflect library/include directories for your installation of dependencies.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -60,6 +60,7 @@ void Trippy::filesSelected(const QStringList &amp;selected)
   m_window-&gt;repaintMarbleWidget();
 }
 
+//Takes a Photo object and creates a QStandardItem, then places it into the model.
 void Trippy::addPhoto(Photo photo)
 {
   QStandardItem *newItem = new QStandardItem(QIcon(photo.getThumbnail()), photo.getTimestamp().toString());
@@ -75,7 +76,7 @@ void Trippy::sortPhotos()
 {
   QList&lt;QStandardItem *&gt; photos;
 
-  //Lets move the items from the model to a list...
+  //Move the items from the model to a list...
   while (m_photos.rowCount() &gt; 0)
   {
     photos.append(m_photos.takeRow(0).first());
@@ -102,7 +103,8 @@ void Trippy::sortPhotos()
   {
     QStandardItem *temp = photos.at(n);
     int j = n - 1;
-    while ((j &gt;= 0) &amp;&amp; (photos.at(j)-&gt;data(TimestampRole).toDateTime() &gt; temp-&gt;data(TimestampRole).toDateTime()))
+    while ((j &gt;= 0) &amp;&amp; 
+          (photos.at(j)-&gt;data(TimestampRole).toDateTime() &gt; temp-&gt;data(TimestampRole).toDateTime()))
     {
       photos[j + 1] = photos.at(j);
       j = j-1;</diff>
      <filename>trippy.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4e2bafa10df43b18d47ae2eeac62e13d79e20667</id>
    </parent>
  </parents>
  <author>
    <name>Jesper Thomsch&#252;tz</name>
    <email>jesperht@yahoo.com</email>
  </author>
  <url>http://github.com/jesper/trippy/commit/661af403ceab8319dfe861b69f2e3342f9650a14</url>
  <id>661af403ceab8319dfe861b69f2e3342f9650a14</id>
  <committed-date>2008-09-16T13:11:55-07:00</committed-date>
  <authored-date>2008-09-16T13:11:55-07:00</authored-date>
  <message>Small clarifications</message>
  <tree>10b6cc9426889a33f69c98b35396838621160667</tree>
  <committer>
    <name>Jesper Thomsch&#252;tz</name>
    <email>jesperht@yahoo.com</email>
  </committer>
</commit>
