Micah Stanley
e0dd65fa26
Notifications and Media Control Design Adjustments
...
Adjusted the colors of the notifications and media controls to help them fit in better together.


2024-08-01 01:18:33 +00:00
Devin Lin
74267a8416
shell: Revert back to original applet expanded mode dialog
2024-07-31 16:00:49 -04:00
Luis Büchi
d9d159eea2
fix bug in task switcher gesture opening animation from homescreen
...
fixes https://invent.kde.org/plasma/plasma-mobile/-/issues/399
2024-07-31 18:33:27 +00:00
Micah Stanley
d42d36129d
widgets/mediacontrols: Fix usage in action drawer and height animation
...
Fixes an issue where if the media controls were active and the action drawer was flicked opened, sometimes it would not fully open.
Changes include:
1. Media controls will now no longer animate its height if `implicitHeight` is 0
2. The action drawer animation code was reworked to allow its height to change dynamically.
2024-07-31 14:16:13 +00:00
Devin Lin
d4b6309f47
homescreens/folio: Fix settings saving for certain options
...
Fixes #397
The save and load keys were spelled slightly differently which caused setting savings to not work for toggling text labels and the favourites bar background.
2024-07-31 14:11:34 +00:00
l10n daemon script
0d510048d0
GIT_SILENT Sync po/docbooks with svn
2024-07-31 01:32:47 +00:00
Devin Lin
5153ff0123
homescreens/folio: Fix incorrect folio reference
2024-07-30 21:07:43 -04:00
Micah Stanley
8b5b728939
lockscreen: Animate keypad header to center when switching to keyboard
...

2024-07-31 00:16:50 +00:00
Micah Stanley
d122665eb5
Lock Screen Adjustments
...
Clock position changed so that it will always be at the top.
The login keypad will now hide when the keyboard is opened.

