[pgadmin-hackers] pgAdmin 4 commit: Fixes #2328

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема [pgadmin-hackers] pgAdmin 4 commit: Fixes #2328
Дата
Msg-id E1d7zjE-0007xD-8J@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixes #2328
 1) Fixed issue of opening Query Tool and Debugger in new Tab with QT 5.8 and annulen webkit
 2) Moved unload event of window from javascript files to html.
 3) Change alertify messages for debugger.
 4) Closed all connections created by debugger. Previously only one connection has been closed.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d0e9c82feaaa5d6b8face6b04f1fc8fddefc3507
Author: Neel Patel <neel.patel@enterprisedb.com>

Modified Files
--------------
runtime/BrowserWindow.cpp                          | 108 ++++++++++++++++++++-
runtime/BrowserWindow.h                            |  35 ++++---
runtime/WebViewWindow.cpp                          |  44 +++++++++
runtime/WebViewWindow.h                            |  19 ++++
.../tools/datagrid/templates/datagrid/index.html   |   7 ++
.../datagrid/templates/datagrid/js/datagrid.js     |  22 +----
web/pgadmin/tools/debugger/__init__.py             |  30 ++----
.../tools/debugger/templates/debugger/direct.html  |  28 +++---
.../debugger/templates/debugger/js/debugger.js     |  22 +----
.../debugger/templates/debugger/js/debugger_ui.js  |  11 +--
.../tools/debugger/templates/debugger/js/direct.js |  99 ++++++++++++-------
11 files changed, 292 insertions(+), 133 deletions(-)


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

Предыдущее
От: Sarah McAlear
Дата:
Сообщение: Re: [pgadmin-hackers] Re: Server side cursor limitations for ondemand loading of data in query tool [RM2137] [pgAdmin4]
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][runtime]: RM #2328 - Unable tolaunch query tool and debugger in new browser tab