Merge lp:~mikemc/ubuntuone-control-panel/catch-quit into lp:ubuntuone-control-panel
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Mike McCracken on 2012-10-04 | ||||
| Approved revision: | 365 | ||||
| Merged at revision: | 362 | ||||
| Proposed branch: | lp:~mikemc/ubuntuone-control-panel/catch-quit | ||||
| Merge into: | lp:ubuntuone-control-panel | ||||
| Diff against target: |
228 lines (+186/-0) 4 files modified
ubuntuone/controlpanel/gui/qt/main/__init__.py (+12/-0) ubuntuone/controlpanel/gui/qt/main/darwin.py (+60/-0) ubuntuone/controlpanel/gui/qt/main/tests/test_darwin.py (+104/-0) ubuntuone/controlpanel/gui/qt/main/tests/test_main.py (+10/-0) |
||||
| To merge this branch: | bzr merge lp:~mikemc/ubuntuone-control-panel/catch-quit | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Alejandro J. Cura (community) | Approve on 2012-10-04 | ||
| Roberto Alsina (community) | 2012-10-02 | Approve on 2012-10-04 | |
|
Review via email:
|
|||
Commit Message
- On darwin, create menu item to intercept cmd-Q events. (LP: #1049973)
Description of the Change
- On darwin, create menu item to intercept cmd-Q events. (LP: #1049973)
We add a menu to the main menubar with a "Quit" item, which Qt moves into the application menu. If we don't do this, Qt will create a default "Quit" item that only calls QApplication:
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~mikemc/ubuntuone-control-panel/catch-quit into lp:ubuntuone-control-panel failed. Below is the output from the failed tests.
*** Running DBus test suite ***
ubuntuone.
BaseTestCase
runTest ... [OK]
DBusServiceMa
test_
test_
DBusServiceTe
test_
test_
test_
test_
test_
test_
test_
test_
FileSyncTestCase
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
OperationsAut
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_start_...
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~mikemc/ubuntuone-control-panel/catch-quit into lp:ubuntuone-control-panel failed. Below is the output from the failed tests.
*** Running DBus test suite ***
ubuntuone.
BaseTestCase
runTest ... [OK]
DBusServiceMa
test_
test_
DBusServiceTe
test_
test_
test_
test_
test_
test_
test_
test_
FileSyncTestCase
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
OperationsAut
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_start_...
- 365. By Mike McCracken on 2012-10-04
-
pep8 whitespace fix


Looks very good.