Commit graph

2859 commits

Author SHA1 Message Date
Devin Lin
aac41402f3 homescreens/folio: Don't show background for widget configure dialog
https://invent.kde.org/plasma/plasma-mobile/-/issues/320
We seem to encounter an issue when a widget is deleted where the background stays. Workaround it for now.
2024-03-04 01:17:59 +00:00
Fushan Wen
f3f66a5d07 quicksettings: port BrightnessItem away from dataengine 2024-03-03 16:15:01 +00:00
l10n daemon script
1799b03c02 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2024-03-03 01:16:49 +00:00
l10n daemon script
04715ca0ee GIT_SILENT Sync po/docbooks with svn 2024-03-01 01:40:27 +00:00
l10n daemon script
f6e8cedbe1 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2024-03-01 01:15:20 +00:00
l10n daemon script
f9d095f3fe GIT_SILENT Sync po/docbooks with svn 2024-02-29 01:22:46 +00:00
l10n daemon script
a9ac94afe1 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2024-02-29 01:14:18 +00:00
Devin Lin
06c94c2561 readme: Add comment about options for starting the shell in a window 2024-02-27 15:49:05 -05:00
l10n daemon script
47c5847877 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2024-02-27 01:14:53 +00:00
l10n daemon script
a8cad70400 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2024-02-26 01:15:12 +00:00
Devin Lin
601dde21ab Fix low inertia scrolling with shell flickables
See https://invent.kde.org/teams/plasma-mobile/issues/-/issues/273
2024-02-25 17:53:58 -05:00
l10n daemon script
b312f1adc2 GIT_SILENT Sync po/docbooks with svn 2024-02-25 01:27:47 +00:00
l10n daemon script
d059a063b2 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2024-02-25 01:16:02 +00:00
Devin Lin
0e280a94ca kded/autodetectapn: Add background service to automatically add APN connections
We use the Android APN list here in order to determine the APN settings from SIM information.

Fixes https://invent.kde.org/plasma/plasma-mobile/-/issues/285

Address feedback
2024-02-23 15:35:31 +00:00
ivan tkachenko
19440ec958
SystemDialog: Demote actions property to Templates counterpart 2024-02-21 21:00:23 +06:00
Jonathan Esk-Riddell
e00bdeb0b5 Update Frameworks version requirement to 6.0.0
GIT_SILENT
2024-02-21 14:35:24 +00:00
l10n daemon script
a33b467c4d GIT_SILENT Sync po/docbooks with svn 2024-02-21 01:22:24 +00:00
ivan tkachenko
18d6b5a5b6
SystemDialog: Simplify superfluous binding of a constant color, add null check 2024-02-20 22:31:42 +06:00
ivan tkachenko
ec37300c9e
SystemDialog: Strip trailing whitespace (automatic change) 2024-02-20 22:31:42 +06:00
l10n daemon script
d3fc0cf3ef GIT_SILENT Sync po/docbooks with svn 2024-02-20 01:24:22 +00:00
Luis Büchi
646be07c6c potential fix for gesture-only mode not working
call reconfigure in mobiletaskswitcher constructor to make it set the touch border.
this fixes the gesture-only mode in my setup, though one oddity remains: it only starts working after using the action drawer once - that may be an issue with my dev setup though.
2024-02-19 04:03:58 +00:00
l10n daemon script
6456a58eba GIT_SILENT Sync po/docbooks with svn 2024-02-19 01:25:35 +00:00
Alexander Lohnau
907363c594 Remove Qt module includes 2024-02-16 13:38:23 +01:00
Alexander Lohnau
40dfc53486 Remove unused slot params 2024-02-16 13:37:26 +01:00
l10n daemon script
d7d99bfc81 GIT_SILENT Sync po/docbooks with svn 2024-02-14 01:23:37 +00:00
Devin Lin
aea30553b1 kcms/mobiledata: Clarify behavior when networkmanager wwanEnabled is off
In NetworkManager, there is a global "wwanEnabled" setting. We do not typically deal with this because toggling it off shuts off cellular in ModemManager (the mobile data toggle just disconnects the connection instead).

