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

List:       kde-commits
Subject:    [kdepim-addons] /: Use EnabledByDefault
From:       Montel Laurent <montel () kde ! org>
Date:       2016-09-06 11:59:29
Message-ID: E1bhF2H-0002i7-5Z () code ! kde ! org
[Download RAW message or body]

Git commit 0dda1bdc9412b1d5bb8215de3aabfc5848a3d942 by Montel Laurent.
Committed on 06/09/2016 at 11:33.
Pushed by mlaurent into branch 'master'.

Use EnabledByDefault

M  +3    -2    examples/kmail/editorplugins/rot13/kmail_rot13editorplugin.j=
son
M  +2    -1    kmail/editorplugins/autocorrection/kmail_autocorrectionedito=
rplugin.json
M  +3    -2    kmail/editorplugins/changecase/kmail_changecaseeditorplugin.=
json
M  +3    -2    kmail/editorplugins/insertspecialcharacter/kmail_insertspeci=
alcharactereditorplugin.json
M  +2    -1    kmail/editorplugins/nonbreakingspace/kmail_nonbreakingspacee=
ditorplugin.json
M  +3    -2    kmail/editorplugins/zoomtext/kmail_zoomtexteditorplugin.json
M  +2    -1    kmail/editorsendcheckplugins/automaticaddcontacts/kmail_auto=
maticaddcontactsplugin.json
M  +2    -1    kmail/editorsendcheckplugins/checkbeforesend/kmail_checkbefo=
resendplugin.json
M  +2    -1    kmail/editorsendcheckplugins/confirm-address/kmail_confirmad=
dressplugin.json
M  +3    -2    plugins/customtoolsplugins/shorturlplugin/pimcommon_shorturl=
plugin.json
M  +3    -2    plugins/customtoolsplugins/translatorplugin/pimcommon_transl=
atorplugin.json
M  +3    -2    plugins/messageviewerplugins/common/expandurlplugin/messagev=
iewer_expandurlplugin.json
M  +3    -2    plugins/messageviewerplugins/common/translatorplugin/message=
viewer_translatorplugin.json
M  +3    -2    plugins/messageviewerplugins/createeventplugin/messageviewer=
_createeventplugin.json
M  +3    -2    plugins/messageviewerplugins/createnoteplugin/messageviewer_=
createnoteplugin.json
M  +3    -2    plugins/messageviewerplugins/createtodoplugin/messageviewer_=
createtodoplugin.json
M  +3    -2    plugins/messageviewerplugins/externalscriptplugin/messagevie=
wer_externalscriptplugin.json

http://commits.kde.org/kdepim-addons/0dda1bdc9412b1d5bb8215de3aabfc5848a3d9=
42

diff --git a/examples/kmail/editorplugins/rot13/kmail_rot13editorplugin.jso=
n b/examples/kmail/editorplugins/rot13/kmail_rot13editorplugin.json
index df157dd..933942b 100644
--- a/examples/kmail/editorplugins/rot13/kmail_rot13editorplugin.json
+++ b/examples/kmail/editorplugins/rot13/kmail_rot13editorplugin.json
@@ -9,7 +9,8 @@
         "ServiceTypes": [
             "KMailEditor/Plugin"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     }, =

     "X-KDE-KMailEditor-Order": "1"
-}
\ No newline at end of file
+}
diff --git a/kmail/editorplugins/autocorrection/kmail_autocorrectioneditorp=
lugin.json b/kmail/editorplugins/autocorrection/kmail_autocorrectioneditorp=
lugin.json
index 90be6b4..26e8d3a 100644
--- a/kmail/editorplugins/autocorrection/kmail_autocorrectioneditorplugin.j=
son
+++ b/kmail/editorplugins/autocorrection/kmail_autocorrectioneditorplugin.j=
son
@@ -4,7 +4,8 @@
         "ServiceTypes": [
             "KMailEditor/Plugin"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     }, =

     "X-KDE-KMailEditor-Order": "2"
 }
diff --git a/kmail/editorplugins/changecase/kmail_changecaseeditorplugin.js=
on b/kmail/editorplugins/changecase/kmail_changecaseeditorplugin.json
index 245b015..b065c96 100644
--- a/kmail/editorplugins/changecase/kmail_changecaseeditorplugin.json
+++ b/kmail/editorplugins/changecase/kmail_changecaseeditorplugin.json
@@ -24,7 +24,8 @@
         "ServiceTypes": [
             "KMailEditor/Plugin"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     }, =

     "X-KDE-KMailEditor-Order": "1"
-}
\ No newline at end of file
+}
diff --git a/kmail/editorplugins/insertspecialcharacter/kmail_insertspecial=
charactereditorplugin.json b/kmail/editorplugins/insertspecialcharacter/kma=
il_insertspecialcharactereditorplugin.json
index 76a221c..9bbe54b 100644
--- a/kmail/editorplugins/insertspecialcharacter/kmail_insertspecialcharact=
ereditorplugin.json
+++ b/kmail/editorplugins/insertspecialcharacter/kmail_insertspecialcharact=
ereditorplugin.json
@@ -25,7 +25,8 @@
         "ServiceTypes": [
             "KMailEditor/Plugin"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     }, =

     "X-KDE-KMailEditor-Order": "2"
