<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>DoveEngine.h</filename>
    </added>
    <added>
      <filename>DoveEngine.m</filename>
    </added>
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>build/Dove.build/Debug/dove.build/Objects-normal/i386/DoveEngine.o</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -10,15 +10,15 @@
 		77D9D1870FE2E19600FBE1A7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77D9D1430FE2DF7000FBE1A7 /* Foundation.framework */; };
 		77D9D1880FE2E19B00FBE1A7 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77D9D1440FE2DF7E00FBE1A7 /* CoreData.framework */; };
 		77D9D18C0FE2E27200FBE1A7 /* dove_cli.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D9D13C0FE2DEF600FBE1A7 /* dove_cli.m */; };
-		77D9D18D0FE2E27600FBE1A7 /* DVModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */; };
+		77D9D18D0FE2E27600FBE1A7 /* DoveEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */; };
 		77D9D18E0FE2E27900FBE1A7 /* Task.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D9D1410FE2DEF600FBE1A7 /* Task.m */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXFileReference section */
 		77D9D13C0FE2DEF600FBE1A7 /* dove_cli.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = dove_cli.m; sourceTree = &quot;&lt;group&gt;&quot;; };
 		77D9D13D0FE2DEF600FBE1A7 /* dove_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dove_Prefix.pch; sourceTree = &quot;&lt;group&gt;&quot;; };
-		77D9D13E0FE2DEF600FBE1A7 /* DVModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVModel.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-		77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DVModel.m; sourceTree = &quot;&lt;group&gt;&quot;; };
+		77D9D13E0FE2DEF600FBE1A7 /* DoveEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DoveEngine.h; sourceTree = &quot;&lt;group&gt;&quot;; };
+		77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DoveEngine.m; sourceTree = &quot;&lt;group&gt;&quot;; };
 		77D9D1400FE2DEF600FBE1A7 /* Task.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Task.h; sourceTree = &quot;&lt;group&gt;&quot;; };
 		77D9D1410FE2DEF600FBE1A7 /* Task.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Task.m; sourceTree = &quot;&lt;group&gt;&quot;; };
 		77D9D1430FE2DF7000FBE1A7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
@@ -53,8 +53,8 @@
 			children = (
 				77D9D13C0FE2DEF600FBE1A7 /* dove_cli.m */,
 				77D9D13D0FE2DEF600FBE1A7 /* dove_Prefix.pch */,
-				77D9D13E0FE2DEF600FBE1A7 /* DVModel.h */,
-				77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */,
+				77D9D13E0FE2DEF600FBE1A7 /* DoveEngine.h */,
+				77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */,
 				77D9D1400FE2DEF600FBE1A7 /* Task.h */,
 				77D9D1410FE2DEF600FBE1A7 /* Task.m */,
 			);
