Re: [pgadmin-hackers] 1.4.1 Release

2005-12-02 Thread Andreas Pflug
Andreas Pflug wrote: Dave Page wrote: I'd definitely complain - might make them think twice next time. Didn't realise it was quite this bad :-( Me neither, until I found editing a pg_hba.conf .line behaving weird on linux when changing the type and began to dig further. 'k, this wasn't e

[pgadmin-hackers] SVN Commit by andreas: r4790 - trunk/pgadmin3

2005-12-02 Thread svn
Author: andreas Date: 2005-12-03 01:09:05 + (Sat, 03 Dec 2005) New Revision: 4790 Modified: trunk/pgadmin3/CHANGELOG.txt Log: Major fix for wx2.6.2 API changes (comboboxes) Modified: trunk/pgadmin3/CHANGELOG.txt === --- trunk

[pgadmin-hackers] SVN Commit by andreas: r4789 - trunk/pgadmin3/src/dlg

2005-12-02 Thread svn
Author: andreas Date: 2005-12-03 01:07:02 + (Sat, 03 Dec 2005) New Revision: 4789 Modified: trunk/pgadmin3/src/dlg/dlgHbaConfig.cpp Log: gtk fix Modified: trunk/pgadmin3/src/dlg/dlgHbaConfig.cpp === --- trunk/pgadmin3/src/dlg/

[pgadmin-hackers] SVN Commit by andreas: r4787 - in trunk/pgadmin3/src: ctl dlg frm include include/base include/ctl

2005-12-02 Thread svn
Author: andreas Date: 2005-12-02 23:34:54 + (Fri, 02 Dec 2005) New Revision: 4787 Modified: trunk/pgadmin3/src/ctl/ctlComboBox.cpp trunk/pgadmin3/src/dlg/dlgOperator.cpp trunk/pgadmin3/src/dlg/dlgProperty.cpp trunk/pgadmin3/src/dlg/dlgSelectConnection.cpp trunk/pgadmin3/src/frm/

Re: [pgadmin-hackers] 1.4.1 Release

2005-12-02 Thread Andreas Pflug
Dave Page wrote: I'd definitely complain - might make them think twice next time. Didn't realise it was quite this bad :-( Me neither, until I found editing a pg_hba.conf .line behaving weird on linux when changing the type and began to dig further. Regards, Andreas ---

Re: [pgadmin-hackers] 1.4.1 Release

2005-12-02 Thread Dave Page
I'd definitely complain - might make them think twice next time. Didn't realise it was quite this bad :-( /D -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 02/12/05 23:02:57 To: "Dave Page" Cc: "[email protected]" Subject: Re: 1.4.1 Release Dave Page wr

Re: [pgadmin-hackers] 1.4.1 Release

2005-12-02 Thread Andreas Pflug
Dave Page wrote: Hmm, good job I had to postpone the wrap till Monday then :-) Not in the mood for smileys for several reasons; my recent remarkes were censored. Thankfully, the guys who decided this major change in a dot-release are far away... Regards, Andreas ---

Re: [pgadmin-hackers] 1.4.1 Release

2005-12-02 Thread Dave Page
Hmm, good job I had to postpone the wrap till Monday then :-) /D -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 02/12/05 22:52:07 To: "Dave Page", "pgadmin-hackers" Subject: 1.4.1 Release Dave, currently we can't freeze 1.4.1, the 2.6.2 API fuckup has impact through

[pgadmin-hackers] 1.4.1 Release

2005-12-02 Thread Andreas Pflug
Dave, currently we can't freeze 1.4.1, the 2.6.2 API fuckup has impact throughout the app. In addition, a short fix won't work because apparently I'm experiencing a compiler error (base method called thou overloaded method exists). Stay tuned. Regards, Andreas ---(end

[pgadmin-hackers] SVN Commit by andreas: r4785 - in branches/REL-1_4_0_PATCHES/pgadmin3: . src/ctl src/include/images

2005-12-02 Thread svn
Author: andreas Date: 2005-12-02 12:35:49 + (Fri, 02 Dec 2005) New Revision: 4785 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/CHANGELOG.txt branches/REL-1_4_0_PATCHES/pgadmin3/src/ctl/explainShape.cpp branches/REL-1_4_0_PATCHES/pgadmin3/src/include/images/ex_scan.xpm Log: Graphical

[pgadmin-hackers] SVN Commit by dpage: r4784 - in trunk/pgadmin3: . src/dlg

2005-12-02 Thread svn
Author: dpage Date: 2005-12-02 10:06:55 + (Fri, 02 Dec 2005) New Revision: 4784 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/src/dlg/dlgTable.cpp Log: Drop constraints on columns before the columns themselves [Miha Radej] Modified: trunk/pgadmin3/CHANGELOG.txt

[pgadmin-hackers] SVN Commit by dpage: r4783 - in branches/REL-1_4_0_PATCHES/pgadmin3: . src/dlg

2005-12-02 Thread svn
Author: dpage Date: 2005-12-02 10:02:32 + (Fri, 02 Dec 2005) New Revision: 4783 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/CHANGELOG.txt branches/REL-1_4_0_PATCHES/pgadmin3/src/dlg/dlgTable.cpp Log: Drop constraints on columns before the columns themselves [Miha Radej] Modified: bra

[pgadmin-hackers] SVN Commit by dpage: r4782 - branches/REL-1_4_0_PATCHES/pgadmin3/src/ui

2005-12-02 Thread svn
Author: dpage Date: 2005-12-02 09:36:59 + (Fri, 02 Dec 2005) New Revision: 4782 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/ui/dlgColumn.xrc branches/REL-1_4_0_PATCHES/pgadmin3/src/ui/xrcDialogs.cpp Log: Fix (hopefully) the last of the combobox bug. Modified: branches/REL-1_4_0_PA

[pgadmin-hackers] SVN Commit by dpage: r4781 - trunk/pgadmin3/src/ui

2005-12-02 Thread svn
Author: dpage Date: 2005-12-02 09:34:49 + (Fri, 02 Dec 2005) New Revision: 4781 Modified: trunk/pgadmin3/src/ui/dlgColumn.xrc trunk/pgadmin3/src/ui/xrcDialogs.cpp Log: Fix (hopefully) the last of the combobox bug. Modified: trunk/pgadmin3/src/ui/dlgColumn.xrc ===

Re: [pgadmin-hackers] SVN Commit by andreas: r4773 - branches/REL-1_4_0_PATCHES/pgadmin3/src/ctl

2005-12-02 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 02 December 2005 07:07 > To: Dave Page > Cc: [email protected] > Subject: Re: [pgadmin-hackers] SVN Commit by andreas: r4773 - > branches/REL-1_4_0_PATCHES/pgadmin3/src/ctl > > Dave Page wrote: >

Re: [pgadmin-hackers] SVN Commit by andreas: r4773 - branches/REL-1_4_0_PATCHES/pgadmin3/src/ctl

2005-12-02 Thread Magnus Hagander
> > Hi Andreas, > > > > I already tried this fix - it makes no difference :-( > > I just crosschecked, it _does_ work for me. If you can whip up a binary for me, I can test it on one of my customers who keeps nagging on me about it (hey, he only noticed it a couple of days ago, but you know how

[pgadmin-hackers] SVN Commit by dpage: r4780 - branches/REL-1_4_0_PATCHES/pgadmin3/xtra/pgagent

2005-12-02 Thread svn
Author: dpage Date: 2005-12-02 08:16:18 + (Fri, 02 Dec 2005) New Revision: 4780 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/xtra/pgagent/pgAgent.dsp Log: Correct include/lib paths Modified: branches/REL-1_4_0_PATCHES/pgadmin3/xtra/pgagent/pgAgent.dsp =

[pgadmin-hackers] SVN Commit by dpage: r4779 - trunk/pgadmin3/xtra/pgagent

2005-12-02 Thread svn
Author: dpage Date: 2005-12-02 08:15:29 + (Fri, 02 Dec 2005) New Revision: 4779 Modified: trunk/pgadmin3/xtra/pgagent/pgAgent.dsp Log: Correct include/lib paths Modified: trunk/pgadmin3/xtra/pgagent/pgAgent.dsp === --- trunk/p