pgAdmin III commit: Resolved an issue related enable/disable menu items

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Resolved an issue related enable/disable menu items
Date: 2015-09-22 07:56:32
Message-ID: E1ZeIRE-0007IL-Nb@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolved an issue related enable/disable menu items in Query Editor
specifically for Unity Desktop Environment.

wxWidgets was not able to identify the current focused control in some
cases, during certain event generation. And, that was resulting into
disabling the wrong menu items.
i.e.
Copy, Paste, Undo, Redo, Cut, Paste, Add/Manage favourite menu(s)

In order to resolve the issue, we will not consider the events
generated, but - no control gets focused, while enabling/disabling the
menus.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cd9f615564334ed91d4760c971beae249cf9bd83

Modified Files
--------------
CHANGELOG | 3 +++
pgadmin/frm/frmQuery.cpp | 59 +++++++++++++++++++++++++++-------------------
2 files changed, 38 insertions(+), 24 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Prasad Somwanshi 2015-09-22 10:09:29 Re: pgadmin4 setup.py, first time run
Previous Message Ashesh Vashi 2015-09-22 05:50:16 Re: pgadmin4 setup.py, first time run