2024-07-30 02:53:33 +00:00
l10n daemon script
c45db847cc
GIT_SILENT Sync po/docbooks with svn
2024-07-30 01:35:51 +00:00
Devin Lin
20efd102f3
actioncenter: Ensure window gets raised over status bar
...
Potential fix for #358 , haven't yet verified on device
2024-07-29 21:08:54 +00:00
l10n daemon script
eb9501edb1
GIT_SILENT Sync po/docbooks with svn
2024-07-29 01:33:19 +00:00
Devin Lin
8f79654989
widgets/notifications: Remove accidental dependency on being an applet
...
Followup to https://invent.kde.org/plasma/plasma-mobile/-/merge_requests/558 and removes the dependency on being an applet, as it causes the notifications to break on the lockscreen
2024-07-28 14:54:14 -04:00
l10n daemon script
56458bad59
GIT_SILENT Sync po/docbooks with svn
2024-07-28 01:34:30 +00:00
l10n daemon script
5237d20ad9
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-07-28 01:23:22 +00:00
Devin Lin
8ca80841d2
actiondrawer: Share quick settings model between landscape and portrait
...
Don't recreate the quick settings model when switching between landscape
and portrait. This should improve the performance of screen rotation.
2024-07-27 11:02:48 -04:00
Devin Lin
2961fa7ea7
kcms/cellularnetwork: Remove unused file
...
PopupDialog hasn't been used for a long time, usage was replaced by
Kirigami.Dialog, and then by a page.
2024-07-27 14:50:18 +00:00
Devin Lin
1702354d3f
Use Kirigami.Units.cornerRadius in most radius values
...
This takes the place of using smallSpacing for the most part.
2024-07-27 00:02:05 -04:00
Devin Lin
eb9509ce68
Remove trailing whitespace
2024-07-26 23:47:44 -04:00
Devin Lin
5d84e6e47d
widgets/notifications: Cleanup, fix some visual issues, and add jobs
...
Note: There was a lot of whitespace that my IDE is now removing.
Fixes job notifications not being dismissable (#208 ), and imports an
implementation from workspace for the progress bar and actions.
Fixes notification contents not being clipped when being dragged
(https://invent.kde.org/teams/plasma-mobile/issues/-/issues/287 )
Also fixes notification text being spread over multiple lines
unnecessarily
(https://invent.kde.org/teams/plasma-mobile/issues/-/issues/302 ).
2024-07-26 23:21:14 -04:00
l10n daemon script
b426a7d59e
GIT_SILENT Sync po/docbooks with svn
2024-07-27 01:34:15 +00:00
Devin Lin
7aae8c7fbc
homescreens/folio: Ensure applets list closes when settings is closed
2024-07-26 16:34:12 -04:00
Devin Lin
89efc8bc7f
tests: Add plasma-mobile-notificationtest binary
...
This will make it easier to test all sorts of notifications with our notification widget. Just run `plasma-mobile-notificationtest [test-name]`.
2024-07-26 20:28:55 +00:00
Florian RICHER
b1d75495e2
widgets/mediacontrols: Add expanded mode to change song position
...

2024-07-26 01:22:04 +00:00
l10n daemon script
0b56bf8397
GIT_SILENT Sync po/docbooks with svn
2024-07-25 01:29:35 +00:00
l10n daemon script
9fb99bffbc
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-07-25 01:20:43 +00:00
Luis Büchi
617ba59de7
add haptic feedback to task switcher gestures
...
haptics are triggered when conditions are met to open task switcher or task scrub mode is engaged.
fixes related bug in task switcher gesture logic when invoked from homescreen
fixes https://invent.kde.org/plasma/plasma-mobile/-/issues/366
2024-07-24 10:57:57 +00:00
Devin Lin
642392366b
lockscreen: Use consistent keypad fade-in animation
2024-07-24 00:02:44 -04:00
Devin Lin
0b8b51d2fc
homescreens/halcyon: Fix favorites delegate not activating with touch
...
BUG: 486554
In Qt6 a bunch of weird behavior started happening with handlers which broke a bunch of things only in touch.
Remove the HoverHandler here which apparently wasn't used for anything, and causes any MouseArea to stop sending clicked and pressAndHold signals. DragHandler also appears to have stopped working with touch (for the folder close swipe gesture), but that involves far more rewriting to replace...
2024-07-23 14:40:54 +00:00
Devin Lin
dea468b393
lockscreen: Async load everything and add spinner
...
This improves the speed initial lockscreen load, and now loads the keypad async. Also adjust the password bar opacity to be consistent with the keys.
2024-07-22 22:22:54 -04:00
l10n daemon script
d60fea6bdf
GIT_SILENT Sync po/docbooks with svn
2024-07-23 01:32:27 +00:00
l10n daemon script
b75c70bfa1
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-07-23 01:21:13 +00:00
l10n daemon script
a7ac9a7aef
GIT_SILENT Sync po/docbooks with svn
2024-07-21 01:30:57 +00:00
l10n daemon script
ad34f6f112
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-07-21 01:22:04 +00:00
Devin Lin
897b00c242
taskswitcher: Fix it not being registered as a KWin effect
...
I'm not really sure how the metadata was installed previously, but it appears the behaviour for that has changed and we now need to install the metadata file ourselves.
2024-07-20 14:47:12 -04:00
l10n daemon script
dd6b46f559
GIT_SILENT Sync po/docbooks with svn
2024-07-20 01:29:07 +00:00
l10n daemon script
ffdf4511cb
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-07-20 01:21:12 +00:00
l10n daemon script
96779d18a5
GIT_SILENT Sync po/docbooks with svn
2024-07-19 01:29:10 +00:00
l10n daemon script
10dbdac20a
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-07-19 01:21:05 +00:00
l10n daemon script
bb845eae22
GIT_SILENT Sync po/docbooks with svn
2024-07-18 01:26:16 +00:00
l10n daemon script
6835f49d8c
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-07-18 01:19:02 +00:00
Luis Büchi
9e8f0a0c74
make taskswitcher preview reluctant to track far finger moves
...
the further up the finger in the gesture activation goes, the less direct the tracking is.
fixes the last part of https://invent.kde.org/plasma/plasma-mobile/-/issues/368
2024-07-17 09:42:15 +00:00
l10n daemon script
bd41e5bd41
GIT_SILENT Sync po/docbooks with svn
2024-07-17 01:27:01 +00:00
l10n daemon script
a2b773f1db
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-07-17 01:19:42 +00:00
l10n daemon script
699112deec
GIT_SILENT Sync po/docbooks with svn
2024-07-16 01:25:52 +00:00
Devin Lin
ce3ecd9e4b
shell: Sync implementations with Plasma Desktop
...
This fixes some of the oddities with applets that we experience that are designed for Desktop. We don't really have a need for different behaviour from Desktop, so it's probably best to follow it for the least amount of bugs.
Eventually we perhaps should derive our shell package from desktop?
2024-07-15 18:48:44 -04:00
Devin Lin
7f011e92ed
quicksettings: Use standard corner radius
2024-07-15 18:45:33 -04:00
Devin Lin
0a09d935ac
layout-templates: Split out status bar and navigation panel to separate templates
...
This makes it more modular, and we can use the template in the mobileshellsettings code.
2024-07-15 17:07:26 -04:00
Devin Lin
8c3a6e2b23
lockscreen: Add more spacing between keypad and password bar
2024-07-15 17:01:58 -04:00
Devin Lin
5207c06a12
startupfeedback: Fix multi-screen behaviour
...
Fix the model screen filtering not working properly, and account for case when opened window is already active.
2024-07-15 20:53:42 +00:00