From d312d05e0e3f9539f24993895cee26e8a084b20b Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 10 Feb 2020 02:01:56 +0100 Subject: pkgs/psi: Update to latest upstream master Updating to latest master fixes one of the most annoying theming issue where the chat message input box text will turn black on dark background for my custom Qt theme. There are also quite a lot of fixes in master (which is still unreleased), which we want to have as well. Signed-off-by: aszlig --- pkgs/aszlig/psi/config.patch | 82 ++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 41 deletions(-) (limited to 'pkgs/aszlig/psi/config.patch') diff --git a/pkgs/aszlig/psi/config.patch b/pkgs/aszlig/psi/config.patch index a9462102..a37276fd 100644 --- a/pkgs/aszlig/psi/config.patch +++ b/pkgs/aszlig/psi/config.patch @@ -1,5 +1,5 @@ diff --git a/options/default.xml b/options/default.xml -index 90f019b3..ef33997b 100644 +index 63fd2667..de3332ed 100644 --- a/options/default.xml +++ b/options/default.xml @@ -19,7 +19,7 @@ @@ -11,7 +11,7 @@ index 90f019b3..ef33997b 100644 false -@@ -86,7 +86,7 @@ +@@ -89,7 +89,7 @@ true @@ -20,7 +20,7 @@ index 90f019b3..ef33997b 100644 true -@@ -128,7 +128,7 @@ +@@ -135,7 +135,7 @@ QWidget#bottomFrame>QWidget>QTextEdit[correction="true"] { auto @@ -29,7 +29,7 @@ index 90f019b3..ef33997b 100644 -@@ -146,8 +146,8 @@ +@@ -153,8 +153,8 @@ QWidget#bottomFrame>QWidget>QTextEdit[correction="true"] { false 100 @@ -40,7 +40,7 @@ index 90f019b3..ef33997b 100644 -@@ -208,7 +208,7 @@ QLineEdit#le_status_text { +@@ -215,7 +215,7 @@ QLineEdit#le_status_text { false false true @@ -49,7 +49,7 @@ index 90f019b3..ef33997b 100644 status false true -@@ -223,7 +223,7 @@ QLineEdit#le_status_text { +@@ -230,7 +230,7 @@ QLineEdit#le_status_text { true true true @@ -58,7 +58,7 @@ index 90f019b3..ef33997b 100644 true true -@@ -248,7 +248,7 @@ QLineEdit#le_status_text { +@@ -255,7 +255,7 @@ QLineEdit#le_status_text { false false true @@ -67,7 +67,7 @@ index 90f019b3..ef33997b 100644 true 64 -@@ -285,7 +285,7 @@ QLineEdit#le_status_text { +@@ -292,7 +292,7 @@ QLineEdit#le_status_text { true
@@ -76,7 +76,7 @@ index 90f019b3..ef33997b 100644
true -@@ -335,7 +335,7 @@ QLineEdit#le_status_text { +@@ -343,7 +343,7 @@ QLineEdit#le_status_text { true false @@ -85,7 +85,7 @@ index 90f019b3..ef33997b 100644 false true -@@ -353,8 +353,8 @@ QLineEdit#le_status_text { +@@ -361,8 +361,8 @@ QLineEdit#le_status_text { @@ -96,7 +96,7 @@ index 90f019b3..ef33997b 100644 #969696 -@@ -364,16 +364,16 @@ QLineEdit#le_status_text { +@@ -372,16 +372,16 @@ QLineEdit#le_status_text { #004bb4 #7e0000 #646464 @@ -116,7 +116,7 @@ index 90f019b3..ef33997b 100644
-@@ -384,21 +384,21 @@ QLineEdit#le_status_text { +@@ -392,21 +392,21 @@ QLineEdit#le_status_text { Red #910000 @@ -143,7 +143,7 @@ index 90f019b3..ef33997b 100644 red grey -@@ -411,10 +411,10 @@ QLineEdit#le_status_text { +@@ -419,10 +419,10 @@ QLineEdit#le_status_text { false @@ -158,7 +158,7 @@ index 90f019b3..ef33997b 100644 -@@ -462,20 +462,20 @@ QLineEdit#le_status_text { +@@ -470,20 +470,20 @@ QLineEdit#le_status_text { false @@ -191,8 +191,8 @@ index 90f019b3..ef33997b 100644 + - false -@@ -494,7 +494,7 @@ QLineEdit#le_status_text { + true +@@ -502,7 +502,7 @@ QLineEdit#le_status_text { close detach @@ -201,7 +201,7 @@ index 90f019b3..ef33997b 100644 true -@@ -627,7 +627,7 @@ QLineEdit#le_status_text { +@@ -715,7 +715,7 @@ QLineEdit#le_status_text { true @@ -210,7 +210,7 @@ index 90f019b3..ef33997b 100644 false true true -@@ -650,7 +650,20 @@ QLineEdit#le_status_text { +@@ -738,7 +738,20 @@ QLineEdit#le_status_text { true false @@ -232,7 +232,7 @@ index 90f019b3..ef33997b 100644 submenu false true -@@ -690,5 +703,9 @@ QLineEdit#le_status_text { +@@ -778,5 +791,9 @@ QLineEdit#le_status_text { @@ -244,30 +244,30 @@ index 90f019b3..ef33997b 100644 + diff --git a/src/psi_profiles.cpp b/src/psi_profiles.cpp -index 77fbd169..4b4bca11 100644 +index 894c8ac9..a6798e76 100644 --- a/src/psi_profiles.cpp +++ b/src/psi_profiles.cpp -@@ -79,8 +79,8 @@ void UserAccount::reset() - req_mutual_auth = false; - legacy_ssl_probe = false; - security_level = QCA::SL_None; -- ssl = SSL_Auto; -- jid = ""; -+ ssl = SSL_Yes; -+ jid = "@jid@"; - pass = ""; - scramSaltedHashPassword = ""; - opt_pass = false; -@@ -90,7 +90,7 @@ void UserAccount::reset() - opt_automatic_resource = true; - priority_dep_on_status = true; - ignore_global_actions = false; -- resource = ApplicationInfo::name(); -+ resource = "@resource@"; - priority = 55; - ibbOnly = false; - opt_keepAlive = true; -@@ -133,7 +133,7 @@ void UserAccount::reset() +@@ -75,8 +75,8 @@ void UserAccount::reset() + req_mutual_auth = false; + legacy_ssl_probe = false; + security_level = QCA::SL_None; +- ssl = SSL_Auto; +- jid = ""; ++ ssl = SSL_Yes; ++ jid = "@jid@"; + pass = ""; + scramSaltedHashPassword = ""; + opt_pass = false; +@@ -86,7 +86,7 @@ void UserAccount::reset() + opt_automatic_resource = true; + priority_dep_on_status = true; + ignore_global_actions = false; +- resource = ApplicationInfo::name(); ++ resource = "@resource@"; + priority = 55; + ibbOnly = false; + opt_keepAlive = true; +@@ -129,7 +129,7 @@ void UserAccount::reset() << "stun.voipbuster.com" << "stun.voxgratia.org"; -- cgit 1.4.1