[Bug 876947] Re: setEnabled(False) does not work on menu actions

2012-04-23 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 787946 ***
https://bugs.launchpad.net/bugs/787946

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876947

Title:
  setEnabled(False) does not work on menu actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/876947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876947] Re: setEnabled(False) does not work on menu actions

2011-11-07 Thread Filipe Roque
*** This bug is a duplicate of bug 787946 ***
https://bugs.launchpad.net/bugs/787946

** This bug has been marked a duplicate of bug 787946
   [Qt] Unity ignores application's attempt to disable menu item.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876947

Title:
  setEnabled(False) does not work on menu actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/876947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876947] Re: setEnabled(False) does not work on menu actions

2011-10-24 Thread Andrew G
I spoke too soon - the bug applies not just to menu bar entries, but
also to their drop down entries (i.e setEnabled(False) does not work on
QAction objects). Qercus cannot be used reliably on Unity until this is
fixed.

Andrew.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876947

Title:
  setEnabled(False) does not work on menu actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/876947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876947] Re: setEnabled(False) does not work on menu actions

2011-10-18 Thread Robert Roth
** Package changed: ubuntu = unity (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876947

Title:
  setEnabled(False) does not work on menu actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/876947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876947] Re: setEnabled(False) does not work on menu actions

2011-10-18 Thread Andrew G
Example of non-working code:

class QercusApp(QtGui.QMainWindow):

self.functionMenu = QtGui.QMenu(self.tr(Functions), self)
self.functionMenu.addAction(self.overviewAct)

self.menuBar().addMenu(self.functionMenu)

## This line has no effect on Unity (but is ok on Kubuntu).
self.functionMenu.setEnabled(False)


I will soon release program Qercus 0.23b2  - which will delete rather than 
disable unwanted entries in the menu bar. This looks neater anyway. So fixing 
this bug is not a priority for me.

Andrew.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876947

Title:
  setEnabled(False) does not work on menu actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/876947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs