[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/office/tellico
From:       Robby Stephenson <robby () periapsis ! org>
Date:       2010-01-01 21:23:57
Message-ID: 1262381037.199672.15619.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1068707 by rstephenson:

add data source for giantbomb.com

 M  +4 -0      ChangeLog  
 M  +1 -0      src/fetch/CMakeLists.txt  
 M  +2 -1      src/fetch/fetch.h  
 M  +2 -0      src/fetch/fetcherinitializer.cpp  
 A             src/fetch/giantbombfetcher.cpp   [License: GPL (v2/3)]
 A             src/fetch/giantbombfetcher.h   [License: GPL (v2/3)]
 M  +3 -0      src/tests/CMakeLists.txt  
 A             src/tests/giantbombfetchertest.cpp   [License: GPL (v2/3)]
 A             src/tests/giantbombfetchertest.h   [License: GPL (v2/3)]
 M  +1 -0      xslt/CMakeLists.txt  
 A             xslt/giantbomb2tellico.xsl  


--- trunk/extragear/office/tellico/ChangeLog #1068706:1068707
@@ -1,3 +1,7 @@
+2010-01-01  Robby Stephenson  <robby@periapsis.org>
+
+	* Added Giant Bomb data source.
+
 2009-12-31  Robby Stephenson  <robby@periapsis.org>
 
 	* Fixed adding "link-only" files (BUG #220645).
--- trunk/extragear/office/tellico/src/fetch/CMakeLists.txt #1068706:1068707
@@ -20,6 +20,7 @@
    fetchmanager.cpp
    fetchresult.cpp
    gcstarpluginfetcher.cpp
+   giantbombfetcher.cpp
    googlescholarfetcher.cpp
    hmac_sha2.c
    ibsfetcher.cpp
--- trunk/extragear/office/tellico/src/fetch/fetch.h #1068706:1068707
@@ -70,7 +70,8 @@
   Discogs,
   WineCom,
   TheMovieDB,
-  MusicBrainz
+  MusicBrainz,
+  GiantBomb
 };
 
   }
--- trunk/extragear/office/tellico/src/fetch/fetcherinitializer.cpp #1068706:1068707
@@ -45,6 +45,7 @@
 #include "winecomfetcher.h"
 #include "themoviedbfetcher.h"
 #include "musicbrainzfetcher.h"
+#include "giantbombfetcher.h"
 
 /**
  * Ideally, I'd like these initializations to be in each cpp file for each collection type
@@ -76,4 +77,5 @@
   RegisterFetcher<Fetch::WineComFetcher> registerWine(WineCom);
   RegisterFetcher<Fetch::TheMovieDBFetcher> registerTMDB(TheMovieDB);
   RegisterFetcher<Fetch::MusicBrainzFetcher> registerMB(MusicBrainz);
+  RegisterFetcher<Fetch::GiantBombFetcher> registerBomb(GiantBomb);
 }
--- trunk/extragear/office/tellico/src/tests/CMakeLists.txt #1068706:1068707
@@ -105,6 +105,9 @@
 KDE4_ADD_UNIT_TEST(discogsfetchertest NOGUI discogsfetchertest.cpp)
 TARGET_LINK_LIBRARIES(discogsfetchertest fetch ${TELLICO_TEST_LIBS})
 
+KDE4_ADD_UNIT_TEST(giantbombfetchertest NOGUI giantbombfetchertest.cpp)
+TARGET_LINK_LIBRARIES(giantbombfetchertest fetch ${TELLICO_TEST_LIBS})
+
 KDE4_ADD_UNIT_TEST(googlescholarfetchertest NOGUI googlescholarfetchertest.cpp)
 TARGET_LINK_LIBRARIES(googlescholarfetchertest fetch ${TELLICO_TEST_LIBS})
 
--- trunk/extragear/office/tellico/xslt/CMakeLists.txt #1068706:1068707
@@ -14,6 +14,7 @@
     discogs2tellico.xsl
     dvd-logo.png
     gcstar2tellico.xsl
+    giantbomb2tellico.xsl
     hddvd-logo.png
     isbndb2tellico.xsl
     MARC21slim2MODS3.xsl
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic