pgAdmin 4 commit: Use a custom configuration dialogue and allow the use - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Use a custom configuration dialogue and allow the use
Date
Msg-id E1aLTUw-0001qC-7R@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use a custom configuration dialogue and allow the user to specify
the application path as well as the Python path.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7c9347873f0a0fcf6574e915db5a09475930f9e6

Modified Files
--------------
runtime/BrowserWindow.cpp |  47 ++++++++++++++--------
runtime/BrowserWindow.h   |   4 +-
runtime/ConfigWindow.cpp  |  57 ++++++++++++++++++++++++++
runtime/ConfigWindow.h    |  44 ++++++++++++++++++++
runtime/ConfigWindow.ui   | 100 ++++++++++++++++++++++++++++++++++++++++++++++
runtime/Server.cpp        |   3 ++
runtime/pgAdmin4.cpp      |  21 ++++++----
runtime/pgAdmin4.pro      |   9 +++--
8 files changed, 256 insertions(+), 29 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: PATCH: added "Collation" & "Catalog Objects" nodes in pgAdmin4
Next
From: Surinder Kumar
Date:
Subject: PATCH: NodeAjaxOptionsControl - Empty dropdown not working