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
KWin
Commits
5cf2e1e8
Commit
5cf2e1e8
authored
Apr 04, 2022
by
Marco Martin
Committed by
Nate Graham
Apr 13, 2022
Browse files
Rebase and adapt to changes in master
parent
a0f456b7
Pipeline
#163809
passed with stage
in 15 minutes and 7 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/effects/CMakeLists.txt
View file @
5cf2e1e8
...
...
@@ -86,7 +86,6 @@ add_subdirectory(slideback)
add_subdirectory
(
slidingpopups
)
add_subdirectory
(
thumbnailaside
)
add_subdirectory
(
touchpoints
)
add_subdirectory
(
windowgeometry
)
add_subdirectory
(
windowview
)
add_subdirectory
(
zoom
)
...
...
src/effects/private/qml/WindowHeap.qml
View file @
5cf2e1e8
...
...
@@ -247,6 +247,7 @@ FocusScope {
PropertyChanges
{
target
:
closeButton
opacity
:
1
}
},
State
{
name
:
"
active-hidden
"
...
...
src/effects/windowview/CMakeLists.txt
View file @
5cf2e1e8
...
...
@@ -11,4 +11,14 @@ qt_add_dbus_adaptor(windowview_SOURCES org.kde.KWin.Effect.WindowView1.xml windo
kwin4_add_effect_module
(
kwin4_effect_windowview
${
windowview_SOURCES
}
)
target_link_libraries
(
kwin4_effect_windowview PRIVATE
kwineffects
KF5::ConfigGui
KF5::GlobalAccel
KF5::I18n
Qt::Quick
)
install
(
DIRECTORY qml DESTINATION
${
KDE_INSTALL_DATADIR
}
/kwin/effects/windowview
)
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