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 Workspace
Commits
10ae2a24
Commit
10ae2a24
authored
Mar 07, 2022
by
Jan Blackquill
🌈
Browse files
Port to PlasmaExtras.Highlight
Done automatically w/ qml-refactor-fairy
parent
c9dc9e21
Pipeline
#146482
passed with stage
in 8 minutes and 30 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
applets/clipboard/contents/ui/Menu.qml
View file @
10ae2a24
...
...
@@ -8,7 +8,6 @@ import QtQuick 2.15
import
QtQml
2.15
import
org
.
kde
.
plasma
.
extras
2.0
as
PlasmaExtras
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
plasma
.
components
2.0
as
PlasmaComponents
// For Highlight
import
org
.
kde
.
plasma
.
components
3.0
as
PlasmaComponents3
import
org
.
kde
.
kirigami
2.12
as
Kirigami
...
...
@@ -37,7 +36,7 @@ PlasmaComponents3.ScrollView {
id
:
menuListView
focus
:
true
highlight
:
Plasma
Component
s.Highlight
{
}
highlight
:
Plasma
Extra
s.Highlight
{
}
highlightMoveDuration
:
0
highlightResizeDuration
:
0
currentIndex
:
-
1
...
...
applets/devicenotifier/package/contents/ui/FullRepresentation.qml
View file @
10ae2a24
...
...
@@ -13,7 +13,6 @@ import QtQuick.Window 2.2
import
QtQuick
.
Layouts
1.1
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
plasma
.
components
2.0
as
PlasmaComponents
// For Highlight
import
org
.
kde
.
plasma
.
components
3.0
as
PlasmaComponents3
import
org
.
kde
.
plasma
.
extras
2.0
as
PlasmaExtras
...
...
@@ -70,7 +69,7 @@ PlasmaExtras.Representation {
// this item is reparented to a delegate that is showing a message to draw focus to it
Plasma
Component
s.Highlight
{
Plasma
Extra
s.Highlight
{
id
:
messageHighlight
visible
:
false
...
...
@@ -131,7 +130,7 @@ PlasmaExtras.Representation {
delegate
:
DeviceItem
{
udi
:
DataEngineSource
}
highlight
:
Plasma
Component
s.Highlight
{
}
highlight
:
Plasma
Extra
s.Highlight
{
}
highlightMoveDuration
:
0
highlightResizeDuration
:
0
...
...
applets/systemtray/package/contents/ui/HiddenItemsView.qml
View file @
10ae2a24
...
...
@@ -9,10 +9,10 @@
import
QtQuick
2.15
import
QtQuick
.
Layouts
1.1
import
org
.
kde
.
plasma
.
core
2.1
as
PlasmaCore
import
org
.
kde
.
plasma
.
components
2.0
as
PlasmaComponents
// For Highlight
import
org
.
kde
.
plasma
.
components
3.0
as
PlasmaComponents3
import
"
items
"
import
org
.
kde
.
plasma
.
extras
2.0
as
PlasmaExtras
PlasmaComponents3.ScrollView
{
id
:
hiddenTasksView
...
...
@@ -39,7 +39,7 @@ PlasmaComponents3.ScrollView {
cellHeight
:
Math
.
floor
(
hiddenTasks
.
height
/
hiddenTasks
.
rows
)
currentIndex
:
-
1
highlight
:
Plasma
Component
s.Highlight
{}
highlight
:
Plasma
Extra
s.Highlight
{}
highlightMoveDuration
:
0
pixelAligned
:
true
...
...
lookandfeel/contents/runcommand/RunCommand.qml
View file @
10ae2a24
...
...
@@ -8,7 +8,6 @@ import QtQuick 2.6
import
QtQuick
.
Layouts
1.1
import
QtQuick
.
Window
2.1
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
plasma
.
components
2.0
as
PlasmaComponents
// For Highlight
import
org
.
kde
.
plasma
.
components
3.0
as
PlasmaComponents3
import
org
.
kde
.
plasma
.
extras
2.0
as
PlasmaExtras
import
org
.
kde
.
milou
0.1
as
Milou
...
...
@@ -309,7 +308,7 @@ ColumnLayout {
ListView
{
id
:
listView
// needs this id so the delegate can access it
keyNavigationWraps
:
true
highlight
:
Plasma
Component
s.Highlight
{}
highlight
:
Plasma
Extra
s.Highlight
{}
highlightMoveDuration
:
0
activeFocusOnTab
:
true
model
:
[]
...
...
lookandfeel/contents/windowswitcher/WindowSwitcher.qml
View file @
10ae2a24
...
...
@@ -8,7 +8,6 @@
import
QtQuick
2.0
import
QtQuick
.
Layouts
1.1
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
plasma
.
components
2.0
as
PlasmaComponents
// for Highlight
import
org
.
kde
.
plasma
.
extras
2.0
as
PlasmaExtras
import
org
.
kde
.
kwin
2.0
as
KWin
...
...
@@ -112,7 +111,7 @@ KWin.Switcher {
}
}
highlight
:
Plasma
Component
s.Highlight
{}
highlight
:
Plasma
Extra
s.Highlight
{}
}
/*
...
...
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