pgadmin4/runtime
Maxim Zakharov 72548a99e1 Fix usage of QString::toUtf8(). Fixes #2299
Desktop runtime has a couple bugs using already freed memory supplied to embedded python leading to occasional crashes and failures to start maintenance processes (VACUUM, ANALYZE, REINDEX, CLUSTER).

This is caused by incorrect usage of QString::toUtf8() which returns newly created QByteArray which is automatically destroyed once closing context; e.g.
Py_SetPythonHome(pythonHome.toUtf8().data());
2017-03-28 08:26:16 -04:00
..
.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 Fix usage of QString::toUtf8(). Fixes #2299 2017-03-28 08:26:16 -04:00
Server.h Fix usage of QString::toUtf8(). Fixes #2299 2017-03-28 08:26:16 -04: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 Add a couple of headers that Qt 5.8 seems to be more picky about, and fix the free port check to use TCP not UDP 2017-03-26 21:02:15 -04: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