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

List:       kde-commits
Subject:    [digikam] core: krazy++
From:       Gilles Caulier <null () kde ! org>
Date:       2018-04-02 7:00:14
Message-ID: E1f2tRu-0006jS-0s () code ! kde ! org
[Download RAW message or body]

Git commit 4b12bac41cfa6ca60d5aa641e16c00131d767405 by Gilles Caulier.
Committed on 02/04/2018 at 07:00.
Pushed by cgilles into branch 'master'.

krazy++

M  +2    -2    core/app/views/leftsidebarwidgets.h
M  +4    -2    core/libs/album/albumhistory.cpp
M  +4    -4    core/libs/album/albumhistory.h
M  +2    -2    core/libs/widgets/mainview/daboutdata.cpp
M  +1    -1    core/showfoto/thumbbar/showfotoitemsortsettings.cpp
M  +4    -4    core/showfoto/thumbbar/showfotoitemsortsettings.h
M  +1    -1    core/utilities/geolocation/geoiface/widgets/htmlwidget.cpp
M  +1    -1    core/utilities/geolocation/geoiface/widgets/htmlwidget.h
M  +1    -1    core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.cpp
M  +1    -1    core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.h

https://commits.kde.org/digikam/4b12bac41cfa6ca60d5aa641e16c00131d767405

diff --git a/core/app/views/leftsidebarwidgets.h \
b/core/app/views/leftsidebarwidgets.h index 999876e0e4..bd31e0d319 100644
--- a/core/app/views/leftsidebarwidgets.h
+++ b/core/app/views/leftsidebarwidgets.h
@@ -8,7 +8,7 @@
  *
  * Copyright (C) 2009-2010 by Johannes Wienke <languitar at semipol dot de>
  * Copyright (C) 2010-2018 by Gilles Caulier <caulier dot gilles at gmail dot com>
- * Copyright (C) 2014      by Mohamed Anwer <mohammed dot ahmed anwer at gmail dot \
com> + * Copyright (C) 2014      by Mohamed_Anwer <m_dot_anwer at gmx dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
@@ -147,7 +147,7 @@ private:
 /**
  * SideBarWidget for the Labels.
  *
- * @author Mohamed Anwer
+ * @author Mohamed_Anwer
  */
 class LabelsSideBarWidget : public SidebarWidget
 {
diff --git a/core/libs/album/albumhistory.cpp b/core/libs/album/albumhistory.cpp
index 138637f1dd..4b04c4f4b1 100644
--- a/core/libs/album/albumhistory.cpp
+++ b/core/libs/album/albumhistory.cpp
@@ -217,9 +217,11 @@ void AlbumHistory::addAlbums(QList<Album*> const albums, \
                QWidget* const widget)
  *        A special overloaded function for handling AlbumHistory
  *        for the Labels tree-view
  *
- * @author Mohamed Anwer
+ * @author Mohamed_Anwer
  */
-void AlbumHistory::addAlbums(QList<Album*> const albums, QWidget* const widget, \
QHash<AlbumLabelsTreeView::Labels, QList<int> > selectedLabels) +void \
AlbumHistory::addAlbums(QList<Album*> const albums, +                             \
QWidget* const widget, +                             \
QHash<AlbumLabelsTreeView::Labels, QList<int> > selectedLabels)  {
 
     if (albums.isEmpty() || !widget || d->moving)
diff --git a/core/libs/album/albumhistory.h b/core/libs/album/albumhistory.h
index a510b0c379..49e247b159 100644
--- a/core/libs/album/albumhistory.h
+++ b/core/libs/album/albumhistory.h
@@ -23,8 +23,8 @@
  *
  * ============================================================ */
 
-#ifndef ALBUMHISTORY_H
-#define ALBUMHISTORY_H
+#ifndef ALBUM_HISTORY_H
+#define ALBUM_HISTORY_H
 
 /** @file albumhistory.h */
 
@@ -100,6 +100,6 @@ private:
     Private* const d;
 };
 
-}  // namespace Digikam
+} // namespace Digikam
 
-#endif /* ALBUMHISTORY_H */
+#endif // ALBUM_HISTORY_H
diff --git a/core/libs/widgets/mainview/daboutdata.cpp \
b/core/libs/widgets/mainview/daboutdata.cpp index 591f1c21b6..d6c7e050a9 100644
--- a/core/libs/widgets/mainview/daboutdata.cpp
+++ b/core/libs/widgets/mainview/daboutdata.cpp
@@ -141,9 +141,9 @@ void DAboutData::authorsRegistration(KAboutData& aboutData)
                           \
QLatin1String("https://plus.google.com/114906808699351374523")  );
 
