[Digikam-devel] extragear/graphics/digikam/utilities/cameragui

Gilles Caulier caulier.gilles at gmail.com
Wed Jul 25 13:04:46 BST 2007


SVN commit 692352 by cgilles:

digikam from trunk (KDE4) : "Et voila". Now CameraGui is able to display camera contents as well...
Marcel, Problem been relevant of an unregistered MetaType for multithreading : GPItemInfoList
...But, still alittle problem : when CameraGUI dialog is close, digiKam enter in an infinite loop... 
I haven't found where is the problem exactly...

CCMAIL: digikam-devel at kde.org
CCMAIL: marcel.wiesweg at gmx.de



 M  +2 -1      cameracontroller.cpp  
 M  +1 -0      cameracontroller.h  
 M  +1 -0      cameraui.cpp  
 M  +1 -0      cameraui.h  


--- trunk/extragear/graphics/digikam/utilities/cameragui/cameracontroller.cpp #692351:692352
@@ -8,6 +8,7 @@
  * 
  * Copyright (C) 2004-2005 by Renchi Raju <renchi at pooh.tam.uiuc.edu>
  * Copyright (C) 2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com> 
+ * Copyright (C) 2006-2007 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
@@ -186,6 +187,7 @@
     // setup interthread signals
 
     qRegisterMetaType<GPItemInfo>("GPItemInfo");
+    qRegisterMetaType<GPItemInfoList>("GPItemInfoList");
 
     connect(this, SIGNAL(signalInternalNeedRename(const QString&, const QString&, const QString&, RenameResult *)),
             this, SLOT(slotNeedRename(const QString&, const QString&, const QString&, RenameResult *)),
@@ -919,5 +921,4 @@
     addCommand(cmd);
 }
 
-
 }  // namespace Digikam
--- trunk/extragear/graphics/digikam/utilities/cameragui/cameracontroller.h #692351:692352
@@ -8,6 +8,7 @@
  * 
  * Copyright (C) 2004-2005 by Renchi Raju <renchi at pooh.tam.uiuc.edu>
  * Copyright (C) 2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com> 
+ * Copyright (C) 2006-2007 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- trunk/extragear/graphics/digikam/utilities/cameragui/cameraui.cpp #692351:692352
@@ -8,6 +8,7 @@
  * 
  * Copyright (C) 2004-2005 by Renchi Raju <renchi at pooh.tam.uiuc.edu>
  * Copyright (C) 2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2006-2007 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- trunk/extragear/graphics/digikam/utilities/cameragui/cameraui.h #692351:692352
@@ -8,6 +8,7 @@
  * 
  * Copyright (C) 2004-2005 by Renchi Raju <renchi at pooh.tam.uiuc.edu>
  * Copyright (C) 2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2006-2007 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General



More information about the Digikam-devel mailing list