Gigas002

Results 81 comments of Gigas002

Ouch, didn't think it'd be THAT big. I can separate this on several PRs in different places, just wanted to have some communication first

Thank you for the feedback! > the plasma-desktop theme is a fork of a project licenced under CC BY-SA 4.0 Ah, I understand your reasoning now. I think that it's...

Tried out svg cursors with plasma 6.2.0, seems to work correctly. For the reference: https://blog.vladzahorodnii.com/2024/10/06/svg-cursors-everything-that-you-need-to-know-about-them/

Thanks for reporting this. I'll try to look at it when I'll have a bit time

@ClangPan couldn't reproduce your issue on fresh install in VM. I don't remember `plasma5` bar behavior, but note that on `plasma6` it has two "states". When it's in `floating` state...

Talking about DEMs, it's theoretically easy: just use gdal's methods, but I'd like to implement my own way to do it.

Thanks for info. Does this actually fails for you to open raw files without it? I can open [DNG](https://en.wikipedia.org/wiki/Digital_Negative) just fine

I think that plugin builds with qt6, would be glad if someone could test it on windows. I only needed to change one line in `main.cpp` to build it on...

Thank you! It'll make building the qt6 version much easier :)

Side note: [clap_complete_nushell](https://crates.io/crates/clap_complete_nushell) can be used for generating `nushell` completions. It's part of official `clap` suite too, though I don't know the reasons it's separate from `clap_complete`