pgadmin4/runtime
Dave Page 46ba0310fa Make the runtime configuration dialog non-modal. Fixes #5490
Major refactoring of the runtime code, Specifically:
  - Move the bulk of the core code from main() into a new Runtime class.
  - Break up the mass of code that was main() into a number of relatively simple functions.
  - Make the Configuration dialog synchronous so the Log dialog can be properly viewed.
  - Enable/disable menu options at the right time.
  - Remove support for Qt < 5.0.
  - Remove the application name constant and hardcode the name to simplify the code.
  - Improve log messages.
  - Replace the sdbm hashing with Qt's MD5 hashing.
2020-07-28 16:13:05 +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 Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
ConfigWindow.ui Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
FloatingWindow.cpp Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
FloatingWindow.h Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +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-07-20 16:18:36 +05:30
Logger.cpp Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
Logger.h Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
LogWindow.cpp Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +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 Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
MenuActions.h Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +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 Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
pgAdmin4.h Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +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 Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +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 Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
Runtime.h Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
Server.cpp Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
Server.h Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
splash.png Further style tweaks. 2019-01-07 16:03:54 +05:30
TrayIcon.cpp Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30
TrayIcon.h Make the runtime configuration dialog non-modal. Fixes #5490 2020-07-28 16:13:05 +05:30