Emit PaletteChanged when setting colors from look and feel package
ClosedPublic

Authored by drosca on Feb 29 2016, 11:02 PM.

Details

Summary

Fixes updating palette in running applications.

BUG: 359924

Diff Detail

Repository
R119 Plasma Desktop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
drosca updated this revision to Diff 2504.Feb 29 2016, 11:02 PM
drosca retitled this revision from to Emit PalleteChanged when setting colors from look and feel package.
drosca updated this object.
drosca edited the test plan for this revision. (Show Details)
drosca added a reviewer: Plasma.
Restricted Application added a project: Plasma. · View Herald TranscriptFeb 29 2016, 11:02 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
drosca retitled this revision from Emit PalleteChanged when setting colors from look and feel package to Emit PaletteChanged when setting colors from look and feel package.Feb 29 2016, 11:04 PM
drosca updated this object.
graesslin added inline comments.
kcms/lookandfeel/kcm.cpp
342

isn't there a way which does not require kdelibs4support?

mart accepted this revision.Mar 1 2016, 8:42 AM
mart added a reviewer: mart.
This revision is now accepted and ready to land.Mar 1 2016, 8:42 AM
drosca added inline comments.Mar 1 2016, 10:47 AM
kcms/lookandfeel/kcm.cpp
342

Yes, QDBusMessage::createSignal instead of KGlobalSettings as this just emits one signal. But KGlobalSettings is already used in this file so it doesn't really matter.

This revision was automatically updated to reflect the committed changes.