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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Use QtWebEngine with Qt5.5+ instead of QtWebKit. Fixe
Дата
Msg-id E1c4469-0006AA-Ip@gothos.postgresql.org
обсуждение исходный текст
Список 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.patel@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Harshal Dhumal
Дата:
Сообщение: Re: PGAdmin 4 Bug report
Следующее
От: Dave Page
Дата:
Сообщение: Re: [Patch][pgAdmin4][runtime]: RM#1375 - Migrate the runtime to QtWebEngine from QtWebKit