Yaroslav Sidlovsky

Results 104 comments of Yaroslav Sidlovsky

> > I think we need some enum mappings defined only in Qt >= 5.13 for example. > > Could it be done in current bindgen version? > > I...

> @ZaWertun Yeah that would be the ideal addition. The syntax I chose is `X_(is|isnt|match)_Y` to be as readable as possible (Without the reader scouring some docs on that syntax)....

> Hey how about we just rename `newer` and `older` to `newer_or` and `older_or` before this gets used in practice? > This small rename could better capture the inclusion of...

Glitch in Kate: ![screenshot_20180906_135738](https://user-images.githubusercontent.com/1080298/45153551-169bd400-b1dd-11e8-9d7e-a1d5edf80a3a.png)

Just tested commit https://github.com/ishovkun/SierraBreeze/commit/00512fdc1b4b38133e1835a93e5d1e87f128110a, still the same glitch. (For the record - I also did not forget to do `kwin --replace &`)

> Try changing vsync in "System Settings > Compositor" to "Never". It already was set to this. > If it doesn't help, try restarting the computer. I'll better switch back...

Just found the cause of this glitch, method `Decoration::updateTitleBar` computes wrong value for `x`. It must be _at least_ `27` in my case and computed value was `40`. https://github.com/ishovkun/SierraBreeze/blob/master/breezedecoration.cpp#L236

@gabrielfern, it's the best way since it's works without any glitches. Anyway I'm glad that someone confirms this issue.