pgAdmin III commit: Replace the progress dialog with a progress bar in

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Replace the progress dialog with a progress bar in
Date: 2013-06-24 14:24:28
Message-ID: E1Ur7gy-0003ks-F8@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-06-24 14:38:54 pgAdmin III commit: Add files omitted from previous checkin.
Previous Message Ashesh Vashi 2013-06-24 05:01:42 Re: PATCH: Debugger Redesign