Re: [pgadmin-hackers] Patch for RM1911 Direct file navigation [pgAdmin4] [Feature]

2017-01-14 Thread Harshal Dhumal
Hi, Pls updated patch for RM1911. 1. This includes fix for issue index out of range when user enters path of folder without trailing slash (showed by Dave). 2. To make this functionality compatible with save last used directory feature. -- *Harshal Dhumal* *Software Engineer* EnterpriseDB Ind

[pgadmin-hackers] .gitignore Improvement Suggestion

2017-01-14 Thread Jonas Thelemann
Good day pga-hackers, while playing around with the source and Git I found out that building an executable on my Raspberry Pi creates a file called "pgAdmin4" in the runtime folder. The .gitignore file in the same folder only mentions a "pgadmin4" file without a capital "a" in its name. As I

Re: [pgadmin-hackers] .gitignore Improvement Suggestion

2017-01-14 Thread Jonas Thelemann
Well, 10 minutes later I notice that I made a mistake describing the fix. The attached file is correct though. Fix A (not the reordering) consists of 2 fixes. One is adding the "pgAdmin4" executable file to the ignore list in the runtime folder. The other is to rename the line/file "qrc_pgadmi