From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Support running on systems without a system tray. Fix |
Date: | 2018-07-17 11:10:39 |
Message-ID: | E1ffNsN-0003wu-LP@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Support running on systems without a system tray. Fixes #3316
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=765a88addfdf469dfb311aa6310e9c8aefbef223
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/release_notes_3_2.rst | 1 +
runtime/.gitignore | 13 +--
runtime/FloatingWindow.cpp | 103 +++++++++++++++++++++++
runtime/FloatingWindow.h | 56 +++++++++++++
runtime/FloatingWindow.ui | 155 ++++++++++++++++++++++++++++++++++
runtime/MenuActions.cpp | 129 ++++++++++++++++++++++++++++
runtime/MenuActions.h | 46 ++++++++++
runtime/TrayIcon.cpp | 177 +++------------------------------------
runtime/TrayIcon.h | 27 ++----
runtime/pgAdmin4.cpp | 58 ++++++++++---
runtime/pgAdmin4.pro | 14 ++--
11 files changed, 567 insertions(+), 212 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-07-17 11:12:15 | Re: Regarding RM #3316 Pgadmin4 No Tray Crash |
Previous Message | Akshay Joshi | 2018-07-17 08:01:36 | Re: [pgAdmin4][Patch] - RM #3309 - Backup does not work with --format=d |