- 03 Feb, 2023 1 commit
-
-
David Redondo authored
Update rate 0 means that this is disabled. If the applet was opened before, the device statistics object might contain stale values because the NetworkManagerQt objects are shared. Thus when the UI retrieves the model value before the model receives a networkmanager update, an arbitrary high speed is shown.
-
- 02 Feb, 2023 2 commits
-
-
Script Kiddy 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"
-
- 31 Jan, 2023 2 commits
-
-
Fushan Wen authored
It serves for undocumented/no purposes.
-
David Redondo authored
Makes this a bit less confusing
-
- 29 Jan, 2023 2 commits
-
-
Script Kiddy 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 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 27 Jan, 2023 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 26 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 25 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 24 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 23 Jan, 2023 2 commits
-
-
Script Kiddy 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"
-
- 22 Jan, 2023 2 commits
-
-
ivan tkachenko authored
-
Script Kiddy authored
-
- 21 Jan, 2023 4 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Rahul Rameshbabu authored
Signed-off-by:
Rahul Rameshbabu <sergeantsagara@protonmail.com>
-
Rahul Rameshbabu authored
This change utilizes QtWebEngine to provide an integrated browser whose data can be forwarded to libopenconnect for handling the SAML authentication process. This change also refactors the external browser SAML protocol flow to follow conventions of the openconnect implementation in plasma-nm. BUG: 448153 Signed-off-by:
Rahul Rameshbabu <sergeantsagara@protonmail.com>
-
Script Kiddy authored
-
- 20 Jan, 2023 2 commits
-
-
BUG: 464527 FIXED-IN: 5.27
-
Script Kiddy authored
-
- 19 Jan, 2023 4 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Script Kiddy 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"
-
- 18 Jan, 2023 2 commits
-
-
Nicolas Fella authored
Parsing the file is complex, with many opportunities to get it wrong We can offload the whole parsing to nm_vpn_editor_plugin_import, which takes a file name and gives us a connection object We then can use NM's client API to add that connection This closely matches what "nmcli connection import" does BUG: 396530
-
Script Kiddy authored
-
- 17 Jan, 2023 3 commits
-
-
Fixes same expression '!haveAllowedIps' found multiple times in chain of '||' operators. (CWE-398)
-
Script Kiddy 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"
-
- 13 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 12 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 11 Jan, 2023 1 commit
-
-
Nate Graham authored
the Accessible property only works for objects that inherit from Item. Action inherits from QtObject, so setting Accessible.description on it unfortunately does not work and instead just generates log error messages. PlasmaExtras.ExpandableListItem only allows you to set an action to customize the default button, and doesn't expose the button object itself, which is where accessibility properties would need to be set. So this will require some refactoring to work properly. CCMAIL: qydwhotmail@gmail.com BUG: 463004 FIXED-IN: 5.27
-
- 07 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 06 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 05 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 04 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 03 Jan, 2023 2 commits
-
-
Nicolas Fella authored
initialize() sets m_wifiSecurity for Wifi connections, but doesn't null it when it's not a wifi connection That means when switching from a wifi to non-wifi connection m_wifiSecurity will not be changed This will cause onAllUsersChanged to do things it shouldn't do BUG: 463753
-
Script Kiddy authored
-