Rewrite the runtime as a tray-based server which can launch a web browser. Fixes #3086

This commit is contained in:
Dave Page
2018-02-05 15:32:14 +00:00
parent 25647c16ba
commit 7192a2b675
37 changed files with 1026 additions and 3814 deletions

View File

@@ -28,11 +28,11 @@ Contents:
change_user_password
In a Desktop Deployment, the pgAdmin application is configured to use the
desktop runtime environment to host and display the program on a supported
platform. Typically, users will install a pre-built package to run pgAdmin
in desktop mode, but a manual desktop deployment can be installed and though
it is more difficult to setup, it may be useful for developers interested
in understanding how pgAdmin works.
desktop runtime environment to host the program on a supported platform.
Typically, users will install a pre-built package to run pgAdmin in desktop
mode, but a manual desktop deployment can be installed and though it is more
difficult to setup, it may be useful for developers interested in understanding
how pgAdmin works.
Contents: