Merge lp://staging/~osomon/webbrowser-app/uitk-1.3 into lp://staging/webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 1129
Merged at revision: 1120
Proposed branch: lp://staging/~osomon/webbrowser-app/uitk-1.3
Merge into: lp://staging/webbrowser-app
Diff against target: 2077 lines (+291/-292)
105 files modified
debian/control (+12/-12)
doc/WebView.qdoc (+2/-2)
src/Ubuntu/Web/ItemSelector02.qml (+5/-5)
src/Ubuntu/Web/Selection.qml (+3/-3)
src/Ubuntu/Web/SelectionHandle.qml (+3/-3)
src/Ubuntu/Web/UbuntuSharedWebContext.qml (+1/-1)
src/Ubuntu/Web/UbuntuWebContext.qml (+1/-1)
src/Ubuntu/Web/UbuntuWebView02.qml (+4/-4)
src/app/AlertDialog.qml (+3/-3)
src/app/AuthenticationDialog.qml (+4/-4)
src/app/BeforeUnloadDialog.qml (+3/-3)
src/app/BrowserView.qml (+2/-2)
src/app/BrowserWindow.qml (+3/-3)
src/app/CertificateVerificationDialog.qml (+4/-4)
src/app/ChromeBase.qml (+2/-2)
src/app/ChromeButton.qml (+3/-3)
src/app/ChromeController.qml (+1/-1)
src/app/ConfirmDialog.qml (+3/-3)
src/app/ContentDownloadDialog.qml (+4/-4)
src/app/ContentPickerDialog.qml (+4/-4)
src/app/ContentShareDialog.qml (+4/-4)
src/app/Downloader.qml (+4/-4)
src/app/ErrorSheet.qml (+3/-3)
src/app/Favicon.qml (+2/-2)
src/app/FilePickerDialog.qml (+4/-4)
src/app/GeolocationPermissionRequest.qml (+4/-4)
src/app/InvalidCertificateErrorSheet.qml (+3/-3)
src/app/KeyboardRectangle.qml (+3/-3)
src/app/ModalDialog.qml (+4/-4)
src/app/PromptDialog.qml (+3/-3)
src/app/ProxyAuthenticationDialog.qml (+2/-2)
src/app/Share.qml (+4/-4)
src/app/ThinProgressBar.qml (+2/-2)
src/app/WebViewImpl.qml (+3/-3)
src/app/actions/Back.qml (+2/-2)
src/app/actions/Bookmark.qml (+2/-2)
src/app/actions/BookmarkLink.qml (+2/-2)
src/app/actions/ClearHistory.qml (+2/-2)
src/app/actions/Copy.qml (+2/-2)
src/app/actions/CopyImage.qml (+2/-2)
src/app/actions/CopyLink.qml (+2/-2)
src/app/actions/Forward.qml (+2/-2)
src/app/actions/GoTo.qml (+2/-2)
src/app/actions/NewTab.qml (+2/-2)
src/app/actions/OpenImageInNewTab.qml (+2/-2)
src/app/actions/OpenLinkInNewBackgroundTab.qml (+2/-2)
src/app/actions/OpenLinkInNewTab.qml (+2/-2)
src/app/actions/Reload.qml (+2/-2)
src/app/actions/SaveImage.qml (+2/-2)
src/app/actions/ShareLink.qml (+2/-2)
src/app/webbrowser/AddressBar.qml (+17/-21)
src/app/webbrowser/BookmarkOptions.qml (+3/-3)
src/app/webbrowser/BookmarksFolderListView.qml (+3/-3)
src/app/webbrowser/BookmarksModel.qml (+2/-2)
src/app/webbrowser/BottomEdgeHandle.qml (+1/-1)
src/app/webbrowser/Browser.qml (+4/-4)
src/app/webbrowser/Chrome.qml (+2/-2)
src/app/webbrowser/ExpandedHistoryView.qml (+2/-2)
src/app/webbrowser/HistoryModel.qml (+2/-2)
src/app/webbrowser/HistorySectionDelegate.qml (+3/-3)
src/app/webbrowser/HistoryView.qml (+2/-2)
src/app/webbrowser/KeyboardShortcut.qml (+2/-2)
src/app/webbrowser/KeyboardShortcuts.qml (+1/-1)
src/app/webbrowser/LeavePrivateModeDialog.qml (+3/-3)
src/app/webbrowser/NavigationBar.qml (+2/-2)
src/app/webbrowser/NewPrivateTabView.qml (+2/-2)
src/app/webbrowser/NewTabView.qml (+2/-2)
src/app/webbrowser/SearchEngines.qml (+1/-1)
src/app/webbrowser/SearchSuggestions.qml (+1/-1)
src/app/webbrowser/SecurityCertificatePopover.qml (+4/-4)
src/app/webbrowser/SettingsPage.qml (+4/-4)
src/app/webbrowser/SettingsPageHeader.qml (+4/-3)
src/app/webbrowser/Suggestion.qml (+3/-3)
src/app/webbrowser/Suggestions.qml (+3/-3)
src/app/webbrowser/TabChrome.qml (+2/-2)
src/app/webbrowser/TabPreview.qml (+2/-2)
src/app/webbrowser/TabsBar.qml (+2/-2)
src/app/webbrowser/TabsList.qml (+2/-2)
src/app/webbrowser/Toolbar.qml (+2/-2)
src/app/webbrowser/ToolbarAction.qml (+3/-3)
src/app/webbrowser/UrlDelegate.qml (+2/-2)
src/app/webbrowser/UrlsList.qml (+2/-2)
src/app/webbrowser/webbrowser-app.qml (+3/-3)
src/app/webcontainer/AccountChooserDialog.qml (+4/-4)
src/app/webcontainer/AccountErrorScreen.qml (+2/-2)
src/app/webcontainer/AccountItem.qml (+4/-4)
src/app/webcontainer/AccountsLogic.qml (+1/-1)
src/app/webcontainer/AccountsPage.qml (+2/-2)
src/app/webcontainer/AccountsSplashScreen.qml (+2/-2)
src/app/webcontainer/Chrome.qml (+3/-3)
src/app/webcontainer/OnlineAccountsController.qml (+1/-1)
src/app/webcontainer/PopupWindowController.qml (+4/-4)
src/app/webcontainer/PopupWindowOverlay.qml (+4/-4)
src/app/webcontainer/SplashScreen.qml (+2/-2)
src/app/webcontainer/WebApp.qml (+2/-2)
src/app/webcontainer/WebViewImplOxide.qml (+4/-4)
src/app/webcontainer/WebappContainerWebview.qml (+3/-3)
src/app/webcontainer/webapp-container.qml (+3/-3)
tests/autopilot/webbrowser_app/emulators/browser.py (+3/-2)
tests/unittests/qml/tst_AddressBar.qml (+4/-3)
tests/unittests/qml/tst_BrowserTab.qml (+1/-1)
tests/unittests/qml/tst_SearchEngines.qml (+1/-1)
tests/unittests/qml/tst_TabsBar.qml (+1/-1)
tests/unittests/qml/tst_UbuntuWebView02.qml (+2/-2)
tests/unittests/tabs-model/tst_TabsModelTests.cpp (+1/-1)
To merge this branch: bzr merge lp://staging/~osomon/webbrowser-app/uitk-1.3
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ugo Riboni (community) Approve
Review via email: mp+267544@code.staging.launchpad.net

Commit message

Update all imports of:
 - Ubuntu.Components to 1.3
 - QtQuick to 2.4
 - QtQuick.Window to 2.2

This bumps the required versions of qtdeclarative5-ubuntu-ui-toolkit-plugin, qml-module-qtquick2 and qml-module-qtquick-window2 in debian/control.

Description of the change

Update all imports of:
 - Ubuntu.Components to 1.3
 - QtQuick to 2.4
 - QtQuick.Window to 2.2

To post a comment you must log in.
1129. By Olivier Tilloy

Revert an incorrect copyright header update.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ugo Riboni (uriboni) wrote :

The default Popover size seems to have been changed to something that is not large enough to contain the text of the "open this link in another tab" contextual action.

Other than that LGTM and all tests pass.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to status/vote changes: