[All Apps] Core apps should use the new splash screen features
Bug #1377638 reported by
Nekhelesh Ramananthan
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dropping Letters |
New
|
Undecided
|
Unassigned | ||
FlashBack |
New
|
Undecided
|
Unassigned | ||
Sudoku App |
Fix Committed
|
Undecided
|
Alan Pope πΊπ§π± π¦ | ||
Ubuntu Calculator App |
Fix Released
|
Low
|
Niklas Wenzel | ||
Ubuntu Calendar App |
Fix Released
|
Low
|
Mihir Soni | ||
Ubuntu Clock App |
Fix Released
|
Low
|
Nekhelesh Ramananthan | ||
Ubuntu Document Viewer App |
Fix Released
|
Low
|
Stefano Verzegnassi | ||
Ubuntu File Manager App |
Triaged
|
Low
|
Unassigned | ||
Ubuntu Music App |
Fix Released
|
Low
|
Victor Thompson | ||
Ubuntu Shorts App |
Fix Released
|
Low
|
Alan Pope πΊπ§π± π¦ | ||
Ubuntu Terminal App |
Fix Released
|
Low
|
Unassigned | ||
Ubuntu UX |
Fix Committed
|
Medium
|
Alex Milazzo | ||
Ubuntu Weather App |
Fix Released
|
Low
|
Martin Borho | ||
ubuntu-filemanager-app (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
ubuntu-terminal-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Unity8 has added some new splash screen customization features. At the moment all the core apps displays a default splash which is the app icon shown in the center of a black background.
As of reporting this bug, I have noticed that AddressBook, SystemSettings app use the new splash screen features.
Here is a sample MP from the addressbook-app which uses the new splash screen features, https:/
Some of the splash screen customization options are explained in https:/
Related branches
lp://staging/~vthompson/music-app/remix-music-splash
- Andrew Hayzen: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 11 lines (+3/-0)1 file modifiedcom.ubuntu.music_music.desktop.in.in (+3/-0)
lp://staging/~popey/ubuntu-rssreader-app/fix-1377638
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- David Planella: Needs Fixing
-
Diff: 11 lines (+4/-0)1 file modifiedcom.ubuntu.shorts_shorts.desktop.in.in (+4/-0)
lp://staging/~popey/sudoku-app/fix-1377638
- Dinko Osmankovic: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 9 lines (+2/-0)1 file modifiedcom.ubuntu.sudoku_sudoku.desktop.in.in (+2/-0)
lp://staging/~d-danielbeck/dekko/NewSplashScreen
Rejected
for merging
into
lp://staging/dekko/0.3
- Dan Chapman ξΏ: Needs Information
-
Diff: 9 lines (+2/-0)1 file modifiedsrc/app/dekko.desktop (+2/-0)
lp://staging/~nik90/ubuntu-clock-app/customize-splash
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Alan Pope πΊπ§π± π¦ (community): Approve
-
Diff: 20 lines (+2/-0)2 files modifieddebian/changelog (+1/-0)
ubuntu-clock-app.desktop.in.in (+1/-0)
lp://staging/~mihirsoni/ubuntu-calendar-app/calendar-splash
- Alan Pope πΊπ§π± π¦ (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 9 lines (+2/-0)1 file modifiedcom.ubuntu.calendar_calendar.desktop.in.in (+2/-0)
lp://staging/~martin-borho/ubuntu-weather-app/fix-1377638-splashscreen
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Ubuntu Weather Developers: Pending requested
-
Diff: 8 lines (+1/-0)1 file modifiedcom.ubuntu.weather_weather.desktop.in.in (+1/-0)
lp://staging/~verzegnassi-stefano/ubuntu-docviewer-app/document-hub2
- Alan Pope πΊπ§π± π¦ (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Riccardo Padovani (community): Approve (code)
-
Diff: 7414 lines (+4916/-1923)75 files modifiedCMakeLists.txt (+2/-2)
com.ubuntu.docviewer.desktop.in.in (+3/-1)
com.ubuntu.docviewer.url-dispatcher (+5/-0)
debian/changelog (+12/-2)
debian/control (+1/-1)
docviewer-content.json (+4/-3)
docviewer.apparmor (+7/-0)
manifest.json.in (+3/-2)
po/com.ubuntu.docviewer.pot (+155/-85)
src/app/CMakeLists.txt (+22/-1)
src/app/command-line-parser.cpp (+105/-0)
src/app/command-line-parser.h (+56/-0)
src/app/content-communicator.cpp (+188/-0)
src/app/content-communicator.h (+69/-0)
src/app/docviewer-application.cpp (+298/-0)
src/app/docviewer-application.h (+92/-0)
src/app/graphics/select-none.svg (+153/-0)
src/app/graphics/select.svg (+158/-0)
src/app/main.cpp (+10/-98)
src/app/qml/ContentHubPicker.qml (+0/-71)
src/app/qml/ContentHubProxy.qml (+0/-38)
src/app/qml/DetailsPage.qml (+0/-58)
src/app/qml/EmptyState.qml (+0/-59)
src/app/qml/ErrorDialog.qml (+0/-32)
src/app/qml/ImageView.qml (+0/-48)
src/app/qml/ImageViewDefaultHeader.qml (+0/-74)
src/app/qml/PageWithBottomEdge.qml (+0/-407)
src/app/qml/PdfContentsPage.qml (+0/-60)
src/app/qml/PdfView.qml (+0/-107)
src/app/qml/PdfViewDefaultHeader.qml (+0/-96)
src/app/qml/PdfViewDelegate.qml (+0/-95)
src/app/qml/PdfViewGotoDialog.qml (+0/-60)
src/app/qml/TextView.qml (+0/-70)
src/app/qml/TextViewDefaultHeader.qml (+0/-82)
src/app/qml/UnknownTypeDialog.qml (+0/-43)
src/app/qml/WelcomePage.qml (+0/-42)
src/app/qml/ZoomableImage.qml (+0/-155)
src/app/qml/common/DetailsPage.qml (+58/-0)
src/app/qml/common/ErrorDialog.qml (+32/-0)
src/app/qml/common/UnknownTypeDialog.qml (+43/-0)
src/app/qml/common/loadComponent.js (+38/-0)
src/app/qml/common/utils.js (+34/-0)
src/app/qml/documentPage/DeleteFileDialog.qml (+58/-0)
src/app/qml/documentPage/DocumentEmptyState.qml (+34/-0)
src/app/qml/documentPage/DocumentGridDelegate.qml (+178/-0)
src/app/qml/documentPage/DocumentGridView.qml (+76/-0)
src/app/qml/documentPage/DocumentListDelegate.qml (+108/-0)
src/app/qml/documentPage/DocumentListView.qml (+156/-0)
src/app/qml/documentPage/DocumentPage.qml (+76/-0)
src/app/qml/documentPage/DocumentPageDefaultHeader.qml (+34/-0)
src/app/qml/documentPage/DocumentPagePickModeHeader.qml (+63/-0)
src/app/qml/documentPage/DocumentPageSelectionModeHeader.qml (+94/-0)
src/app/qml/loadComponent.js (+0/-45)
src/app/qml/pdfView/PdfContentsPage.qml (+60/-0)
src/app/qml/pdfView/PdfView.qml (+109/-0)
src/app/qml/pdfView/PdfViewDefaultHeader.qml (+96/-0)
src/app/qml/pdfView/PdfViewDelegate.qml (+95/-0)
src/app/qml/pdfView/PdfViewGotoDialog.qml (+60/-0)
src/app/qml/textView/TextView.qml (+70/-0)
src/app/qml/textView/TextViewDefaultHeader.qml (+82/-0)
src/app/qml/ubuntu-docviewer-app.qml (+63/-37)
src/app/qml/upstreamComponents/EmptyState.qml (+62/-0)
src/app/qml/upstreamComponents/HeaderButton.qml (+65/-0)
src/app/qml/upstreamComponents/ListItemWithActions.qml (+453/-0)
src/app/qml/upstreamComponents/ListItemWithActionsCheckBox.qml (+25/-0)
src/app/qml/upstreamComponents/MultipleSelectionGridView.qml (+199/-0)
src/app/qml/upstreamComponents/MultipleSelectionListView.qml (+199/-0)
src/app/qml/upstreamComponents/MultipleSelectionVisualModel.qml (+31/-0)
src/app/qml/upstreamComponents/PageWithBottomEdge.qml (+407/-0)
src/app/qml/utils.js (+0/-34)
src/app/quick/documentmodel.cpp (+212/-0)
src/app/quick/documentmodel.h (+89/-0)
src/app/urlhandler.cpp (+70/-0)
src/app/urlhandler.h (+43/-0)
tests/autopilot/ubuntu_docviewer_app/tests/test_docviewer.py (+1/-15)
lp://staging/~nikwen/ubuntu-calculator-app/reboot-white-splash-screen
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Riccardo Padovani: Approve
-
Diff: 9 lines (+1/-1)1 file modifiedapp/ubuntu-calculator-app.desktop.in.in (+1/-1)
lp://staging/~mcintire-evan/ubuntu-terminal-app/splash-screen
- Alan Pope πΊπ§π± π¦ (community): Approve
- Stefano Verzegnassi: Approve
- Jenkins Bot: Approve (continuous-integration)
- Niklas Wenzel (community): Needs Fixing
- Bartosz Kosiorek (community): Approve
-
Diff: 8 lines (+1/-0)1 file modifiedcom.ubuntu.terminal.desktop.in.in (+1/-0)
summary: |
- Clock app should use the new splash screen features + Core apps should use the new splash screen features |
Changed in ubuntu-clock-app: | |
milestone: | none → rtm |
Changed in ubuntu-calendar-app: | |
milestone: | none → rtm14 |
description: | updated |
Changed in ubuntu-calendar-app: | |
importance: | Undecided → Low |
status: | New → Confirmed |
description: | updated |
Changed in music-app: | |
status: | New → Confirmed |
importance: | Undecided → Low |
milestone: | none → 2.0 |
Changed in music-app: | |
assignee: | nobody → Victor Thompson (vthompson) |
Changed in dekko: | |
importance: | Undecided → High |
milestone: | none → 0.3 |
status: | New → Triaged |
importance: | High → Low |
Changed in ubuntu-calendar-app: | |
assignee: | nobody → Mihir Soni (mihirsoni) |
Changed in ubuntu-rssreader-app: | |
assignee: | nobody → Joey Chan (qqworini) |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in ubuntu-filemanager-app: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in ubuntu-terminal-app: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in ubuntu-rssreader-app: | |
assignee: | Joey Chan (qqworini) → Alan Pope (ο»Ώ Ν‘Β° ΝΚ Ν‘Β°) (popey) |
Changed in ubuntu-rssreader-app: | |
status: | Confirmed → In Progress |
Changed in sudoku-app: | |
assignee: | nobody → Alan Pope (ο»Ώ Ν‘Β° ΝΚ Ν‘Β°) (popey) |
status: | New → In Progress |
Changed in music-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ux: | |
assignee: | nobody → Giorgio Venturi (giorgio-venturi) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in ubuntu-rssreader-app: | |
status: | Fix Committed → Fix Released |
Changed in dekko: | |
assignee: | nobody → Daniel Beck (d-danielbeck) |
status: | Triaged → In Progress |
Changed in ubuntu-calendar-app: | |
status: | Confirmed → Fix Committed |
Changed in dekko: | |
milestone: | 0.3 → 0.4 |
Changed in ubuntu-clock-app: | |
status: | Fix Committed → Fix Released |
assignee: | nobody → Nekhelesh Ramananthan (nik90) |
Changed in ubuntu-weather-app: | |
assignee: | nobody → Martin Borho (martin-borho) |
importance: | Undecided → Low |
status: | New → In Progress |
Changed in ubuntu-calculator-app: | |
importance: | Undecided → Low |
status: | New → Triaged |
summary: |
- Core apps should use the new splash screen features + [All Apps] Core apps should use the new splash screen features |
Changed in ubuntu-docviewer-app: | |
assignee: | nobody → Stefano Verzegnassi (verzegnassi-stefano) |
importance: | Undecided → Low |
status: | New → In Progress |
Changed in ubuntu-docviewer-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-calendar-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-calculator-app: | |
assignee: | nobody → Niklas Wenzel (nikwen) |
status: | Triaged → In Progress |
Changed in dekko: | |
milestone: | 0.3.2 → none |
status: | In Progress → Fix Committed |
Changed in ubuntu-calculator-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ux: | |
status: | Triaged → Fix Released |
Changed in dekko: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ux: | |
status: | Fix Released → Fix Committed |
Changed in ubuntu-weather-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-terminal-app: | |
status: | Triaged → In Progress |
Changed in ubuntu-terminal-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-terminal-app (Ubuntu): | |
status: | New → Fix Released |
To post a comment you must log in.
Fix committed into lp:music-app/remix at revision 650, scheduled for release in music-app, milestone 2.0