Re: [pgadmin-hackers] [pgAdmin3][Patch]: Fix query viewer row height for High-DPI screens

2017-04-18 Thread Bruno Friedmann
On mardi, 18 avril 2017 16.14:41 h CEST Ryan Trinkle wrote: > Hi everyone, > > I know pgAdmin III isn't still actively maintained, but I figured I'd send > this here in case it's useful to anyone else. It changes the way that the > default row height in the data viewer (ctlSQLGrid) is

Re: [pgadmin-hackers] 1.4 sphinx error on RHEL 6

2017-04-18 Thread Devrim Gündüz
Hi Dave, On Tue, 2017-04-18 at 14:34 +0100, Dave Page wrote: > What Sphinx version do you have? 1.0.8, which comes from EPEL. Regards, -- Devrim Gündüz EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz ,

[pgadmin-hackers] [pgAdmin3][Patch]: Fix query viewer row height for High-DPI screens

2017-04-18 Thread Ryan Trinkle
Hi everyone, I know pgAdmin III isn't still actively maintained, but I figured I'd send this here in case it's useful to anyone else. It changes the way that the default row height in the data viewer (ctlSQLGrid) is calculated, so that the wxFont is asked for the height in pixels rather than in

[pgadmin-hackers] pgAdmin 4 commit: Prevent the top-left logo from changing colour when c

2017-04-18 Thread Dave Page
Prevent the top-left logo from changing colour when clicked. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=929a43c9faf116c45b6c0e6121e4c0fec76bcdaa Author: Jonas Thelemann Modified Files --

Re: [pgadmin-hackers] CSS Focus Bug Fix

2017-04-18 Thread Dave Page
Thanks, applied. On Sat, Apr 15, 2017 at 1:06 AM, Jonas Thelemann wrote: > Hello pgAdmin hackers, > > when the upper left logo is clicked and the mouse leaves the logo it turns > white. The attached .diff fixes this bug. > > Greetings, > Jonas Thelemann > > > > -- >

[pgadmin-hackers] pgAdmin 4 commit: Re-order Makefile targets for readability.

2017-04-18 Thread Dave Page
Re-order Makefile targets for readability. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=649b064cf3ffab020d62b8b0ea5c20719b3f9047 Author: Jonas Thelemann Modified Files -- Makefile | 56

Re: [pgadmin-hackers] Translation Docs Update & DE Fixes

2017-04-18 Thread Dave Page
Thanks, patch applied. On Fri, Apr 14, 2017 at 11:44 PM, Jonas Thelemann wrote: > Hey pgAdmin-hackers! > > For the translations docs file I ... > > - ...anonymized the language codes (ISO 639-1, $LANG) > - ...clarified the "Updating and Merging" description and

[pgadmin-hackers] pgAdmin 4 commit: German translation update.

2017-04-18 Thread Dave Page
German translation update. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e127cf4fa117c1b81554a3c236790272912b469 Author: Jonas Thelemann Modified Files -- .../translations/de/LC_MESSAGES/messages.mo

[pgadmin-hackers] pgAdmin 4 commit: Translation doc update:

2017-04-18 Thread Dave Page
Translation doc update: - ...anonymized the language codes (ISO 639-1, $LANG) - ...clarified the "Updating and Merging" description and removed the examples as they were pretty useless in my eyes. Correct me if they had a meaning. - ...anonymized the bash user - ...updated the "New Language"

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #2339 - Horizontal scrolling in the treeview

2017-04-18 Thread Dave Page
Unfortunately I had to revert this, as I found it was preventing treeview nodes from being collapsed again. I'm running in Google Chrome on Mac, if that helps narrow down the problem. On Tue, Apr 18, 2017 at 2:01 PM, Dave Page wrote: > Thanks, patch applied. > > On Fri, Apr

[pgadmin-hackers] pgAdmin 4 commit: Revert "Ensure the treeview can be scrolled horizonta

2017-04-18 Thread Dave Page
Revert "Ensure the treeview can be scrolled horizontally. Fixes #2339" This reverts commit 78c25cef21dcffed695494caa93c3e16b3114b47 which apparently prevents tree nodes being collapsed. Branch -- master Details ---

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2318: Fixed Foreign Table column order

2017-04-18 Thread Dave Page
Thanks, patch applied. On Fri, Apr 14, 2017 at 6:05 AM, Khushboo Vashi wrote: > Hi, > > Please find the attached patch to fix the RM #2318: Foreign Table create > script puts columns in alphabetical order instead of the actual order of the > columns as the table

[pgadmin-hackers] pgAdmin 4 commit: Order foreign table columns correctly. Fixes #2318

