From kde-commits Tue Jul 31 23:44:08 2012 From: Islam Wazery Date: Tue, 31 Jul 2012 23:44:08 +0000 To: kde-commits Subject: [digikam/development/3.0.0] utilities/cameragui: Updated licenses for some files Message-Id: <20120731234408.70F40A6094 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=134377852706536 Git commit 9c5b60714c50d04eaf1db346885b22720ab466d8 by Islam Wazery. Committed on 01/08/2012 at 01:42. Pushed by wazery into branch 'development/3.0.0'. Updated licenses for some files M +0 -2 utilities/cameragui/CMakeLists.txt M +24 -1 utilities/cameragui/views/importiconview.cpp M +23 -0 utilities/cameragui/views/importiconview.h M +23 -0 utilities/cameragui/views/importiconview_p.cpp M +23 -2 utilities/cameragui/views/importthumbnailbar.cpp M +23 -0 utilities/cameragui/views/importthumbnailbar.h M +24 -2 utilities/cameragui/views/importview.cpp M +23 -0 utilities/cameragui/views/importview.h http://commits.kde.org/digikam/9c5b60714c50d04eaf1db346885b22720ab466d8 diff --git a/utilities/cameragui/CMakeLists.txt b/utilities/cameragui/CMake= Lists.txt index 6427fef..cac6bb7 100644 --- a/utilities/cameragui/CMakeLists.txt +++ b/utilities/cameragui/CMakeLists.txt @@ -37,8 +37,6 @@ SET(libcameragui_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/items/importdelegate.cpp = ${CMAKE_CURRENT_SOURCE_DIR}/views/importsettings.cpp - #${CMAKE_CURRENT_SOURCE_DIR}/views/importkcategorizedview.cpp - #${CMAKE_CURRENT_SOURCE_DIR}/views/icategorizedview.cpp ${CMAKE_CURRENT_SOURCE_DIR}/views/importcategorizedview.cpp ${CMAKE_CURRENT_SOURCE_DIR}/views/importthumbnailbar.cpp ${CMAKE_CURRENT_SOURCE_DIR}/views/importpreviewview.cpp diff --git a/utilities/cameragui/views/importiconview.cpp b/utilities/camer= agui/views/importiconview.cpp index 675291d..0c9575c 100644 --- a/utilities/cameragui/views/importiconview.cpp +++ b/utilities/cameragui/views/importiconview.cpp @@ -1,5 +1,28 @@ -#include "importiconview_p.h" +/* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + * + * This file is a part of digiKam project + * http://www.digikam.org + * + * Date : 2012-22-07 + * Description : Icon view for import tool items + * + * Copyright (C) 2012 by Islam Wazery + * + * This program is free software you can redistribute it + * and/or modify it under the terms of the GNU General + * Public License as published by the Free Software Foundation + * either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D */ + #include "importiconview.moc" +#include "importiconview_p.h" = // Qt includes = diff --git a/utilities/cameragui/views/importiconview.h b/utilities/camerag= ui/views/importiconview.h index b0aba96..3e9b6a6 100644 --- a/utilities/cameragui/views/importiconview.h +++ b/utilities/cameragui/views/importiconview.h @@ -1,3 +1,26 @@ +/* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + * + * This file is a part of digiKam project + * http://www.digikam.org + * + * Date : 2012-22-07 + * Description : Icon view for import tool items + * + * Copyright (C) 2012 by Islam Wazery + * + * This program is free software you can redistribute it + * and/or modify it under the terms of the GNU General + * Public License as published by the Free Software Foundation + * either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D */ + #ifndef ImportIconView_H #define ImportIconView_H = diff --git a/utilities/cameragui/views/importiconview_p.cpp b/utilities/cam= eragui/views/importiconview_p.cpp index f54fc95..7978bf3 100644 --- a/utilities/cameragui/views/importiconview_p.cpp +++ b/utilities/cameragui/views/importiconview_p.cpp @@ -1,3 +1,26 @@ +/* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + * + * This file is a part of digiKam project + * http://www.digikam.org + * + * Date : 2012-25-07 + * Description : Private Qt item view for images + * + * Copyright (C) 2012 by Islam Wazery + * + * This program is free software you can redistribute it + * and/or modify it under the terms of the GNU General + * Public License as published by the Free Software Foundation + * either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D */ + #include "importiconview_p.h" = namespace Digikam diff --git a/utilities/cameragui/views/importthumbnailbar.cpp b/utilities/c= ameragui/views/importthumbnailbar.cpp index 4f2e5bb..ad0e47d 100644 --- a/utilities/cameragui/views/importthumbnailbar.cpp +++ b/utilities/cameragui/views/importthumbnailbar.cpp @@ -1,3 +1,26 @@ +/* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + * + * This file is a part of digiKam project + * http://www.digikam.org + * + * Date : 2012-20-07 + * Description : Thumbnail bar for import tool + * + * Copyright (C) 2012 by Islam Wazery + * + * This program is free software you can redistribute it + * and/or modify it under the terms of the GNU General + * Public License as published by the Free Software Foundation + * either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D */ + #include "importthumbnailbar.h" = // KDE includes @@ -13,8 +36,6 @@ namespace Digikam { = -//class ImportThumbnailDelegate; - class ImportThumbnailBar::ImportThumbnailBarPriv { public: diff --git a/utilities/cameragui/views/importthumbnailbar.h b/utilities/cam= eragui/views/importthumbnailbar.h index 192a7e7..9cd3e28 100644 --- a/utilities/cameragui/views/importthumbnailbar.h +++ b/utilities/cameragui/views/importthumbnailbar.h @@ -1,3 +1,26 @@ +/* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + * + * This file is a part of digiKam project + * http://www.digikam.org + * + * Date : 2012-20-07 + * Description : Thumbnail bar for import tool + * + * Copyright (C) 2012 by Islam Wazery + * + * This program is free software you can redistribute it + * and/or modify it under the terms of the GNU General + * Public License as published by the Free Software Foundation + * either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D */ + #ifndef IMPORTTHUMBNAILBAR_H #define IMPORTTHUMBNAILBAR_H = diff --git a/utilities/cameragui/views/importview.cpp b/utilities/cameragui= /views/importview.cpp index 3abb951..b47f32f 100644 --- a/utilities/cameragui/views/importview.cpp +++ b/utilities/cameragui/views/importview.cpp @@ -1,5 +1,27 @@ -//#include "importview.moc" -#include "importview.h" //TODO: Remove this line +/* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + * + * This file is a part of digiKam project + * http://www.digikam.org + * + * Date : 2012-26-07 + * Description : Main view for import tool + * + * Copyright (C) 2012 by Islam Wazery + * + * This program is free software you can redistribute it + * and/or modify it under the terms of the GNU General + * Public License as published by the Free Software Foundation + * either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D */ + +#include "importview.h" = // Qt includes = diff --git a/utilities/cameragui/views/importview.h b/utilities/cameragui/v= iews/importview.h index 06f5aba..e2dd7a1 100644 --- a/utilities/cameragui/views/importview.h +++ b/utilities/cameragui/views/importview.h @@ -1,3 +1,26 @@ +/* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + * + * This file is a part of digiKam project + * http://www.digikam.org + * + * Date : 2012-26-07 + * Description : Main view for import tool + * + * Copyright (C) 2012 by Islam Wazery + * + * This program is free software you can redistribute it + * and/or modify it under the terms of the GNU General + * Public License as published by the Free Software Foundation + * either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D */ + #ifndef IMPORTVIEW_H #define IMPORTVIEW_H =20