[pgadmin-hackers] pgAdmin 4 commit: Change the priority of Tools menu item

2016-05-19 Thread Akshay Joshi
Change the priority of Tools menu item Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3a9b331df6b4d554d8db6850cd306d9cf767b044 Modified Files -- .../server_groups/servers/templates/servers/servers.js | 6 +++--- web/pgadmin/t

[pgadmin-hackers] [pgAdmin][runtime]: Panel content is not displayed in debugger and query tool

2016-05-19 Thread Neel Patel
Hi, Please find the attached patch file with below fix. - When we open the query tool and debugger in pgAdmin4 desktop mode then new panel gets created but there is nothing to display inside the panel. Still there is one pending issue specific to debugger. *Issue :- * When user open the d

Re: [pgadmin-hackers] [pgAdmin][runtime]: Panel content is not displayed in debugger and query tool

2016-05-19 Thread Ashesh Vashi
On Thu, May 19, 2016 at 2:58 PM, Neel Patel wrote: > Hi, > > Please find the attached patch file with below fix. > >- When we open the query tool and debugger in pgAdmin4 desktop mode >then new panel gets created but there is nothing to display inside the >panel. > > Still there is on

[pgadmin-hackers] pgAdmin 4 commit: Fixed an issue - not displaying query tool & debugger

2016-05-19 Thread Ashesh Vashi
Fixed an issue - not displaying query tool & debugger from the runtime. In order to resolve the issue, set the height, width of the area (div) under the wcFrame. wcIFrame consider the height, and width of this container to determine the height, width & position of the iframe. Branch -- master

Re: [pgadmin-hackers] Patch for pgAdmin4 package on Mac OS X

2016-05-19 Thread Sandeep Thakkar
Hi Dave I have added the 'docs' target in the /Makefile. This target is also called by appbundle. pgAdmin4 versioning change is also taken care of. I have attached the updated patch here. Kindly review and let me know your feedback. Thanks. On Tue, May 17, 2016 at 4:52 PM, Dave Page wrote: > >

[pgadmin-hackers] [pgAdmin4][runtime]: Web Inspect feature in desktop application in debug mode

2016-05-19 Thread Neel Patel
Hi, Currently there is no way to debug the pgAdmin4 runtime application if any error occurs. Ashesh suggested to implement the feature. Please find attached patch file. *Feature:-* User should be able to debug the pgAdmin4 desktop application with Web Inspect options provided by Qt Web engine.

Re: [pgadmin-hackers] [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool

2016-05-19 Thread Akshay Joshi
Hi All Today I have added support for multi line and also improve searching logic. Please ignore the last patch. Attached is the new patch. Please review it and let me know the review comments (if any). On Wed, May 18, 2016 at 8:18 PM, Akshay Joshi wrote: > Just to update Multi line support is

[pgadmin-hackers] pgAdmin 4 commit: Add Inspection support to the runtime when built in d

2016-05-19 Thread Dave Page
Add Inspection support to the runtime when built in debug mode. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7b2e4fb4675f262f88a354abdb0ae399fde169f8 Author: Neel Patel Modified Files -- README| 8 ru

Re: [pgadmin-hackers] [pgAdmin4][runtime]: Web Inspect feature in desktop application in debug mode

2016-05-19 Thread Dave Page
Thanks - applied. On Thu, May 19, 2016 at 7:16 AM, Neel Patel wrote: > Hi, > > Currently there is no way to debug the pgAdmin4 runtime application if any > error occurs. > > Ashesh suggested to implement the feature. Please find attached patch file. > > Feature:- > > User should be able to debug

Re: [pgadmin-hackers] Patch for pgAdmin4 package on Mac OS X

2016-05-19 Thread Dave Page
Hi I see the following error when attempting to build. My configurable paths match the defaults in the README. App: pgAdmin4.app: Post-processing: .//Contents/MacOS/pgAdmin4 App: pgAdmin4.app: Adding symlink: QtWebKitWidgets (because of: .//Contents/MacOS/pgAdmin4) cp: @rpath/QtWebKitWidgets.fra

Re: [pgadmin-hackers] Patch for pgAdmin4 package on Mac OS X

2016-05-19 Thread Sandeep Thakkar
Hmm.. looks like some difference in the QT installation. Can you please provide me the otool -L output for pgAdmin4 from /mac-build/pgAdmin4.app/Contents/MacOS/pgAdmin4 and also the tree for $QTDIR/lib Thanks. On Thu, May 19, 2016 at 7:20 PM, Dave Page wrote: > Hi > > I see the following erro

Re: [pgadmin-hackers] PATCH: FTS configuration node

2016-05-19 Thread Akshay Joshi
Thanks - Committed with some modification and fixes. On Wed, May 18, 2016 at 12:57 PM, Ashesh Vashi < ashesh.va...@enterprisedb.com> wrote: > > On Wed, May 18, 2016 at 12:52 PM, Sanket Mehta < > sanket.me...@enterprisedb.com> wrote: > >> >> On Wed, May 18, 2016 at 12:42 PM, Ashesh Vashi < >> ashe

[pgadmin-hackers] pgAdmin 4 commit: Added support for FTS configuration node

2016-05-19 Thread Akshay Joshi
Added support for FTS configuration node Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6895da9cbca9731b559c52df385a0ed5dcf7 Author: Sanket Mehta Modified Files -- .../schemas/fts_configurations/__init__.py | 939 +