pgAdmin 4 commit: Use QtWebEngine with Qt5.5+ instead of QtWebKit. Fixe

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use QtWebEngine with Qt5.5+ instead of QtWebKit. Fixe
Date: 2016-11-08 10:57:49
Message-ID: E1c4469-0006AA-Ip@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use QtWebEngine with Qt5.5+ instead of QtWebKit. Fixes #1375, fixes #1641,
fixes #1916, fixes #1815, fixes #1332

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e5683064ea7aacea77a975439f9196d2312eb3a
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
runtime/BrowserWindow.cpp | 255 +++++++++++++++++++++++++++++++++++++++++++++-
runtime/BrowserWindow.h | 19 ++++
runtime/TabWindow.cpp | 9 +-
runtime/WebViewWindow.cpp | 27 +++++
runtime/WebViewWindow.h | 22 ++++
runtime/pgAdmin4.pro | 13 ++-
6 files changed, 341 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-11-08 10:59:03 Re: [Patch][pgAdmin4][runtime]: RM#1375 - Migrate the runtime to QtWebEngine from QtWebKit
Previous Message Harshal Dhumal 2016-11-08 09:58:49 Re: PGAdmin 4 Bug report