lp://staging/~renatofilho/address-book-app/disable-bottomEdge-on-multiple-column-mode
Created by
Renato Araujo Oliveira Filho
and last modified
- Get this branch:
- bzr branch lp://staging/~renatofilho/address-book-app/disable-bottomEdge-on-multiple-column-mode
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.
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 886 lines (+304/-125)19 files modifieddata/address-book-app.desktop.in.in (+0/-1)
src/app/addressbookapp.cpp (+1/-1)
src/imports/ABAdaptivePageLayout.qml (+50/-0)
src/imports/ABContactListPage.qml (+124/-59)
src/imports/ABContactViewPage.qml (+26/-23)
src/imports/ABMultiColumnEmptyState.qml (+30/-2)
src/imports/ABNewContactBottomEdge.qml (+2/-1)
src/imports/CMakeLists.txt (+1/-0)
src/imports/MainWindow.qml (+2/-3)
src/imports/Settings/SettingsDefaultSyncTarget.qml (+2/-7)
src/imports/Settings/SettingsPage.qml (+27/-9)
src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailNameEditor.qml (+1/-1)
src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailSyncTargetEditor.qml (+1/-7)
src/imports/Ubuntu/AddressBook/ContactEditor/ContactEditorPage.qml (+1/-1)
src/imports/Ubuntu/AddressBook/ContactView/ContactViewPage.qml (+18/-0)
src/imports/Ubuntu/Contacts/ContactDelegate.qml (+1/-1)
src/imports/Ubuntu/Contacts/ContactListView.qml (+12/-6)
src/imports/Ubuntu/Contacts/ContactSimpleListView.qml (+0/-2)
src/imports/Ubuntu/Contacts/ListItemWithActions.qml (+5/-1)
Branch information
Recent revisions
- 567. By Renato Araujo Oliveira Filho
-
Remove unecessary functions from ABAdaptivePageL
ayout.
Push edit page sync over contact view. - 566. By Renato Araujo Oliveira Filho
-
Use 'incubator.
forceCompletion ()' to make adaptive layout syncronous. - 565. By Renato Araujo Oliveira Filho
-
Fix bottom edge shortcut on single column mode.
Avoid re-create event page view. - 561. By Renato Araujo Oliveira Filho
-
Move 'ctrl+n' shortcut to header button.
Make sure that pageStack.bottomEdge is null after destroy pages. - 560. By Renato Araujo Oliveira Filho
-
Collapse bottom edge when start searching on settings page is pushed.
- 559. By Renato Araujo Oliveira Filho
-
Does not select a contact on app startup.
Use sync functions to push Contact view and Empty state.
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