pgAdmin 4 commit: Ensure we can download large files and keep the user

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure we can download large files and keep the user
Date: 2017-11-20 14:43:38
Message-ID: E1eGnIQ-00005T-G5@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure we can download large files and keep the user informed about progress. Fixes #2829. Fixes #2491. Fixes #2715

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8cc1a007b59a6a7c87b4889b6025b1e3b2f251d0
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
runtime/BrowserWindow.cpp | 155 ++++++++++++++++++++++++++++++++++------------
runtime/BrowserWindow.h | 3 +
2 files changed, 118 insertions(+), 40 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-20 14:50:32 Re: [pgAdmin4][runtime][patch]: Fix for RM#2679
Previous Message Dave Page 2017-11-20 14:41:36 Re: [pgAdmin4][patch][runtime]: RM#2829, RM#2491 - pgAdmin4 crashes while saving CSV data from Query tool