<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -145,7 +145,7 @@
 /* Begin PBXBuildRule section */
 		1B5654F40E86FD4300E59DF9 /* PBXBuildRule */ = {
 			isa = PBXBuildRule;
-			compilerSpec = com.apple.compilers.gcc.4_2;
+			compilerSpec = com.apple.compilers.llvm.clang.1_0;
 			fileType = sourcecode.c;
 			isEditable = 1;
 			outputFiles = (
@@ -803,7 +803,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = &quot;/Developer/Applications/Utilities/Help\\ Indexer.app/Contents/MacOS/Help\\ Indexer Resources/English.lproj/Album\\ Artwork\\ Assistant\\ Help\n/Developer/Applications/Utilities/Help\\ Indexer.app/Contents/MacOS/Help\\ Indexer Resources/German.lproj/Album\\ Artwork\\ Assistant\\ Help&quot;;
+			shellScript = &quot;for LANG in English German; do\n\thiutil -C -f Resources/$LANG.lproj/Album\\ Artwork\\ Assistant\\ Help/Album\\ Artwork\\ Assistant\\ Help.helpindex Resources/$LANG.lproj/Album\\ Artwork\\ Assistant\\ Help\ndone\n&quot;;
 			showEnvVarsInLog = 0;
 		};
 		1B8F60600FE6F30D00FF3891 /* ShellScript */ = {</diff>
      <filename>Album Artwork Assistant.xcodeproj/project.pbxproj</filename>
    </modified>
    <modified>
      <diff>@@ -274,7 +274,7 @@
 		NSString *urlString = [NSString stringWithFormat:@&quot;%@?%@&quot;, baseUrl, [params gtm_httpArgumentsString]];
 #ifdef DEBUG_NONET
 		NSLog(@&quot;using dummy google data&quot;);
-		urlString = @&quot;file://localhost/Users/liyanage/svn/entropy/album-artwork-assistant/test/testdata.google.json&quot;;
+		urlString = @&quot;file://localhost/Users/liyanage/git/album-artwork-assistant/test/testdata.google.json&quot;;
 #endif
 
 		NSURL *myUrl = [NSURL URLWithString:urlString];
@@ -329,7 +329,7 @@
 
 #ifdef DEBUG_NONET
 	NSLog(@&quot;using dummy amazon data&quot;);
-	urlString = @&quot;file://localhost/Users/liyanage/svn/entropy/album-artwork-assistant/test/testdata.amazon.xml&quot;;
+	urlString = @&quot;file://localhost/Users/liyanage/git/album-artwork-assistant/test/testdata.amazon.xml&quot;;
 #endif
 
 	NSError *error = nil;
@@ -759,7 +759,7 @@
 		[queryString replaceOccurrencesOfRegex:@&quot;&amp;&quot; withString:@&quot;%26&quot;];
 		NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@&quot;http://www.google.com/search?ie=UTF-8&amp;q=%@&quot;, queryString]];
 #ifdef DEBUG_NONET
-		url = [NSURL URLWithString:@&quot;file://localhost/Users/liyanage/svn/entropy/album-artwork-assistant/Resources/English.lproj/Album%20Artwork%20Assistant%20Help/Album%20Artwork%20Assistant%20Help.html&quot;];
+		url = [NSURL URLWithString:@&quot;file://localhost/Users/liyanage/git/album-artwork-assistant/Resources/English.lproj/Album%20Artwork%20Assistant%20Help/Album%20Artwork%20Assistant%20Help.html&quot;];
 #endif
 		NSURLRequest *searchRequest = [NSURLRequest requestWithURL:url];
 //		NSLog(@&quot;searchRequest: %@&quot;, searchRequest);</diff>
      <filename>src/AppDelegate.m</filename>
    </modified>
    <modified>
      <diff>@@ -16,6 +16,8 @@
 #import &quot;StatusDelegateProtocol.h&quot;
 #import &quot;IKImageBrowserFileUrlDataSource.h&quot;
 
+
+
 @implementation QuickLookImageBrowserView
 
 - (void)awakeFromNib {
@@ -23,12 +25,19 @@
 }
 
 - (void)setupQuickLook {
-	if(![[NSBundle bundleWithPath:@&quot;/System/Library/PrivateFrameworks/QuickLookUI.framework&quot;] load]) {
-		NSLog(@&quot;Unable to load Quick Look&quot;);
+//	NSString *quickLookPrivateFrameworkPath = @&quot;/System/Library/PrivateFrameworks/QuickLookUI.framework&quot;;
+//	if([[NSBundle bundleWithPath:quickLookPrivateFrameworkPath] load]) {
+//		NSLog(@&quot;Loaded Quick Look from private framework %@&quot;, quickLookPrivateFrameworkPath);
+//	}
+
+	quickLookPanelClass = NSClassFromString(@&quot;QLPreviewPanel&quot;);
+	if (!quickLookPanelClass) {
+		NSLog(@&quot;Unable to load Quick Look, requires Mac OS 10.6&quot;);
 		return;
 	}
-	quickLookPanelClass = NSClassFromString(@&quot;QLPreviewPanel&quot;);
+	
 	[self setQuickLookPanelDelegate:self];
+	[[quickLookPanelClass sharedPreviewPanel] setDataSource:self];
 }
 
 
@@ -85,7 +94,6 @@
 	NSURL *fileUrl = [[self dataSource] fileUrlForItemAtIndex:index];
 	
 	[[self delegate] clearBusy];
-
 	if (!fileUrl) {
 		NSLog(@&quot;unable to get item file url for quicklook&quot;);
 		[[quickLookPanelClass sharedPreviewPanel] close];</diff>
      <filename>src/QuickLookImageBrowserView.m</filename>
    </modified>
    <modified>
      <diff>@@ -38,12 +38,12 @@
         &lt;Width Units=&quot;pixels&quot;&gt;75&lt;/Width&gt;
       &lt;/SmallImage&gt;
       &lt;MediumImage&gt;
-        &lt;URL&gt;http://localhost/reference/reference.png&lt;/URL&gt;
+        &lt;URL&gt;http://localhost/PoweredByMacOSX.gif&lt;/URL&gt;
         &lt;Height Units=&quot;pixels&quot;&gt;160&lt;/Height&gt;
         &lt;Width Units=&quot;pixels&quot;&gt;160&lt;/Width&gt;
       &lt;/MediumImage&gt;
       &lt;LargeImage&gt;
-        &lt;URL&gt;http://localhost/reference/reference.png&lt;/URL&gt;
+        &lt;URL&gt;http://localhost/PoweredByMacOSX.gif&lt;/URL&gt;
         &lt;Height Units=&quot;pixels&quot;&gt;500&lt;/Height&gt;
         &lt;Width Units=&quot;pixels&quot;&gt;500&lt;/Width&gt;
       &lt;/LargeImage&gt;
@@ -75,12 +75,12 @@
     &lt;Item&gt;
       &lt;ASIN&gt;B00029J1YA&lt;/ASIN&gt;
       &lt;SmallImage&gt;
-        &lt;URL&gt;http://localhost/reference/reference.png&lt;/URL&gt;
+        &lt;URL&gt;http://localhost/PoweredByMacOSX.gif&lt;/URL&gt;
         &lt;Height Units=&quot;pixels&quot;&gt;75&lt;/Height&gt;
         &lt;Width Units=&quot;pixels&quot;&gt;75&lt;/Width&gt;
       &lt;/SmallImage&gt;
       &lt;MediumImage&gt;
-        &lt;URL&gt;http://localhost/reference/reference.png&lt;/URL&gt;
+        &lt;URL&gt;http://localhost/PoweredByMacOSX.gif&lt;/URL&gt;
         &lt;Height Units=&quot;pixels&quot;&gt;160&lt;/Height&gt;
         &lt;Width Units=&quot;pixels&quot;&gt;160&lt;/Width&gt;
       &lt;/MediumImage&gt;</diff>
      <filename>test/testdata.amazon.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b99615fb74919666f4d778a2661c85e9b9cee85</id>
    </parent>
  </parents>
  <author>
    <name>Marc Liyanage</name>
    <email>reg.gitcommit@entropy.ch</email>
  </author>
  <url>http://github.com/liyanage/album-artwork-assistant/commit/a4ad01f7b7aaf63acd3a543712963307210e32d8</url>
  <id>a4ad01f7b7aaf63acd3a543712963307210e32d8</id>
  <committed-date>2009-11-01T22:48:36-08:00</committed-date>
  <authored-date>2009-11-01T22:46:57-08:00</authored-date>
  <message>switched compiler from GCC to Clang
some svn git change fixes</message>
  <tree>6d2303b4e768f1cb2e7c524924440b8f004b9b1e</tree>
  <committer>
    <name>Marc Liyanage</name>
    <email>reg.gitcommit@entropy.ch</email>
  </committer>
</commit>