-}
\ No newline at end of file
+}
diff --git a/kmail/editorplugins/nonbreakingspace/kmail_nonbreakingspaceedi=
torplugin.json b/kmail/editorplugins/nonbreakingspace/kmail_nonbreakingspac=
eeditorplugin.json
index 53e3706..4b38cdf 100644
--- a/kmail/editorplugins/nonbreakingspace/kmail_nonbreakingspaceeditorplug=
in.json
+++ b/kmail/editorplugins/nonbreakingspace/kmail_nonbreakingspaceeditorplug=
in.json
@@ -4,7 +4,8 @@
         "ServiceTypes": [
             "KMailEditor/Plugin"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     }, =

     "X-KDE-KMailEditor-Order": "2"
 }
diff --git a/kmail/editorplugins/zoomtext/kmail_zoomtexteditorplugin.json b=
/kmail/editorplugins/zoomtext/kmail_zoomtexteditorplugin.json
index 432a810..9e7d047 100644
--- a/kmail/editorplugins/zoomtext/kmail_zoomtexteditorplugin.json
+++ b/kmail/editorplugins/zoomtext/kmail_zoomtexteditorplugin.json
@@ -24,7 +24,8 @@
         "ServiceTypes": [
             "KMailEditor/Plugin"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     }, =

     "X-KDE-KMailEditor-Order": "2"
-}
\ No newline at end of file
+}
diff --git a/kmail/editorsendcheckplugins/automaticaddcontacts/kmail_automa=
ticaddcontactsplugin.json b/kmail/editorsendcheckplugins/automaticaddcontac=
ts/kmail_automaticaddcontactsplugin.json
index 6f0b305..526f49d 100644
--- a/kmail/editorsendcheckplugins/automaticaddcontacts/kmail_automaticaddc=
ontactsplugin.json
+++ b/kmail/editorsendcheckplugins/automaticaddcontacts/kmail_automaticaddc=
ontactsplugin.json
@@ -4,6 +4,7 @@
         "ServiceTypes": [
             "KMailEditor/PluginCheckBeforeSend"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     } =

 }
diff --git a/kmail/editorsendcheckplugins/checkbeforesend/kmail_checkbefore=
sendplugin.json b/kmail/editorsendcheckplugins/checkbeforesend/kmail_checkb=
eforesendplugin.json
index 516825f..6a1f6e5 100644
--- a/kmail/editorsendcheckplugins/checkbeforesend/kmail_checkbeforesendplu=
gin.json
+++ b/kmail/editorsendcheckplugins/checkbeforesend/kmail_checkbeforesendplu=
gin.json
@@ -4,6 +4,7 @@
         "ServiceTypes": [
             "KMailEditor/PluginCheckBeforeSend"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     } =

 }
diff --git a/kmail/editorsendcheckplugins/confirm-address/kmail_confirmaddr=
essplugin.json b/kmail/editorsendcheckplugins/confirm-address/kmail_confirm=
addressplugin.json
index 0c6fd50..4a3ab9c 100644
--- a/kmail/editorsendcheckplugins/confirm-address/kmail_confirmaddressplug=
in.json
+++ b/kmail/editorsendcheckplugins/confirm-address/kmail_confirmaddressplug=
in.json
@@ -4,6 +4,7 @@
         "ServiceTypes": [
             "KMailEditor/PluginCheckBeforeSend"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     } =

 }
diff --git a/plugins/customtoolsplugins/shorturlplugin/pimcommon_shorturlpl=
ugin.json b/plugins/customtoolsplugins/shorturlplugin/pimcommon_shorturlplu=
gin.json
index 3a77f69..a46883c 100644
--- a/plugins/customtoolsplugins/shorturlplugin/pimcommon_shorturlplugin.js=
on
+++ b/plugins/customtoolsplugins/shorturlplugin/pimcommon_shorturlplugin.js=
on
@@ -21,6 +21,7 @@
         "ServiceTypes": [
             "PimCommonCustomTools/Plugin"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     }
-}
\ No newline at end of file
+}
diff --git a/plugins/customtoolsplugins/translatorplugin/pimcommon_translat=
orplugin.json b/plugins/customtoolsplugins/translatorplugin/pimcommon_trans=
latorplugin.json
index 75adb13..fb453cf 100644
--- a/plugins/customtoolsplugins/translatorplugin/pimcommon_translatorplugi=
n.json
+++ b/plugins/customtoolsplugins/translatorplugin/pimcommon_translatorplugi=
n.json
@@ -27,6 +27,7 @@
         "ServiceTypes": [
             "PimCommonCustomTools/Plugin"
         ], =