Here we ensure that we address the case when "wwanEnabled" is off, and ensure that it's on when mobile data is toggled on. Also remove a check in the SIM page that seemed to depend on it.
2024-02-13 19:49:38 +00:00
Xaver Hugl
5363853f66 kwin/mobiletaskswitcher: make touchscreen swipe gesture use 3 fingers
A global gesture with one finger doesn't make sense and isn't supported by
KWin
2024-02-13 17:55:42 +01:00
Xaver Hugl
a6158d7ba6 kwin/mobiletaskswither: remove the touchpad gesture
It conflicts with a hardcoded gesture in KWin
2024-02-13 17:55:34 +01:00
l10n daemon script
448c06c03e GIT_SILENT Sync po/docbooks with svn 2024-02-12 01:21:22 +00:00
Devin Lin
8fa0ba2961 readme: Fix screenshot 2024-02-11 18:58:24 -05:00
Devin Lin
78781bcb6f kcms/wifi: Fix wi-fi dialog position, port to Kirigami.Dialog
The Wi-Fi dialog position currently goes under the keyboard, fix it by porting to Kirigami.Dialog
2024-02-11 23:56:12 +00:00
Devin Lin
5bf60c491e readme: Update folio screenshot 2024-02-11 18:52:47 -05:00
Devin Lin
2f3bca4a1e homescreens/folio: Add arrow if there is one page
Show arrow to open app drawer if there is only one page. Open the app drawer if it is tapped.
2024-02-11 18:15:51 -05:00
Devin Lin
474886cb44 Revert unrelated change 2024-02-11 18:03:17 -05:00
Devin Lin
d6ec22375b lockscreen: Remove bottom arrow animation
Wastes battery as it keeps running with the display off
2024-02-11 17:59:36 -05:00
l10n daemon script
88fd76ac26 GIT_SILENT Sync po/docbooks with svn 2024-02-11 01:24:16 +00:00
l10n daemon script
26c6810441 GIT_SILENT Sync po/docbooks with svn 2024-02-10 01:33:18 +00:00
l10n daemon script
336dc69b93 GIT_SILENT Sync po/docbooks with svn 2024-02-09 01:26:09 +00:00
Devin Lin
cfa4cbbd3a homescreens/folio: Add setting to toggle wallpaper blur, and disable by default
The wallpaper blur causes extreme lag on the PinePhone, best to disable it for now by default, and hide it behind a setting. :C

https://invent.kde.org/plasma/plasma-mobile/-/issues/306

PS: is there a string freeze ongoing? this introduces 2 new strings
2024-02-08 17:10:55 +00:00
Vlad Zahorodnii
17f0674cc2 Adapt to renamed night light d-bus interface 2024-02-08 17:04:11 +00:00
l10n daemon script
becd4b64e1 GIT_SILENT Sync po/docbooks with svn 2024-02-08 01:23:24 +00:00
l10n daemon script
812f68f8de GIT_SILENT Sync po/docbooks with svn 2024-02-06 01:38:56 +00:00
Devin Lin
6defe92caa bin: Add Type=Application to dev session .desktop file
It's part of the specification
2024-02-05 17:53:20 +00:00
Devin Lin
7b310c8076 bin: Add POSIX shell linter and ensure scripts are compliant 2024-02-05 17:47:31 +00:00
Devin Lin
fffcd04aeb quicksettings/screenrotation: Fix initial state of quicksetting always being off
Fixes https://invent.kde.org/plasma/plasma-mobile/-/issues/298
2024-02-05 16:17:59 +00:00
l10n daemon script
6f67fdd0c5 GIT_SILENT Sync po/docbooks with svn 2024-02-05 01:33:49 +00:00
l10n daemon script
44c77607f9 GIT_SILENT Sync po/docbooks with svn 2024-02-01 01:19:51 +00:00
Devin Lin
e3ecb1dad4 initialstart: Ensure background image accounts for widescreen, and raise resolution 2024-01-31 10:39:35 -05:00
l10n daemon script
94d10f35ef GIT_SILENT Sync po/docbooks with svn 2024-01-31 01:26:26 +00:00
l10n daemon script
9be5390665 GIT_SILENT Sync po/docbooks with svn 2024-01-29 01:19:32 +00:00