lp://staging/~renatofilho/address-book-app/fix-1390128
Created by
Renato Araujo Oliveira Filho
and last modified
- Get this branch:
- bzr branch lp://staging/~renatofilho/address-book-app/fix-1390128
Only
Renato Araujo Oliveira Filho
can upload to this branch. If you are
Renato Araujo Oliveira Filho
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Gustavo Pichorim Boiko (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 485 lines (+257/-47)10 files modifiedCMakeLists.txt (+1/-0)
debian/control (+3/-0)
src/imports/ContactEdit/TextInputDetail.qml (+2/-0)
src/imports/ContactList/CMakeLists.txt (+1/-0)
src/imports/ContactList/ContactListPage.qml (+23/-24)
src/imports/ContactList/OnlineAccountsHelper.qml (+46/-0)
src/imports/ContactList/OnlineAccountsMessage.qml (+37/-22)
src/imports/MainWindow.qml (+1/-1)
tests/qml/CMakeLists.txt (+2/-0)
tests/qml/tst_ContactList.qml (+141/-0)
- PS Jenkins bot: Approve (continuous-integration)
- Gustavo Pichorim Boiko (community): Approve
-
Diff: 117 lines (+39/-28)2 files modifiedsrc/imports/ContactList/ContactListPage.qml (+14/-22)
src/imports/ContactList/OnlineAccountsMessage.qml (+25/-6)
Related bugs
Bug #1390128: [address-book] is stuck on contacts sync dialog & becomes unusable | Critical | Fix Released |
Related blueprints
Branch information
Recent revisions
- 326. By Renato Araujo Oliveira Filho
-
Added online account qml components as dependency for the application.
- 323. By Renato Araujo Oliveira Filho
-
Make sure to run "contact_list" unit test inside of a dbus session to avoid problems with online acconts objects used in the QML code.
- 318. By Renato Araujo Oliveira Filho
-
Avoid show online account dialog if the app was called from another app.
Close the online account dialog if a new contact get created.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/address-book-app