Changeset 184 for diffs/psi_0.16.diff


Ignore:
Timestamp:
Nov 21, 2016, 2:30:20 PM (9 years ago)
Author:
Silvan Scherrer
Message:

qt diffs: updated djview, updated psi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • diffs/psi_0.16.diff

    r172 r184  
    11diff -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    2014-09-18 16:18:04.000000000 +0200
    3 +++ trunk/configure     2014-09-18 16:18:18.000000000 +0200
    4 @@ -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 @@
    55        QString shortname() const { return "qjdns"; }
    66        bool exec()
     
    1313                return true;
    1414 #else
    15 @@ -1071,13 +1071,13 @@
     15@@ -1207,13 +1207,13 @@
    1616        qc_qdbus(Conf *c) : ConfObj(c) {}
    1717        QString name() const { return "QDBUS"; }
     
    3030 #else
    3131                if (!conf->getenv("QC_DISABLE_qdbus").isEmpty())
    32 @@ -1959,18 +1959,36 @@
     32@@ -2225,18 +2225,36 @@
    3333        QString path = qc_getenv("PATH");
    3434        if(!path.isEmpty())
     
    6969 {
    7070        QString out;
    71 @@ -1984,8 +2002,8 @@
     71@@ -2250,8 +2268,8 @@
    7272                        break;
    7373                }
     
    8080                {
    8181                        fi = QFileInfo(list[n] + '/' + prog + ".exe");
    82 @@ -2002,7 +2020,7 @@
     82@@ -2268,7 +2286,7 @@
    8383 
    8484 QString qc_findself(const QString &argv0)
     
    8989 #else
    9090        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 @@
    92110        QStringList dirs;
    93111        dirs += "/usr/local/include";
     
    99117        {
    100118                if(checkHeader(*it, h))
    101 @@ -2497,6 +2518,18 @@
     119@@ -2936,6 +2957,19 @@
    102120                *lib = "/usr/local/lib";
    103121                return true;
    104122        }
     123+
    105124+#ifdef Q_OS_OS2
    106125+       QStringList dirs;
     
    197216                }
    198217diff -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 2013-08-22 16:54:12.000000000 +0200
    200 +++ trunk/iris/src/irisnet/noncore/cutestuff/socks.cpp  2013-08-22 17:30:26.000000000 +0200
     218--- 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
    201220@@ -27,7 +27,7 @@
    202221 #include <QSocketNotifier>
     
    254273 #endif
    255274diff -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    2014-09-18 16:29:12.000000000 +0200
    257 +++ trunk/iris/src/jdns/src/jdns/jdns_sys.c     2014-09-18 16:29:34.000000000 +0200
     275--- 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
    258277@@ -117,7 +117,7 @@
    259278 # include <windows.h>
     
    309328        // nameservers - ipv6
    310329 #ifdef __GLIBC__
    311         for(n = 0; n < MAXNS && n < RESVAR._u._ext.nscount6; ++n)
     330        for(n = 0; n < MAXNS; ++n)
    312331@@ -798,6 +810,7 @@
    313332                jdns_dnsparams_append_nameserver(params, addr, JDNS_UNICAST_PORT);
     
    317336 
    318337        // nameservers - ipv4
    319         for(n = 0; n < MAXNS && n < RESVAR.nscount; ++n)
    320 @@ -861,7 +874,13 @@
     338 #ifdef __GLIBC__
     339@@ -866,7 +879,13 @@
    321340                params = dnsparams_get_unixfiles();
    322341        }
     
    344363 # include <sys/types.h>
    345364 # include <sys/socket.h>
     365diff -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];
    346386diff -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        2013-08-22 16:54:12.000000000 +0200
    348 +++ trunk/iris/src/xmpp/xmpp-core/connector.cpp 2013-08-22 18:01:58.000000000 +0200
     387--- 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
    349389@@ -40,7 +40,11 @@
    350390 #include "bsocket.h"
     
    360400 
    361401diff -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        2013-08-22 16:54:12.000000000 +0200
    363 +++ trunk/iris/src/xmpp/xmpp-im/s5b.cpp 2013-08-22 18:06:04.000000000 +0200
    364 @@ -27,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 
    366406 #include "xmpp_xmlcommon.h"
    367407 #include "im.h"
     
    642682diff -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
    643683--- vendor/current/os2/Readme.OS2       1970-01-01 01:00:00.000000000 +0100
    644 +++ trunk/os2/Readme.OS2        2015-02-16 21:44:52.000000000 +0100
    645 @@ -0,0 +1,257 @@
    646 +Psi 0.16-dev for OS/2 and eComStation
    647 +-------------------------------------
    648 +  This file contains information specific to the OS/2 - eComStation version of
    649 Psi. Before reading it, please refer to the README file that contains
    650 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
     689version of Psi. Before reading it, please refer to the README file that
     690contains general information about Psi.
    651691+
    652692+
     
    666706+1. INTRODUCTION
    667707+===============
    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.
    669709+
    670710+
     
    870910+==========
    871911+
     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+
    872921+  2015-02-16
    873922+    * enabled spellchecker
     
    902951+2012-10-29 Andreas Buchinger
    903952diff -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      2014-11-19 10:52:16.000000000 +0100
    905 +++ trunk/psi.pro       2014-11-19 17:28:42.000000000 +0100
     953--- vendor/current/psi.pro      2016-04-08 16:55:16.000000000 +0200
     954+++ trunk/psi.pro       2016-04-13 14:37:06.000000000 +0200
    906955@@ -5,6 +5,7 @@
    907956 # configure iris
     
    913962 sub_src.subdir = src
    914963diff -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        2014-04-17 19:28:52.000000000 +0200
    916 +++ trunk/qcm/qjdns.qcm 2014-04-23 11:26:10.000000000 +0200
     964--- 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
    917966@@ -17,8 +17,8 @@
    918967        QString shortname() const { return "qjdns"; }
     
    9521001 
    9531002diff -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      2013-12-03 18:34:22.000000000 +0100
    955 +++ trunk/src/applicationinfo.cpp       2013-12-05 14:03:02.000000000 +0100
     1003--- 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
    9561005@@ -143,7 +143,7 @@
    9571006 {
     
    9731022                        QString XdgCacheHome = QString::fromLocal8Bit(getenv("XDG_CACHE_HOME"));
    9741023diff -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       2013-12-03 18:34:22.000000000 +0100
    976 +++ trunk/src/common.cpp        2013-12-05 13:34:34.000000000 +0100
    977 @@ -283,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 @@
    9781027                return;
    9791028        }
     
    9861035diff -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
    9871036--- vendor/current/src/config.h 1970-01-01 01:00:00.000000000 +0100
    988 +++ trunk/src/config.h  2015-02-13 13:17:26.000000000 +0100
     1037+++ trunk/src/config.h  2016-04-13 16:30:38.000000000 +0200
    9891038@@ -0,0 +1,3 @@
    9901039+#define PSI_LIBDIR "/usr/local/lib/psi"
    9911040+#define PSI_DATADIR "/usr/local/share/psi"
    992 +#define PSI_VERSION "0.16-dev-20150213"
     1041+#define PSI_VERSION "0.16-dev-20160413"
    9931042diff -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     2013-08-22 16:52:32.000000000 +0200
    995 +++ trunk/src/homedirmigration.cpp      2013-08-23 10:14:42.000000000 +0200
     1043--- 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
    9961045@@ -165,7 +165,7 @@
    9971046 
     
    10031052                                QRegExp cacheXp("^/tmp-contentdownloader/.*$|^/tmp-sounds/.*$|^/tmp-pics/.*$|"
    10041053                                                                "^/bob/.*|^/avatars/.*$|^/profiles/\\w*/vcard/.*$|^/caps.xml$|^/tune$");
    1005 @@ -256,6 +256,9 @@
     1054@@ -254,6 +254,9 @@
    10061055        base = QDir::cleanPath(base);
    10071056 
     
    11131162        const bool winmode = false;
    11141163diff -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      2013-08-22 16:54:16.000000000 +0200
    1116 +++ trunk/src/libpsi/tools/spellchecker/aspellchecker.cpp       2015-02-16 21:36:06.000000000 +0100
    1117 @@ -38,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 {
    11201169        aspell_config_replace(config_, "encoding", "utf-8");
    11211170-#ifdef Q_OS_WIN
     
    11341183+
    11351184 #endif
    1136         AspellCanHaveError* ret = new_aspell_speller(config_);
    1137         if (aspell_error_number(ret) == 0) {
     1185        setActiveLanguages(getAllLanguages());
     1186 }
     1187diff -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
    11381208diff -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
    11391209--- vendor/current/src/libpsi/tools/systemwatch/systemwatch.pri 2012-10-04 02:53:12.000000000 +0200
     
    11481218+}
    11491219diff -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 2013-08-22 16:52:32.000000000 +0200
    1151 +++ trunk/src/main.cpp  2013-08-23 10:46:06.000000000 +0200
    1152 @@ -484,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 @@
    11531223        QByteArray val = qgetenv("QT_PLUGIN_PATH");
    11541224        if(!val.isEmpty())
     
    11611231diff -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
    11621232--- vendor/current/src/options/opt_sound.cpp    2013-08-22 16:52:32.000000000 +0200
    1163 +++ trunk/src/options/opt_sound.cpp     2013-08-23 11:01:08.000000000 +0200
     1233+++ trunk/src/options/opt_sound.cpp     2016-04-13 15:38:16.000000000 +0200
    11641234@@ -170,6 +170,8 @@
    11651235        d->le_player->setText(tr("Windows Sound"));
     
    11671237        d->le_player->setText(tr("Mac OS Sound"));
    11681238+#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"));
    11701240 #else
    11711241        d->le_player->setText( PsiOptions::instance()->getOption("options.ui.notifications.sounds.unix-sound-player").toString() );
    11721242 #endif
    11731243diff -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  2013-12-03 18:34:22.000000000 +0100
    1175 +++ trunk/src/src.pri   2013-12-05 14:09:30.000000000 +0100
    1176 @@ -602,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 @@
    11771247        SOURCES += $$PWD/activeprofiles_stub.cpp
    11781248 }
     
    11861256                        $$PWD/networkaccessmanager.h \
    11871257diff -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  2014-09-18 16:37:50.000000000 +0200
    1189 +++ trunk/src/src.pro   2014-11-19 17:29:04.000000000 +0100
    1190 @@ -151,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 @@
    11911261        # buggy MSVC workaround
    11921262        win32-msvc|win32-msvc.net|win32-msvc2005: QMAKE_LFLAGS += /FORCE:MULTIPLE
     
    11991269        qc_universal:contains(QT_CONFIG,x86):contains(QT_CONFIG,x86_64) {
    12001270diff -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
    12041276        os_str_ = "Unknown";
     1277-       os_name_str_ = os_str_;
    12051278 
    12061279        // 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  #endif
    12291280 #if defined(HAVE_X11)
    1230 @@ -225,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_;
    12341285+#elif defined(Q_OS_OS2)
    12351286+       QSysInfo::Os2Version v = QSysInfo::os2Version();
     
    12811332+                       break;
    12821333+               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 
    12881338diff -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
    12891339--- vendor/current/src/textutil.cpp     2014-02-18 11:42:48.000000000 +0100
     
    12991349 #endif
    13001350diff -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 @@
    13051354        QDrag *drag = new QDrag(this);
    13061355        QMimeData *mimeData = new QMimeData;
    1307 -
     1356 
    13081357+#ifdef __OS2__ // remove with qt 4.8 or better
    13091358+       QString html = selectedHtml();
     
    13141363        mimeData->setText(TextUtil::rich2plain(html));
    13151364 
    1316 @@ -153,7 +156,11 @@
     1365@@ -157,7 +161,11 @@
    13171366 void WebView::convertClipboardHtmlImages(QClipboard::Mode mode)
    13181367 {
     
    13261375        data->setHtml(html);
    13271376        data->setText(TextUtil::rich2plain(html, false));
    1328 @@ -166,6 +173,22 @@
     1377@@ -170,6 +178,22 @@
    13291378        page()->mainFrame()->evaluateJavaScript(scriptSource);
    13301379 }
     
    13501399        return TextUtil::rich2plain(TextUtil::img2title(selectedHtml()));
    13511400diff -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        2013-12-03 18:34:22.000000000 +0100
    1353 +++ trunk/src/webview.h 2013-12-06 17:12:04.000000000 +0100
     1401--- 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
    13541403@@ -78,6 +78,9 @@
    13551404        /** Evaluates JavaScript code */
Note: See TracChangeset for help on using the changeset viewer.