Commit graph

602 commits

Author SHA1 Message Date
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
Aleix Pol
a6a331f469 Remove last two uses of PlasmaComponents 2.0
They were only used for Labels
2022-03-05 18:53:39 +00: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
70ff2fd0e4 homescreen: Fix app drawer not interactable in empty space
Fixes https://invent.kde.org/plasma/plasma-mobile/-/issues/176, where spaces without app delegates are not able to be interacted with. All usages of QQC2.Control should be replaced by MobileShell.BaseItem, which prevents flicks from being stolen from parent flickables.
2022-02-18 17:54:25 -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
5660a9e016 mmplugin: Fix SIM being reported as locked when no sim is inserted 2022-02-10 22:13:25 -05:00
Aleix Pol
120d8904be Properly compare strings
No need to modify the strings to ignore the casing
2022-01-25 01:45:14 +01:00
Devin Lin
dd4000d838 homescreen: Don't disable flick tracking unnecessarily 2022-01-14 23:56:34 -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
626089800a homescreen: Close app drawer when app is launched 2022-01-13 19:42:01 -05:00
Devin Lin
dd3303818b homescreen: Reset app drawer position when opened 2022-01-13 19:41:34 -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
f849a5fea5 homescreen: Adjust swipe threshold to be more lenient for horizontal swipes 2022-01-01 21:09:10 -05:00
Devin Lin
29bbb1a178 homescreen: Fix applet removal not persisting 2022-01-01 20:49:49 -05:00
Devin Lin
f3925f2ac0 homescreen: Fix applet edit function calls 2022-01-01 00:37:03 -05:00
Devin Lin
68b7d3897e homescreen: Fix non-existent property calls and remove unused file 2021-12-31 23:26:44 -05:00
Devin Lin
058de1555e homescreen: Fix removing apps from homescreen not persisting 2021-12-31 22:16:13 -05:00
Devin Lin
edb0b58309 homescreen: Remove non-existent signal emit 2021-12-31 10:31:56 -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
aff0064b62 homescreen: Fix favourites strip swipe 2021-12-30 21:11:21 -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
7a1a32724b homescreen: Fix swipe down gesture conflict with taskpanel 2021-12-26 00:21:42 -05:00
Devin Lin
54f10f9f13 mobileshell/taskswitcher: Remove unneeded gesture area 2021-12-25 13:33:40 -05:00
Devin Lin
cb30fd1a06 homescreen: Fix negative cache buffer on GridViewAppDrawer 2021-12-25 00:00:27 -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
58f59e24b9 Move mmplugin to components folder 2021-12-23 11:17:03 -05: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
67863e7e54 homescreen: Remove non-existent function call 2021-11-29 23:18:18 +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
Aleix Pol
0cd4f91ec4 Port away from PlasmaComponents 2.0 on most places 2021-10-22 16:34:03 +00:00
Devin Lin
b091ce2ac3 Rework app drawer layout and open/close behaviour logic 2021-10-22 15:48:31 +00:00
Devin Lin
7df05e09be panel: Rework panel layout, and refactoring 2021-10-12 13:50:36 +00:00
Aleix Pol
3fc96fbc25 Close the application started notification when the job failed to open
So far, we leave the splash on which is confusing.

https://invent.kde.org/teams/plasma-mobile/issues/-/issues/70
2021-09-16 06:20:33 +00:00
Aleix Pol
4bba6ac402 units -> PlasmaCore.Units 2021-09-13 18:59:35 +02:00
Aleix Pol
30344fd697 drawer: Fix animation
Don't use tapping on an application to start it like the start of a
drawer dragging session
2021-09-10 02:51:01 +00:00
Aleix Pol
a97fe3bc02 Place the external items at the end 2021-07-21 13:36:43 +00:00
Aleix Pol
dd888a707f Make it possible for QuickSettings to be created in a KPackage
Move the NightColor one into a KPackage to prove it
2021-07-21 13:36:43 +00:00
Aleix Pol
9ac1cc139e Move QuickSettingsModel to C++ 2021-07-21 13:36:43 +00:00
Nicolas Fella
204207f2a9 Remove dead code
It's unused.
2021-07-14 17:44:15 +00:00
Nicolas Fella
992950085d Simplify apps model
The current code iterates over each service group separately and adds its apps. This leads to duplicate entries when an app is in multiple groups.

