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

List:       kde-commits
Subject:    [kdepim/Applications/16.08] /: Set identitymanager => avoid to recreate one in configure plugins
From:       Montel Laurent <montel () kde ! org>
Date:       2016-07-31 19:07:51
Message-ID: E1bTw5X-0001SM-7u () code ! kde ! org
[Download RAW message or body]

Git commit 1a3f4ca4b5263f10721ecc90721d5bf5a835c77d by Montel Laurent.
Committed on 31/07/2016 at 19:07.
Pushed by mlaurent into branch 'Applications/16.08'.

Set identitymanager => avoid to recreate one in configure plugins

M  +1    -1    CMakeLists.txt
M  +1    -1    accountwizard/CMakeLists.txt
M  +1    -1    akonadiconsole/CMakeLists.txt
M  +1    -1    akregator/CMakeLists.txt
M  +1    -1    blogilo/CMakeLists.txt
M  +1    -1    grantleeeditor/CMakeLists.txt
M  +1    -1    importwizard/CMakeLists.txt
M  +1    -1    kmail/CMakeLists.txt
M  +3    -0    kmail/src/configuredialog/configurecomposerpage.cpp
M  +1    -1    sieveeditor/CMakeLists.txt

http://commits.kde.org/kdepim/1a3f4ca4b5263f10721ecc90721d5bf5a835c77d

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8b53f2..39c5407 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -137,7 +137,7 @@ else()
     set(LIBMAILIMPORTER_VERSION_LIB "5.2.90")
     set(MAILCOMMON_LIB_VERSION_LIB "5.2.90")
     set(KDEPIM_APPS_LIB_VERSION_LIB "5.2.90")
-    set(MESSAGELIB_LIB_VERSION_LIB "5.2.93")
+    set(MESSAGELIB_LIB_VERSION_LIB "5.2.94")
     set(LIBKLEO_LIB_VERSION_LIB "5.2.90")
     set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.2.90")
     set(PIMCOMMON_LIB_VERSION_LIB "5.2.90")
diff --git a/accountwizard/CMakeLists.txt b/accountwizard/CMakeLists.txt
index 41efc59..3f95fc0 100644
--- a/accountwizard/CMakeLists.txt
+++ b/accountwizard/CMakeLists.txt
@@ -55,7 +55,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${accountwizard_SOURCE_DIR})
     option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise \
branch, which are normally disabled. Also, it disables many components not needed for \
                Kontact such as the Kolab client." FALSE)
     find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Xml DBus Test)
     set(MAILCOMMON_LIB_VERSION_LIB "5.2.90")
-    set(MESSAGELIB_LIB_VERSION_LIB "5.2.93")
+    set(MESSAGELIB_LIB_VERSION_LIB "5.2.94")
     set(PIMCOMMON_LIB_VERSION_LIB "5.2.90")
     set(LIBKDEPIM_LIB_VERSION_LIB "5.2.90")
 
diff --git a/akonadiconsole/CMakeLists.txt b/akonadiconsole/CMakeLists.txt
index 212aa24..386b3d4 100644
--- a/akonadiconsole/CMakeLists.txt
+++ b/akonadiconsole/CMakeLists.txt
@@ -51,7 +51,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${akonadiconsole_SOURCE_DIR})
     set(QT_REQUIRED_VERSION "5.6.0")
     find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql)
     set(LIBMAILIMPORTER_VERSION_LIB "5.2.90")
-    set(MESSAGELIB_LIB_VERSION_LIB "5.2.93")
+    set(MESSAGELIB_LIB_VERSION_LIB "5.2.94")
     set(LIBKLEO_LIB_VERSION_LIB "5.2.90")
     set(LIBKDEPIM_LIB_VERSION_LIB "5.2.90")
     set(KCALENDARCORE_LIB_VERSION "5.2.90")
diff --git a/akregator/CMakeLists.txt b/akregator/CMakeLists.txt
index eef55b3..da3aabc 100644
--- a/akregator/CMakeLists.txt
+++ b/akregator/CMakeLists.txt
@@ -45,7 +45,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${akregator_SOURCE_DIR})
     set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.2.90")
     set(LIBKDEPIM_LIB_VERSION_LIB "5.2.90")
     set(LIBKLEO_LIB_VERSION_LIB "5.2.90")
-    set(MESSAGELIB_LIB_VERSION_LIB "5.2.93")
+    set(MESSAGELIB_LIB_VERSION_LIB "5.2.94")
     set(PIMCOMMON_LIB_VERSION_LIB "5.2.90")
     set(SYNDICATION_LIB_VERSION "5.2.90")
 
diff --git a/blogilo/CMakeLists.txt b/blogilo/CMakeLists.txt
index 991928f..f32604d 100644
--- a/blogilo/CMakeLists.txt
+++ b/blogilo/CMakeLists.txt
@@ -47,7 +47,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${blogilo_SOURCE_DIR})
     find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test Sql \
