Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-24 Thread Adam Scott
variable is set to "c:\pgBuild". > > Hope this helps. > > -- > > Thanks & Regards, > > Ashesh Vashi > EnterpriseDB INDIA: Enterprise PostgreSQL Company > <http://www.enterprisedb.com> > > > *http://www.linkedin.com/in/asheshvashi* > <http://www.li

Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-23 Thread Adam Scott
ime, as it was working before. 2>c:\pgadmin3\pgadmin\libssh2\openssl.c(71): error C2037: left of 'e' specifies undefined struct/union 'rsa_st' Thanks again! Adam On Wed, Sep 23, 2015 at 8:35 AM, Dave Page wrote: > On Wed, Sep 23, 2015 at 2:55 PM, Adam Scott >

Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-23 Thread Adam Scott
Is the last patch okay? If there's something more required or anything please let me know. Thank you, Adam On Thu, Sep 17, 2015 at 7:47 AM, Adam Scott wrote: > Being consistent with the frmQuery probably helps the user as well. > Here's the patch to display the connecti

Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-17 Thread Adam Scott
ld be > ideal), but it is a condensed name that fully describes the > connection. > > On Tue, Sep 15, 2015 at 4:01 PM, Adam Scott > wrote: > > If it displayed what's displayed in the Query editor would that be > better? > > > > Thank you, > > Adam >

Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-15 Thread Adam Scott
If it displayed what's displayed in the Query editor would that be better? Thank you, Adam On Tue, Sep 15, 2015 at 8:41 AM, Adam Scott wrote: > If you have a development host and a production host, the database names > will be the same. I think the value of the having the new fiel

Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-15 Thread Adam Scott
If you have a development host and a production host, the database names will be the same. I think the value of the having the new field goes away if you exclude the hostname. You won't know what host the object you are selecting belongs to. That could be the difference between modifying an obje

Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-14 Thread Adam Scott
n Mon, Sep 14, 2015 at 1:04 PM, Adam Scott wrote: > The part that changed was just the database name since I clicked on an > object in a different database on the same conneciton. If I had selected > an object in a different connection, the connection name would change as > well. &g

Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-14 Thread Adam Scott
,and think > this patch is good. (I haven't reviewed the code) > > //Magnus > > > On Mon, Sep 14, 2015 at 3:34 PM, Adam Scott > wrote: > >> Hi, >> >> thank you for your time to consider this patch. >> >> Here's a few screenshots o

[pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-13 Thread Adam Scott
Hi, please consider this patch to frmMain. Situation: When a user has a large number of databases and connections, when they select a table or other object in the Object browser tree, they can lose track of which connection and database the object belongs too. This makes it really easy for the u

Re: [pgadmin-hackers] Autosave in the SQL Editor

2012-08-06 Thread Adam Scott
MySQL Workbench has a similar feature. This does pose an exposure to save sensitive information without the user knowing. How to solve this? A complicated development path: encrypt saved document. Of course any of the files the user saves should be privileged to that user (not group). So anot

Re: [pgadmin-hackers] Problem trying to compile PgAdmin

2011-05-27 Thread Adam Scott
I think users care about the features in pgadmin more than what compiler built it. But, if you want to try to get it to build and run, earlier I was able to get it to build. http://archives.postgresql.org/pgadmin-hackers/2011-04/msg00155.php But when launching it seg faulted if I recall correctl

Re: [pgadmin-hackers] pgAdmin 1.14 Visual Tour

2011-04-30 Thread Adam Scott
Cool. Here's my feedback. "Dialogs contain at least one more tab to put all the informations" should be (s/b) "Dialogs contain at least one more tab to put all the information" "The first tab has always the same informations" s/b "The first tab always has the same information" "There are still

[pgadmin-hackers] Building on MS Visual Studio Express 2010

2011-04-24 Thread Adam Scott
Hi All, was able to get pgadminiii to build using MS Visual Studio Express 2010 for REL-1_13_DEV This is from memory but here are the major points that might help someone else: When opening the solution file I let VSE upgrade the project files. It made some kind of warning if I remember correct

Re: [pgadmin-hackers] Building pgadmin3 on Windows 7

2010-11-16 Thread Adam Scott
uillaume Lelarge wrote: > Le 08/11/2010 18:56, Dave Page a écrit : > > On Mon, Nov 8, 2010 at 7:19 AM, Guillaume Lelarge > > wrote: > >> Le 08/11/2010 06:21, Adam Scott a écrit : > >>> Building pgAdmin3 on Windows Corrections and Help Needed > >>> &

[pgadmin-hackers] Building pgadmin3 on Windows 7

2010-11-07 Thread Adam Scott
Building pgAdmin3 on Windows Corrections and Help Needed Newbie here trying to build pgAdmin3 using wxWidgets 2.8.11 using Visual Studio Express 2008. (The INSTALL file indicates Microsoft Visual C++ 2008 is required; in keeping with the spirit of open source I'm trying to get this working using