-    aboutData.addCredit ( ki18n("Mohamed Anwer").toString(),
+    aboutData.addCredit ( ki18n("Mohamed Anwer").toString(),                         \
                // krazy:exclude=spelling
                           ki18n("Model/View Port of Showfoto Thumbbar").toString(),
-                          QLatin1String("mohammed dot ahmed dot anwer at gmail dot \
com"), +                          QLatin1String("mohammed dot ahmed dot anwer at \
                gmail dot com"),       // krazy:exclude=spelling
                           \
QLatin1String("https://plus.google.com/106020792892118847381")  );
 
diff --git a/core/showfoto/thumbbar/showfotoitemsortsettings.cpp \
b/core/showfoto/thumbbar/showfotoitemsortsettings.cpp index d0accaa09b..f86d6baaca \
                100644
--- a/core/showfoto/thumbbar/showfotoitemsortsettings.cpp
+++ b/core/showfoto/thumbbar/showfotoitemsortsettings.cpp
@@ -6,7 +6,7 @@
  * Date        : 29-07-2013
  * Description : Sort settings for showfoto item infos
  *
- * Copyright (C) 2013 by Mohamed Anwer <moahmmed dot ahmed dot anwer at gmail dot \
com> + * Copyright (C) 2013 by Mohamed_Anwer <m_dot_anwer at gmx dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
diff --git a/core/showfoto/thumbbar/showfotoitemsortsettings.h \
b/core/showfoto/thumbbar/showfotoitemsortsettings.h index 7b9592143f..b3602a9172 \
                100644
--- a/core/showfoto/thumbbar/showfotoitemsortsettings.h
+++ b/core/showfoto/thumbbar/showfotoitemsortsettings.h
@@ -6,7 +6,7 @@
  * Date        : 29-07-2013
  * Description : Sort settings for showfoto item infos
  *
- * Copyright (C) 2013 by Mohamed Anwer <moahmmed dot ahmed dot anwer at gmail dot \
com> + * Copyright (C) 2013 by Mohamed_Anwer <m_dot_anwer at gmx dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
@@ -21,8 +21,8 @@
  *
  * ============================================================ */
 
-#ifndef SHOWFOTOITEMSORTSETTINGS_H
-#define SHOWFOTOITEMSORTSETTINGS_H
+#ifndef SHOWFOTO_ITEM_SORT_SETTINGS_H
+#define SHOWFOTO_ITEM_SORT_SETTINGS_H
 
 // Qt includes
 
@@ -184,4 +184,4 @@ public:
 
 } // namespace ShowFoto
 
-#endif // SHOWFOTOITEMSORTSETTINGS_H
+#endif // SHOWFOTO_ITEM_SORT_SETTINGS_H
diff --git a/core/utilities/geolocation/geoiface/widgets/htmlwidget.cpp \
b/core/utilities/geolocation/geoiface/widgets/htmlwidget.cpp index \
                430882f915..13e8b2b424 100644
--- a/core/utilities/geolocation/geoiface/widgets/htmlwidget.cpp
+++ b/core/utilities/geolocation/geoiface/widgets/htmlwidget.cpp
@@ -8,7 +8,7 @@
  *
  * Copyright (C) 2010-2018 by Gilles Caulier <caulier dot gilles at gmail dot com>
  * Copyright (C) 2009-2011 by Michael G. Hansen <mike at mghansen dot de>
- * Copyright (C) 2015      by Mohamed Anwer <mohammed dot ahmed dot anwer at gmail \
dot com> + * Copyright (C) 2015      by Mohamed_Anwer <m_dot_anwer at gmx dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
diff --git a/core/utilities/geolocation/geoiface/widgets/htmlwidget.h \
b/core/utilities/geolocation/geoiface/widgets/htmlwidget.h index \
                f97b6a1714..070034087f 100644
--- a/core/utilities/geolocation/geoiface/widgets/htmlwidget.h
+++ b/core/utilities/geolocation/geoiface/widgets/htmlwidget.h
@@ -8,7 +8,7 @@
  *
  * Copyright (C) 2010-2018 by Gilles Caulier <caulier dot gilles at gmail dot com>
  * Copyright (C) 2009-2011 by Michael G. Hansen <mike at mghansen dot de>
- * Copyright (C) 2015      by Mohamed Anwer <mohammed dot ahmed dot anwer at gmail \
dot com> + * Copyright (C) 2015      by Mohamed_Anwer <m_dot_anwer at gmx dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
diff --git a/core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.cpp \
b/core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.cpp index \
                4764f0a02d..86b0720ba1 100644
--- a/core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.cpp
+++ b/core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.cpp
@@ -8,7 +8,7 @@
  *
  * Copyright (C) 2010-2018 by Gilles Caulier <caulier dot gilles at gmail dot com>
  * Copyright (C) 2009-2011 by Michael G. Hansen <mike at mghansen dot de>
- * Copyright (C) 2015      by Mohamed Anwer <mohammed dot ahmed dot anwer at gmail \
dot com> + * Copyright (C) 2015      by Mohamed_Anwer <m_dot_anwer at gmx dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
diff --git a/core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.h \
b/core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.h index \
                14cebb30c7..004017d5e6 100644
--- a/core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.h
+++ b/core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.h
@@ -8,7 +8,7 @@
  *
  * Copyright (C) 2010-2018 by Gilles Caulier <caulier dot gilles at gmail dot com>
  * Copyright (C) 2009-2011 by Michael G. Hansen <mike at mghansen dot de>
- * Copyright (C) 2015      by Mohamed Anwer <mohammed dot ahmed dot anwer at gmail \
dot com> + * Copyright (C) 2015      by Mohamed_Anwer <m_dot_anwer at gmx dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General


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

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