@@ -121,7 +121,7 @@
 			buildActionMask = 2147483647;
 			files = (
 				77D9D18E0FE2E27900FBE1A7 /* Task.m in Sources */,
-				77D9D18D0FE2E27600FBE1A7 /* DVModel.m in Sources */,
+				77D9D18D0FE2E27600FBE1A7 /* DoveEngine.m in Sources */,
 				77D9D18C0FE2E27200FBE1A7 /* dove_cli.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;</diff>
      <filename>Dove.xcodeproj/project.pbxproj</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@
 	};
 	7764C42C0FEC5BC00022DDA6 /* PBXTextBookmark */ = {
 		isa = PBXTextBookmark;
-		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */;
+		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */;
 		name = &quot;DVModel.m: 1&quot;;
 		rLen = 0;
 		rLoc = 0;
@@ -32,10 +32,10 @@
 	};
 	7764C42E0FEC5BC00022DDA6 /* PBXTextBookmark */ = {
 		isa = PBXTextBookmark;
-		fRef = 77D9D13E0FE2DEF600FBE1A7 /* DVModel.h */;
+		fRef = 77D9D13E0FE2DEF600FBE1A7 /* DoveEngine.h */;
 		name = &quot;DVModel.h: 13&quot;;
 		rLen = 0;
-		rLoc = 393;
+		rLoc = 399;
 		rType = 0;
 		vrLen = 212;
 		vrLoc = 0;
@@ -62,10 +62,10 @@
 	};
 	7764C5320FEC8EC60022DDA6 /* PBXTextBookmark */ = {
 		isa = PBXTextBookmark;
-		fRef = 77D9D13E0FE2DEF600FBE1A7 /* DVModel.h */;
+		fRef = 77D9D13E0FE2DEF600FBE1A7 /* DoveEngine.h */;
 		name = &quot;DVModel.h: 12&quot;;
 		rLen = 0;
-		rLoc = 193;
+		rLoc = 196;
 		rType = 0;
 		vrLen = 640;
 		vrLoc = 0;
@@ -75,17 +75,17 @@
 		fRef = 77D9D13C0FE2DEF600FBE1A7 /* dove_cli.m */;
 		name = &quot;dove_cli.m: 43&quot;;
 		rLen = 0;
-		rLoc = 1380;
+		rLoc = 1389;
 		rType = 0;
 		vrLen = 1246;
 		vrLoc = 922;
 	};
 	7764C5340FEC8EC60022DDA6 /* PBXTextBookmark */ = {
 		isa = PBXTextBookmark;
-		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */;
+		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */;
 		name = &quot;DVModel.m: 53&quot;;
 		rLen = 1453;
-		rLoc = 1370;
+		rLoc = 1379;
 		rType = 0;
 		vrLen = 1319;
 		vrLoc = 1198;
@@ -122,30 +122,30 @@
 	};
 	77B2D6750FED8B9B00AAF8BF /* PBXTextBookmark */ = {
 		isa = PBXTextBookmark;
-		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */;
+		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */;
 		name = &quot;DVModel.m: 53&quot;;
 		rLen = 1453;
-		rLoc = 1370;
+		rLoc = 1379;
 		rType = 0;
 		vrLen = 1319;
 		vrLoc = 1198;
 	};
 	77B2D6760FED8B9B00AAF8BF /* PBXTextBookmark */ = {
 		isa = PBXTextBookmark;
-		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */;
+		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */;
 		name = &quot;DVModel.m: 87&quot;;
 		rLen = 0;
-		rLoc = 2704;
+		rLoc = 2713;
 		rType = 0;
 		vrLen = 1485;
 		vrLoc = 2310;
 	};
 	77B2D67B0FED8BD600AAF8BF /* PBXTextBookmark */ = {
 		isa = PBXTextBookmark;
-		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */;
+		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */;
 		name = &quot;DVModel.m: 92&quot;;
 		rLen = 0;
-		rLoc = 2903;
+		rLoc = 2912;
 		rType = 0;
 		vrLen = 1235;
 		vrLoc = 2519;
@@ -162,10 +162,10 @@
 	};
 	77B2D67D0FED8BD600AAF8BF /* PBXTextBookmark */ = {
 		isa = PBXTextBookmark;
-		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */;
+		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */;
 		name = &quot;DVModel.m: 90&quot;;
 		rLen = 0;
-		rLoc = 2810;
+		rLoc = 2819;
 		rType = 0;
 		vrLen = 1259;
 		vrLoc = 2519;
@@ -182,10 +182,10 @@
 	};
 	77B2D67F0FED8BD600AAF8BF /* PBXTextBookmark */ = {
 		isa = PBXTextBookmark;
-		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */;
+		fRef = 77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */;
 		name = &quot;DVModel.m: 92&quot;;
 		rLen = 0;
-		rLoc = 2903;
+		rLoc = 2912;
 		rType = 0;
 		vrLen = 1235;
 		vrLoc = 2519;
@@ -347,9 +347,9 @@
 	};
 	77D9D13C0FE2DEF600FBE1A7 /* dove_cli.m */ = {
 		uiCtxt = {
-			sepNavIntBoundsRect = &quot;{{0, 0}, {638, 1036}}&quot;;
+			sepNavIntBoundsRect = &quot;{{0, 0}, {638, 1064}}&quot;;
 			sepNavSelRange = &quot;{1380, 0}&quot;;
-			sepNavVisRange = &quot;{922, 1246}&quot;;
+			sepNavVisRange = &quot;{0, 1196}&quot;;
 			sepNavWindowFrame = &quot;{{473, 77}, {598, 617}}&quot;;
 		};
 	};
@@ -360,24 +360,24 @@
 			sepNavVisRange = &quot;{0, 150}&quot;;
 		};
 	};