Since we are not actually interested in the group info, only in a flat list of all apps with some filters, we can simplify this.
2021-06-11 17:44:38 +00:00
Aleix Pol
d332582328 Port away from the global "theme" object to PlasmaCore.Theme
Like we've done for the rest of Plasma
2021-06-10 16:14:41 +02:00
Aleix Pol
182d7501d0 OpenDrawerButton: Use a colour that exists 2021-06-10 16:13:25 +02:00
Nicolas Fella
c9d1d737aa Use alternateBackgroundColor for OpenDrawerButton
With a dark the current one dark whereas the controls below are all bright
2021-05-14 05:01:19 +00:00
Marco Martin
7c9549b7da export launcherDelegate property 2021-05-05 17:37:31 +02:00
Marco Martin
fb920a3f9f manage the case of appDrawer not present 2021-05-05 16:46:54 +02:00
Marco Martin
77291587bd port stackbefore/stackAfter out of plasmoid.nativeInterface 2021-05-05 16:19:55 +02:00
Marco Martin
840d50047a export model for launcherrepeater 2021-05-05 15:59:26 +02: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
Marco Martin
8483bcbe0f fix controlling from the bottom panel 2021-05-04 12:46:27 +02:00
Nicolas Fella
21a3bcafe4 Convert license headers to SPDX 2021-03-02 22:45:25 +01:00
Marco Martin
a1b7ef5d36 minimize to launcher when the switcher is not visible 2020-07-30 17:20:07 +02:00
Marco Martin
ece092bf98 croll up homescreen when there are no tasks 2020-07-23 17:09:37 +02:00
Marco Martin
3f32a18b62 make use of HomeScreenControls 2020-07-22 17:17:10 +02:00
Marco Martin
7e6f6b063e proper module name 2020-07-22 16:18:51 +02:00
Marco Martin
6d0265c3e2 add mobile shell private components
this will be used for inter-containment communication between the
panels and the homescreen
2020-07-22 16:13:20 +02:00
Marco Martin
77ae2a21f0 remove local fullscreenpanel component 2019-09-18 15:31:04 +02:00
Jonah Brüchert
47bcdee043 Modernize using clang-tidy 2018-12-31 04:13:55 +01:00
Michael Eden
9e68bc049b Improve dialer UI and format phone number
Summary:
This makes the buttons more evenly spaced and formats the number as you type!

old: {F6084821}
new (updated): {F6084822}

The plan is to bring the entire dialer page down to about half its current size to support searching through contacts as one dials a number.

Reviewers: bshah, #plasma:_mobile, mart

Reviewed By: #plasma:_mobile, mart

Subscribers: ngraham

Differential Revision: https://phabricator.kde.org/D13936
2018-08-02 15:48:21 -04:00
Bhushan Shah
7af3e39cd7 Merge branch 'master' into bshah/stuff 2018-02-12 21:16:14 +05:30
Marco Martin
57a016320b use showFullScreen() instead of visible=true 2018-02-12 16:37:35 +01:00
Bhushan Shah
eb6b01b558 Don't fullscreen windows from the showEvent
Martin says this probably results in the loops, and setting window state
to fullscreen from constructor should be enough.
2018-02-12 14:07:12 +05:30
Bhushan Shah
0d626dc7ad Some changes
- uncomment to make it frameless window hint
- set window state to fullscreen
2018-02-11 16:15:57 +05:30
Bhushan Shah
02fd43edb8 use wayland to fullscreen and skip taskbar
doesn't work for now
2018-02-10 19:12:38 +05:30
Marco Martin
2a91ee4e21 install qmldir 2017-11-13 14:49:57 +01:00
Marco Martin
9ae7d849a8 move the mobileshell import here, without paged icons 2017-11-08 12:25:15 +01:00