[pgadmin-hackers] [pgAdmin4][Patch]: RM 1919 View Filtered Rows only saving a single change per row
Hi All Please find the attached patch to fix the RM #1919 View Filtered Rows only saving a single change per row. Please review it. -- *Akshay Joshi* *Principal Software Engineer * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_1919.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
[pgadmin-hackers] [Patch][pgAdmin4][runtime]: RM#1375 - Migrate the runtime to QtWebEngine from QtWebKit
Hi, Please find attached initial patch for migration of runtime to QtWebEngine from QtWebkit. *Observation:-* When user click on already opened link, it will not set existing tab index but always open in new tab. e.g. pgAdmin4 website is already open in new tab and user again open the same website then it will not set existing tab index but always open in new tab. First "createWindow" virtual protected method is getting called which does not contain any URL of page but it will create WebEnginePage for the WebEngineView. Once the WebEnginePage is created in above method, we are getting "acceptNavigationRequested" call which contains URL so before we save the URL, tab was already opened so we are not able to compare with existing opened tab. I have tested this patch on Linux & Mac and it is working as expected. Do review it and let us know for any comments. Thanks, Neel Patel RM_1375_qwebengine_v1.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
[pgadmin-hackers] PATCH: arguments of Trigger function was not displaying properly (pgAdmin4)
Hi, PFA patch to fix the issue in trigger node where it was not displaying arguments of Trigger function RM#1912 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1912.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers