pgAdmin 4 commit: Update the runtime build to allow users to force buil

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Update the runtime build to allow users to force buil
Date: 2017-02-13 11:44:56
Message-ID: E1cdF3w-0003kC-Fc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update the runtime build to allow users to force building with QtWebKit in Qt5, instead of QtWebEngine.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=88aac7a4c956f1803d079ade5ab4b6a92f9cb7b3

Modified Files
--------------
runtime/BrowserWindow.cpp | 34 +++++++++++++++++-----------------
runtime/BrowserWindow.h | 14 +++++++-------
runtime/TabWindow.cpp | 2 +-
runtime/WebViewWindow.cpp | 4 ++--
runtime/WebViewWindow.h | 6 +++---
runtime/pgAdmin4.pro | 35 +++++++++++++++++++++++++++--------
6 files changed, 57 insertions(+), 38 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-13 12:07:28 pgAdmin 4 commit: Allow the Python interpreter to be overridden on the
Previous Message Dave Page 2017-02-13 10:27:19 pgAdmin 4 commit: Another Python 3.x compatibility fix.