pgAdmin 4 commit: 1) Fixed pgAdmin hang issue when the user clicks on ' - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Fixed pgAdmin hang issue when the user clicks on '
Date
Msg-id E1k0j3k-0002gf-87@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Satish V
Date:
Subject: [pgAdmin 4 - Housekeeping #5336][Code Coverage] Improve API test cases for Types
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin 4 - Housekeeping #5336][Code Coverage] Improve API test cases for Types