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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Replace the progress dialog with a progress bar in
Дата
Msg-id E1Ur7gy-0003ks-F8@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: Debugger Redesign
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Add files omitted from previous checkin.