pgAdmin 4 commit: Refactor config loading/saving for the runtime config - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Refactor config loading/saving for the runtime config
Date
Msg-id E1juDip-0000Wy-3t@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Refactor config loading/saving for the runtime config dialog to avoid code duplication.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ac656c63856efb8154d68e6f0c92185fd0903a2
Author: Dave Page <dpage@pgadmin.org>

Modified Files
--------------
runtime/ConfigWindow.cpp | 86 +++++++++++++++++++++---------------------------
runtime/ConfigWindow.h   | 15 ++-------
runtime/MenuActions.cpp  | 30 ++---------------
runtime/pgAdmin4.cpp     | 25 ++------------
4 files changed, 43 insertions(+), 113 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Refactor server request code in the runtime
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5569] [SQL] Bad display of tables storage parameters in the "SQL" tab (correction of bug #5398 not complete)