https://bugs.kde.org/show_bug.cgi?id=302015
Friedrich W. H. Kossebau <kosse...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.12.0 Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kde | |plasma-addons/ad04c42b28d1b | |197553490cb6e892e8d5f28d331 Resolution|--- |FIXED --- Comment #1 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Git commit ad04c42b28d1b197553490cb6e892e8d5f28d331 by Friedrich W. H. Kossebau. Committed on 14/01/2018 at 20:27. Pushed by kossebau into branch 'master'. [weather] Show optionally temperature next to icon in compact mode Summary: Adds the logic for showing an alternative component for the compact presentation, where the temperature is shown next to the icon with the weather status (done in flow of layout). Adds also the matching configuration logic to allow the user to enable that alternative display. Related: bug 367751 FIXED-IN: 5.12.0 Reviewers: #plasma, broulik Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D9872 M +7 -0 applets/weather/package/contents/config/config.qml M +38 -11 applets/weather/package/contents/ui/CompactRepresentation.qml A +115 -0 applets/weather/package/contents/ui/IconAndTextItem.qml [License: GPL (v2+)] A +69 -0 applets/weather/package/contents/ui/configAppearance.qml [License: GPL (v2+)] M +20 -2 applets/weather/weatherapplet.cpp M +7 -0 applets/weather/weatherapplet.h https://commits.kde.org/kdeplasma-addons/ad04c42b28d1b197553490cb6e892e8d5f28d331 -- You are receiving this mail because: You are watching all bug changes.