[banshee: 61/61] [InternetArchive] Lots of misc whitespace cleanup



commit c865d8a4166b9a75c4b303985504461aa96fb97d
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Mon Nov 2 22:23:13 2009 -0800

    [InternetArchive] Lots of misc whitespace cleanup

 build/build.environment.mk                         |    2 --
 .../Banshee.InternetArchive.addin.xml              |    6 +++---
 .../Banshee.InternetArchive/HomeView.cs            |    1 -
 .../InternetArchive/Collection.cs                  |   10 +++++-----
 .../InternetArchive/Field.cs                       |   10 +++++-----
 .../InternetArchive/FieldValue.cs                  |   10 +++++-----
 .../InternetArchive/JsonExtensions.cs              |   10 +++++-----
 .../InternetArchive/MediaType.cs                   |   10 +++++-----
 .../InternetArchive/Search.cs                      |   10 +++++-----
 .../InternetArchive/SearchResult.cs                |   10 +++++-----
 .../InternetArchive/SearchResults.cs               |   15 +++++----------
 .../InternetArchive/Sort.cs                        |   10 +++++-----
 src/Libraries/Hyena/Hyena.Data/MemoryListModel.cs  |    6 +++---
 13 files changed, 51 insertions(+), 59 deletions(-)
---
diff --git a/build/build.environment.mk b/build/build.environment.mk
index 333f303..1aa978e 100644
--- a/build/build.environment.mk
+++ b/build/build.environment.mk
@@ -24,8 +24,6 @@ LINK_TAGLIB = $(TAGLIB_SHARP_LIBS)
 LINK_IPOD = $(IPODSHARP_LIBS)
 LINK_BOO = $(BOO_LIBS)
 LINK_WEBKIT = $(WEBKIT_LIBS)
-#LINK_ARCHIVE_SHARP = $(ARCHIVE_SHARP_LIBS)
-#LINK_ARCHIVE_SHARP = -pkg:archive-sharp
 LINK_MONOTORRENT_DBUS = $(MONOTORRENT_DBUS_LIBS)
 LINK_IGEMACINTEGRATION = $(IGEMACINTEGRATIONSHARP_LIBS)
 LINK_MONO_ADDINS_DEPS = $(MONO_ADDINS_LIBS)
diff --git a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive.addin.xml b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive.addin.xml
index f7f9118..80e89e9 100644
--- a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive.addin.xml
+++ b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive.addin.xml
@@ -3,10 +3,10 @@
     id="Banshee.InternetArchive"
     version="1.0"
     compatVersion="1.0"
-    copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
+    copyright="© 2009 Novell Inc. Licensed under the MIT X11 license."
     name="Banshee.InternetArchive"
-    category=""
-    description="Browse and search the Internet Archive's vast collection."
+    category="User Interface"
+    description="Browse and search the Internet Archive's vast media collection."
     author="Gabriel Burt"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/HomeView.cs b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/HomeView.cs
index 6b8da2d..c45d64e 100644
--- a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/HomeView.cs
+++ b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/HomeView.cs
@@ -112,7 +112,6 @@ namespace Banshee.InternetArchive
             search_box.PackStart (entry, true, true, 0);
             search_box.PackStart (button, false, false, 0);
 
