- 01 Aug, 2022 1 commit
-
-
It's not read by anything
-
- 31 Jul, 2022 1 commit
-
-
Nicolas Fella authored
it has no purpose
-
- 30 Jul, 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"
-
- 28 Jul, 2022 3 commits
-
-
Fushan Wen authored
-
Fushan Wen authored
This is consistent with bluedevil.
-
Fushan Wen authored
There are too many MouseAreas, and each will consume a little memory. This uses childAt to reduce the number of MouseArea.
-
- 27 Jul, 2022 1 commit
-
-
Fushan Wen authored
When they have focus, a highlight will appear.
-
- 24 Jul, 2022 4 commits
-
-
Fushan Wen authored
-
Fushan Wen authored
This moves DetailsText to FocusScope, and gives FocusScope a description.
-
Fushan Wen authored
-
Fushan Wen authored
Connect/Disconnect doesn't say which connection the button refers to.
-
- 23 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"
-
- 14 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"
-
- 11 Jul, 2022 1 commit
-
-
Nicolas Fella authored
We exec() the dialog, which then deletes the dialog, and then access the dialog, which goes boom Partially revert a5c43dd9 and delete the dialog manually again
-
- 10 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"
-
- 09 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"
-
- 08 Jul, 2022 6 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 05 Jul, 2022 1 commit
-
-
Serhii Hatsan authored
-
- 04 Jul, 2022 7 commits
-
-
-
Arjen Hiemstra authored
Additionally this ensures we always load the correct password option since eapMethods may be empty.
-
Arjen Hiemstra authored
This links together the "All users can connect" checkbox on the general connection page to the "Storage password" combobox in the wireless security page. When "All users can connect" is checked, we change things so we store secrets system wide as well, as otherwise you end up with a connection that does not contain secrets, which makes it rather hard to use a system connection.
-
Arjen Hiemstra authored
This makes use of the new method that was added for this.
-
Arjen Hiemstra authored
This sets up default permissions correctly for a connection. When either configuration indicates we should prefer system connections, KWallet isn't enabled or we're running a live image we'll try to create a system connection. However, if we're not allowed to create system connections, then fall back to creating user connections. Additionally, this sets the default password storage to store passwords system-wide if we're creating system-wide connections, since storing those passwords locally leads to awkward behaviour where a system connection can't really be reused since the password is not available.
-
Arjen Hiemstra authored
Makes it easier to reuse.
-
Arjen Hiemstra authored
In certain cases, like when using IWD as NetworkManager backend, it is better to create system connections by default. This adds a configuration setting to check if we should create those.
-
- 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"
-
- 01 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"
-
- 30 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"
-
- 28 Jun, 2022 6 commits
-
-
Nate Graham authored
We generally include such buttons in full-screen overlays so that it's visually obvious how to close it, for people not familiar with the UX concept of clicking on the thing itself or its darkened background. CCBUG: 455950
-
Arjen Hiemstra authored
addAndActivate in some cases will show the connection editor dialog. In that case, once the dialog is confirmed, we would call "addConnection" rather than "addAndActivateConnection", so one would need to manually connect to the now correctly configured network again. Instead, move the "addAndActivate" dbus call to its own method so we can call it in the signal handler rather than calling only addConnection.
-
Arjen Hiemstra authored
ValueHistorySource has been deprecated for a while
-
Fushan Wen authored
To close the window by using keyboard. CCBUG: 455950
-
Fushan Wen authored
-
Fushan Wen authored
-