New context area
ClosedPublic

Authored by malteveerman on Feb 21 2018, 11:49 AM.

Details

Reviewers
markey
Group Reviewers
Amarok
Commits
R181:3a25034e5006: New context area
Summary

This patch adds a new context area and some of the most important applets for it. The context and applets are written in QML and integrated with a QQuickWidget subclass. Applets consist of a KPackage with their QML files and optionally a QML plugin written in C++ to interface with the core application. It's not very pretty yet but I think this is a good start worth sharing.

Diff Detail

Repository
R181 Amarok
Branch
kf5
Lint
No Linters Available
Unit
No Unit Test Coverage
malteveerman requested review of this revision.Feb 21 2018, 11:49 AM
malteveerman created this revision.

Added resizing of applets in config mode

malteveerman edited the summary of this revision. (Show Details)Feb 21 2018, 4:19 PM

FWIW: It builds and Albums, Current Track and Lyrics work.

malteveerman added a comment.EditedFeb 21 2018, 9:56 PM

Analyzer should work as well, if you are using the gstreamer phonon backend. Vlc backend doesn't work unfortunately.

Analyzer should work as well, if you are using the gstreamer phonon backend. Vlc backend doesn't work unfortunately.

Ok, I indeed use the vlc backend.

I have no idea why the vlc backend doesn't work. But I think it's a bug in the backend, not the analyzer.

markey accepted this revision.Feb 23 2018, 5:43 PM
This revision is now accepted and ready to land.Feb 23 2018, 5:43 PM
markey closed this revision.Feb 23 2018, 6:48 PM