Обсуждение: pgAdmin 4 commit: Add a log viewer. stderr is redirected to aper-insta

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

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

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