-            // Example searches
             var example_searches = new SearchDescription [] {
                 new SearchDescription (Catalog.GetString ("Staff Picks"), "pick:1", IA.Sort.WeekDesc, null),
                 new SearchDescription (Catalog.GetString ("Creative Commons"), "license:creativecommons", IA.Sort.DownloadsDesc, null),
diff --git a/src/Extensions/Banshee.InternetArchive/InternetArchive/Collection.cs b/src/Extensions/Banshee.InternetArchive/InternetArchive/Collection.cs
index ddd8988..d21463c 100644
--- a/src/Extensions/Banshee.InternetArchive/InternetArchive/Collection.cs
+++ b/src/Extensions/Banshee.InternetArchive/InternetArchive/Collection.cs
@@ -1,21 +1,21 @@
 //
 // Collection.cs
-//  
+//
 // Author:
 //       Gabriel Burt <gabriel burt gmail com>
-// 
+//
 // Copyright (c) 2009 Gabriel Burt
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
diff --git a/src/Extensions/Banshee.InternetArchive/InternetArchive/Field.cs b/src/Extensions/Banshee.InternetArchive/InternetArchive/Field.cs
index 3811bc1..725934b 100644
--- a/src/Extensions/Banshee.InternetArchive/InternetArchive/Field.cs
+++ b/src/Extensions/Banshee.InternetArchive/InternetArchive/Field.cs
@@ -1,21 +1,21 @@
 //
 // Field.cs
-//  
+//
 // Author:
 //       Gabriel Burt <gabriel burt gmail com>
-// 
+//
 // Copyright (c) 2009 Gabriel Burt
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
diff --git a/src/Extensions/Banshee.InternetArchive/InternetArchive/FieldValue.cs b/src/Extensions/Banshee.InternetArchive/InternetArchive/FieldValue.cs
index d9d78c6..b4da1e3 100644
--- a/src/Extensions/Banshee.InternetArchive/InternetArchive/FieldValue.cs
+++ b/src/Extensions/Banshee.InternetArchive/InternetArchive/FieldValue.cs
@@ -1,21 +1,21 @@
 //
 // FieldValue.cs
-//  
+//
 // Author:
 //       Gabriel Burt <gabriel burt gmail com>
-// 
+//
 // Copyright (c) 2009 Gabriel Burt
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
diff --git a/src/Extensions/Banshee.InternetArchive/InternetArchive/JsonExtensions.cs b/src/Extensions/Banshee.InternetArchive/InternetArchive/JsonExtensions.cs
index 891ab9a..1ef4327 100644
--- a/src/Extensions/Banshee.InternetArchive/InternetArchive/JsonExtensions.cs
+++ b/src/Extensions/Banshee.InternetArchive/InternetArchive/JsonExtensions.cs
@@ -1,21 +1,21 @@
 //
 // JsonExtensions.cs
-//  
+//
 // Author:
 //       Gabriel Burt <gabriel burt gmail com>
-// 
+//
 // Copyright (c) 2009 Gabriel Burt
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
diff --git a/src/Extensions/Banshee.InternetArchive/InternetArchive/MediaType.cs b/src/Extensions/Banshee.InternetArchive/InternetArchive/MediaType.cs
index 5b8b58b..54278b0 100644
--- a/src/Extensions/Banshee.InternetArchive/InternetArchive/MediaType.cs
+++ b/src/Extensions/Banshee.InternetArchive/InternetArchive/MediaType.cs
@@ -1,21 +1,21 @@
 //
 // MediaType.cs
-//  
+//
 // Author:
 //       Gabriel Burt <gabriel burt gmail com>
-// 
+//
 // Copyright (c) 2009 Gabriel Burt
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
diff --git a/src/Extensions/Banshee.InternetArchive/InternetArchive/Search.cs b/src/Extensions/Banshee.InternetArchive/InternetArchive/Search.cs
index 587d286..0a504e6 100644
--- a/src/Extensions/Banshee.InternetArchive/InternetArchive/Search.cs
+++ b/src/Extensions/Banshee.InternetArchive/InternetArchive/Search.cs
@@ -1,21 +1,21 @@
 //
 // Search.cs
-//  
+//
 // Author:
 //       Gabriel Burt <gabriel burt gmail com>
-// 
+//
 // Copyright (c) 2009 Gabriel Burt
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
diff --git a/src/Extensions/Banshee.InternetArchive/InternetArchive/SearchResult.cs b/src/Extensions/Banshee.InternetArchive/InternetArchive/SearchResult.cs
index 50c7145..a3694be 100644
--- a/src/Extensions/Banshee.InternetArchive/InternetArchive/SearchResult.cs
+++ b/src/Extensions/Banshee.InternetArchive/InternetArchive/SearchResult.cs
@@ -1,21 +1,21 @@
 //
 // SearchResult.cs
-//  
+//
 // Author:
 //       Gabriel Burt <gabriel burt gmail com>
-// 
+//
 // Copyright (c) 2009 Gabriel Burt
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
diff --git a/src/Extensions/Banshee.InternetArchive/InternetArchive/SearchResults.cs b/src/Extensions/Banshee.InternetArchive/InternetArchive/SearchResults.cs
index 095ffb0..56a452e 100644
--- a/src/Extensions/Banshee.InternetArchive/InternetArchive/SearchResults.cs
+++ b/src/Extensions/Banshee.InternetArchive/InternetArchive/SearchResults.cs
@@ -1,21 +1,21 @@
 //
 // SearchResults.cs
-//  
+//
 // Author:
 //       Gabriel Burt <gabriel burt gmail com>
-// 
+//
 // Copyright (c) 2009 Gabriel Burt
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -63,11 +63,6 @@ namespace InternetArchive
             }
         }
 
-        /*public IEnumerable GetEnumerator ()
-        {
-            return GetEnumerator ();
-        }*/
-
         public IEnumerator<SearchResult> GetEnumerator ()
         {
             if (results == null)
diff --git a/src/Extensions/Banshee.InternetArchive/InternetArchive/Sort.cs b/src/Extensions/Banshee.InternetArchive/InternetArchive/Sort.cs
index a2c1313..2941a0c 100644
--- a/src/Extensions/Banshee.InternetArchive/InternetArchive/Sort.cs
+++ b/src/Extensions/Banshee.InternetArchive/InternetArchive/Sort.cs
@@ -1,21 +1,21 @@
 //
 // Sort.cs
-//  
+//
 // Author:
 //       Gabriel Burt <gabriel burt gmail com>
-// 
+//
 // Copyright (c) 2009 Gabriel Burt
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
diff --git a/src/Libraries/Hyena/Hyena.Data/MemoryListModel.cs b/src/Libraries/Hyena/Hyena.Data/MemoryListModel.cs
index 8f2a2bb..ae037ee 100644
--- a/src/Libraries/Hyena/Hyena.Data/MemoryListModel.cs
+++ b/src/Libraries/Hyena/Hyena.Data/MemoryListModel.cs
@@ -42,7 +42,7 @@ namespace Hyena.Data
             list = new List<T> ();
             selection = new Selection ();
         }
-        
+
         public override void Clear ()
         {
             lock (list) {
@@ -51,7 +51,7 @@ namespace Hyena.Data
 
             OnCleared ();
         }
-        
+
         public override void Reload ()
         {
             OnReloaded ();
@@ -77,7 +77,7 @@ namespace Hyena.Data
                 list.Remove (item);
             }
         }
-    
+
         public override T this[int index] {
             get {
                 lock (list) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]