pgadmin4/runtime
Ashesh Vashi 7767c085c3 Resolved an issue finding the python interpreter on *nix systems, and
Windows 2008 R2 (32 bit), while running the pgAdmin 4 as runtime for
the PostgreSQL one click installers.

- Found a typo in runtime code, we were appending the path using ';' on
  *nix systems too. We should have used ':', and that did not allow the
  os.environ['PATH'] to identify the correct path of the python
  interpreter under the 'venv' directory.

- On Windows 2008, it was not honouring the environment variables, set
  under the Qt application (e.g. pgAdmin4.exe runtime), in the python
  application. (e.g. pgAdmin4.py). We will need to assume that - the
  python interpreter resides under the 'venv' directory outside the
  'bin' directory.

- Also, on windows 2008, it was setting PYTHONHOME environment variable
  to the full path of the pgAdmin4.exe, we need to reset it to 'venv'
  directory, if we find the python interpreter under it.

Thanks Murtuza Zabuawala for tips, and help.
2017-03-10 21:19:06 +05:30
..
.gitignore Qt 5.8 seems to generate an additional header we should ignore. 2017-02-16 11:27:14 +00:00
BrowserWindow.cpp Simplify runtime startup polling, and increase retries to 30. 2017-02-27 10:49:47 +00:00
BrowserWindow.h Simplify runtime startup polling, and increase retries to 30. 2017-02-27 10:49:47 +00:00
BrowserWindow.ui Add a very experimental QT based runtime for pgAdmin 4. 2013-06-16 14:17:46 +01:00
ConfigWindow.cpp Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
ConfigWindow.h Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
ConfigWindow.ui Use a custom configuration dialogue and allow the user to specify 2016-01-19 10:26:36 +00:00
Info.plist Bump version prior to release. 2017-03-06 15:35:08 +00:00
Server.cpp Resolved an issue finding the python interpreter on *nix systems, and 2017-03-10 21:19:06 +05:30
Server.h Authenticate the runtime to the server. Fixes #2228 2017-03-06 14:53:49 +00:00
TabWindow.cpp Update the runtime build to allow users to force building with QtWebKit in Qt5, instead of QtWebEngine. 2017-02-13 11:44:53 +00:00
TabWindow.h Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
WebViewWindow.cpp Update the runtime build to allow users to force building with QtWebKit in Qt5, instead of QtWebEngine. 2017-02-13 11:44:53 +00:00
WebViewWindow.h Update the runtime build to allow users to force building with QtWebKit in Qt5, instead of QtWebEngine. 2017-02-13 11:44:53 +00:00
back.png Further nice-ification of the runtime UI. 2016-01-25 17:21:00 +00:00
close.png Further nice-ification of the runtime UI. 2016-01-25 17:21:00 +00:00
forward.png Further nice-ification of the runtime UI. 2016-01-25 17:21:00 +00:00
pgAdmin4.cpp Authenticate the runtime to the server. Fixes #2228 2017-03-06 14:53:49 +00:00
pgAdmin4.h Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
pgAdmin4.icns Use the modern pgAdmin icon on Mac 2016-01-14 15:22:49 +00:00
pgAdmin4.ico Further nice-ification of the runtime UI. 2016-01-25 17:21:00 +00:00
pgAdmin4.pro Bump version prior to release. 2017-03-06 15:35:08 +00:00
pgAdmin4.qrc Add a simple splash screen 2016-09-05 16:45:01 +01:00
pgAdmin4.rc Icon for the Windows runtime executable. Fixes #1310 2016-06-08 10:54:28 +01:00
splash.png Tweak splash screen image 2016-09-05 16:55:34 +01:00