- 30 Aug, 2022 1 commit
-
-
Laurent Montel authored
-
- 22 Aug, 2022 2 commits
-
-
Volker Krause authored
With 1912a8b9 that's all we need here.
-
Alexander Lohnau authored
This was a newly introduced usage, becuase in Qt6 we can no longer disallow external contant Task: https://phabricator.kde.org/T12472
-
- 19 Aug, 2022 1 commit
-
-
David Edmundson authored
Hiding warnings only makes life harder when people add logs to bug reports. If it does result in superfluous output then those warnings shouldn't exist in the first place. kscreenlocker has none in the common case.
-
- 17 Aug, 2022 1 commit
-
-
Alexander Lohnau authored
The comments claim that we need the NetworkAccessFactory. However, we override the factory later on and delete the KDeclarative one.
-
- 09 Aug, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 03 Aug, 2022 1 commit
-
-
Volker Krause authored
-
- 30 Jul, 2022 2 commits
-
-
Alexander Lohnau authored
Task: https://phabricator.kde.org/T15609
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 21 Jul, 2022 1 commit
-
-
Kai Uwe Broulik authored
Allows to query whether an authentication is currently ongoing, which is independent from the enforced grace lock.
-
- 06 Jul, 2022 1 commit
-
-
Volker Krause authored
That still has this feature, QNetworkAccessManager removed that in Qt6. This doesn't really add a new dependency either, KDeclarative was already pulling in KIO indirectly anyway.
-
- 03 Jul, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 02 Jul, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 01 Jul, 2022 2 commits
-
-
Ahmad Samir authored
-
Ahmad Samir authored
-
- 27 Jun, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 26 Jun, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 24 Jun, 2022 2 commits
-
-
Fushan Wen authored
The wallpaper plugin needs to be initialized first, so the lock screen can read `wallpaper` property without warnings.
-
Fushan Wen authored
-
- 21 Jun, 2022 1 commit
-
-
David Edmundson authored
This turned out to be an issue for pam_python when sending an info/error message that shouldn't have a response some code still tried to free the result of any prompt. Somewhat questionable, but we should still be returning a valid struct full of nulls. BUG: 455608
-
- 20 Jun, 2022 2 commits
-
-
Laurent Montel authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 15 Jun, 2022 2 commits
-
-
David Edmundson authored
We previously needed to create the root window so that we would be notified when the root window changed size. Since then API has moved to QScreen to get window sizes which has other ways of monitoring changes. This is for Qt6 porting. Testing done: - removed this whole block of code and confirmed it still does something - removed just this one line and confirmed input is still grabbed
-
Fushan Wen authored
This is to keep compatible with WallpaperInterface in plasma-framework. It doesn't have any practical use.
-
- 14 Jun, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 10 Jun, 2022 2 commits
-
-
Ahmad Samir authored
-
Ahmad Samir authored
-
- 07 Jun, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 01 Jun, 2022 1 commit
-
-
Arjen Hiemstra authored
The current lookandfeel package may not contain the "X-Plasma-ApiVersion" metadata key but at the same time also not define a custom lockscreen, instead relying on the fallback mechanism. In that case, we would end up setting the package path to an empty string, causing everything else that is using the package to treat it as invalid. To fix that, we need to check if the lockscreen comes from the current package and if not, check the API version of the fallback package instead. Additionally, we also should explicitly set the package path to the default of Breeze instead of using an empty string as path, which implies an invalid package rather than "use the default".
-
- 31 May, 2022 1 commit
-
-
David Edmundson authored
This is important as it allows the screenlocker to show a prompt for passwordless users before unlocking. For example mobile having a simple swipe to unlock. It also potentially allows a future successful login animation. An additional guard is added so rogue QML can't trivially bypass the user password; though pragamtically they could before if they emit the right signal in the authenticator.
-
- 28 May, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 26 May, 2022 1 commit
-
-
Nate Graham authored
KScreenLocker lets the user lock the screen with the Meta+L and Ctrl+Alt+L shortcuts by default. This latter shortcut has been reported by users to conflict with the Ctrl+Alt+L shortcut in at least one user-facing app. System components shouldn't break apps by masking their shortcuts. This commit removes the Ctrl+Alt+L shortcut, leaving only Meta+L. This un-breaks userspace apps using that shortcut. BUG: 454397 FIXED-IN: 5.25
-
- 25 May, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 22 May, 2022 1 commit
-
-
Volker Krause authored
No longer indirectly included with KF deprecation level 5.94.
-
- 21 May, 2022 1 commit
-
-
Méven Car authored
GIT_SILENT NO_CHANGELOG
-
- 19 May, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 16 May, 2022 1 commit
-
-
David Edmundson authored
Using real logind causes issues with CI as it's dependent on external factors and it can leave the host machine is an unclean state. We can't mock it like we do in the internal tests as easily and it wouldn't be very useful to do so. We can't disable completly as lockscreentest relies on externally emitting a signal on this object.
-