pgAdmin 4 commit: Add a log viewer. stderr is redirected to aper-insta

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add a log viewer. stderr is redirected to aper-insta
Дата
Msg-id E1ef6Rs-0005N6-AQ@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add a log viewer. stderr is redirected to a per-installation logfile, and can be viewed with an internal viewer.

Branch
------
runtime-revamp

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1b41558a56682940d2a2454f9af74af96ade59b2

Modified Files
--------------
runtime/LogWindow.cpp |  87 +++++++++++++++++++++++++++++++++++++++++
runtime/LogWindow.h   |  40 +++++++++++++++++++
runtime/LogWindow.ui  | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++
runtime/TrayIcon.cpp  |  41 ++++++++++++++++---
runtime/TrayIcon.h    |  11 +++++-
runtime/pgAdmin4.cpp  |  22 +++++++----
runtime/pgAdmin4.h    |   2 +-
runtime/pgAdmin4.pro  |  14 +++----
8 files changed, 300 insertions(+), 23 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Joao De Almeida Pereira
Дата:
Сообщение: Re: [pgadmin][patch] Make Feature and Unit tests Green Again
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update the regression tests to fix issues withPython