pgAdmin 4 commit: 1) Fixed pgAdmin hang issue when the user clicks on '

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed pgAdmin hang issue when the user clicks on '
Date: 2020-07-29 10:11:40
Message-ID: E1k0j3k-0002gf-87@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed pgAdmin hang issue when the user clicks on 'View Log' menu option.
2) Fixed some code smell in runtime code.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=510dd5c047609a07843241c1cfc819ad80acb5ca

Modified Files
--------------
runtime/ConfigWindow.h | 2 --
runtime/FloatingWindow.cpp | 18 ++++++++++++++++--
runtime/FloatingWindow.h | 2 ++
runtime/LogWindow.cpp | 10 +++++-----
runtime/Logger.cpp | 2 +-
runtime/MenuActions.cpp | 13 ++++++-------
runtime/MenuActions.h | 2 +-
runtime/Runtime.cpp | 32 +++++++++++++++++++++----------
runtime/Runtime.h | 12 ++++++------
runtime/Server.cpp | 7 ++-----
runtime/Server.h | 2 --
runtime/TrayIcon.cpp | 19 +++++++++++++++++--
runtime/TrayIcon.h | 2 ++
runtime/pgAdmin4.cpp | 47 ++++++++--------------------------------------
runtime/pgAdmin4.h | 7 ++++---
15 files changed, 92 insertions(+), 85 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-29 10:12:12 Re: [pgAdmin 4 - Housekeeping #5336][Code Coverage] Improve API test cases for Types
Previous Message Satish V 2020-07-29 09:45:29 [pgAdmin 4 - Housekeeping #5336][Code Coverage] Improve API test cases for Types