Skip to content

Feature: Allow wallpaper flip(both horizontal and vertical)

Liu Bodong requested to merge liubodong/konsole:add-wallpaper-flip into master

Add a feature that allow ColorScheme to flip wallpaper (Horizontal and Vertical)

Effect

The effects are like the following:

This is the original wallpaper without flipping

图片

Then do the horizontal flipping

图片

The wallpaper changed!

图片

Vertical flipping

图片

图片

Both Horizontal and vertical

图片

图片

Other

  • Did not write unit test, because I'am not good at CPP and QT...
  • i18n not supported, because i don't know how to contribute. Maybe I should learn how to do this...

By the way

I'm a newbie of C/CPP and QT. I found the konsole does not have this feature, so I just copy/paste and modify some code from the source code. So if there's something wrong with this feature, please just correct it, thank you very much!

Merge request reports