pgadmin4/runtime
Akshay Joshi 59649ca42c 1) Enable the 'Configure' and 'View log' menu option when the server taking longer than usual time to start.
2) When an error occurs from the backend, the configure window opens and if the user has changed the setting
   of the port, it won't take any effect as we have retrieved the value of the port at the start of the runtime.
3) Added logic to identify the specified fixed port is already in use. Throw the error before starting the pgAdmin server.

Fixes #5751
2020-08-25 18:01:27 +05:30
..
dark Replace the runtime themes with ones that don't have sizing issues. Fixes #5554 2020-07-17 15:31:04 +05:30
light Replace the runtime themes with ones that don't have sizing issues. Fixes #5554 2020-07-17 15:31:04 +05:30
qdarkstyle Replace the runtime themes with ones that don't have sizing issues. Fixes #5554 2020-07-17 15:31:04 +05:30
.gitignore Ignore the pre-compiled resources. 2020-04-24 14:56:46 +01:00
breeze.qrc Replace the runtime themes with ones that don't have sizing issues. Fixes #5554 2020-07-17 15:31:04 +05:30
ConfigWindow.cpp Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
ConfigWindow.h 1) Fixed pgAdmin hang issue when the user clicks on 'View Log' menu option. 2020-07-29 15:31:38 +05:30
ConfigWindow.ui Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
FloatingWindow.cpp 1) Enable the 'Configure' and 'View log' menu option when the server taking longer than usual time to start. 2020-08-25 18:01:27 +05:30
FloatingWindow.h 1) Enable the 'Configure' and 'View log' menu option when the server taking longer than usual time to start. 2020-08-25 18:01:27 +05:30
FloatingWindow.ui Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
Info.plist Update version for release. 2020-08-17 17:29:19 +05:30
Logger.cpp Fixed code smells in runtime code reported by SonarQube. 2020-07-29 18:26:41 +05:30
Logger.h Fixed code smells in runtime code reported by SonarQube. 2020-07-29 18:26:41 +05:30
LogWindow.cpp 1) Fixed pgAdmin hang issue when the user clicks on 'View Log' menu option. 2020-07-29 15:31:38 +05:30
LogWindow.h Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
LogWindow.ui Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
macos.h Added dark mode support for the configuration dialog on Windows/macOS runtime. Fixes #4292 2020-04-13 13:22:00 +05:30
macos.mm Ensure that pgAdmin4 should be compiled with older OSX SDK's. 2020-05-12 17:22:22 +05:30
MenuActions.cpp Fixed code smells in runtime code reported by SonarQube. 2020-07-29 18:26:41 +05:30
MenuActions.h Fixed code smells in runtime code reported by SonarQube. 2020-07-29 18:26:41 +05:30
pgAdmin4-mac.png Rewrite the runtime as a tray-based server which can launch a web browser. Fixes #3086 2018-02-05 15:32:14 +00:00
pgAdmin4.cpp 1) Fixed pgAdmin hang issue when the user clicks on 'View Log' menu option. 2020-07-29 15:31:38 +05:30
pgAdmin4.h 1) Fixed pgAdmin hang issue when the user clicks on 'View Log' menu option. 2020-07-29 15:31:38 +05:30
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.png Rewrite the runtime as a tray-based server which can launch a web browser. Fixes #3086 2018-02-05 15:32:14 +00:00
pgAdmin4.pro Update version for release. 2020-08-17 17:29:19 +05:30
pgAdmin4.qrc Replace the runtime themes with ones that don't have sizing issues. Fixes #5554 2020-07-17 15:31:04 +05:30
pgAdmin4.rc Icon for the Windows runtime executable. Fixes #1310 2016-06-08 10:54:28 +01:00
Runtime.cpp 1) Enable the 'Configure' and 'View log' menu option when the server taking longer than usual time to start. 2020-08-25 18:01:27 +05:30
Runtime.h 1) Enable the 'Configure' and 'View log' menu option when the server taking longer than usual time to start. 2020-08-25 18:01:27 +05:30
Server.cpp 1) Fixed pgAdmin hang issue when the user clicks on 'View Log' menu option. 2020-07-29 15:31:38 +05:30
Server.h Fixed code smells in runtime code reported by SonarQube. 2020-07-29 18:26:41 +05:30
splash.png Further style tweaks. 2019-01-07 16:03:54 +05:30
TrayIcon.cpp 1) Enable the 'Configure' and 'View log' menu option when the server taking longer than usual time to start. 2020-08-25 18:01:27 +05:30
TrayIcon.h 1) Enable the 'Configure' and 'View log' menu option when the server taking longer than usual time to start. 2020-08-25 18:01:27 +05:30