pgAdmin 4 commit: Runtime fixes:

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Runtime fixes:
Дата
Msg-id E1bReEt-0003KR-El@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Runtime fixes:

- Compilation error with Qt4 as "QUrlQuery" class was introduced since Qt5.
- Client side download code has been removed as now we support server side download.
- We should not delete sender object inside slot. If we do so it may crash the application. To avoid this, we used Qt's
"deleteLater"which will delete the objects once the processing of all the events have been done. 

Branch
------
master

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

Modified Files
--------------
runtime/BrowserWindow.cpp | 139 ++++------------------------------------------
runtime/BrowserWindow.h   |   1 -
2 files changed, 11 insertions(+), 129 deletions(-)


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

Предыдущее
От: Harshal Dhumal
Дата:
Сообщение: patch for RM1497
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][runtime][patch]: Compilation error with Qt4