Fabian Vogt

Results 59 issues of Fabian Vogt

With https://github.com/sddm/sddm/pull/1789 it's possible to have sddm-greeter and sddm-greeter-qt6 on the same system, but this requires building all of SDDM twice. With this PR, a Qt 6 build also installs...

qt6

See https://github.com/sddm/sddm/issues/1768#issuecomment-1666211742 New approach, which does not suffer from the xprofile behaviour change: Avoid the re-import of variables into sh by using the user's login shell to invoke the session....

- [ ] Test on various platforms - [ ] Fix FlashDialog sizing (initial and minimal size) - [X] Enable Qt6 builds - [ ] Fix Qt6 build for Android...

Allow ResizeToFit in addition to the current mode. Draft because: * [ ] Investigate better implementations, this adds another keypad instance * [ ] Landscape mode not taken into account...

The openssl DLLs are missing from windows builds, so checking for updates does not work.

bug
os:Windows
build

Sometimes ListView doesn't react to positionViewAtIndex even after completion. Set currentIndex to the drawer works around that. To avoid seeing the initial state briefly, make it invisible at first. Additionally,...

Currently the keyboard input handler accepts all key events, even those it does not handle. This causes some key events including the Back button on Android to get ignored.

bug

Represent the button pressed state as raising/lowering the button. Hovering is shown separately by a change in color. Opinions? IMO the only downside is that it's not quite as obvious...

There are several new contributors since the last release, so the list in the about dialog should be updated. Unfortunately that means breaking the translations again, so this is something...

- [ ] Needs better platform integration (file management and settings) - [ ] Must not break other platforms - [x] Fix caching of emsdk libraries in the GH build...