https://bugs.kde.org/show_bug.cgi?id=457846
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma-mobile/kasts/commit/d869 | |358ff5031e4a6976d2bf5bf2627 | |8583bfc83 Status|CONFIRMED |RESOLVED --- Comment #3 from [email protected] --- Git commit d869358ff5031e4a6976d2bf5bf26278583bfc83 by Bart De Vries. Committed on 23/01/2023 at 12:29. Pushed by bdevries into branch 'master'. Header bar redesign New scalable header bar design which should scale nicely with height and width changes by collapsing several elements (putting them into popups and overflow menus). The height scaling of the header is similar to Elisa, where it will use the regular background color when fully collapsed. Titles are clickable and will open the relevant pages. Images are also clickable and that will open a fullscreen view. This new design also exposes volume controls both for desktop and mobile layout. Related: bug 458331 M +2 -1 src/CMakeLists.txt M +1 -1 src/qml/ChapterListDelegate.qml A +438 -0 src/qml/Desktop/DesktopPlayerControls.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +241 -0 src/qml/Desktop/HeaderBar.qml [License: GPL(v2.0+)] M +1 -1 src/qml/DiscoverPage.qml M +1 -1 src/qml/EntryPage.qml M +1 -0 src/qml/FeedDetailsPage.qml A +205 -0 src/qml/FullScreenImage.qml [License: GPL(v3.0)] M +1 -1 src/qml/GenericEntryDelegate.qml M +25 -21 src/qml/GenericHeader.qml D +0 -314 src/qml/HeaderBar.qml M +5 -2 src/qml/ImageWithFallback.qml R +0 -0 src/qml/Mobile/BottomToolbar.qml [from: src/qml/BottomToolbar.qml - 100% similarity] R +1 -1 src/qml/Mobile/FooterBar.qml [from: src/qml/FooterBar.qml - 099% similarity] R +0 -0 src/qml/Mobile/MinimizedPlayerControls.qml [from: src/qml/MinimizedPlayerControls.qml - 100% similarity] R +68 -0 src/qml/Mobile/MobilePlayerControls.qml [from: src/qml/PlayerControls.qml - 085% similarity] M +13 -2 src/qml/main.qml M +7 -5 src/resources.qrc https://invent.kde.org/plasma-mobile/kasts/commit/d869358ff5031e4a6976d2bf5bf26278583bfc83 -- You are receiving this mail because: You are watching all bug changes.
