Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Zec3T-0007AP-8b for pgadmin-hackers@arkaria.postgresql.org; Wed, 23 Sep 2015 04:53:19 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1Zec3R-0003uL-Ai for pgadmin-hackers@arkaria.postgresql.org; Wed, 23 Sep 2015 04:53:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1Zec3P-0003uC-RU for pgadmin-hackers@postgresql.org; Wed, 23 Sep 2015 04:53:15 +0000 Received: from smtp52.i.mail.ru ([94.100.177.112]) by magus.postgresql.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1Zec3M-0004xW-5c for pgadmin-hackers@postgresql.org; Wed, 23 Sep 2015 04:53:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Subject:CC:To:Message-ID:Reply-To:From:Date; bh=DD2suW7AM0/2//qxVGYpal3sAeina+tMRfRibRZcwlk=; b=LNQrN1Or21fYu5ZJOHoRScL4C7G8qcD933eTB2P6jUPedkTRg22MxaregYsm7ScyeFQ0IlbtwUzjeFBWnsZcYyjh1BMNlxjOV7qN27n++WRSQ1WOmFMKLuroqxq3rLU8GtzC7I2rySONn7t0R9warkiGC156ccOzuwfYPylqq9M=; Received: from [5.165.244.36] (port=49394 helo=HomePC) by smtp52.i.mail.ru with esmtpa (envelope-from ) id 1Zec3J-0003pN-J1; Wed, 23 Sep 2015 07:53:10 +0300 Date: Wed, 23 Sep 2015 07:53:05 +0300 From: "J.F. Oster" Reply-To: "J.F. Oster" X-Priority: 3 (Normal) Message-ID: <87246063.20150923075305@mail.ru> To: Ashesh Vashi CC: pgadmin-hackers@postgresql.org Subject: Re: pgAdmin III commit: Resolved an issue related enable/disable menu items In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mras: Ok X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Hi Ashesh, Favourite's issue is resolved, but looks like Edit - Cut/Copy/Paste items are disabled all the time (seen on Ubuntu, Kubuntu). Tuesday, September 22, 2015, 10:56:32 AM, you wrote: AV> Resolved an issue related enable/disable menu items in Query Editor AV> specifically for Unity Desktop Environment. AV> wxWidgets was not able to identify the current focused control in some AV> cases, during certain event generation. And, that was resulting into AV> disabling the wrong menu items. AV> i.e. AV> Copy, Paste, Undo, Redo, Cut, Paste, Add/Manage favourite menu(s) AV> In order to resolve the issue, we will not consider the events AV> generated, but - no control gets focused, while enabling/disabling the AV> menus. AV> Branch AV> ------ AV> master AV> Details AV> ------- AV> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cd9f615564334ed91d4760c971beae249cf9bd83 AV> Modified Files AV> -------------- AV> CHANGELOG | 3 +++ AV> pgadmin/frm/frmQuery.cpp | 59 AV> +++++++++++++++++++++++++++------------------- AV> 2 files changed, 38 insertions(+), 24 deletions(-) -- Best regards, J.F. -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers