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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a log viewer. stderr is redirected to a per-insta
Date: 2018-01-26 16:01:52
Message-ID: E1ef6Rs-0005N6-AQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-26 16:34:18 Fwd: pgAdmin4 2.1 on apt.postgresql.org
Previous Message Joao De Almeida Pereira 2018-01-26 15:54:58 Re: [pgadmin][patch] Make Feature and Unit tests Green Again