Lists: | PostgreSQL : PostgreSQL |
---|
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 |
Lists: | PostgreSQL : PostgreSQL |
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(-)