2017-04-18 Thread Dave Page
Order foreign table columns correctly. Fixes #2318 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8d6add13c06bbd92a581a6044b2efc92cfa29df0 Author: Khushboo Vashi Modified Files --

Re: [pgadmin-hackers] 1.4 sphinx error on RHEL 6

2017-04-18 Thread Dave Page
On Tue, Apr 18, 2017 at 2:10 PM, Devrim Gündüz wrote: > > Hi Dave, > > On Tue, 2017-04-18 at 09:12 +0100, Dave Page wrote: >> Yeah, we see that with Python 2.6. Don't worrk about it. > > Ok, but this is treated as an error, and the build stops there. Oh, sorry - I was looking

Re: [pgadmin-hackers] 1.4 sphinx error on RHEL 6

2017-04-18 Thread Devrim Gündüz
Hi Dave, On Tue, 2017-04-18 at 09:12 +0100, Dave Page wrote: > Yeah, we see that with Python 2.6. Don't worrk about it. Ok, but this is treated as an error, and the build stops there. Regards, -- Devrim Gündüz EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #2339 - Horizontal scrolling in the treeview

2017-04-18 Thread Dave Page
Thanks, patch applied. On Fri, Apr 14, 2017 at 5:02 AM, Khushboo Vashi wrote: > Hi, > > Please find the attached patch to fix the RM #2339: Horizontal scrolling in > the treeview. > > I wanted to change the pgadmin.css file to fix this issue but the aciTree >

[pgadmin-hackers] pgAdmin 4 commit: Ensure the treeview can be scrolled horizontally. Fix

2017-04-18 Thread Dave Page
Ensure the treeview can be scrolled horizontally. Fixes #2339 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=78c25cef21dcffed695494caa93c3e16b3114b47 Author: Khushboo Vashi Modified Files --

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed 2190 - Move language selection to Preferences.

2017-04-18 Thread Dave Page
Thanks, patch applied. On Fri, Apr 14, 2017 at 4:20 AM, Khushboo Vashi wrote: > Hi, > > Please find the attached updated patch. > > Thanks, > Khushboo > > On Sat, Apr 1, 2017 at 12:12 PM, Dave Page wrote: >> >> Hi >> >> >> On Friday, March 31,

[pgadmin-hackers] pgAdmin 4 commit: Ensure database driver names and description strings

2017-04-18 Thread Dave Page
Ensure database driver names and description strings can be translated. Fixes #2190 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a3007b7335d73cb2042cf4b2d3939b69ae4bcaac Author: Khushboo Vashi Modified

Re: [pgadmin-hackers][patch] Column selection on SQLEditor

2017-04-18 Thread Dave Page
Thanks - patch committed! On Wed, Apr 12, 2017 at 10:00 PM, Matthew Kleiman wrote: > Hi Dave, > > We have found the source of this bug and fixed it in the attached patch. > If this revised patch addresses the copy issues you pointed out, it can be > pulled into master. > >

[pgadmin-hackers] pgAdmin 4 commit: Allow column or row selection in the query tool. Fixe

2017-04-18 Thread Dave Page
Allow column or row selection in the query tool. Fixes #2216 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d663d553c55fbb5cdbe172d5c8780b777815de00 Author: Matthew Kleiman Modified Files --

[pgadmin-hackers] pgAdmin website commit: Correct link to downloads, per Devrim.

2017-04-18 Thread Dave Page
Correct link to downloads, per Devrim. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=10f2959b2442f1896b458d916e9c58b268d673ce Modified Files -- download/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --

Re: [pgadmin-hackers] 1.4 sphinx error on RHEL 6

2017-04-18 Thread Dave Page
Yeah, we see that with Python 2.6. Don't worrk about it. On Mon, Apr 17, 2017 at 9:41 PM, Devrim Gündüz wrote: > > Hi, > > This is new in 1.4: Any suggestions? > > -- > sphinx-1.0-build -W -b html -d _build/doctrees . _build/html > Making output directory... > Running

Re: [pgadmin-hackers] [Design Update] Visual design of query editor and results table

2017-04-18 Thread Dave Page
On Thu, Apr 13, 2017 at 4:43 PM, Robert Eckhardt wrote: Is that a new shade of gray? How many do we have now? It looks to me like it's starting to get messy, with too many different variations of gray plus the light blues used for the codemirror gutter and

[pgadmin-hackers] Problems editing Queries with pgAdmin4

2017-04-18 Thread Christian Espinoza
Hi, How can I report an issue for pgadmin4? I've had a lot of problems editing queries in the last version (4), today I upgraded to the last release and the problem is there yet. When one is modifying any query even a new one, the editor freezes some text zones, and is impossible edit it, I