WebEngine WebEngineWidgets)  set(PIMCOMMON_LIB_VERSION_LIB "5.2.90")
     set(LIBKDEPIM_LIB_VERSION_LIB "5.2.90")
-    set(MESSAGELIB_LIB_VERSION_LIB "5.2.93")
+    set(MESSAGELIB_LIB_VERSION_LIB "5.2.94")
     # Find KF5 package
     find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED)
     find_package(KF5DocTools ${KF5_VERSION} REQUIRED)
diff --git a/grantleeeditor/CMakeLists.txt b/grantleeeditor/CMakeLists.txt
index 12241c9..9bcd219 100644
--- a/grantleeeditor/CMakeLists.txt
+++ b/grantleeeditor/CMakeLists.txt
@@ -36,7 +36,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${grantleeditor_SOURCE_DIR})
     set(KDEPIM_VERSION_NUMBER "5.2.90")
     set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
-    set(MESSAGELIB_LIB_VERSION_LIB "5.2.93")
+    set(MESSAGELIB_LIB_VERSION_LIB "5.2.94")
     set(AKONADI_MIMELIB_VERSION "5.2.90")
     set(KPIMTEXTEDIT_LIB_VERSION "5.2.90")
     set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
diff --git a/importwizard/CMakeLists.txt b/importwizard/CMakeLists.txt
index 15a31d4..c279e45 100644
--- a/importwizard/CMakeLists.txt
+++ b/importwizard/CMakeLists.txt
@@ -48,7 +48,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${importwizard_SOURCE_DIR})
     find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Gui)
     set(LIBMAILIMPORTER_VERSION_LIB "5.2.90")
     set(MAILCOMMON_LIB_VERSION_LIB "5.2.90")
-    set(MESSAGELIB_LIB_VERSION_LIB "5.2.93")
+    set(MESSAGELIB_LIB_VERSION_LIB "5.2.94")
     set(PIMCOMMON_LIB_VERSION_LIB "5.2.90")
     set(LIBKDEPIM_LIB_VERSION_LIB "5.2.90")
     set(IDENTITYMANAGEMENT_LIB_VERSION "5.2.90")
diff --git a/kmail/CMakeLists.txt b/kmail/CMakeLists.txt
index b398f62..0a47bc1 100644
--- a/kmail/CMakeLists.txt
+++ b/kmail/CMakeLists.txt
@@ -64,7 +64,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${kmail_SOURCE_DIR})
     set(LIBGRAVATAR_VERSION_LIB "5.2.90")
     set(MAILCOMMON_LIB_VERSION_LIB "5.2.90")
     set(KDEPIM_APPS_LIB_VERSION_LIB "5.2.90")
-    set(MESSAGELIB_LIB_VERSION_LIB "5.2.93")
+    set(MESSAGELIB_LIB_VERSION_LIB "5.2.94")
     set(LIBKLEO_LIB_VERSION_LIB "5.2.90")
     set(PIMCOMMON_LIB_VERSION_LIB "5.2.90")
     set(LIBKDEPIM_LIB_VERSION_LIB "5.2.90")
diff --git a/kmail/src/configuredialog/configurecomposerpage.cpp \
b/kmail/src/configuredialog/configurecomposerpage.cpp index 963d4ad..54f8a02 100644
--- a/kmail/src/configuredialog/configurecomposerpage.cpp
+++ b/kmail/src/configuredialog/configurecomposerpage.cpp
@@ -139,6 +139,9 @@ ComposerPage::ComposerPage(QWidget *parent)
     Q_FOREACH (MessageComposer::PluginEditorCheckBeforeSend *plugin, \
MessageComposer::PluginEditorCheckBeforeSendManager::self()->pluginsList()) {  if \
                (plugin->hasConfigureSupport()) {
             MessageComposer::PluginEditorCheckBeforeSendConfigureWidgetSetting \
settings = plugin->createConfigureWidget(this); +            if (KMKernel::self()) {
+                settings.configureWidget->setIdentityManagement(KMKernel::self()->identityManager());
 +            }
             ComposerPluginTab *tab = new ComposerPluginTab(settings.configureWidget, \
plugin, this);  addTab(tab, settings.name);
         }
diff --git a/sieveeditor/CMakeLists.txt b/sieveeditor/CMakeLists.txt
index cd19683..a2bb54f 100644
--- a/sieveeditor/CMakeLists.txt
+++ b/sieveeditor/CMakeLists.txt
@@ -41,7 +41,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${sieveeditor_SOURCE_DIR})
     set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
     set(KDEPIM_LIB_SOVERSION "5")
 
-    set(MESSAGELIB_LIB_VERSION_LIB "5.2.93")
+    set(MESSAGELIB_LIB_VERSION_LIB "5.2.94")
     set(PIMCOMMON_LIB_VERSION_LIB "5.2.90")
     set(LIBKSIEVE_LIB_VERSION_LIB "5.2.90")
 


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

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