Обсуждение: pgAdmin III commit: Replace the progress dialog with a progress bar in

Поиск
Список
Период
Сортировка

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

От
Dave Page
Дата:
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(-)