Thread: RC1 on Friday?
I'm thinking we're about ready to release RC1 on Friday. Does anyone think we should have another beta first or disagree with the scheduling? Regards, Dave
Hi, On Tue, 2007-08-28 at 12:08 +0100, Dave Page wrote: > I'm thinking we're about ready to release RC1 on Friday. Does anyone > think we should have another beta first or disagree with the > scheduling? Did you look at the bug that I told you on jabber? (Clicking template* crashes pgadmin3 on Linux.) Cheers, -- Devrim GÜNDÜZ PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/
Attachment
Devrim GÜNDÜZ wrote: > Hi, > > On Tue, 2007-08-28 at 12:08 +0100, Dave Page wrote: >> I'm thinking we're about ready to release RC1 on Friday. Does anyone >> think we should have another beta first or disagree with the >> scheduling? > > Did you look at the bug that I told you on jabber? (Clicking template* > crashes pgadmin3 on Linux.) Oh, no I didn't. you were going to email me details iirc. (I work from my inbox, so if I don't have an email, I'll probably forget!) /D
Hi, On Tue, 2007-08-28 at 13:24 +0100, Dave Page wrote: > Oh, no I didn't. you were going to email me details iirc. Yes, sorry for that. Attached is the strace output, if it helps. Clicking template0 (not template1) crashes pgadmin3. Cheers, -- Devrim GÜNDÜZ PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/
Attachment
Dave Page a écrit : > I'm thinking we're about ready to release RC1 on Friday. Does anyone > think we should have another beta first or disagree with the scheduling? > There's a bug I still need to work on : the "scratch pad delete key" bug. If you want to know a bit more about this, take a look at the "Not working delete key in a scratch pad" thread on pgadmin-support. It seems to work on Windows, but not on GTK-Linux. I've tried some fixes but neither really did the job. So, I still need to work on it. This is on top of my list. Regards. -- Guillaume. <!-- http://abs.traduc.org/ http://lfs.traduc.org/ http://docs.postgresqlfr.org/ -->
Devrim GÜNDÜZ wrote: > Hi, > > On Tue, 2007-08-28 at 12:08 +0100, Dave Page wrote: >> I'm thinking we're about ready to release RC1 on Friday. Does anyone >> think we should have another beta first or disagree with the >> scheduling? > > Did you look at the bug that I told you on jabber? (Clicking template* > crashes pgadmin3 on Linux.) Thanks, fixed in SVN. Regards, Dave
Guillaume Lelarge wrote: > Dave Page a écrit : >> I'm thinking we're about ready to release RC1 on Friday. Does anyone >> think we should have another beta first or disagree with the scheduling? >> > > There's a bug I still need to work on : the "scratch pad delete key" > bug. If you want to know a bit more about this, take a look at the "Not > working delete key in a scratch pad" thread on pgadmin-support. > > It seems to work on Windows, but not on GTK-Linux. I've tried some fixes > but neither really did the job. So, I still need to work on it. This is > on top of my list. I've committed a fix for this. The keypress was getting caught by the accelerator defined for the form. I added code to the event handler to skip the event if focus is in the scratch pad. Regards, Dave
Dave Page a écrit : > Guillaume Lelarge wrote: >> Dave Page a écrit : >>> I'm thinking we're about ready to release RC1 on Friday. Does anyone >>> think we should have another beta first or disagree with the scheduling? >>> >> There's a bug I still need to work on : the "scratch pad delete key" >> bug. If you want to know a bit more about this, take a look at the "Not >> working delete key in a scratch pad" thread on pgadmin-support. >> >> It seems to work on Windows, but not on GTK-Linux. I've tried some fixes >> but neither really did the job. So, I still need to work on it. This is >> on top of my list. > > I've committed a fix for this. The keypress was getting caught by the > accelerator defined for the form. I added code to the event handler to > skip the event if focus is in the scratch pad. It works great for me. Thanks Dave. I don't understand why I didn't find this. Regards. -- Guillaume. <!-- http://abs.traduc.org/ http://lfs.traduc.org/ http://docs.postgresqlfr.org/ -->