View menu Toolbar status out of sync

Bug #500191 reported by Alexander Belchenko
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Bazaar Explorer
Confirmed
Low
Unassigned

Bug Description

[bzr-explorer 0.10.0; QBzr 0.17.0]
If you enable and disable the Toolbar using the right-click functionality available from the double bars at the start of the Toolbar the status of the View menu option is not updated.

This also applies to the Working Tree and Toolbox which can also be made visible from this right-click menu.

In addition:
Line number 527 in explorer.py needs to be updated:

        self.toolBar.setWindowTitle(gettext("toolBar"))

Currently it sets the Toolbar window title to 'toolBar'. This text is visible if you right-click on the double bars at the start of the toolbar. To be consistent with the View menu 'toolBar' should be changed to 'Toolbar'.

Revision history for this message
Simon Kersey (simon-kersey) wrote :

File that needs to be changed at line 527 is ui_explorer.py NOT explorer.py

Revision history for this message
Ian Clatworthy (ian-clatworthy) wrote :

The second bit is now fixed. To toggle the menu state, it looks like we need to listen to the visibilityChanged() signal. That should be pretty easy but we'll need to do it for each doc-widget: toolbar, toolbox and wt-browser.

Changed in bzr-explorer:
importance: Undecided → Low
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.