Merge lp:~dobey/ubuntuone-client/update-from-trunk into lp:ubuntuone-client/stable-3-0
| Status: | Merged |
|---|---|
| Approved by: | dobey on 2012-03-06 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 1175 |
| Proposed branch: | lp:~dobey/ubuntuone-client/update-from-trunk |
| Merge into: | lp:ubuntuone-client/stable-3-0 |
| Diff against target: |
514 lines (+100/-96) 12 files modified
bin/ubuntuone-login (+1/-1) data/syncdaemon.conf (+2/-2) tests/platform/linux/test_credentials.py (+3/-10) tests/platform/linux/test_messaging.py (+12/-11) tests/platform/test_credentials.py (+22/-1) tests/syncdaemon/test_interaction_interfaces.py (+4/-4) ubuntuone/platform/credentials/__init__.py (+18/-0) ubuntuone/platform/credentials/linux.py (+5/-14) ubuntuone/platform/credentials/windows.py (+4/-13) ubuntuone/platform/linux/messaging.py (+27/-38) ubuntuone/syncdaemon/interaction_interfaces.py (+1/-1) ubuntuone/syncdaemon/logger.py (+1/-1) |
| To merge this branch: | bzr merge lp:~dobey/ubuntuone-client/update-from-trunk |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Roberto Alsina (community) | 2012-03-06 | Approve on 2012-03-06 | |
|
Review via email:
|
|||
Commit Message
[Roberto Alsina]
- Made indicate import optional (LP: #939509).
[Natalia Bidart]
- Made default for MARK logging to be every 15 minutes (LP: #906462).
- Call CredentialsMana
- Prefer the Qt SSO UI when doing credentials management (LP: #930716).
- Use consistently the U1_DEBUG env var to have DEUBG output.
[Rodney Dawes]
Update the messaging indicator integration to launch ubuntuone-installer
Avoid passing time() to the Indicator API which expects GTimeVal now
Update the tests for the changes
- 1175. By Roberto Alsina on 2012-03-06
-
[Roberto Alsina]
- Made indicate import optional (LP: #939509).
[Natalia Bidart]
- Made default for MARK logging to be every 15 minutes (LP: #906462).
- Call CredentialsManagementTool. login when prompt to connect (LP: #944230).
- Prefer the Qt SSO UI when doing credentials management (LP: #930716).
- Use consistently the U1_DEBUG env var to have DEUBG output.[Rodney Dawes]
Update the messaging indicator integration to launch ubuntuone-installer
Avoid passing time() to the Indicator API which expects GTimeVal now
Update the tests for the changes


+1