summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeL10n.txt1
-rw-r--r--CMakeLists.txt7
-rw-r--r--src/otrprefs.ui21
-rw-r--r--src/smppopupui.ui12
-rw-r--r--src/verifypopupui.ui3
-rw-r--r--translations/messages/de.po79
-rw-r--r--translations/messages/kopete_otr.pot79
7 files changed, 49 insertions, 153 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 16e3f52..233b58f 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -14,7 +14,6 @@ cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEL10n )
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3dc286..d885c24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kopete_otr )
-set( VERSION R14.0.13 )
#### include essential cmake modules
@@ -29,10 +28,14 @@ include( CheckCXXSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )
diff --git a/src/otrprefs.ui b/src/otrprefs.ui
index 2bcf214..b7a6770 100644
--- a/src/otrprefs.ui
+++ b/src/otrprefs.ui
@@ -52,9 +52,6 @@
<property name="text">
<string>&amp;Generate</string>
</property>
- <property name="accel">
- <string>Alt+G</string>
- </property>
</widget>
<widget class="TQComboBox" row="0" column="1">
<property name="name">
@@ -111,9 +108,6 @@
<property name="text">
<string>&amp;Opportunistic</string>
</property>
- <property name="accel">
- <string>Alt+O</string>
- </property>
<property name="toolTip" stdset="0">
<string>Encrypt messages automatically if the other side supports OTR</string>
</property>
@@ -125,9 +119,6 @@
<property name="text">
<string>Ne&amp;ver</string>
</property>
- <property name="accel">
- <string>Alt+V</string>
- </property>
<property name="toolTip" stdset="0">
<string>Never encrypt messages</string>
</property>
@@ -139,9 +130,6 @@
<property name="text">
<string>&amp;Manual</string>
</property>
- <property name="accel">
- <string>Alt+M</string>
- </property>
<property name="checked">
<bool>false</bool>
</property>
@@ -159,9 +147,6 @@
<property name="text">
<string>Al&amp;ways</string>
</property>
- <property name="accel">
- <string>Alt+W</string>
- </property>
<property name="checked">
<bool>false</bool>
</property>
@@ -262,9 +247,6 @@
<property name="text">
<string>&amp;Verify Fingerprint</string>
</property>
- <property name="accel">
- <string>Alt+V</string>
- </property>
</widget>
<widget class="TQPushButton" row="1" column="1">
<property name="name">
@@ -276,9 +258,6 @@
<property name="text">
<string>F&amp;orget Fingerprint</string>
</property>
- <property name="accel">
- <string>Alt+O</string>
- </property>
</widget>
</grid>
</widget>
diff --git a/src/smppopupui.ui b/src/smppopupui.ui
index 8319ed2..45bf688 100644
--- a/src/smppopupui.ui
+++ b/src/smppopupui.ui
@@ -30,9 +30,6 @@
<property name="text">
<string>&amp;OK</string>
</property>
- <property name="accel">
- <string>Alt+O</string>
- </property>
</widget>
<widget class="KPushButton">
<property name="name">
@@ -49,9 +46,6 @@
<property name="text">
<string>&amp;Cancel</string>
</property>
- <property name="accel">
- <string>Alt+C</string>
- </property>
</widget>
<widget class="KLineEdit">
<property name="name">
@@ -119,9 +113,6 @@
<property name="text">
<string>&amp;Manual Authentication</string>
</property>
- <property name="accel">
- <string>Alt+M</string>
- </property>
</widget>
<widget class="KPushButton">
<property name="name">
@@ -138,9 +129,6 @@
<property name="text">
<string>&amp;Help</string>
</property>
- <property name="accel">
- <string>Alt+H</string>
- </property>
</widget>
</widget>
<images>
diff --git a/src/verifypopupui.ui b/src/verifypopupui.ui
index 2749db7..98d0b26 100644
--- a/src/verifypopupui.ui
+++ b/src/verifypopupui.ui
@@ -26,9 +26,6 @@
<property name="text">
<string>&amp;OK</string>
</property>
- <property name="accel">
- <string>Alt+O</string>
- </property>
</widget>
<spacer row="3" column="0" rowspan="1" colspan="2">
<property name="name">
diff --git a/translations/messages/de.po b/translations/messages/de.po
index e5063f8..14d80c7 100644
--- a/translations/messages/de.po
+++ b/translations/messages/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-02 18:30+0000\n"
+"POT-Creation-Date: 2022-09-08 18:28+0000\n"
"PO-Revision-Date: 2019-12-21 13:56+0000\n"
"Last-Translator: Chris <xchrisx@uber.space>\n"
"Language-Team: German <https://mirror.git.trinitydesktop.org/weblate/"
@@ -243,22 +243,22 @@ msgstr "OTR"
msgid "&Default"
msgstr "&Voreinstellung"
-#: otrplugin.cpp:143 otrprefs.ui:160
+#: otrplugin.cpp:143 otrprefs.ui:148
#, no-c-format
msgid "Al&ways"
msgstr "&Immer"
-#: otrplugin.cpp:143 otrprefs.ui:112
+#: otrplugin.cpp:143 otrprefs.ui:109
#, no-c-format
msgid "&Opportunistic"
msgstr "&Automatisch"
-#: otrplugin.cpp:143 otrprefs.ui:140
+#: otrplugin.cpp:143 otrprefs.ui:131
#, no-c-format
msgid "&Manual"
msgstr "&Manuell"
-#: otrplugin.cpp:143 otrprefs.ui:126
+#: otrplugin.cpp:143 otrprefs.ui:120
#, no-c-format
msgid "Ne&ver"
msgstr "&Nie"
@@ -393,103 +393,78 @@ msgstr "Private Schlüssel"
msgid "&Generate"
msgstr "&Erzeugen"
-#: otrprefs.ui:56
-#, no-c-format
-msgid "Alt+G"
-msgstr "Alt+E"
-
-#: otrprefs.ui:75
+#: otrprefs.ui:72
#, no-c-format
msgid "Account:"
msgstr "Konto:"
-#: otrprefs.ui:91
+#: otrprefs.ui:88
#, no-c-format
msgid "No Fingerprint"
msgstr "Kein Fingerabdruck"
-#: otrprefs.ui:101
+#: otrprefs.ui:98
#, no-c-format
msgid "Default Policy"
msgstr "Voreinstellung für Verschlüsselung"
-#: otrprefs.ui:115 otrprefs.ui:280 smppopupui.ui:34 verifypopupui.ui:30
-#, no-c-format
-msgid "Alt+O"
-msgstr "Alt+O"
-
-#: otrprefs.ui:118
+#: otrprefs.ui:112
#, no-c-format
msgid "Encrypt messages automatically if the other side supports OTR"
msgstr ""
"Nachrichten automatisch verschlüsseln wenn die andere Seite OTR unterstützt"
-#: otrprefs.ui:129 otrprefs.ui:266
-#, no-c-format
-msgid "Alt+V"
-msgstr "Alt+V"
-
-#: otrprefs.ui:132
+#: otrprefs.ui:123
#, no-c-format
msgid "Never encrypt messages"
msgstr "Nachrichten nie verschlüsseln"
-#: otrprefs.ui:143 smppopupui.ui:123
-#, no-c-format
-msgid "Alt+M"
-msgstr "Alt+M"
-
-#: otrprefs.ui:149
+#: otrprefs.ui:137
#, no-c-format
msgid "Encrypt messages if the other side requests an OTR connection"
msgstr "Nachrichten auf Anfrage verschlüsseln"
-#: otrprefs.ui:163
-#, no-c-format
-msgid "Alt+W"
-msgstr "Alt+I"
-
-#: otrprefs.ui:169
+#: otrprefs.ui:154
#, no-c-format
msgid "Always encrypt messages"
msgstr "Nachrichten immer verschlüsseln"
-#: otrprefs.ui:198
+#: otrprefs.ui:183
#, no-c-format
msgid "K&nown Fingerprints"
msgstr "&Bekannte Fingerabdrücke"
-#: otrprefs.ui:207
+#: otrprefs.ui:192
#, no-c-format
msgid "User"
msgstr "Benutzer"
-#: otrprefs.ui:212
+#: otrprefs.ui:197
#, no-c-format
msgid "Status"
msgstr "Status"
-#: otrprefs.ui:217
+#: otrprefs.ui:202
#, no-c-format
msgid "Verified"
msgstr "Überprüft"
-#: otrprefs.ui:222
+#: otrprefs.ui:207
#, no-c-format
msgid "Fingerprint"
msgstr "Fingerabdruck"
-#: otrprefs.ui:227
+#: otrprefs.ui:212
#, no-c-format
msgid "Protocol"
msgstr "Protokoll"
-#: otrprefs.ui:263
+#: otrprefs.ui:248
#, no-c-format
msgid "&Verify Fingerprint"
msgstr "Fingerabdruck &überprüfen"
-#: otrprefs.ui:277
+#: otrprefs.ui:259
#, no-c-format
msgid "F&orget Fingerprint"
msgstr "Fingerabdruck &löschen"
@@ -499,27 +474,17 @@ msgstr "Fingerabdruck &löschen"
msgid "Please wait while generating the private key"
msgstr "Bitte warten Sie während der private Schlüssel erzeugt wird"
-#: smppopupui.ui:53
-#, no-c-format
-msgid "Alt+C"
-msgstr "Alt+C"
-
-#: smppopupui.ui:82
+#: smppopupui.ui:76
#, no-c-format
msgid "Please enter the secret passphrase to authenticate this contact."
msgstr ""
"Bitte geben Sie das Passwort um diesen Kontakt zu authentifizieren ein."
-#: smppopupui.ui:120
+#: smppopupui.ui:114
#, no-c-format
msgid "&Manual Authentication"
msgstr "&Manuelle Überprüfung"
-#: smppopupui.ui:142
-#, no-c-format
-msgid "Alt+H"
-msgstr "Alt+H"
-
#~ msgid "Yes"
#~ msgstr "Ja"
diff --git a/translations/messages/kopete_otr.pot b/translations/messages/kopete_otr.pot
index f72c118..2b3562c 100644
--- a/translations/messages/kopete_otr.pot
+++ b/translations/messages/kopete_otr.pot
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-07-07 22:28+0000\n"
+"POT-Creation-Date: 2022-09-08 20:25+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -218,22 +218,22 @@ msgstr ""
msgid "&Default"
msgstr ""
-#: otrplugin.cpp:143 otrprefs.ui:160
+#: otrplugin.cpp:143 otrprefs.ui:148
#, no-c-format
msgid "Al&ways"
msgstr ""
-#: otrplugin.cpp:143 otrprefs.ui:112
+#: otrplugin.cpp:143 otrprefs.ui:109
#, no-c-format
msgid "&Opportunistic"
msgstr ""
-#: otrplugin.cpp:143 otrprefs.ui:140
+#: otrplugin.cpp:143 otrprefs.ui:131
#, no-c-format
msgid "&Manual"
msgstr ""
-#: otrplugin.cpp:143 otrprefs.ui:126
+#: otrplugin.cpp:143 otrprefs.ui:120
#, no-c-format
msgid "Ne&ver"
msgstr ""
@@ -353,102 +353,77 @@ msgstr ""
msgid "&Generate"
msgstr ""
-#: otrprefs.ui:56
-#, no-c-format
-msgid "Alt+G"
-msgstr ""
-
-#: otrprefs.ui:75
+#: otrprefs.ui:72
#, no-c-format
msgid "Account:"
msgstr ""
-#: otrprefs.ui:91
+#: otrprefs.ui:88
#, no-c-format
msgid "No Fingerprint"
msgstr ""
-#: otrprefs.ui:101
+#: otrprefs.ui:98
#, no-c-format
msgid "Default Policy"
msgstr ""
-#: otrprefs.ui:115 otrprefs.ui:280 smppopupui.ui:34 verifypopupui.ui:30
-#, no-c-format
-msgid "Alt+O"
-msgstr ""
-
-#: otrprefs.ui:118
+#: otrprefs.ui:112
#, no-c-format
msgid "Encrypt messages automatically if the other side supports OTR"
msgstr ""
-#: otrprefs.ui:129 otrprefs.ui:266
-#, no-c-format
-msgid "Alt+V"
-msgstr ""
-
-#: otrprefs.ui:132
+#: otrprefs.ui:123
#, no-c-format
msgid "Never encrypt messages"
msgstr ""
-#: otrprefs.ui:143 smppopupui.ui:123
-#, no-c-format
-msgid "Alt+M"
-msgstr ""
-
-#: otrprefs.ui:149
+#: otrprefs.ui:137
#, no-c-format
msgid "Encrypt messages if the other side requests an OTR connection"
msgstr ""
-#: otrprefs.ui:163
-#, no-c-format
-msgid "Alt+W"
-msgstr ""
-
-#: otrprefs.ui:169
+#: otrprefs.ui:154
#, no-c-format
msgid "Always encrypt messages"
msgstr ""
-#: otrprefs.ui:198
+#: otrprefs.ui:183
#, no-c-format
msgid "K&nown Fingerprints"
msgstr ""
-#: otrprefs.ui:207
+#: otrprefs.ui:192
#, no-c-format
msgid "User"
msgstr ""
-#: otrprefs.ui:212
+#: otrprefs.ui:197
#, no-c-format
msgid "Status"
msgstr ""
-#: otrprefs.ui:217
+#: otrprefs.ui:202
#, no-c-format
msgid "Verified"
msgstr ""
-#: otrprefs.ui:222
+#: otrprefs.ui:207
#, no-c-format
msgid "Fingerprint"
msgstr ""
-#: otrprefs.ui:227
+#: otrprefs.ui:212
#, no-c-format
msgid "Protocol"
msgstr ""
-#: otrprefs.ui:263
+#: otrprefs.ui:248
#, no-c-format
msgid "&Verify Fingerprint"
msgstr ""
-#: otrprefs.ui:277
+#: otrprefs.ui:259
#, no-c-format
msgid "F&orget Fingerprint"
msgstr ""
@@ -458,22 +433,12 @@ msgstr ""
msgid "Please wait while generating the private key"
msgstr ""
-#: smppopupui.ui:53
-#, no-c-format
-msgid "Alt+C"
-msgstr ""
-
-#: smppopupui.ui:82
+#: smppopupui.ui:76
#, no-c-format
msgid "Please enter the secret passphrase to authenticate this contact."
msgstr ""
-#: smppopupui.ui:120
+#: smppopupui.ui:114
#, no-c-format
msgid "&Manual Authentication"
msgstr ""
-
-#: smppopupui.ui:142
-#, no-c-format
-msgid "Alt+H"
-msgstr ""