- 31 May, 2022 2 commits
-
-
Nicolas Fella authored
It serves no purpose
-
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"
-
- 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"
-
- 23 May, 2022 1 commit
-
-
Nicolas Fella 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"
-
- 07 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"
-
- 01 May, 2022 1 commit
-
-
Fushan Wen authored
This improves the consistency.
-
- 29 Apr, 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"
-
- 25 Apr, 2022 1 commit
-
-
Nate Graham authored
-
- 08 Apr, 2022 1 commit
-
-
Nate Graham authored
They look better and more standardized this way.
-
- 30 Mar, 2022 3 commits
-
-
Nate Graham authored
-
Nate Graham authored
-
Nate Graham authored
-
- 27 Mar, 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"
-
- 24 Mar, 2022 1 commit
-
-
Laurent Montel authored
-
- 20 Mar, 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"
-
- 16 Mar, 2022 2 commits
-
-
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"
-
Script Kiddy authored
-
- 07 Mar, 2022 2 commits
-
-
Laurent Montel authored
-
Nate Graham authored
This lets us get rid of a PC2 import.
-
- 05 Mar, 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 Feb, 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"
-
- 21 Feb, 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"
-
- 18 Feb, 2022 1 commit
-
-
Nicolas Fella authored
The sizeHint is too wide for the PinePhone screen, making the window cut off
-
- 17 Feb, 2022 1 commit
-
-
Laurent Montel authored
-
- 14 Feb, 2022 1 commit
-
-
It's possible that BlueDevilDaemon has been destroyed, but PrepareForSleep is received before DeviceMonitor is destroyed, so a crash will happen. To prevent the crash, add a check in login1PrepareForSleep to validate BlueDevilDaemon still exists. BUG: 450195 FIXED-IN: 5.24.1
-
- 10 Feb, 2022 1 commit
-
-
Laurent Montel authored
-
- 07 Feb, 2022 1 commit
-
-
Laurent Montel authored
-
- 06 Feb, 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"
-
- 05 Feb, 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"
-
- 30 Jan, 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"
-
- 28 Jan, 2022 1 commit
-
-
Script Kiddy authored
-
- 25 Jan, 2022 1 commit
-
-
Nate Graham authored
This makes it not be too wide due to the contentItem's margins, which was an issue that went unnoticed because it was masked by always disabling the horizontal scrollbar. Should we ever remove that override, there won't be any regressions now.
-
- 24 Jan, 2022 5 commits
-
-
Nate Graham authored
This gets computed automatically and correctly from the parent ListView's width, taking into accounts margins and scrollbar visibility. The hardcoded width did neither, so removing it fixes both issues.
-
ivan tkachenko authored
It could've happened when restarting bluetooth.service manually, supposedly because connections which were made in an imperative way outlived their context objects leading to dangling 'undefined' variables in JavaScript. Now that connections are managed declaratively, we can be sure they will be automatically disconnected from their target when needed.
-
ivan tkachenko authored
This makes it visually more consistent with Battery and Brightness applet's heading where a checkbox and inhibitions list are similarly padded on the left. Padding on the right is not needed, as there are action buttons which are best served without any extra padding between them and applet's boundaries.
-
ivan tkachenko authored
Avoid sloppy implicit type casts and slightly speed up the process.
-
ivan tkachenko authored
This seems to be conventional within KDE codebase, and also convenient to search for when navigating files. GIT_SILENT
-