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

From Dave Page
Subject pgAdmin 4 commit: Add a log viewer. stderr is redirected to aper-insta
Date
Msg-id E1ef6Rs-0005N6-AQ@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Joao De Almeida Pereira
Date:
Subject: Re: [pgadmin][patch] Make Feature and Unit tests Green Again
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Update the regression tests to fix issues withPython