24657 Commits (a9a58b1ed50769532e163013923ad70710f77fdd)
 

Author SHA1 Message Date
Ismael Asensio a9a58b1ed5 Port usage of kcmshell5 to kcmshell6
Just two instances:
- in useractions for the menu action "Configure Window Manager"
- in the docbook about the key shortcuts
1 year ago
Vlad Zahorodnii 7c91c4bad9 wayland: Avoid pointer warp if constraint region is invalid
It may happen that the constraint region doesn't include the specified
cursor hint anymore. If that's the case, avoid warping the pointer.

BUG: 457021
1 year ago
Nicolas Fella 271d758f8c Add wayland to third-party deps 1 year ago
l10n daemon script e63a3f93b5 GIT_SILENT Sync po/docbooks with svn 1 year ago
l10n daemon script 6499d2bc15 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
1 year ago
l10n daemon script 041bb6369e GIT_SILENT Sync po/docbooks with svn 1 year ago
Vlad Zahorodnii 70d76791d8 cmake: Correct gbm version check
It appears like gbm_VERSION can be a list, which if() does not like. So
pass the variable to the if() rather than its value. While on this, also
change GREATER_EQUAL to VERSION_GREATER_EQUAL so cmake compares
individual version components.
1 year ago
Vlad Zahorodnii 1e848ac302 Remove PipeWire_FOUND in config-kwin.h
It's unused.
1 year ago
Vlad Zahorodnii 1f2a060a5e autotests: Remove WAYLAND_ONLY leftovers 1 year ago
Vlad Zahorodnii 0a82f33db5 Drop XCB_ICCCM_FOUND checks
Qt requires xcb-icccm 0.3.9. On the other hand, 0.3.9 contains all the
types and functions used by kwin, so remove the corresponding
XCB_ICCM_FOUND checks to simplify the code.
1 year ago
Vlad Zahorodnii 076493cc05 autotests: Improve running time of testPointerInput 1 year ago
Vlad Zahorodnii 785fa5c172 plugins/overview: Allow switching between desktops inside effect
At the moment, clicking desktop thumbnails in the desktop bar results in
switching to that virtual desktop, which is not ideal because the
overview effect allows sending windows to another virtual desktop by drag
and dropping them to its thumbnail but you can't jump to that
desktop unless you leave the overview effect.

BUG: 448668
1 year ago
Vlad Zahorodnii 892edf94d5 Remove unused "output_interface.h" include
output_interface.h used to be included because of its output transform
enums. It's not needed after switching to Output::Transform.
1 year ago
l10n daemon script 7fa87079e3 GIT_SILENT Sync po/docbooks with svn 1 year ago
Kai Uwe Broulik 48fe3f633e kwineffects: Initialize m_reason
It is not initialized in the default constructor.
1 year ago
Vlad Zahorodnii 1e0141851e backends/wayland: Remove KWayland::Client::Buffer leftovers 1 year ago
Vlad Zahorodnii ce2b4c0bee {core,backends/wayland}: Refactor shm buffer allocator 1 year ago
l10n daemon script 2288f39469 GIT_SILENT Sync po/docbooks with svn 1 year ago
Vlad Zahorodnii 0d2e361eca wayland: Drop ClientBuffer
The ClientBuffer type is empty now, most of the things have been
upstreamed to the GraphicsBuffer type. So let's drop it to simplify the
type hierarchy.
1 year ago
Vlad Zahorodnii 82c6538ee4 wayland: Refactor ClientBuffer
ClientBufferIntegration was introduced to work around the fact that some
client buffers are not created by us.

In addition to that, DisplayPrivate::registerClientBuffer() was
introduced to register client buffers created by us.

This change get rids of the ClientBufferIntegration type and further
simplifies the ClientBuffer type to make wayland-specific client buffer
code less messier.
1 year ago
l10n daemon script 043bf8deef GIT_SILENT Sync po/docbooks with svn 1 year ago
l10n daemon script 2e72d81c62 GIT_SILENT Sync po/docbooks with svn 1 year ago
Vlad Zahorodnii f410819fff Remove "Default implementation ..." comments
These methods are not virtual anymore.
1 year ago
Vlad Zahorodnii 7b6eca612e Stop quick tile combine timer when activating a window
The quick tile test waits 1s to ensure that the quick tile combine timer
is not active. On the other hand, if the active window changes, it makes
sense to reset quick tile combine status. That also lets us get rid of
the QTest::qWait() in QuickTilingTest::testShortcut().
1 year ago
Aleix Pol 660ad887ee screencast: Disable screencasting when a window closes
There were still some cases where we might have queried the window,
leading to a crash.

BUG: 469055
1 year ago
Aleix Pol cf8b2195bb screencast: Do not push frames when not in a streaming state
It seems to cause issues and there's no good reason to do that
1 year ago
Alexander Volkov 64ce247104 Use non-rotated physical size of an output when required
1. In wl_output and kde_output_device_v2 protocols.
This should fix dpi calculation in
KScreen::Generator::bestScaleForOutput() when panel_orientation
is set to rotate a screen by 90 or 270 degrees.

2. When comparing with physical size of libinput device.

3. In calculations with mode sizes which are not rotated.

