- 27 Jan, 2023 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 22 Jan, 2023 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"
-
- 21 Jan, 2023 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 19 Jan, 2023 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 06 Jan, 2023 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"
-
- 17 Nov, 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"
-
- 15 Sep, 2022 3 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 30 Aug, 2022 1 commit
-
-
Laurent Montel authored
-
- 27 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"
-
- 23 Aug, 2022 1 commit
-
-
Nicolas Fella authored
-
- 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"
-
- 27 Jun, 2022 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 15 Jun, 2022 1 commit
-
-
David Edmundson authored
-
- 19 May, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 15 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"
-
- 10 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"
-
- 20 Jan, 2022 1 commit
-
-
David Edmundson authored
Anything in the old "phase 0" needs dependencies set manually. We need kwin to be up on wayland. BUG: 448479
-
- 17 Jan, 2022 1 commit
-
-
Laurent Montel authored
-
- 13 Jan, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 23 Dec, 2021 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"
-
- 11 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 06 Oct, 2021 1 commit
-
-
Nicolas Fella authored
-
- 05 Oct, 2021 2 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
- 16 Sep, 2021 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 24 Aug, 2021 2 commits
-
-
David Edmundson authored
-
David Edmundson authored
-
- 30 Jul, 2021 1 commit
-
-
Rex Dieter authored
else end up with .service file with literal ExecStart=${CMAKE_INSTALL_FULL_LIBEXECDIR}/pam_kwallet_init
-
- 18 Jul, 2021 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"
-
- 16 Jul, 2021 1 commit
-
-
David Edmundson authored
Whilst the generator does automatically build services for autostart applications it deliberately does not follow "X-KDE-autostart-phase=0" It turns out this is quite important for making sure the bridge is up before the first kwallet request gets made. Adding an explicit systemd service allows us to have finer control over ordering. BUG: 433223
-
- 16 Jun, 2021 4 commits
-
-
Fabian Vogt authored
Zero-initialize it and use sizeof() appropriately.
-
Fabian Vogt authored
This was effectively leaked in the parent, but properly deallocated in the child, but that was replaced by a call to execve anyway.
-
Fabian Vogt authored
-
Fabian Vogt authored
There's no need to initialize constants in parseArguments, just do that statically. This avoids using a NULL logPrefix before parseArguments is called, leading to messages like "(null): pam_sm_open_session".
-