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

List:       kde-commits
Subject:    extragear/graphics/digikam/libs
From:       Andi Clemens <andi.clemens () gmx ! net>
Date:       2009-10-04 12:05:10
Message-ID: 1254657910.450204.13099.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1031214 by aclemens:

I'm assuming that this should be reported to the digiKam area code?

 M  +1 -1      database/collectionmanager.cpp  
 M  +4 -4      database/imagequerybuilder.cpp  
 M  +1 -1      database/imagescanner.cpp  
 M  +3 -3      threadimageio/thumbnailloadthread.cpp  


--- trunk/extragear/graphics/digikam/libs/database/collectionmanager.cpp #1031213:1031214
@@ -596,7 +596,7 @@
     foreach (AlbumRootLocation *location, locations)
     {
         const KUrl locationPathUrl = location->albumRootPath();
-        //kDebug() << filePathUrl << locationPathUrl;
+        //kDebug(digiKamAreaCode) << filePathUrl << locationPathUrl;
         // make sure filePathUrl is neither a child nor a parent
         // of an existing collection
         if (!locationPathUrl.isEmpty() &&
--- trunk/extragear/graphics/digikam/libs/database/imagequerybuilder.cpp #1031213:1031214
@@ -127,7 +127,7 @@
         }
     }
 
-    kDebug() << sql;
+    kDebug(digiKamAreaCode) << sql;
     return sql;
 }
 
@@ -422,7 +422,7 @@
             QStringList values = reader.valueToStringList();
             if (values.isEmpty())
             {
-                kDebug() << "List for OneOf is empty";
+                kDebug(digiKamAreaCode) << "List for OneOf is empty";
                 return;
             }
 
@@ -670,7 +670,7 @@
 
             if (ids.isEmpty())
             {
-                kDebug() << "Relation 'InTree', name 'albumid': No values given";
+                kDebug(digiKamAreaCode) << "Relation 'InTree', name 'albumid': No values given";
                 return false;
             }
 
@@ -733,7 +733,7 @@
 
             if (ids.isEmpty())
             {
-                kDebug() << "Relation 'InTree', name 'tagid': No values given";
+                kDebug(digiKamAreaCode) << "Relation 'InTree', name 'tagid': No values given";
                 return false;
             }
 
--- trunk/extragear/graphics/digikam/libs/database/imagescanner.cpp #1031213:1031214
@@ -502,7 +502,7 @@
         foreach (const QString& key, keys)
         {
             KFileMetaInfoItem item = metaInfo.item(key);
-            kDebug() << item.name() << item.value();
+            kDebug(digiKamAreaCode) << item.name() << item.value();
         }
     }
     */
--- trunk/extragear/graphics/digikam/libs/threadimageio/thumbnailloadthread.cpp #1031213:1031214
@@ -186,14 +186,14 @@
     ThumbnailDatabaseAccess::setParameters(DatabaseParameters::parametersForSQLite(thumbnailDBFile));
     if (ThumbnailDatabaseAccess::checkReadyForUse(0))
     {
-        kDebug() << "Thumbnail db ready for use";
+        kDebug(digiKamAreaCode) << "Thumbnail db ready for use";
         static_d->storageMethod = ThumbnailCreator::ThumbnailDatabase;
         static_d->provider = provider;
     }
     else
     {
-        kError() << "Failed to initialize thumbnail database at" << thumbnailDBFile
-                 << "\n Error message:" << ThumbnailDatabaseAccess().lastError();
+        kError(digiKamAreaCode) << "Failed to initialize thumbnail database at" << thumbnailDBFile
+                                << "\n Error message:" << ThumbnailDatabaseAccess().lastError();
     }
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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