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: [hidden email] CCMAIL: [hidden email] 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 <[hidden email]> * 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 <[hidden email]> * 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 <[hidden email]> * 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 <[hidden email]> * 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |