pgAdmin 4 commit: Added an option to prevent a browser tab being opened

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added an option to prevent a browser tab being opened
Date: 2020-04-03 14:13:21
Message-ID: E1jKN4T-0001b7-88@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added an option to prevent a browser tab being opened at startup. Fixes #5353

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4da327088c864aa406ca99561590557a2519fde5
Author: Dave Page <dpage(at)pgadmin(dot)org>

Modified Files
--------------
docs/en_US/desktop_deployment.rst | 6 ++
docs/en_US/release_notes_4_21.rst | 1 +
runtime/ConfigWindow.cpp | 17 ++++++
runtime/ConfigWindow.h | 2 +
runtime/ConfigWindow.ui | 113 +++++++++++++++++++++++++++++++-------
runtime/MenuActions.cpp | 3 +
runtime/pgAdmin4.cpp | 34 +++++++-----
7 files changed, 142 insertions(+), 34 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-03 14:14:18 Re: RM5351 - Cleanup compilation warnings
Previous Message Dave Page 2020-04-03 12:55:05 RM5351 - Cleanup compilation warnings