Yari Polla
d75e8b6f78
taskswitcher: invert tasks ordering
2022-04-28 21:37:47 +02:00
Devin Lin
174843767f
taskswitcher: Remove requestLastActivatedReorderDelay calls
...
This was removed upstream https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1661
2022-04-26 14:13:52 -04:00
Laurent Montel
401620e365
Fix some qt6 compile errors
2022-04-24 13:44:41 +02:00
Yari Polla
de1b92e0c2
taskswitcher: add support for task reordering based on opening history
2022-04-13 15:04:55 +02:00
Devin Lin
f99e8ff037
homescreen: Don't animate if task switcher is visible
2022-04-11 17:43:38 -04:00
Devin Lin
4e95a4abc3
taskswitcher: Fix animations when opening from homescreen
2022-04-11 17:14:35 -04:00
Devin Lin
7871212461
mobileshell: Split out minimized geometry unset from window minimize
2022-04-11 16:47:20 -04:00
Devin Lin
8d43419803
taskswitcher: Use OutQuint animation curve for app activate animation
...
This feels less jumpy than InOutQuad
2022-04-11 16:34:25 -04:00
Devin Lin
84440498e0
taskswitcher: Fix double KWin & containment animation with windows
...
Fixes #136
2022-04-11 16:19:16 -04:00
Devin Lin
e120f19601
mobileshell: Remove active window timer length to be immediate
...
We don't need a long delay, the shortest possible one works as well.
2022-04-11 11:55:56 -04:00
Devin Lin
2deea1b4d0
components: Port Direction enum to c++ to improve load times
...
According to flame graph testing with qmlprofiler, this caused quite some overhead in QML.
2022-04-10 13:28:32 -04:00
Devin Lin
bbe9bbf94c
widgets/mediaplayer: Add support for controlling multiple media sources
...
Implement #135
2022-04-08 21:48:42 -04:00
Devin Lin
55efc9165e
widgets/notifications: Fix background clicking being on top of notifications
2022-04-08 17:02:25 -04:00
Devin Lin
b3884be926
actiondrawer: Dismiss on click on empty background area
2022-04-07 20:23:36 -04:00
Devin Lin
57192b772b
actiondrawer: Add restricted permission mode, and implement on lockscreen
2022-04-07 14:11:08 -04:00
Devin Lin
3969973e51
mobileshell: Refactor and collapse stackBefore and stackAfter into ShellUtil
2022-04-07 10:52:12 -04:00
Devin Lin
629b10486a
kcm: Use MobileShellSettings rather than custom implementation
2022-04-06 22:54:35 -04:00
Devin Lin
b905bafcb5
taskswitcher: Improve zoom animation and add cursor shape on tasks
2022-04-06 22:08:47 -04:00
Devin Lin
6830370b55
quicksettings: Scale animation on delegate tap
2022-04-06 21:55:06 -04:00
Devin Lin
3488d2b0f3
panel & taskpanel: Fix panel colour on homescreen when shell windows are open
...
Fixes #161
2022-04-06 21:18:47 -04:00
Devin Lin
3d9b344f52
taskswitcher: Add task zoom animation
2022-04-06 20:33:23 -04:00
Devin Lin
06b02473d6
homescreen: Fix zoom animation when going from homescreen to switcher
2022-04-06 20:33:06 -04:00
Devin Lin
192d36da46
quicksettings: Improve text contrast
2022-04-06 20:32:38 -04:00
Devin Lin
dd7bd6a18f
volumeosd: Fix settings launch
2022-04-06 20:32:23 -04:00
Devin Lin
c8a366cbbd
homescreen: Add scale animation when going to homescreen
2022-04-06 17:59:36 -04:00
Devin Lin
f861e2df3f
mobileshell: Move KWayland related window functions to utility class
2022-04-06 17:18:20 -04:00
Devin Lin
cec4f412d7
actiondrawer: Use higher quicksettings text contrast
2022-04-06 13:48:17 -04:00
Devin Lin
5e48cb1cc1
homescreen: Fix stackBefore call
2022-04-06 13:40:28 -04:00
Devin Lin
2e6c1f837e
homescreen: Collapse library into mobileshell and containment
2022-04-05 22:06:05 -04:00
Devin Lin
2f84b07bbc
quicksettings: Add save and update timers so kcm ordering is always correct
2022-03-21 10:25:45 -04:00
Devin Lin
210042a6bf
libmobileshell: Move back to QML plugin
...
Move from a C++ library + QML plugin to a QML plugin only for simplicity, since the homescreen switching architecture will be done from Plasma, and so use of the shell library only needs to be from QML.
2022-03-21 10:00:09 -04:00
Devin Lin
cf7e48e65c
components/mobileshell: Move to libmobileshell library
2022-03-16 23:20:51 -04:00
Devin Lin
4b53b4da5c
Revert "Add support for task reordering based on ordering history"
...
This reverts commit 3a09014754
2022-03-12 22:17:12 +00:00
Yari Polla
3a09014754
Add support for task reordering based on ordering history
2022-03-12 21:56:13 +01:00
Devin Lin
b92ba78e00
mobileshell: Move quicksettings to folder
2022-03-10 23:52:53 -05:00
Devin Lin
5e04c65550
Add option to toggle qt quick compiler
2022-03-10 22:40:21 -05:00
Devin Lin
e1d1f8ee1a
components/mobileshell: Use qrc and qtquickcompiler to improve load times
...
Also enables us to check for QML syntax errors and compile time.
2022-03-05 13:52:26 -05:00
Devin Lin
5cb056dd3e
actiondrawer: Darken landscape drawer background to be easier to read
2022-02-19 22:08:58 -05:00
Devin Lin
8f9f722ca7
navigationpanel: Add ability to toggle between gesture only and shown navigation panel modes
...
Addresses: https://invent.kde.org/plasma/plasma-phone-components/-/issues/140
2022-02-13 04:23:57 +00:00
Devin Lin
6d6b38ac46
quicksettings: Add status for mobile data not being available
2022-02-12 23:08:28 -05:00
Devin Lin
0131710c23
mmplugin: Use NM autoconnect instead of wwanEnabled for mobile data
...
Add supported function
fix
fix
fix
fix
fix
fix
fix
fix
cleanup
fix
fix
fix
fix
2022-02-12 23:08:23 -05:00
Devin Lin
d9719b8845
lockscreen: Refactor swipe and use mobileshell notification component
2022-02-12 00:19:44 -05:00
Devin Lin
dca8064ca2
actiondrawer: Use passed in notifications model and settings
2022-02-11 17:50:17 -05:00
Devin Lin
27015d1749
taskswitcher: Ensure window is in maximized state when activating
2022-02-11 13:12:56 -05:00
Devin Lin
0dae893cd2
taskswitcher: Remove global variable calls
2022-02-11 13:09:19 -05:00
Devin Lin
b323a83add
quicksettings: Make mobile data quick setting use NM API directly
2022-02-10 22:50:09 -05:00
Devin Lin
4b61f55b4a
homescreen: Only close app drawer after startup feedback is fullscreen
2022-01-14 23:48:34 -05:00
Devin Lin
e555a444aa
widgets/krunner: Fix keyboard focus being invoked on shell startup
2022-01-13 19:57:27 -05:00
Devin Lin
db29d4b236
widgets/krunner: No predictive text
2022-01-09 18:53:39 +00:00
Devin Lin
f7554adf8f
widgets/krunner: Ensure plasma style is being followed
2022-01-08 15:00:16 -05:00
Devin Lin
db8ab82778
widgets/krunner: Fix keyboard focus
2022-01-03 11:49:18 -05:00
Devin Lin
e46381fdb5
widgets/krunner: Fix icon name
2022-01-03 01:03:19 -05:00
Devin Lin
8f732c330f
actiondrawer: Fix widget references
2022-01-03 00:36:58 -05:00
Devin Lin
f22a1e0b8c
homescreen: Add search widget
2022-01-03 00:25:44 -05:00
Devin Lin
24b03d0e49
startupfeedback: Fix property call
2021-12-31 10:31:29 -05:00
Devin Lin
7c710d46f3
taskswitcher: Bring back task preview if it doesn't close within 3 secs
2021-12-31 00:18:35 -05:00
Devin Lin
3e8fa8f8e8
Fix licensing header
2021-12-30 19:51:51 -05:00
Devin Lin
57a4a28fe3
homescreen: Extract out state management to HomeScreenState and use single flickable
2021-12-30 19:49:08 -05:00
Devin Lin
46c1aa8fc8
startupfeedback: Ensure touch events don't go behind
2021-12-29 21:01:33 -05:00
Devin Lin
1d3ffa707d
startupfeedback: Optimize animation playback on slower devices with delay
2021-12-29 10:47:19 -05:00
Devin Lin
906c169f26
startupnotifier: Import and integrate into homescreen for performance
2021-12-29 00:08:32 -05:00
Devin Lin
76b923f48d
taskswitcher: Close if window has popped up in front
2021-12-28 21:56:40 -05:00
Devin Lin
516c690038
actiondrawer: Fix non-existent function call
2021-12-27 19:59:25 -05:00
Devin Lin
6e658fee1a
taskswitcher: Cleanup
2021-12-27 19:58:21 -05:00
Devin Lin
484e088508
actiondrawer: Reduce background opacity if no notifications are shown
2021-12-27 19:13:35 -05:00
Devin Lin
7adea6fd3d
actiondrawer: Ensure that new swipes always re-open the overlay
2021-12-27 19:03:00 -05:00
Devin Lin
fd88eb36e9
taskswitcher: Add darken effect for not centered tasks
2021-12-27 19:01:01 -05:00
Devin Lin
264de1b6df
taskswitcher: Apply scale on entire task list, rather than single task
2021-12-27 18:29:14 -05:00
Devin Lin
cccde09f3d
taskswitcher: Remove QQC2.Control from Task to avoid touch conflicts
2021-12-27 18:02:41 -05:00
Devin Lin
a75349f93e
taskswitcher: Add icon behind thumbnail preview in case it doesn't load
2021-12-27 13:07:34 -05:00
Devin Lin
2f27eb848d
taskswitcher: Fix tapping outside of delegate to close
2021-12-27 10:05:05 -05:00
Devin Lin
1c81cd34b4
taskswitcher: Rewrite without listview and extract state to TaskSwitcherState
2021-12-27 01:35:24 -05:00
Devin Lin
54f10f9f13
mobileshell/taskswitcher: Remove unneeded gesture area
2021-12-25 13:33:40 -05:00
Devin Lin
4057122fb0
taskswitcher: Move component to homescreen and remove popup window
2021-12-24 22:31:33 -05:00
Devin Lin
2d87bb3e65
taskpanel: Extract navbar and task switcher to components/mobileshell
2021-12-24 19:18:38 -05:00
Devin Lin
25b010e006
components/mobileshell: Remove missing component
2021-12-24 04:00:28 +00:00
Devin Lin
4a3f855173
REUSE compliance, add check to CI, drop unused components
2021-12-23 16:02:41 +00:00
Devin Lin
6653ad6e54
panel: Refactor panel and implement blue ocean mockups
2021-12-22 23:29:00 +00:00
Devin Lin
dcbdf8f101
Add overswipe gesture
2021-10-28 22:08:36 -04:00
Devin Lin
90138d5442
Revamp task switcher
2021-10-28 22:08:36 -04:00
Devin Lin
25e0f99f43
homescreen: Add swipe down panel gesture
2021-10-28 21:54:52 -04:00
Devin Lin
7df05e09be
panel: Rework panel layout, and refactoring
2021-10-12 13:50:36 +00:00
Marco Martin
690abebfd5
Make components out of the homescreen
...
Move most of the homescreen pieces in a QML import
that can be reused making it easier to do alternative homescreens
2021-05-05 12:31:08 +02:00