Merge lp://staging/~music-app-dev/music-app/prototype-page-head-sections-2 into lp://staging/music-app
Proposed by
Victor Thompson
Status: | Rejected |
---|---|
Rejected by: | Victor Thompson |
Proposed branch: | lp://staging/~music-app-dev/music-app/prototype-page-head-sections-2 |
Merge into: | lp://staging/music-app |
Diff against target: |
1110 lines (+134/-128) 61 files modified
app/components/BlurredBackground.qml (+1/-1) app/components/BlurredHeader.qml (+1/-1) app/components/CoverGrid.qml (+1/-1) app/components/Delegates/Card.qml (+1/-1) app/components/Delegates/ListItemWithActions.qml (+1/-1) app/components/Delegates/MusicListItem.qml (+1/-1) app/components/Dialog/ContentHubErrorDialog.qml (+1/-1) app/components/Dialog/ContentHubNotFoundDialog.qml (+1/-1) app/components/Dialog/ContentHubWaitDialog.qml (+1/-1) app/components/Dialog/EditPlaylistDialog.qml (+1/-1) app/components/Dialog/NewPlaylistDialog.qml (+1/-1) app/components/Dialog/RemovePlaylistDialog.qml (+1/-1) app/components/Flickables/CardView.qml (+1/-1) app/components/Flickables/MultiSelectListView.qml (+1/-1) app/components/Flickables/MusicListView.qml (+1/-1) app/components/HeadState/MultiSelectHeadState.qml (+1/-1) app/components/HeadState/PlaylistsHeadState.qml (+1/-1) app/components/HeadState/SearchHeadState.qml (+1/-1) app/components/HeadState/SearchableHeadState.qml (+1/-1) app/components/Helpers/ContentHubHelper.qml (+1/-1) app/components/Helpers/UriHandlerHelper.qml (+1/-1) app/components/Helpers/UserMetricsHelper.qml (+1/-1) app/components/ListItemActions/AddToPlaylist.qml (+1/-1) app/components/ListItemActions/AddToQueue.qml (+1/-1) app/components/ListItemActions/CheckBox.qml (+1/-1) app/components/ListItemActions/Remove.qml (+1/-1) app/components/ListItemReorderComponent.qml (+1/-1) app/components/LoadingSpinnerComponent.qml (+1/-1) app/components/MusicPage.qml (+1/-1) app/components/MusicRow.qml (+1/-1) app/components/MusicToolbar.qml (+1/-1) app/components/NowPlayingFullView.qml (+1/-1) app/components/NowPlayingToolbar.qml (+1/-1) app/components/PlaylistsEmptyState.qml (+1/-1) app/components/Queue.qml (+1/-1) app/components/Style.qml (+1/-1) app/components/Themes/Ambiance/BubbleShape.qml (+1/-1) app/components/Themes/Ambiance/UbuntuBlueSliderStyle.qml (+1/-1) app/components/ViewButton/PlayAllButton.qml (+1/-1) app/components/ViewButton/QueueAllButton.qml (+1/-1) app/components/ViewButton/ShuffleButton.qml (+1/-1) app/components/Walkthrough/FirstRunWalkthrough.qml (+1/-1) app/components/Walkthrough/Slide1.qml (+1/-1) app/components/Walkthrough/Slide2.qml (+1/-1) app/components/Walkthrough/Slide3.qml (+1/-1) app/components/Walkthrough/Walkthrough.qml (+1/-1) app/components/WorkerWaiter.qml (+1/-1) app/music-app.qml (+3/-14) app/ui/AddToPlaylist.qml (+1/-1) app/ui/Albums.qml (+1/-1) app/ui/ArtistView.qml (+1/-1) app/ui/Artists.qml (+1/-1) app/ui/Genres.qml (+1/-1) app/ui/LibraryEmptyState.qml (+1/-1) app/ui/NowPlaying.qml (+22/-9) app/ui/Playlists.qml (+1/-1) app/ui/Recent.qml (+1/-1) app/ui/Songs.qml (+1/-1) app/ui/SongsView.qml (+1/-1) music-app.qmltheme (+1/-1) po/com.ubuntu.music.pot (+51/-47) |
To merge this branch: | bzr merge lp://staging/~music-app-dev/music-app/prototype-page-head-sections-2 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Music App Developers | Pending | ||
Review via email: mp+266824@code.staging.launchpad.net |
Commit message
* Upgrade to UC1.3
* Add initial page sections to Now Playing
Description of the change
* Upgrade to UC1.3
* Add initial page sections to Now Playing
This and all related branches are a WIP. Do not merge yet.
To post a comment you must log in.
Unmerged revisions
- 895. By Victor Thompson
-
Update translatable tags and translations
- 894. By Victor Thompson
-
* Upgrade to UC1.3
* Add initial page sections to Now Playing