Drew Naylor

Results 218 comments of Drew Naylor

This file contains the code that loads the Plasma Mobile navbar and statusbar, so I can take this along with its surrounding package and make a look-and-feel thing for Plasma...

I may need to grab some of Lomiri/UBports' code for the notification shade if it implements "unrolling" itself like Windows Phone, as Plasma Mobile works like Android and iOS, and...

Or, maybe an even better idea would be to support Plasma Mobile (with a Look-and-Feel package) and LayerShell (with wlroots?) simultaneously to allow for as much flexibility in use cases...

I also need to ensure user settings can be written to the config file in the home directory just in case the default one is deleted or missing for some...

Another issue involves the wallpapers only covering part of the screen, but maybe for now we can use `ShaderEffectSource.RepeatVertically` for the wrapMode option? It's here toward the end: https://doc.qt.io/qt-6/qml-qtquick-shadereffectsource.html

I don't particularly want to work on these for DP2, so they'll be in a later version.

I may have partially fixed this when I made the image stay in the tiles page, but it needs to be tested.

It would also be a really good idea to have the compositor detect the Escape key being pressed and have it leave multitasking, but not allow any apps to grab...

So now you can use Escape to leave multitasking last I knew, but I hadn't implemented any of the more advanced features detailed here. I might be making this into...

Oh, I forgot I wrote this here before merging the early code into the main branch.