-        "Version": "1.0"
+        "Version": "1.0",
+        "EnabledByDefault": "true"
     }
-}
\ No newline at end of file
+}
diff --git a/plugins/messageviewerplugins/common/expandurlplugin/messagevie=
wer_expandurlplugin.json b/plugins/messageviewerplugins/common/expandurlplu=
gin/messageviewer_expandurlplugin.json
index 60b5f2d..e505751 100644
--- a/plugins/messageviewerplugins/common/expandurlplugin/messageviewer_exp=
andurlplugin.json
+++ b/plugins/messageviewerplugins/common/expandurlplugin/messageviewer_exp=
andurlplugin.json
@@ -24,6 +24,7 @@
         "ServiceTypes": [
             "MessageViewer/ViewerCommonPlugin"
         ], =

-        "Version": "2.0"
+        "Version": "2.0",
+        "EnabledByDefault": "true"
     }
-}
\ No newline at end of file
+}
diff --git a/plugins/messageviewerplugins/common/translatorplugin/messagevi=
ewer_translatorplugin.json b/plugins/messageviewerplugins/common/translator=
plugin/messageviewer_translatorplugin.json
index 38e2d06..9f76481 100644
--- a/plugins/messageviewerplugins/common/translatorplugin/messageviewer_tr=
anslatorplugin.json
+++ b/plugins/messageviewerplugins/common/translatorplugin/messageviewer_tr=
anslatorplugin.json
@@ -27,6 +27,7 @@
         "ServiceTypes": [
             "MessageViewer/ViewerCommonPlugin"
         ], =

-        "Version": "2.0"
+        "Version": "2.0",
+        "EnabledByDefault": "true"
     }
-}
\ No newline at end of file
+}
diff --git a/plugins/messageviewerplugins/createeventplugin/messageviewer_c=
reateeventplugin.json b/plugins/messageviewerplugins/createeventplugin/mess=
ageviewer_createeventplugin.json
index e11fb15..3da7cf2 100644
--- a/plugins/messageviewerplugins/createeventplugin/messageviewer_createev=
entplugin.json
+++ b/plugins/messageviewerplugins/createeventplugin/messageviewer_createev=
entplugin.json
@@ -27,6 +27,7 @@
         "ServiceTypes": [
             "MessageViewer/ViewerPlugin"
         ], =

-        "Version": "2.0"
+        "Version": "2.0",
+        "EnabledByDefault": "true"
     }
-}
\ No newline at end of file
+}
diff --git a/plugins/messageviewerplugins/createnoteplugin/messageviewer_cr=
eatenoteplugin.json b/plugins/messageviewerplugins/createnoteplugin/message=
viewer_createnoteplugin.json
index 025a516..e795aa0 100644
--- a/plugins/messageviewerplugins/createnoteplugin/messageviewer_createnot=
eplugin.json
+++ b/plugins/messageviewerplugins/createnoteplugin/messageviewer_createnot=
eplugin.json
@@ -27,6 +27,7 @@
         "ServiceTypes": [
             "MessageViewer/ViewerPlugin"
         ], =

-        "Version": "2.0"
+        "Version": "2.0",
+        "EnabledByDefault": "true"
     }
-}
\ No newline at end of file
+}
diff --git a/plugins/messageviewerplugins/createtodoplugin/messageviewer_cr=
eatetodoplugin.json b/plugins/messageviewerplugins/createtodoplugin/message=
viewer_createtodoplugin.json
index 9f069fa..b3e8f00 100644
--- a/plugins/messageviewerplugins/createtodoplugin/messageviewer_createtod=
oplugin.json
+++ b/plugins/messageviewerplugins/createtodoplugin/messageviewer_createtod=
oplugin.json
@@ -27,6 +27,7 @@
         "ServiceTypes": [
             "MessageViewer/ViewerPlugin"
         ], =

-        "Version": "2.0"
+        "Version": "2.0",
+        "EnabledByDefault": "true"
     }
-}
\ No newline at end of file
+}
diff --git a/plugins/messageviewerplugins/externalscriptplugin/messageviewe=
r_externalscriptplugin.json b/plugins/messageviewerplugins/externalscriptpl=
ugin/messageviewer_externalscriptplugin.json
index f6c38fc..bef3fdd 100644
--- a/plugins/messageviewerplugins/externalscriptplugin/messageviewer_exter=
nalscriptplugin.json
+++ b/plugins/messageviewerplugins/externalscriptplugin/messageviewer_exter=
nalscriptplugin.json
@@ -24,6 +24,7 @@
         "ServiceTypes": [
             "MessageViewer/ViewerPlugin"
         ], =

-        "Version": "2.0"
+        "Version": "2.0",
+        "EnabledByDefault": "true"
     }
-}
\ No newline at end of file
+}
[prev in list] [next in list] [prev in thread] [next in thread] 

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