l10n daemon script
d47b27f9cd
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"
2021-08-05 01:15:06 +00:00
Alexander Lohnau
e34d8bbed6
Consistently name kpackage structures
...
This will allow kpackage to load the structures by their path.
Task: https://phabricator.kde.org/T14757
Conceptually the same direction as https://phabricator.kde.org/T14499 .
2021-08-04 18:42:31 +00:00
Alexander Lohnau
9fe294776d
Define new KPackageStructure property in kpackage structures
...
Task: https://phabricator.kde.org/T14563
2021-08-04 18:42:31 +00:00
Alexander Lohnau
370f0c0b22
Clean up unneeded service type definitions in kpackage structures
...
Task: https://phabricator.kde.org/T14483
2021-08-04 18:42:31 +00:00
Xaver Hugl
81136a0448
platforms/drm: drop unused methods
2021-08-04 15:06:43 +02:00
l10n daemon script
7db6ea0c15
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"
2021-08-04 01:15:43 +00:00
Aleix Pol
896880be96
Revert "Fix compile issue in https://bugs.kde.org/show_bug.cgi?id=440372 "
...
https://invent.kde.org/plasma/kwin/-/merge_requests/1220
This reverts commit 44ad9437c4
because it
breaks build:
platforms/x11/common/eglonxbackend.cpp:224:66: error: cannot initialize a parameter of type 'EGLNativeWindowType' (aka 'unsigned long') with an rvalue of type 'xcb_window_t *' (aka 'unsigned int *')
surface = eglCreateWindowSurface(eglDisplay(), config(), &window, nullptr);
^~~~~~~
2021-08-03 18:09:04 +02:00
nerdopolis turfwalker
44ad9437c4
Fix compile issue in https://bugs.kde.org/show_bug.cgi?id=440372
2021-08-03 08:28:04 -04:00
l10n daemon script
b90d92a8fb
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"
2021-08-03 01:15:25 +00:00
Andrey Butirsky
998bbf4eba
fix wrong cursor hotspot under Wayland on VMs
2021-08-02 09:03:07 +00:00
David Edmundson
47e38b7141
Disconnect frame renders when ThumbnailItem has no window
...
It is perfectly valid to have a case where an item exists but has no
window. During these times the item will never be rendered.
Rather than guard in updateOffscreenTexture, it's more economical to
disable the frame rendering in the first place. Especially as then it's
easy to extend to item visibility.
BUG: 440318
2021-08-02 08:43:27 +00:00
l10n daemon script
cf9c60a0c0
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"
2021-08-02 01:12:21 +00:00
Xaver Hugl
2e473a21fb
platforms/drm: small logging improvements
2021-08-01 23:26:49 +02:00
l10n daemon script
d2aac8cb05
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"
2021-08-01 01:21:11 +00:00
Aleix Pol
53dcd205c6
inputmethod: Add a test that simulates client switching
2021-07-31 02:10:17 +02:00
David Redondo
3b9ffdfbf6
Revert "Do not pass input to windows that are not painted"
...
This reverts commit 09f786a209
.
2021-07-30 17:08:48 +02:00
David Redondo
09f786a209
Do not pass input to windows that are not painted
...
Passing input to windows that we do not paint is confusing as what happens
is different from what is visible on the screen.
2021-07-30 16:22:37 +02:00
l10n daemon script
141f627413
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"
2021-07-30 01:11:30 +00:00
l10n daemon script
ac438d6bb3
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"
2021-07-29 01:15:05 +00:00
Aleix Pol
475993db70
kscreen effect: Work per screen
...
Makes it possible to apply the dpms settings per screen instead of
applying it to all of them, which is wrong at many levels.
Will be even more important with other effects like rotation.
2021-07-28 10:57:27 +00:00
Alex Richardson
ed57ac39e2
Convert the KPackage plugin metadata to .json
2021-07-28 11:09:38 +01:00
Nate Graham
9f00c29c67
[kcmkwin/kwinrules] Port OverlaySheet headers to use title: property
...
This was added to Kirigami in
https://invent.kde.org/frameworks/kirigami/-/merge_requests/314
and simplifies and standardizes the creation of simple text-based
headers in OverlaySheet. This commit ports the KWin Rules KCM to
use it.
2021-07-27 15:17:41 -06:00
David Edmundson
beedf2be71
Fix minor typo
2021-07-27 13:20:24 +01:00
David Edmundson
0c6a8e7b88
Avoid setting crash count to 0 when restarted
...
If kwin is explicitly restarted (kwin_wayland --replace) we reset the
crash count so that you can run it more than 10 times without exiting to
the logout screen.
Resetting to 0 causes a issue as that triggers ksplash to be shown
again.
BUG: 434489
2021-07-27 12:18:29 +00:00
David Edmundson
ec9c2c3e68
Port kwin_wayland_wrapper to Qt/C++
...
We inintially created the wrapper to be light so avoided the QtCore
dependency and did it all in C.
In hindsight changing requirements means we want to add several more
features in here. The first step is to port to a more readable language
and toolkit.
2021-07-27 12:18:29 +00:00
l10n daemon script
5317ca9da0
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"
2021-07-27 01:25:25 +00:00
Vlad Zahorodnii
ca301d1914
Drop Scene::ImageFilterType
...
It's unused, GL_LINEAR filter is used by default now.
2021-07-26 14:56:21 +00:00
Vlad Zahorodnii
cb219da766
Remove screenGeometryChanged() in OpenGLBackend and QPainterBackend
...
The screenGeometryChanged() function is very X11-specific. On Wayland,
it's effectively unused.
2021-07-26 14:55:54 +00:00
Vlad Zahorodnii
4ecb00889c
scene: Move overlay window resizing to backends
...
The concept of an overlay window is not universal, it's X11 specific.
2021-07-26 14:55:54 +00:00
Vlad Zahorodnii
e171555f2d
Remove stray friend class
2021-07-26 16:25:02 +03:00
David Redondo
d84198f3b8
Set component display name for touchpad and keyboard shortcuts
...
Otherwise they appear as "KWin" in the settings when we want them
to be "Touchpad" and "Keyboard Layout Switcher".
BUG:440259
FIXED-IN:5.23
2021-07-26 10:37:48 +02:00
Vlad Zahorodnii
d4c7486fe1
Remove Q_UNUSED
...
damage is used.
2021-07-26 08:40:41 +03:00
Vlad Zahorodnii
3ab2ea40c4
Remove mask arg in Scene::paintScreen()
...
Render backends don't pass anything to the scene.
2021-07-25 09:59:04 +03:00
Vlad Zahorodnii
d2b6d7ee59
platforms/wayland: Add support for buffer age in qpainter backend
2021-07-25 09:59:04 +03:00
Vlad Zahorodnii
1cbf232b98
platforms/wayland: Report correct damage to host compositor
...
damageHistory.first() is the previous damage region, we need to report
the current instead.
2021-07-25 09:59:04 +03:00
Vlad Zahorodnii
e087b2ce2f
platforms/drm: Add buffer age support in qpainter backend
...
Currently, the entire screen will be repainted when using the qpainter
render backend. With this change, kwin will repaint only the dirty parts
on the screen.
2021-07-25 09:59:00 +03:00
Vlad Zahorodnii
603db353a3
scenes/qpainter: Avoid setting brush in paintBackground()
...
Calling QPainter::setBrush() without saving the current state, produces
mysterious black rectangles around clip region rects.
2021-07-24 16:32:16 +03:00
Vlad Zahorodnii
501298b0e0
Introduce DamageJournal helper
2021-07-24 16:32:13 +03:00
Vlad Zahorodnii
2fe102768a
Remove QPainterBackend::needsFullRepaint()
...
A better alternative is to return the damage region in the beginFrame()
function. This way, the render backend can force full screen repaints or
indicate what parts of the buffer needs to be repainted (for buffer age)
2021-07-24 14:54:17 +03:00
Vlad Zahorodnii
4abbb6f0d6
Make OpenGLBackend and QPainterBackend QObjects
...
Almost all their subclasses are QObjects. This simplifies the class
hierarchy by making OpenGLBackend and QPainterBackend qobjects.
2021-07-24 11:30:13 +03:00
Vlad Zahorodnii
d543c0dff6
Remove unused mask param in QPainterBackend::endFrame()
...
It is unused and it is not a good idea to pass Scene's mask to the
render backend as it results in higher coupling between Platform and
Scene.
2021-07-23 20:42:59 +00:00
Nicolas Fella
a317a3f6bc
Remove unused include
2021-07-23 19:51:11 +02:00
Vlad Zahorodnii
85654236d7
Fix build
2021-07-23 18:45:54 +03:00
Vlad Zahorodnii
964c487d4f
wayland: Switch to ClientBuffer
...
The main motivation behind the split is to simplify client buffer code
and allow adding new features easier, for example referencing the shm
pool when a shm buffer is destroyed, or monitoring for readable linux
dmabuf file descriptors, etc.
Also, a referenced ClientBuffer cannot be destroyed, unlike the old
BufferInterface.
2021-07-23 15:33:38 +00:00
Andrey Butirsky
95e954da30
[tabbox] prevent dangling popups when switching on Wayland
...
If some popups of active window present, there was glitches on switching
such as stale popups or the popup happened below window.
Dismissing all the popups solves the problem.
BUG: 431046
2021-07-23 12:12:03 +00:00
Andrey Butirsky
b45f5c3a66
fix No globalshortcuts with popup grab
...
BUG: 431046
2021-07-23 12:12:03 +00:00
Nicolas Fella
25b85607d0
Port from KPluginLoader::pluginsById to KPluginMetaData::pluginById
...
The latter gives us only a single plugin which makes the code a bit more concise
2021-07-22 22:59:13 +02:00
Aleix Pol
05f3939cf1
inputmethod: Use the command as the availability metric
2021-07-22 20:12:54 +02:00
Aleix Pol
278da74eab
inputmethod: Add a property to tell whether an input method is running
2021-07-22 17:42:53 +02:00
Vlad Zahorodnii
f431b6ad96
wayland: Cache last surface-to-buffer matrix
...
If window quads need to be generated after the wl_surface is destroyed,
the SurfaceItemWayland::mapToBuffer() function will return wrong values.
In order to fix that, we need to store the last surface-to-buffer matrix
in SurfaceItem.
2021-07-22 06:26:00 +00:00