[Yakuake] add blur effect support
ClosedPublic

Authored by owenchia on Jun 17 2019, 2:00 AM.

Diff Detail

Repository
R369 Yakuake
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
owenchia requested review of this revision.Jun 17 2019, 2:00 AM
owenchia created this revision.
owenchia edited the summary of this revision. (Show Details)
ngraham added a subscriber: ngraham.EditedJun 17 2019, 4:52 AM

Thanks very much for the patch!

Is having this on the best default? This is not actually a sarcastic rhetorical question; I'm genuinely asking since I don't actually use Yakuake.

Thanks very much for the patch!

Is having this on the best default? This is not actually a sarcastic rhetorical question; I'm genuinely asking since I don't actually use Yakuake.

I'm not a expert, but i think it's the best to having this blur effect on default.
Also it's very easy to turn it off if necessary.

Thanks very much for the patch!

Is having this on the best default? This is not actually a sarcastic rhetorical question; I'm genuinely asking since I don't actually use Yakuake.

I'm not a expert, but i think it's the best to having this blur effect on default.

Maybe, but that's a design change, not just the addition of a new feature, so now the title/commit message is not accurate; you're not just adding support for blur, you're turning it on by default.

You need to either change the commit message to reflect the actual changes, or (preferably) only add support in this patch, and turn it on by default in another patch.

owenchia updated this revision to Diff 59999.Jun 17 2019, 1:59 PM

change Blur option's default value to false.

Maybe, but that's a design change, not just the addition of a new feature, so now the title/commit message is not accurate; you're not just adding support for blur, you're turning it on by default.

You need to either change the commit message to reflect the actual changes, or (preferably) only add support in this patch, and turn it on by default in another patch.

I changed it to false by default now.
Actually, although this option is turned on you still need to enable blur and transparency in Konsole profile configuration, this is the reason I decided to turn it on by default in the first place.

hein accepted this revision.Jul 2 2019, 1:45 AM

I've resisted patches like this for years now hoping someone would implement this properly in the Konsole KPart as part of the profile system where translucency is regulated, but no one did, so let's go with this.

This revision is now accepted and ready to land.Jul 2 2019, 1:45 AM

@owenchia, can you provide your email address so we can land this patch with correct authorship information? Thanks!

@owenchia, can you provide your email address so we can land this patch with correct authorship information? Thanks!

sure, my email address is aptx945@gmail.com, and my full name is Owen Chia.

This revision was automatically updated to reflect the committed changes.

Thanks Owen, very nice first patch! May it be just the first of many. :)

axionl added a subscriber: axionl.Nov 6 2019, 6:21 PM