Changeset 184 for diffs/psi_0.16.diff
- Timestamp:
- Nov 21, 2016, 2:30:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
diffs/psi_0.16.diff
r172 r184 1 1 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/configure trunk/configure 2 --- vendor/current/configure 201 4-09-18 16:18:04.000000000 +02003 +++ trunk/configure 201 4-09-18 16:18:18.000000000 +02004 @@ - 959,8 +959,8 @@2 --- vendor/current/configure 2016-05-02 17:29:30.000000000 +0200 3 +++ trunk/configure 2016-05-02 17:28:48.000000000 +0200 4 @@ -1090,8 +1090,8 @@ 5 5 QString shortname() const { return "qjdns"; } 6 6 bool exec() … … 13 13 return true; 14 14 #else 15 @@ -1 071,13 +1071,13 @@15 @@ -1207,13 +1207,13 @@ 16 16 qc_qdbus(Conf *c) : ConfObj(c) {} 17 17 QString name() const { return "QDBUS"; } … … 30 30 #else 31 31 if (!conf->getenv("QC_DISABLE_qdbus").isEmpty()) 32 @@ - 1959,18 +1959,36 @@32 @@ -2225,18 +2225,36 @@ 33 33 QString path = qc_getenv("PATH"); 34 34 if(!path.isEmpty()) … … 69 69 { 70 70 QString out; 71 @@ - 1984,8 +2002,8 @@71 @@ -2250,8 +2268,8 @@ 72 72 break; 73 73 } … … 80 80 { 81 81 fi = QFileInfo(list[n] + '/' + prog + ".exe"); 82 @@ -2 002,7 +2020,7 @@82 @@ -2268,7 +2286,7 @@ 83 83 84 84 QString qc_findself(const QString &argv0) … … 89 89 #else 90 90 if(argv0.contains('/')) 91 @@ -2455,6 +2473,9 @@ 91 @@ -2414,7 +2432,7 @@ 92 searchStart = true; 93 buf.clear(); 94 continue; 95 -#ifndef Q_OS_WIN /* on windows backslash is just a path separator */ 96 +#if !defined(Q_OS_WIN) && !defined(Q_OS_OS2) /* on windows and OS/2 backslash is just a path separator */ 97 } else if (flags[i] == backslash) { 98 escaped = true; 99 continue; // just add next symbol 100 @@ -2488,7 +2506,7 @@ 101 // Using Windows-style '\\\\' can leads strange compilation error with MSYS which uses 102 // unix style. 103 QLatin1Char nativeSep('/'); 104 -#ifdef Q_OS_WIN 105 +#if defined(Q_OS_WIN) || defined(Q_OS_OS2) 106 path.replace(QLatin1Char('\\\\'), QLatin1Char('/')); 107 #endif 108 // trim trailing slashes 109 @@ -2894,6 +2912,9 @@ 92 110 QStringList dirs; 93 111 dirs += "/usr/local/include"; … … 99 117 { 100 118 if(checkHeader(*it, h)) 101 @@ -2 497,6 +2518,18@@119 @@ -2936,6 +2957,19 @@ 102 120 *lib = "/usr/local/lib"; 103 121 return true; 104 122 } 123 + 105 124 +#ifdef Q_OS_OS2 106 125 + QStringList dirs; … … 197 216 } 198 217 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/iris/src/irisnet/noncore/cutestuff/socks.cpp trunk/iris/src/irisnet/noncore/cutestuff/socks.cpp 199 --- vendor/current/iris/src/irisnet/noncore/cutestuff/socks.cpp 201 3-08-22 16:54:12.000000000 +0200200 +++ trunk/iris/src/irisnet/noncore/cutestuff/socks.cpp 201 3-08-22 17:30:26.000000000 +0200218 --- vendor/current/iris/src/irisnet/noncore/cutestuff/socks.cpp 2016-04-08 16:55:40.000000000 +0200 219 +++ trunk/iris/src/irisnet/noncore/cutestuff/socks.cpp 2016-04-13 14:23:18.000000000 +0200 201 220 @@ -27,7 +27,7 @@ 202 221 #include <QSocketNotifier> … … 254 273 #endif 255 274 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/iris/src/jdns/src/jdns/jdns_sys.c trunk/iris/src/jdns/src/jdns/jdns_sys.c 256 --- vendor/current/iris/src/jdns/src/jdns/jdns_sys.c 201 4-09-18 16:29:12.000000000 +0200257 +++ trunk/iris/src/jdns/src/jdns/jdns_sys.c 201 4-09-18 16:29:34.000000000 +0200275 --- vendor/current/iris/src/jdns/src/jdns/jdns_sys.c 2015-09-15 16:33:46.000000000 +0200 276 +++ trunk/iris/src/jdns/src/jdns/jdns_sys.c 2015-09-15 17:59:32.000000000 +0200 258 277 @@ -117,7 +117,7 @@ 259 278 # include <windows.h> … … 309 328 // nameservers - ipv6 310 329 #ifdef __GLIBC__ 311 for(n = 0; n < MAXNS && n < RESVAR._u._ext.nscount6; ++n)330 for(n = 0; n < MAXNS; ++n) 312 331 @@ -798,6 +810,7 @@ 313 332 jdns_dnsparams_append_nameserver(params, addr, JDNS_UNICAST_PORT); … … 317 336 318 337 // nameservers - ipv4 319 for(n = 0; n < MAXNS && n < RESVAR.nscount; ++n)320 @@ -86 1,7 +874,13 @@338 #ifdef __GLIBC__ 339 @@ -866,7 +879,13 @@ 321 340 params = dnsparams_get_unixfiles(); 322 341 } … … 344 363 # include <sys/types.h> 345 364 # include <sys/socket.h> 365 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/iris/src/xmpp/base/timezone.cpp trunk/iris/src/xmpp/base/timezone.cpp 366 --- vendor/current/iris/src/xmpp/base/timezone.cpp 2016-04-08 16:55:40.000000000 +0200 367 +++ trunk/iris/src/xmpp/base/timezone.cpp 2016-04-13 12:56:58.000000000 +0200 368 @@ -22,7 +22,7 @@ 369 #if QT_VERSION < QT_VERSION_CHECK(5, 2, 0) 370 #include <QByteArray> 371 #include <QTime> 372 -#ifdef Q_OS_UNIX 373 +#if defined(Q_OS_UNIX) || defined(Q_OS_OS2) 374 #include <time.h> 375 #endif 376 #ifdef Q_OS_WIN 377 @@ -41,7 +41,7 @@ 378 379 static void init() 380 { 381 -#if defined(Q_OS_UNIX) 382 +#if defined(Q_OS_UNIX) || defined(Q_OS_OS2) 383 time_t x; 384 time(&x); 385 char str[256]; 346 386 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/iris/src/xmpp/xmpp-core/connector.cpp trunk/iris/src/xmpp/xmpp-core/connector.cpp 347 --- vendor/current/iris/src/xmpp/xmpp-core/connector.cpp 201 3-08-22 16:54:12.000000000 +0200348 +++ trunk/iris/src/xmpp/xmpp-core/connector.cpp 201 3-08-22 18:01:58.000000000 +0200387 --- vendor/current/iris/src/xmpp/xmpp-core/connector.cpp 2015-09-15 16:33:46.000000000 +0200 388 +++ trunk/iris/src/xmpp/xmpp-core/connector.cpp 2015-09-15 18:10:26.000000000 +0200 349 389 @@ -40,7 +40,11 @@ 350 390 #include "bsocket.h" … … 360 400 361 401 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/iris/src/xmpp/xmpp-im/s5b.cpp trunk/iris/src/xmpp/xmpp-im/s5b.cpp 362 --- vendor/current/iris/src/xmpp/xmpp-im/s5b.cpp 201 3-08-22 16:54:12.000000000 +0200363 +++ trunk/iris/src/xmpp/xmpp-im/s5b.cpp 201 3-08-22 18:06:04.000000000 +0200364 @@ -2 7,7 +27,11 @@365 #include <qca.h>402 --- vendor/current/iris/src/xmpp/xmpp-im/s5b.cpp 2016-04-08 16:55:40.000000000 +0200 403 +++ trunk/iris/src/xmpp/xmpp-im/s5b.cpp 2016-04-13 14:35:54.000000000 +0200 404 @@ -28,7 +28,11 @@ 405 366 406 #include "xmpp_xmlcommon.h" 367 407 #include "im.h" … … 642 682 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/os2/Readme.OS2 trunk/os2/Readme.OS2 643 683 --- vendor/current/os2/Readme.OS2 1970-01-01 01:00:00.000000000 +0100 644 +++ trunk/os2/Readme.OS2 201 5-02-16 21:44:52.000000000 +0100645 @@ -0,0 +1,2 57@@646 +Psi 0.16-dev for OS/2 and eComStation647 +------------------------------------- 648 + This file contains information specific to the OS/2 - eComStation version of649 + Psi. Before reading it, please refer to the README file that contains650 + general information about Psi.684 +++ trunk/os2/Readme.OS2 2016-04-13 17:01:32.000000000 +0200 685 @@ -0,0 +1,266 @@ 686 +Psi 0.16-dev for OS/2 and OS/2-based systems 687 +-------------------------------------------- 688 + This file contains information specific to the OS/2 and OS/2-based systems 689 + version of Psi. Before reading it, please refer to the README file that 690 + contains general information about Psi. 651 691 + 652 692 + … … 666 706 +1. INTRODUCTION 667 707 +=============== 668 + Welcome to Psi version 0.16-dev for OS/2 and eComStation.708 + Welcome to Psi version 0.16-dev for OS/2 and OS/2-based systems. 669 709 + 670 710 + … … 870 910 +========== 871 911 + 912 + 2016-04-13 913 + * updated to latest 0.16-dev sources 914 + 915 + 2016-01-08 916 + * updated to latest 0.16-dev sources 917 + 918 + 2015-09-15 919 + * updated to latest 0.16-dev sources 920 + 872 921 + 2015-02-16 873 922 + * enabled spellchecker … … 902 951 +2012-10-29 Andreas Buchinger 903 952 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/psi.pro trunk/psi.pro 904 --- vendor/current/psi.pro 201 4-11-19 10:52:16.000000000 +0100905 +++ trunk/psi.pro 201 4-11-19 17:28:42.000000000 +0100953 --- vendor/current/psi.pro 2016-04-08 16:55:16.000000000 +0200 954 +++ trunk/psi.pro 2016-04-13 14:37:06.000000000 +0200 906 955 @@ -5,6 +5,7 @@ 907 956 # configure iris … … 913 962 sub_src.subdir = src 914 963 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/qcm/qjdns.qcm trunk/qcm/qjdns.qcm 915 --- vendor/current/qcm/qjdns.qcm 201 4-04-17 19:28:52.000000000 +0200916 +++ trunk/qcm/qjdns.qcm 201 4-04-23 11:26:10.000000000 +0200964 --- vendor/current/qcm/qjdns.qcm 2015-09-15 16:33:22.000000000 +0200 965 +++ trunk/qcm/qjdns.qcm 2015-09-15 18:17:18.000000000 +0200 917 966 @@ -17,8 +17,8 @@ 918 967 QString shortname() const { return "qjdns"; } … … 952 1001 953 1002 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/applicationinfo.cpp trunk/src/applicationinfo.cpp 954 --- vendor/current/src/applicationinfo.cpp 201 3-12-03 18:34:22.000000000 +0100955 +++ trunk/src/applicationinfo.cpp 201 3-12-05 14:03:02.000000000 +01001003 --- vendor/current/src/applicationinfo.cpp 2016-05-02 17:20:46.000000000 +0200 1004 +++ trunk/src/applicationinfo.cpp 2016-05-02 17:48:50.000000000 +0200 956 1005 @@ -143,7 +143,7 @@ 957 1006 { … … 973 1022 QString XdgCacheHome = QString::fromLocal8Bit(getenv("XDG_CACHE_HOME")); 974 1023 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/common.cpp trunk/src/common.cpp 975 --- vendor/current/src/common.cpp 201 3-12-03 18:34:22.000000000 +0100976 +++ trunk/src/common.cpp 201 3-12-05 13:34:34.000000000 +0100977 @@ -28 3,7 +283,7 @@1024 --- vendor/current/src/common.cpp 2016-05-02 17:20:46.000000000 +0200 1025 +++ trunk/src/common.cpp 2016-05-02 17:54:10.000000000 +0200 1026 @@ -285,7 +285,7 @@ 978 1027 return; 979 1028 } … … 986 1035 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/config.h trunk/src/config.h 987 1036 --- vendor/current/src/config.h 1970-01-01 01:00:00.000000000 +0100 988 +++ trunk/src/config.h 201 5-02-13 13:17:26.000000000 +01001037 +++ trunk/src/config.h 2016-04-13 16:30:38.000000000 +0200 989 1038 @@ -0,0 +1,3 @@ 990 1039 +#define PSI_LIBDIR "/usr/local/lib/psi" 991 1040 +#define PSI_DATADIR "/usr/local/share/psi" 992 +#define PSI_VERSION "0.16-dev-201 50213"1041 +#define PSI_VERSION "0.16-dev-20160413" 993 1042 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/homedirmigration.cpp trunk/src/homedirmigration.cpp 994 --- vendor/current/src/homedirmigration.cpp 201 3-08-22 16:52:32.000000000 +0200995 +++ trunk/src/homedirmigration.cpp 201 3-08-23 10:14:42.000000000 +02001043 --- vendor/current/src/homedirmigration.cpp 2016-04-08 16:55:16.000000000 +0200 1044 +++ trunk/src/homedirmigration.cpp 2016-04-13 14:55:50.000000000 +0200 996 1045 @@ -165,7 +165,7 @@ 997 1046 … … 1003 1052 QRegExp cacheXp("^/tmp-contentdownloader/.*$|^/tmp-sounds/.*$|^/tmp-pics/.*$|" 1004 1053 "^/bob/.*|^/avatars/.*$|^/profiles/\\w*/vcard/.*$|^/caps.xml$|^/tune$"); 1005 @@ -25 6,6 +256,9 @@1054 @@ -254,6 +254,9 @@ 1006 1055 base = QDir::cleanPath(base); 1007 1056 … … 1113 1162 const bool winmode = false; 1114 1163 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/libpsi/tools/spellchecker/aspellchecker.cpp trunk/src/libpsi/tools/spellchecker/aspellchecker.cpp 1115 --- vendor/current/src/libpsi/tools/spellchecker/aspellchecker.cpp 201 3-08-22 16:54:16.000000000 +02001116 +++ trunk/src/libpsi/tools/spellchecker/aspellchecker.cpp 201 5-02-16 21:36:06.000000000 +01001117 @@ -3 8,10 +38,19 @@1118 speller_ = NULL;1119 config_ = new_aspell_config();1164 --- vendor/current/src/libpsi/tools/spellchecker/aspellchecker.cpp 2016-04-08 16:55:40.000000000 +0200 1165 +++ trunk/src/libpsi/tools/spellchecker/aspellchecker.cpp 2016-04-13 18:02:48.000000000 +0200 1166 @@ -36,10 +36,19 @@ 1167 : config_(new_aspell_config()) 1168 { 1120 1169 aspell_config_replace(config_, "encoding", "utf-8"); 1121 1170 -#ifdef Q_OS_WIN … … 1134 1183 + 1135 1184 #endif 1136 AspellCanHaveError* ret = new_aspell_speller(config_); 1137 if (aspell_error_number(ret) == 0) { 1185 setActiveLanguages(getAllLanguages()); 1186 } 1187 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/libpsi/tools/spellchecker/hunspellchecker.cpp trunk/src/libpsi/tools/spellchecker/hunspellchecker.cpp 1188 --- vendor/current/src/libpsi/tools/spellchecker/hunspellchecker.cpp 2016-04-08 16:55:40.000000000 +0200 1189 +++ trunk/src/libpsi/tools/spellchecker/hunspellchecker.cpp 2016-04-13 15:19:38.000000000 +0200 1190 @@ -67,10 +67,17 @@ 1191 #elif defined(Q_OS_MAC) 1192 dictPathSet << QLatin1String("/opt/local/share/myspell"); // MacPorts standard paths 1193 #else 1194 +#ifdef O_OS_OS2 1195 + dictPathSet << QLatin1String("/@unixroot/usr/share/myspell") 1196 + << QLatin1String("/@unixroot/usr/share/hunspell") 1197 + << QLatin1String("/@unixroot/usr/local/share/myspell") 1198 + << QLatin1String("/@unixroot/usr/local/share/hunspell") 1199 +#else 1200 dictPathSet << QLatin1String("/usr/share/myspell") 1201 << QLatin1String("/usr/share/hunspell") 1202 << QLatin1String("/usr/local/share/myspell") 1203 << QLatin1String("/usr/local/share/hunspell") 1204 +#endif 1205 << QString("%1/.local/share/myspell").arg(QDir::home().absolutePath()) 1206 << QString("%1/.local/share/hunspell").arg(QDir::home().absolutePath()); 1207 #endif 1138 1208 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/libpsi/tools/systemwatch/systemwatch.pri trunk/src/libpsi/tools/systemwatch/systemwatch.pri 1139 1209 --- vendor/current/src/libpsi/tools/systemwatch/systemwatch.pri 2012-10-04 02:53:12.000000000 +0200 … … 1148 1218 +} 1149 1219 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/main.cpp trunk/src/main.cpp 1150 --- vendor/current/src/main.cpp 201 3-08-22 16:52:32.000000000 +02001151 +++ trunk/src/main.cpp 201 3-08-23 10:46:06.000000000 +02001152 @@ -48 4,7 +484,7 @@1220 --- vendor/current/src/main.cpp 2016-04-08 16:55:16.000000000 +0200 1221 +++ trunk/src/main.cpp 2016-04-13 15:22:48.000000000 +0200 1222 @@ -486,7 +486,7 @@ 1153 1223 QByteArray val = qgetenv("QT_PLUGIN_PATH"); 1154 1224 if(!val.isEmpty()) … … 1161 1231 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/options/opt_sound.cpp trunk/src/options/opt_sound.cpp 1162 1232 --- vendor/current/src/options/opt_sound.cpp 2013-08-22 16:52:32.000000000 +0200 1163 +++ trunk/src/options/opt_sound.cpp 201 3-08-23 11:01:08.000000000 +02001233 +++ trunk/src/options/opt_sound.cpp 2016-04-13 15:38:16.000000000 +0200 1164 1234 @@ -170,6 +170,8 @@ 1165 1235 d->le_player->setText(tr("Windows Sound")); … … 1167 1237 d->le_player->setText(tr("Mac OS Sound")); 1168 1238 +#elif defined(Q_OS_OS2) 1169 + d->le_player->setText(tr(" eComStation(OS/2)Sound"));1239 + d->le_player->setText(tr("OS/2 and OS/2-based systems Sound")); 1170 1240 #else 1171 1241 d->le_player->setText( PsiOptions::instance()->getOption("options.ui.notifications.sounds.unix-sound-player").toString() ); 1172 1242 #endif 1173 1243 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/src.pri trunk/src/src.pri 1174 --- vendor/current/src/src.pri 201 3-12-03 18:34:22.000000000 +01001175 +++ trunk/src/src.pri 201 3-12-05 14:09:30.000000000 +01001176 @@ -6 02,6 +602,10 @@1244 --- vendor/current/src/src.pri 2016-05-02 17:20:46.000000000 +0200 1245 +++ trunk/src/src.pri 2016-05-02 18:22:04.000000000 +0200 1246 @@ -635,6 +635,10 @@ 1177 1247 SOURCES += $$PWD/activeprofiles_stub.cpp 1178 1248 } … … 1186 1256 $$PWD/networkaccessmanager.h \ 1187 1257 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/src.pro trunk/src/src.pro 1188 --- vendor/current/src/src.pro 201 4-09-18 16:37:50.000000000 +02001189 +++ trunk/src/src.pro 201 4-11-19 17:29:04.000000000 +01001190 @@ -15 1,6 +151,9 @@1258 --- vendor/current/src/src.pro 2016-04-08 16:55:18.000000000 +0200 1259 +++ trunk/src/src.pro 2016-04-13 15:54:12.000000000 +0200 1260 @@ -153,6 +153,9 @@ 1191 1261 # buggy MSVC workaround 1192 1262 win32-msvc|win32-msvc.net|win32-msvc2005: QMAKE_LFLAGS += /FORCE:MULTIPLE … … 1199 1269 qc_universal:contains(QT_CONFIG,x86):contains(QT_CONFIG,x86_64) { 1200 1270 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/systeminfo.cpp trunk/src/systeminfo.cpp 1201 --- vendor/current/src/systeminfo.cpp 2013-12-03 18:34:22.000000000 +0100 1202 +++ trunk/src/systeminfo.cpp 2013-12-06 14:53:42.000000000 +0100 1203 @@ -171,14 +171,14 @@ 1271 --- vendor/current/src/systeminfo.cpp 2016-04-08 16:55:18.000000000 +0200 1272 +++ trunk/src/systeminfo.cpp 2016-04-13 16:05:58.000000000 +0200 1273 @@ -172,7 +172,6 @@ 1274 { 1275 // Initialize 1204 1276 os_str_ = "Unknown"; 1277 - os_name_str_ = os_str_; 1205 1278 1206 1279 // Detect 1207 -#if defined(HAVE_X11) || defined(Q_OS_MAC)1208 +#if defined(HAVE_X11) || defined(Q_OS_MAC) || defined(Q_OS_OS2)1209 time_t x;1210 time(&x);1211 - char str[256];1212 + char str[256] = "\0";1213 char fmt[32];1214 strcpy(fmt, "%z");1215 strftime(str, 256, fmt, localtime(&x));1216 - if(strcmp(fmt, str)) {1217 + if(*str && strcmp(fmt, str)) {1218 QString s = str;1219 if(s.at(0) == '+')1220 s.remove(0,1);1221 @@ -187,7 +187,7 @@1222 }1223 strcpy(fmt, "%Z");1224 strftime(str, 256, fmt, localtime(&x));1225 - if(strcmp(fmt, str))1226 + if(*str && strcmp(fmt, str))1227 timezone_str_ = str;1228 #endif1229 1280 #if defined(HAVE_X11) 1230 @@ -2 25,6 +225,57@@1231 default:1232 os_str_ = "Mac OS X";1233 }1281 @@ -236,6 +235,56 @@ 1282 os_str_ = "Mac OS X"; 1283 } else { 1284 os_str_ = os_name_str_ + " " + os_version_str_; 1234 1285 +#elif defined(Q_OS_OS2) 1235 1286 + QSysInfo::Os2Version v = QSysInfo::os2Version(); … … 1281 1332 + break; 1282 1333 + default: 1283 + os_str_ = "eComstation"; 1284 + } 1285 #endif 1286 1287 #if defined(Q_OS_WIN) 1334 + os_str_ = "OS/2-based system"; 1335 } 1336 #endif 1337 1288 1338 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/textutil.cpp trunk/src/textutil.cpp 1289 1339 --- vendor/current/src/textutil.cpp 2014-02-18 11:42:48.000000000 +0100 … … 1299 1349 #endif 1300 1350 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/webview.cpp trunk/src/webview.cpp 1301 --- vendor/current/src/webview.cpp 2013-12-03 18:34:22.000000000 +0100 1302 +++ trunk/src/webview.cpp 2014-02-19 16:26:34.000000000 +0100 1303 @@ -141,8 +141,11 @@ 1304 1351 --- vendor/current/src/webview.cpp 2016-04-08 16:55:18.000000000 +0200 1352 +++ trunk/src/webview.cpp 2016-04-13 16:13:32.000000000 +0200 1353 @@ -146,7 +146,11 @@ 1305 1354 QDrag *drag = new QDrag(this); 1306 1355 QMimeData *mimeData = new QMimeData; 1307 - 1356 1308 1357 +#ifdef __OS2__ // remove with qt 4.8 or better 1309 1358 + QString html = selectedHtml(); … … 1314 1363 mimeData->setText(TextUtil::rich2plain(html)); 1315 1364 1316 @@ -15 3,7 +156,11 @@1365 @@ -157,7 +161,11 @@ 1317 1366 void WebView::convertClipboardHtmlImages(QClipboard::Mode mode) 1318 1367 { … … 1326 1375 data->setHtml(html); 1327 1376 data->setText(TextUtil::rich2plain(html, false)); 1328 @@ -1 66,6 +173,22 @@1377 @@ -170,6 +178,22 @@ 1329 1378 page()->mainFrame()->evaluateJavaScript(scriptSource); 1330 1379 } … … 1350 1399 return TextUtil::rich2plain(TextUtil::img2title(selectedHtml())); 1351 1400 diff -Naur -x Makefile -x Makefile.initvars -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log -x .qmake.cache -x build.sh -x '*.pem' vendor/current/src/webview.h trunk/src/webview.h 1352 --- vendor/current/src/webview.h 201 3-12-03 18:34:22.000000000 +01001353 +++ trunk/src/webview.h 201 3-12-06 17:12:04.000000000 +01001401 --- vendor/current/src/webview.h 2015-09-15 16:33:22.000000000 +0200 1402 +++ trunk/src/webview.h 2015-09-15 18:39:18.000000000 +0200 1354 1403 @@ -78,6 +78,9 @@ 1355 1404 /** Evaluates JavaScript code */
Note:
See TracChangeset
for help on using the changeset viewer.