Merge lp:~diegosarmentero/ubuntuone-control-panel/u1-cp-publishapi into lp:ubuntuone-control-panel
| Status: | Merged |
|---|---|
| Approved by: | dobey on 2012-10-15 |
| Approved revision: | 366 |
| Merged at revision: | 368 |
| Proposed branch: | lp:~diegosarmentero/ubuntuone-control-panel/u1-cp-publishapi |
| Merge into: | lp:ubuntuone-control-panel |
| Diff against target: |
74 lines (+18/-7) 2 files modified
ubuntuone/controlpanel/gui/qt/share_links.py (+6/-7) ubuntuone/controlpanel/gui/qt/tests/test_share_links.py (+12/-0) |
| To merge this branch: | bzr merge lp:~diegosarmentero/ubuntuone-control-panel/u1-cp-publishapi |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Manuel de la Peña (community) | Approve on 2012-10-11 | ||
| Mike McCracken (community) | 2012-10-05 | Approve on 2012-10-09 | |
|
Review via email:
|
|||
Commit Message
- Move signals connection because they get deleted after they are emitted.
| Manuel de la Peña (mandel) wrote : | # |
Is this fix still needed? WE already have lists for the handlers in trunk AFAIK.
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~diegosarmentero/ubuntuone-control-panel/u1-cp-publishapi 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_
...
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~diegosarmentero/ubuntuone-control-panel/u1-cp-publishapi 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_
...
- 366. By Diego Sarmentero on 2012-10-15
-
removing qthread refactor


For the next reviewer - to test this IRL, run control-panel and check that you can share one file and then a second. Without this branch, you can share one file but not a second.