Merge lp:~fboucault/address-book-app/converged_bottom_edge into lp:address-book-app
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Bill Filler on 2015-10-27 | ||||
| Approved revision: | 512 | ||||
| Merged at revision: | 490 | ||||
| Proposed branch: | lp:~fboucault/address-book-app/converged_bottom_edge | ||||
| Merge into: | lp:address-book-app | ||||
| Prerequisite: | lp:~fboucault/address-book-app/multicolumns | ||||
| Diff against target: |
2687 lines (+865/-241) 97 files modified
examples/contenthub.qml (+1/-1) src/imports/ABContactEditorPage.qml (+7/-2) src/imports/ABContactListPage.qml (+191/-64) src/imports/ABContactViewPage.qml (+12/-10) src/imports/BottomEdge.qml (+321/-0) src/imports/BottomEdgeShadow.qml (+31/-0) src/imports/CMakeLists.txt (+2/-0) src/imports/ContentHubProxy.qml (+1/-1) src/imports/MainWindow.qml (+22/-2) src/imports/Settings/MyselfPhoneNumbersModel.qml (+1/-1) src/imports/Settings/SettingsPage.qml (+1/-1) src/imports/Ubuntu/AddressBook/Base/ContactDetailBase.qml (+1/-1) src/imports/Ubuntu/AddressBook/Base/ContactDetailGroupBase.qml (+1/-1) src/imports/Ubuntu/AddressBook/Base/ContactDetailGroupWithTypeBase.qml (+1/-1) src/imports/Ubuntu/AddressBook/Base/ContactDetailItem.qml (+1/-1) src/imports/Ubuntu/AddressBook/Base/ContactExporter.qml (+1/-1) src/imports/Ubuntu/AddressBook/Base/KeyboardRectangle.qml (+1/-1) src/imports/Ubuntu/AddressBook/Base/RemoveContactsDialog.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/AvatarImport.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ComboButtonAddField.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailAddressesEditor.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailAvatarEditor.qml (+2/-2) src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailEmailsEditor.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailGroupWithTypeEditor.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailNameEditor.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailOnlineAccountsEditor.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailOrganizationsEditor.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailPhoneNumbersEditor.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailSyncTargetEditor.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailWithTypeEditor.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ContactEditorPage.qml (+17/-5) src/imports/Ubuntu/AddressBook/ContactEditor/TextInputDetail.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactEditor/ValueSelector.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactShare/ContactSharePage.qml (+3/-1) src/imports/Ubuntu/AddressBook/ContactView/ActionButton.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/BasicFieldView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailAddressesView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailAvatarView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailEmailsView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailGroupWithTypeView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailNameView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailOnlineAccountsView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailOrganizationsView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailPhoneNumberView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailPhoneNumbersView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailSyncTargetView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactDetailWithTypeView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactFetchError.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactHeaderView.qml (+1/-1) src/imports/Ubuntu/AddressBook/ContactView/ContactViewPage.qml (+1/-1) src/imports/Ubuntu/Contacts/ActionButton.qml (+1/-1) src/imports/Ubuntu/Contacts/ContactAvatar.qml (+3/-3) src/imports/Ubuntu/Contacts/ContactDelegate.qml (+1/-1) src/imports/Ubuntu/Contacts/ContactDetailOnlineAccountTypeModel.qml (+1/-1) src/imports/Ubuntu/Contacts/ContactDetailPhoneNumberTypeModel.qml (+1/-1) src/imports/Ubuntu/Contacts/ContactDetailPickerPhoneNumberDelegate.qml (+1/-1) src/imports/Ubuntu/Contacts/ContactFetch.qml (+1/-1) src/imports/Ubuntu/Contacts/ContactListButtonDelegate.qml (+1/-1) src/imports/Ubuntu/Contacts/ContactListModel.qml (+1/-1) src/imports/Ubuntu/Contacts/ContactListView.qml (+61/-4) src/imports/Ubuntu/Contacts/ContactSimpleListView.qml (+10/-2) src/imports/Ubuntu/Contacts/FastScroll.qml (+1/-1) src/imports/Ubuntu/Contacts/ListItemWithActions.qml (+1/-1) src/imports/Ubuntu/Contacts/ListItemWithActionsCheckBox.qml (+1/-1) src/imports/Ubuntu/Contacts/MostCalledList.qml (+1/-1) src/imports/Ubuntu/Contacts/MostCalledModel.qml (+1/-1) src/imports/Ubuntu/Contacts/MultipleSelectionListView.qml (+1/-1) src/imports/Ubuntu/Contacts/MultipleSelectionVisualModel.qml (+1/-1) src/imports/Ubuntu/Contacts/Ofono.qml (+1/-1) src/imports/Ubuntu/Contacts/OnlineAccountsDummy.qml (+1/-1) src/imports/Ubuntu/Contacts/OnlineAccountsHelper.qml (+1/-1) src/imports/Ubuntu/Contacts/PageWithBottomEdge.qml (+2/-2) src/imports/Ubuntu/Contacts/SIMCardImportPage.qml (+1/-1) src/imports/Ubuntu/Contacts/SIMList.qml (+1/-1) src/imports/Ubuntu/Contacts/SectionDelegate.qml (+1/-2) src/imports/Ubuntu/Contacts/SubtitledWithColors.qml (+1/-1) src/imports/Ubuntu/Contacts/VCardParser.qml (+1/-1) src/imports/Ubuntu/Contacts/qmldir (+1/-1) src/imports/VCardImportDialog.qml (+1/-1) tests/autopilot/address_book_app/__init__.py (+50/-30) tests/autopilot/address_book_app/address_book/_contact_view_page.py (+1/-7) tests/autopilot/address_book_app/address_book/_sim_card_import_page.py (+2/-2) tests/autopilot/address_book_app/pages/_ab_contact_list_page.py (+26/-7) tests/autopilot/address_book_app/tests/__init__.py (+2/-2) tests/autopilot/address_book_app/tests/test_add_contact.py (+8/-5) tests/autopilot/address_book_app/tests/test_create_new_from_uri.py (+7/-5) tests/autopilot/address_book_app/tests/test_delete_contact.py (+1/-1) tests/autopilot/address_book_app/tests/test_edit_contact.py (+10/-10) tests/qml/tst_ContactAvatar.qml (+1/-1) tests/qml/tst_ContactEditor.qml (+1/-1) tests/qml/tst_ContactList.qml (+1/-1) tests/qml/tst_ContactListModel.qml (+1/-1) tests/qml/tst_ContactListView.qml (+1/-1) tests/qml/tst_ContactPreviewPage.qml (+1/-1) tests/qml/tst_ListWithActions.qml (+1/-1) tests/qml/tst_UbuntuContacts.qml (+1/-1) tests/qml/tst_VCardParser.qml (+1/-1) |
||||
| To merge this branch: | bzr merge lp:~fboucault/address-book-app/converged_bottom_edge | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Renato Araujo Oliveira Filho (community) | 2015-09-10 | Approve on 2015-10-27 | |
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-10-26 | |
| Robert Bruce Park (community) | Needs Fixing on 2015-09-24 | ||
|
Review via email:
|
|||
Commit Message
Make bottom edge usable with a mouse.
Make it smarter when more than one column is available.
- 475. By Florian Boucault on 2015-09-10
-
Better avatar for new contact.
- 476. By Florian Boucault on 2015-09-10
-
Better selected contact handling.
- 477. By Florian Boucault on 2015-09-10
-
Avoid crashes upon deletion.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:476
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:477
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 478. By Florian Boucault on 2015-09-14
-
Added constraints on AdaptivePageLayout so that right column is not squeezed too small.
- 479. By Florian Boucault on 2015-09-14
-
Do not show other import options when adding a new contact.
- 480. By Florian Boucault on 2015-09-14
-
Correctly set the pageStack property to the contact list page.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:479
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:480
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
-Application starts with the keyboard visible.
-Create new contact page appears empty.
- 481. By Florian Boucault on 2015-09-18
-
Fix 1 column layout.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:481
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 482. By Florian Boucault on 2015-09-18
-
Fixed doc
- 483. By Florian Boucault on 2015-09-18
-
Always highlight the opened contact.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:483
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 484. By Florian Boucault on 2015-09-21
-
Fixed sizing of ABContactEditorPage
- 485. By Florian Boucault on 2015-09-21
-
Always reset state
- 486. By Florian Boucault on 2015-09-21
-
Fixed bottom edge stacking.
- 487. By Florian Boucault on 2015-09-21
-
2 columns width fix
- 488. By Florian Boucault on 2015-09-21
-
Prevent forced focus at startup
- 489. By Florian Boucault on 2015-09-21
-
Fix split second visible anime at startup
- 490. By Florian Boucault on 2015-09-21
-
Missing code for previous fix.
- 491. By Florian Boucault on 2015-09-21
-
Show newly created contact only in multicolumn mode.
- 492. By Florian Boucault on 2015-09-21
-
Better new contact placeholder handling
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:487
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:492
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 493. By Florian Boucault on 2015-09-22
-
Added confirmation dialog when cancelling contact edit
- 494. By Florian Boucault on 2015-09-22
-
Cleaner opening of view and edit contact pages.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:493
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:494
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 495. By Florian Boucault on 2015-09-22
-
Cancel edition before trying to show a contact.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:495
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 496. By Florian Boucault on 2015-09-23
-
Fixed wrong aspect ratio when using UbuntuShape.
- 497. By Florian Boucault on 2015-09-23
-
Fixed freeze upon cancelling new contact.
- 498. By Florian Boucault on 2015-09-23
-
When going back from editing an existing contact, do not go directly back to the contact list.
- 499. By Florian Boucault on 2015-09-23
-
Removed dead code.
- 500. By Florian Boucault on 2015-09-23
-
Support case when pageStack is still a PageStack.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:496
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:500
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 501. By Florian Boucault on 2015-09-24
-
use content-hub 1.3 imports
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:501
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
- 502. By Florian Boucault on 2015-09-24
-
debian: fixed versioning vs arch ordering.
- 503. By Florian Boucault on 2015-09-24
-
Removed edit cancellation dialog.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:502
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:503
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 504. By Florian Boucault on 2015-09-25
-
Reverted content hub 13
- 505. By Florian Boucault on 2015-10-16
-
Merged from multicolumns branch
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:505
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 506. By Florian Boucault on 2015-10-23
- 507. By Florian Boucault on 2015-10-23
-
Moved ContactDelegate.qml up in qmldir together with the other public APIs
- 508. By Florian Boucault on 2015-10-23
-
Moved public APIs of elements to their beginning.
- 509. By Florian Boucault on 2015-10-23
- 510. By Florian Boucault on 2015-10-23
-
Merged from trunk
- 511. By Florian Boucault on 2015-10-23
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:506
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:511
http://
Executed test runs:
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 512. By Florian Boucault on 2015-10-26
-
Switched all imports of QtQuick to version 2.4
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:512
http://
Executed test runs:
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://

FAILED: Continuous integration, rev:474 jenkins. qa.ubuntu. com/job/ address- book-app- ci/912/ jenkins. qa.ubuntu. com/job/ address- book-app- vivid-i386- ci/215/ console jenkins. qa.ubuntu. com/job/ generic- deb-autopilot- vivid-touch/ 4104/console jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- vivid-armhf/ 4101/console
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild: s-jenkins. ubuntu- ci:8080/ job/address- book-app- ci/912/ rebuild
http://