-	77D9D13E0FE2DEF600FBE1A7 /* DVModel.h */ = {
+	77D9D13E0FE2DEF600FBE1A7 /* DoveEngine.h */ = {
 		uiCtxt = {
-			sepNavIntBoundsRect = &quot;{{0, 0}, {638, 494}}&quot;;
-			sepNavSelRange = &quot;{193, 0}&quot;;
-			sepNavVisRange = &quot;{0, 640}&quot;;
+			sepNavIntBoundsRect = &quot;{{0, 0}, {638, 493}}&quot;;
+			sepNavSelRange = &quot;{17, 0}&quot;;
+			sepNavVisRange = &quot;{0, 646}&quot;;
 		};
 	};
-	77D9D13F0FE2DEF600FBE1A7 /* DVModel.m */ = {
+	77D9D13F0FE2DEF600FBE1A7 /* DoveEngine.m */ = {
 		uiCtxt = {
 			sepNavIntBoundsRect = &quot;{{0, 0}, {638, 1750}}&quot;;
-			sepNavSelRange = &quot;{2903, 0}&quot;;
-			sepNavVisRange = &quot;{2519, 1235}&quot;;
+			sepNavSelRange = &quot;{17, 0}&quot;;
+			sepNavVisRange = &quot;{0, 1087}&quot;;
 		};
 	};
 	77D9D1400FE2DEF600FBE1A7 /* Task.h */ = {
 		uiCtxt = {
 			sepNavIntBoundsRect = &quot;{{0, 0}, {638, 493}}&quot;;
-			sepNavSelRange = &quot;{297, 0}&quot;;
+			sepNavSelRange = &quot;{159, 0}&quot;;
 			sepNavVisRange = &quot;{0, 315}&quot;;
 			sepNavWindowFrame = &quot;{{112, 135}, {598, 617}}&quot;;
 		};</diff>
      <filename>Dove.xcodeproj/zuwiki.pbxuser</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Debug/dove</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 /Users/zuwiki/Projects/dove/build/Dove.build/Debug/dove.build/Objects-normal/i386/Task.o
-/Users/zuwiki/Projects/dove/build/Dove.build/Debug/dove.build/Objects-normal/i386/DVModel.o
+/Users/zuwiki/Projects/dove/build/Dove.build/Debug/dove.build/Objects-normal/i386/DoveEngine.o
 /Users/zuwiki/Projects/dove/build/Dove.build/Debug/dove.build/Objects-normal/i386/dove_cli.o</diff>
      <filename>build/Dove.build/Debug/dove.build/Objects-normal/i386/dove.LinkFileList</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Debug/dove.build/Objects-normal/i386/dove_cli.o</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Debug/dove.build/dove-project-headers.hmap</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Debug/dove.build/dove.hmap</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Dove.pbxindex/cdecls.pbxbtree</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Dove.pbxindex/decls.pbxbtree</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Dove.pbxindex/files.pbxbtree</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Dove.pbxindex/imports.pbxbtree</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Dove.pbxindex/pbxindex.header</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Dove.pbxindex/refs.pbxbtree</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Dove.pbxindex/strings.pbxstrings/control</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Dove.pbxindex/strings.pbxstrings/strings</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>build/Dove.build/Dove.pbxindex/symbols0.pbxsymbols</filename>
    </modified>
    <modified>
      <diff>@@ -1,20 +1,20 @@
 #import &lt;Foundation/Foundation.h&gt;
-#import &quot;DVModel.h&quot;
+#import &quot;DoveEngine.h&quot;
 #import &quot;Task.h&quot;
 
 
 int main (int argc, const char * argv[]) {
 	objc_startCollectorThread();
 	
-	if ([DVModel applicationSupportFolder] == nil) {
+	if ([DoveEngine applicationSupportFolder] == nil) {
 		NSLog(@&quot;Could not find application support folder.\nExiting...&quot;);
 		exit(1);
 	}
 	
 	NSUserDefaults *args = [NSUserDefaults standardUserDefaults];
 	
-	NSManagedObjectContext *moc = [DVModel managedObjectContext];
-	NSManagedObjectModel *mom = [DVModel managedObjectModel];
+	NSManagedObjectContext *moc = [DoveEngine managedObjectContext];
+	NSManagedObjectModel *mom = [DoveEngine managedObjectModel];
 	
 	NSEntityDescription *taskEntity = [[mom entitiesByName] objectForKey:@&quot;Task&quot;];
 	</diff>
      <filename>dove_cli.m</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>DVModel.h</filename>
    </removed>
    <removed>
      <filename>DVModel.m</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>6c2390243f23d1d7f1dfe2e243c3f8146aed8d07</id>
    </parent>
  </parents>
  <author>
    <name>zuwiki</name>
    <email>zuwiki@gmail.com</email>
  </author>
  <url>http://github.com/zuwiki/dove/commit/2c6660dd6e704ea35a02336499da74fb67a07e0f</url>
  <id>2c6660dd6e704ea35a02336499da74fb67a07e0f</id>
  <committed-date>2009-06-20T17:01:56-07:00</committed-date>
  <authored-date>2009-06-20T17:01:56-07:00</authored-date>
  <message>Renaming DVModel to DoveEngine, adding GPL license info.</message>
  <tree>f524f220147f8b20fe057fcd383762d6e30c98f0</tree>
  <committer>
    <name>zuwiki</name>
    <email>zuwiki@gmail.com</email>
  </committer>
</commit>
