Changeset 185


Ignore:
Timestamp:
Nov 21, 2016, 2:33:11 PM (8 years ago)
Author:
Silvan Scherrer
Message:

qt diffs: updated psi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • diffs/psi_0.16.diff

    r184 r185  
    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    2016-05-02 17:29:30.000000000 +0200
    3 +++ trunk/configure     2016-05-02 17:28:48.000000000 +0200
    4 @@ -1090,8 +1090,8 @@
     2--- vendor/current/configure    2016-11-17 17:03:00.000000000 +0100
     3+++ trunk/configure     2016-11-18 11:32:54.000000000 +0100
     4@@ -393,7 +393,7 @@
     5                if [ "$QC_VERBOSE" = "Y" ]; then
     6                        echo "running: $cmd"
     7                fi
     8-               vout=`/bin/sh -c "$cmd" 2>&1`
     9+               vout=`sh -c "$cmd" 2>&1`
     10                case "${vout}" in
     11                        ?.?.?)
     12                                vmaj="${vout%%.*}"
     13@@ -1137,8 +1137,8 @@
    514        QString shortname() const { return "qjdns"; }
    615        bool exec()
     
    1322                return true;
    1423 #else
    15 @@ -1207,13 +1207,13 @@
     24@@ -1254,13 +1254,13 @@
    1625        qc_qdbus(Conf *c) : ConfObj(c) {}
    1726        QString name() const { return "QDBUS"; }
     
    3039 #else
    3140                if (!conf->getenv("QC_DISABLE_qdbus").isEmpty())
    32 @@ -2225,18 +2225,36 @@
     41@@ -2307,18 +2307,36 @@
    3342        QString path = qc_getenv("PATH");
    3443        if(!path.isEmpty())
     
    6978 {
    7079        QString out;
    71 @@ -2250,8 +2268,8 @@
     80@@ -2332,8 +2350,8 @@
    7281                        break;
    7382                }
     
    8089                {
    8190                        fi = QFileInfo(list[n] + '/' + prog + ".exe");
    82 @@ -2268,7 +2286,7 @@
     91@@ -2350,7 +2368,7 @@
    8392 
    8493 QString qc_findself(const QString &argv0)
     
    8998 #else
    9099        if(argv0.contains('/'))
    91 @@ -2414,7 +2432,7 @@
     100@@ -2496,7 +2514,7 @@
    92101                                searchStart = true;
    93102                                buf.clear();
     
    98107                                escaped = true;
    99108                                continue; // just add next symbol
    100 @@ -2488,7 +2506,7 @@
     109@@ -2570,7 +2588,7 @@
    101110        // Using Windows-style '\\\\' can leads strange compilation error with MSYS which uses
    102111        // unix style.
     
    107116 #endif
    108117        // trim trailing slashes
    109 @@ -2894,6 +2912,9 @@
     118@@ -2976,6 +2994,9 @@
    110119        QStringList dirs;
    111120        dirs += "/usr/local/include";
     
    117126        {
    118127                if(checkHeader(*it, h))
    119 @@ -2936,6 +2957,19 @@
     128@@ -3018,6 +3039,19 @@
    120129                *lib = "/usr/local/lib";
    121130                return true;
     
    138147 
    139148diff -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/configure trunk/iris/configure
    140 --- vendor/current/iris/configure       2014-04-17 19:29:12.000000000 +0200
    141 +++ trunk/iris/configure        2014-04-23 10:36:10.000000000 +0200
    142 @@ -1018,8 +1018,8 @@
     149--- vendor/current/iris/configure       2016-11-17 17:03:20.000000000 +0100
     150+++ trunk/iris/configure        2016-11-18 10:17:42.000000000 +0100
     151@@ -1112,8 +1112,8 @@
    143152        QString shortname() const { return "qjdns"; }
    144153        bool exec()
    145154        {
    146 -#if defined Q_OS_WIN || Q_OS_MAC
     155-#if defined Q_OS_WIN || defined Q_OS_MAC
    147156-               // HACK: on Windows and Mac OS X, always use psi's bundled qjdns
    148157+#if defined Q_OS_WIN || defined Q_OS_MAC || defined Q_OS_OS2
     
    10221031                        QString XdgCacheHome = QString::fromLocal8Bit(getenv("XDG_CACHE_HOME"));
    10231032diff -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
    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
     1033--- vendor/current/src/common.cpp       2016-11-17 17:03:02.000000000 +0100
     1034+++ trunk/src/common.cpp        2016-11-18 10:32:32.000000000 +0100
    10261035@@ -285,7 +285,7 @@
    10271036                return;
     
    10351044diff -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
    10361045--- vendor/current/src/config.h 1970-01-01 01:00:00.000000000 +0100
    1037 +++ trunk/src/config.h  2016-04-13 16:30:38.000000000 +0200
     1046+++ trunk/src/config.h  2016-11-18 11:34:06.000000000 +0100
    10381047@@ -0,0 +1,3 @@
    10391048+#define PSI_LIBDIR "/usr/local/lib/psi"
    10401049+#define PSI_DATADIR "/usr/local/share/psi"
    1041 +#define PSI_VERSION "0.16-dev-20160413"
     1050+#define PSI_VERSION "0.16-dev-20161118"
    10421051diff -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
    10431052--- vendor/current/src/homedirmigration.cpp     2016-04-08 16:55:16.000000000 +0200
     
    12181227+}
    12191228diff -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
    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 @@
     1229--- vendor/current/src/main.cpp 2016-11-17 17:03:02.000000000 +0100
     1230+++ trunk/src/main.cpp  2016-11-18 11:09:52.000000000 +0100
     1231@@ -464,7 +464,7 @@
    12231232        QByteArray val = qgetenv("QT_PLUGIN_PATH");
    12241233        if(!val.isEmpty())
     
    12561265                        $$PWD/networkaccessmanager.h \
    12571266diff -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
    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 @@
    1261         # buggy MSVC workaround
    1262         win32-msvc|win32-msvc.net|win32-msvc2005: QMAKE_LFLAGS += /FORCE:MULTIPLE
     1267--- vendor/current/src/src.pro  2016-11-17 17:03:02.000000000 +0100
     1268+++ trunk/src/src.pro   2016-11-18 12:15:06.000000000 +0100
     1269@@ -159,6 +159,9 @@
     1270 windows {
     1271     RC_ICONS = ../win32/app.ico
    12631272 }
    12641273+os2 {
     
    12701279diff -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
    12711280--- 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
    1276         os_str_ = "Unknown";
    1277 -       os_name_str_ = os_str_;
    1278  
    1279         // Detect
    1280  #if defined(HAVE_X11)
    1281 @@ -236,6 +235,56 @@
     1281+++ trunk/src/systeminfo.cpp    2016-11-18 10:58:42.000000000 +0100
     1282@@ -236,6 +236,56 @@
    12821283                os_str_ = "Mac OS X";
    12831284        } else {
     
    13491350 #endif
    13501351diff -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
    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 @@
     1352--- vendor/current/src/webview.cpp      2016-11-17 17:03:02.000000000 +0100
     1353+++ trunk/src/webview.cpp       2016-11-18 12:01:52.000000000 +0100
     1354@@ -150,7 +150,11 @@
    13541355        QDrag *drag = new QDrag(this);
    13551356        QMimeData *mimeData = new QMimeData;
     
    13631364        mimeData->setText(TextUtil::rich2plain(html));
    13641365 
    1365 @@ -157,7 +161,11 @@
     1366@@ -161,7 +165,11 @@
    13661367 void WebView::convertClipboardHtmlImages(QClipboard::Mode mode)
    13671368 {
     
    13751376        data->setHtml(html);
    13761377        data->setText(TextUtil::rich2plain(html, false));
    1377 @@ -170,6 +178,22 @@
     1378@@ -174,6 +182,22 @@
    13781379        page()->mainFrame()->evaluateJavaScript(scriptSource);
    13791380 }
     
    13981399 {
    13991400        return TextUtil::rich2plain(TextUtil::img2title(selectedHtml()));
     1401@@ -183,7 +207,11 @@
     1402 {
     1403        // use native selectedText w/o clipboard hacks.
     1404        // ideally we should call something like hasSelection() but there is no such method in Qt API for webkit classes.
     1405+#ifdef Q_OS_OS2 //remove with qt 4.8 or better
     1406+       if (!page()->selectedText().isEmpty()) {
     1407+#else
     1408        if (page()->hasSelection()) {
     1409+#endif
     1410                page()->triggerAction(QWebPage::Copy);
     1411                textCopiedEvent();
     1412        }
    14001413diff -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
    14011414--- vendor/current/src/webview.h        2015-09-15 16:33:22.000000000 +0200
Note: See TracChangeset for help on using the changeset viewer.