[pgadmin-hackers] pgAdmin 4 commit: Runtime fixes:

2016-07-25 Thread Dave Page
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

[pgadmin-hackers] pgAdmin 4 commit: Runtime fixes for QT4 support.

2016-02-23 Thread Dave Page
Runtime fixes for QT4 support. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3b7886e61edaad0dfaa242247b46982ee7a541f5 Author: Neel Patel Modified Files -- runtime/BrowserWindow.cpp | 4 ++-- runtime/TabWindow.cpp | 1 + runti