[pgadmin-hackers] SVN Commit by dpage: r5799 - in trunk/pgadmin3/pgadmin: dlg ui

2006-12-15 Thread svn
Author: dpage Date: 2006-12-15 16:08:21 + (Fri, 15 Dec 2006) New Revision: 5799 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5799&view=rev Log: More Solaris crash prevention Modified: trunk/pgadmin3/pgadmin/dlg/dlgServer.cpp trunk/pgadmin3/pgadmin/ui/dlgDatabase

[pgadmin-hackers] SVN Commit by dpage: r5798 - in branches/REL-1_6_0_PATCHES/pgadmin3/src: dlg ui

2006-12-15 Thread svn
Author: dpage Date: 2006-12-15 16:07:42 + (Fri, 15 Dec 2006) New Revision: 5798 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5798&view=rev Log: More Solaris crash prevention Modified: branches/REL-1_6_0_PATCHES/pgadmin3/src/dlg/dlgServer.cpp branches/REL-1_6_0_P

[pgadmin-hackers] SVN Commit by dpage: r5797 - in branches/REL-1_6_0_PATCHES/pgadmin3: . src/schema

2006-12-15 Thread svn
Author: dpage Date: 2006-12-15 14:38:43 + (Fri, 15 Dec 2006) New Revision: 5797 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5797&view=rev Log: Properly drop foreign keys in schemas whose names require quoting, per M S. Modified: branches/REL-1_6_0_PATCHES/pgadmin3

[pgadmin-hackers] SVN Commit by dpage: r5796 - in trunk/pgadmin3: . pgadmin/schema

2006-12-15 Thread svn
Author: dpage Date: 2006-12-15 14:36:35 + (Fri, 15 Dec 2006) New Revision: 5796 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5796&view=rev Log: Properly drop foreign keys in schemas whose names require quoting, per M S. Modified: trunk/pgadmin3/CHANGELOG trunk/p

[pgadmin-hackers] SVN Commit by dpage: r5795 - branches/REL-1_6_0_PATCHES/pgadmin3

2006-12-15 Thread svn
Author: dpage Date: 2006-12-15 14:21:39 + (Fri, 15 Dec 2006) New Revision: 5795 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5795&view=rev Log: Add bug noted by Daniel Segall: If I have two Query windows open, and one has a modal dialog open, I cannot execute queries i

[pgadmin-hackers] SVN Commit by dpage: r5794 - trunk/pgadmin3

2006-12-15 Thread svn
Author: dpage Date: 2006-12-15 14:02:36 + (Fri, 15 Dec 2006) New Revision: 5794 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5794&view=rev Log: Add bug noted by Daniel Segall: If I have two Query windows open, and one has a modal dialog open, I cannot execute queries i

[pgadmin-hackers] SVN Commit by dpage: r5793 - trunk/pgadmin3/pgadmin/frm

2006-12-15 Thread svn
Author: dpage Date: 2006-12-15 13:37:04 + (Fri, 15 Dec 2006) New Revision: 5793 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5793&view=rev Log: Fix the shortcut key for the favourites menu, per David Gould. Modified: trunk/pgadmin3/pgadmin/frm/frmQuery.cpp ---

Re: [pgadmin-hackers] pgagent linker problem

2006-12-15 Thread Dave Page
Zdenek Kotala wrote: Dave Page wrote: Zdenek Kotala wrote: I tested it again and this problem occurred if I use sunstudio compiler. Compilation with gcc works fine. I looks that gcc recursively go thru libraries to find symbol. You can test it with Linux version of SunStudio. Ok - is ther

Re: [pgadmin-hackers] pgagent linker problem

2006-12-15 Thread Zdenek Kotala
Dave Page wrote: Zdenek Kotala wrote: I tested it again and this problem occurred if I use sunstudio compiler. Compilation with gcc works fine. I looks that gcc recursively go thru libraries to find symbol. You can test it with Linux version of SunStudio. Ok - is there a relatively easy wa

Re: [pgadmin-hackers] pgagent linker problem

2006-12-15 Thread Dave Page
Zdenek Kotala wrote: I tested it again and this problem occurred if I use sunstudio compiler. Compilation with gcc works fine. I looks that gcc recursively go thru libraries to find symbol. You can test it with Linux version of SunStudio. Ok - is there a relatively easy way to test for the S

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-15 Thread Dave Page
Zdenek Kotala wrote: Dhanaraj M wrote: Hi Zdenek, I tested this and still both problems exist (Add server and query tool -core dump) Can you test it once? This patch fixes only problem with invoking connection form when frmQuery is closing. That's all it's supposed to fix - but I get t

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-15 Thread Zdenek Kotala
Dhanaraj M wrote: Hi Zdenek, I tested this and still both problems exist (Add server and query tool -core dump) Can you test it once? This patch fixes only problem with invoking connection form when frmQuery is closing. It does not fix problems with empty comboboxies. This patch works fo

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-15 Thread Dhanaraj M
Hi Zdenek, I tested this and still both problems exist (Add server and query tool -core dump) Can you test it once? Dave Page wrote: Zdenek Kotala wrote: I'm still not sure how you're getting into that code when you close the form though... The root cause is destructor of frmQuery dial

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-15 Thread Dave Page
Zdenek Kotala wrote: I'm still not sure how you're getting into that code when you close the form though... The root cause is destructor of frmQuery dialog. It removes all connection from combo box exclude last item - "new connection". Each deletion invoke frmQuery::OnChangeConnection event a