Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
4b53b4da
Commit
4b53b4da
authored
Mar 12, 2022
by
Devin Lin
🎨
Browse files
Revert "Add support for task reordering based on ordering history"
This reverts commit
3a090147
parent
3a090147
Pipeline
#149385
passed with stages
in 1 minute and 11 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
components/mobilehomescreencomponents/qml/LauncherRepeater.qml
View file @
4b53b4da
...
...
@@ -105,7 +105,7 @@ Repeater {
onLaunch
:
(
x
,
y
,
icon
,
title
)
=>
{
if
(
icon
!==
""
)
{
print
(
delegate
.
iconItem
)
;
print
(
delegate
.
iconItem
)
MobileShell
.
HomeScreenControls
.
openAppAnimation
(
icon
,
title
,
...
...
components/mobileshell/qml/taskswitcher/TaskSwitcherState.qml
View file @
4b53b4da
...
...
@@ -205,7 +205,6 @@ QtObject {
onFinished
:
{
root
.
currentlyBeingOpened
=
false
;
taskSwitcher
.
tasksModel
.
requestLastActivatedReorderDelay
(
false
);
}
}
...
...
@@ -221,7 +220,6 @@ QtObject {
taskSwitcher
.
instantHide
();
if
(
root
.
wasInActiveTask
)
{
taskSwitcher
.
tasksModel
.
requestLastActivatedReorderDelay
(
true
);
taskSwitcher
.
setSingleActiveWindow
(
root
.
currentTaskIndex
);
}
}
...
...
components/mobileshell/qml/taskswitcher/Thumbnail.qml
View file @
4b53b4da
...
...
@@ -15,7 +15,7 @@ TaskManager.PipeWireSourceItem {
nodeId
:
waylandItem
.
nodeId
onVisibleChanged
:
{
if
(
visible
)
{
if
(
visible
&&
waylandItem
.
uuid
.
length
===
0
)
{
if
(
model
.
WinIdList
)
{
waylandItem
.
uuid
=
model
.
WinIdList
[
0
];
}
...
...
containments/homescreen/package/contents/ui/main.qml
View file @
4b53b4da
...
...
@@ -184,7 +184,7 @@ FocusScope {
groupMode
:
TaskManager
.
TasksModel
.
GroupDisabled
screenGeometry
:
plasmoid
.
screenGeometry
sortMode
:
TaskManager
.
TasksModel
.
Sort
LastActivated
sortMode
:
TaskManager
.
TasksModel
.
Sort
Alpha
virtualDesktop
:
virtualDesktopInfo
.
currentDesktop
activity
:
activityInfo
.
currentActivity
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment