pgAdmin 4 commit: Runtime fixes: - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Runtime fixes:
Date
Msg-id E1bReEt-0003KR-El@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Harshal Dhumal
Date:
Subject: patch for RM1497
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][runtime][patch]: Compilation error with Qt4