pgAdmin III commit: Replace the progress dialog with a progress bar in - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Replace the progress dialog with a progress bar in
Date
Msg-id E1Ur7gy-0003ks-F8@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Replace the progress dialog with a progress bar in the statusbar of the debugger.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=83aee1cfb660c1ced8c6cce01d6f7fe05d724fd4
Author: Ashesh Vashi <ashesh.vashi@enterprisedb.com>

Modified Files
--------------
pgadmin/ctl/module.mk                  |    1 +
pgadmin/db/pgQueryThread.cpp           |    2 +-
pgadmin/debugger/dbgController.cpp     |    2 +-
pgadmin/debugger/dbgEvents.cpp         |    6 +--
pgadmin/debugger/frmDebugger.cpp       |   63 ++++++--------------------------
pgadmin/include/ctl/module.mk          |    1 +
pgadmin/include/debugger/frmDebugger.h |   13 ++-----
pgadmin/pgAdmin3.vcxproj               |    4 +-
pgadmin/pgAdmin3.vcxproj.filters       |    8 +++-
9 files changed, 32 insertions(+), 68 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH: Debugger Redesign
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Add files omitted from previous checkin.