SVN Commit by dpage: r5496 - in trunk/pgadmin3/src: ctl frm include/ctl

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r5496 - in trunk/pgadmin3/src: ctl frm include/ctl
Date: 2006-10-16 10:54:27
Message-ID: 200610161054.k9GAsRmb008327@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2006-10-16 11:54:27 +0100 (Mon, 16 Oct 2006)

New Revision: 5496

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5496&view=rev

Log:
Don't try modifying frmQuery's buttons or menus if updateMenu has been triggered by an event in a floating pane. The buttons and menus should only reflect what's happening in their own parent. To make things more usable, add a Ctrl-C shortcut to ctlSQLGrid to allow data to be copied when floating. Per Erwin Brandstetter.

Modified:
trunk/pgadmin3/src/ctl/ctlSQLGrid.cpp
trunk/pgadmin3/src/frm/frmQuery.cpp
trunk/pgadmin3/src/include/ctl/ctlSQLGrid.h

Browse pgadmin-hackers by date

  From Date Subject
Next Message Martin Jürgens 2006-10-16 11:56:28 Re: Bug: "New Server" demands password
Previous Message svn 2006-10-16 09:20:11 SVN Commit by dpage: r5495 - trunk/pgadmin3/src/schema