This change makes Output::physicalSize() return the raw
physical size, which is used in most of cases. It should
be rotated manually if needed.
1 year ago
Vlad Zahorodnii 8bfb0b1ff7 ENABLE_GLX -> HAVE_GLX 1 year ago
Vlad Zahorodnii a293c39105 Merge contents of effects/, scripts/ and plugins/
It's confusing to have three directories that refer to extensions. To
clear things up, let's move them in the same directory.
1 year ago
Vlad Zahorodnii bbc7caaae7 scripts: Encapsulate cmake code 1 year ago
Vlad Zahorodnii f4af66d167 scene: Don't touch texture sampling params in ItemRendererOpenGL
Items must be responsible for choosing texture sampling parameters.
Doing so in the ItemRendererOpenGL breaks the encapsulation.
1 year ago
Liu Jie 9241252c67 update keyboard focus when grabbing popup closed
For example, a wayland qt widget has an qlineedit with qcompleter.
    1. Input some words make qcompleter's popup window show. PopupInputFilter::keyEvent will set keyboard focus on the qcompleter's popup window.
    2. Continue to press a key which can make the qcompleter's popup window hidden and do not release it.
    3. Press the backspace key to make the qcompleter's popup window show again.
Result:
    Qcompleter's popup window will be created as an independent xdg_toplevel.This is because QT sets the surface of the focused window as the transient parent window of the popup window. If not found, QT will create a independent toplevel window.
After step 2, the focused window is the qcompleter's popup window which has be hidden. QT can not find the transient parent of the qcompleter's popup window, finally creat the popup window as a independent xdg_toplevel.

Signed-off-by: Liu Jie <liujie01@kylinos.cn>
1 year ago
l10n daemon script d2aee0a1a2 GIT_SILENT Sync po/docbooks with svn 1 year ago
Xaver Hugl 4575234859 backends/drm: remove timer for updating outputs
It's not necessary anymore, as outputs will be updated once the GPU is active again
1 year ago
Xaver Hugl 46c8ca34b9 backends/drm: don't update outputs while the session isn't active
BUG: 468715
1 year ago
Xaver Hugl 8c412c229b backends/drm: track device active status per GPU 1 year ago
Andreas Cord-Landwehr 258e9d8426 Extend GLX switch to check if QtGui was being built with GLX plugin
Even though epoxy with GLX may be present, Qt's native interface only
exposes GLX API when it was being built with GLX support.
1 year ago
ivan tkachenko d80120fe7e
effects/overview: Use standard naming for the main QML source
Makes it easier to navigate project, especially when filtering through
all files by partial name.
1 year ago
Mike Noe 38ad317f27 kcms: Port away from Kirigami.Action.iconName 1 year ago
l10n daemon script 182fcb1791 GIT_SILENT Sync po/docbooks with svn 1 year ago
Vlad Zahorodnii 00d404335e ci: Pass --repeat until-pass to ctest
Pass --repeat until-pass to make CI more robust to tests that randomly
fail.
1 year ago
l10n daemon script 34b651e526 GIT_SILENT Sync po/docbooks with svn 1 year ago
Vlad Zahorodnii c2c229fb05 effects/screenshot: Fix potentially leaking screenshot fds to child processes
dup() doesn't copy flags such as FD_CLOEXEC.
1 year ago
Vlad Zahorodnii 60dc812b21 utils: Fix FileDescriptor duplicates potentially leaking to child processes
dup() doesn't duplicate flags such as FD_CLOEXEC.
1 year ago
l10n daemon script 8b4a0c35cc GIT_SILENT Sync po/docbooks with svn 1 year ago
Vlad Zahorodnii 5fb5f1c92b autotests: Stabilize testWaylandSeat
TestWaylandSeat::sync() ensures that events and requests can't be
reordered after it. That is, it guarantees that

- events sent from the compositor will be processed by the client
  before sync() finishes
- requests issued by the client will be processed by the compositor
  before sync() finishes

WaylandSyncPoint relies on the fact that wl_display_sync()'s callback
and other wayland events will be processed in the same event queue.

But, it's not the case right now. The wl_callback belongs to the default
event queue and KWayland::Client::Seat belongs to a different queue.

If the default event queue is dispatched first, the WaylandSyncPoint may
emit the done signal too early.

In order to fix sync(), this change ensures that WaylandSyncPoint's
wl_callback uses the correct event queue.
1 year ago
Nicolas Fella 2f1744b67b Disable quitLock
Otherwise a KJob finishing terminates the app
1 year ago
Vlad Zahorodnii 5a42d0ac0e autotests: Drop testDontCrashNoBorder
The test used to verify that kwin doesn't crash when ShellClient sets
new geometry. ShellClient used to access decoration borders without
checking whether decoration() is null.

On the other hand, we've added a bunch of new test cases in
testXdgShellWindow, so let's remove this one. If the bug is back, that
test will fail.
1 year ago
Vlad Zahorodnii e9feaefa4b Handling failing to export GEM handle to prime fd
If gbm_bo_get_fd_for_plane() or gbm_bo_get_fd() fails, ensure that the
gbm buffer allocator properly handles it and doesn't return a
GraphicsBuffer object.
1 year ago
l10n daemon script f4b20c00a5 GIT_SILENT Sync po/docbooks with svn 1 year ago