24021 Commits (cf026127108e7d1a022241ece12664abddca210b)
 

Author SHA1 Message Date
l10n daemon script cf02612710 GIT_SILENT Sync po/docbooks with svn 2 years ago
Xaver Hugl 1746af4b02 gesture: use the global direction enums 2 years ago
Xaver Hugl a9334cb9c6 unify touchpad gesture APIs
There don't need to be separate functions for real time and not real time
2 years ago
Vlad Zahorodnii e5901070cc Drop support for _KDE_NET_WM_TEMPORARY_RULES
It's an obscure feature, which perhaps not worth putting an effort to
make it work on wayland and x11.
2 years ago
Vlad Zahorodnii d18f7efac2 scripting: Remove deprecated properties in WindowThumbnailItem 2 years ago
Vlad Zahorodnii 5de308792f effects/fade: Remove hidden FadeWindows option
Enable/disable the fade effect in system settings instead.
2 years ago
Vlad Zahorodnii c1fb295cd6 plugins/nightcolor: Drop legacy shortcut with localized key 2 years ago
Vlad Zahorodnii 78e0ff6b97 Avoid resizing the tile until interactive resize is actually active
It's confusing, but handleInteractiveMoveResize() can be called while
interactive move resize is inactive.
2 years ago
Natalie Clarius b712c26457 kcms/kwindecoration: add link to aurorae tutorial in docbook 2 years ago
Xaver Hugl 6f1b36d3b4 plugins/screencast: make context current later, don't make it current twice 2 years ago
Xaver Hugl abd59be232 x11window: round framegeometry on moveresize
If this isn't done, the size check in SurfacePixmapX11::create will stop
the window from being updated

BUG: 460934
BUG: 458778
2 years ago
Xaver Hugl 3c059d3a24 scene/surfaceitem_x11: improve size mismatch warning 2 years ago
David Edmundson c0fa51c784 effects/tileseditor: Drop unused imports
Imports come at a big cost when they're unused.
Also we shouldn't be importing WindowView from a different plugin. If
that effect is disabled it meant tileseditor would fail to load.

BUG: 464970
2 years ago
l10n daemon script c1952e58fc GIT_SILENT Sync po/docbooks with svn 2 years ago
l10n daemon script eb8b8c8826 GIT_SILENT Sync po/docbooks with svn 2 years ago
Josep M. Ferrer 3ec9414ace Fix a duplicated "option" word 2 years ago
Yuri Chornoivan 57a2f96e9e Fix minor typo 2 years ago
l10n daemon script 208a1cf683 GIT_SILENT Sync po/docbooks with svn 2 years ago
Natalie Clarius 1b29c5668c point aurorae documentation to develop.kde.org 2 years ago
Natalie Clarius 67ab25820b kcms/tabbox: get docbook up to date
- add "Order minimized windows after" option
- add a screenshot so people know better what the task switcher even is
- minor rewording
2 years ago
Natalie Clarius 0074f72405 kcms/screenedges: add more keywords to docbook 2 years ago
Natalie Clarius 69f0d933ca kcms/screenedges: add hint on snap zones to docbook 2 years ago
Natalie Clarius 20ccc62e16 kcms/screenedges: add quarter tiling option to docbook 2 years ago
Natalie Clarius 04daed3bd0 kcms/docbook: add 'remain active on fullscreen' action to docbook 2 years ago
Xaver Hugl 0ef7d20fde plugins/screencast: fix window recording while no scene rendering happens
This affects direct scanout and when the window isn't triggering desktop
repaints otherwise, like being minimized or on a different virtual desktop
or activity
2 years ago
l10n daemon script 92439c511b GIT_SILENT Sync po/docbooks with svn 2 years ago
l10n daemon script 9abfc67b69 GIT_SILENT Sync po/docbooks with svn 2 years ago
David Edmundson 99f433641a Add missing includes for KF6
This fixes includes that were implicitly brought in with KF5
2 years ago
l10n daemon script 3556a3e0dd GIT_SILENT Sync po/docbooks with svn 2 years ago
David Edmundson 4474f4098a Xwayland: Disable input spy on xwayland teardown
Otherwise we have a potential crash when we send keys to the
non-existent xwayland wayland connection
2 years ago
Jonathan Esk-Riddell 3de1498252 Update version number for 5.27.80
GIT_SILENT
2 years ago
l10n daemon script 1fa01e2a4c GIT_SILENT Sync po/docbooks with svn 2 years ago
ivan tkachenko 53591cdfb2
kcms/decoration: Deduplicate event proxying code 2 years ago
ivan tkachenko 5bd748c674
kcms/decoration: Use correct mask to specify that item accepts all buttons 2 years ago
ivan tkachenko 70a2aa644f
kcms/decoration: Don't setFiltersChildMouseEvents when filter method is not overridden 2 years ago
ivan tkachenko 01a7bd14ec
kcms/decoration: Remove suspicious C-style const cast 2 years ago
Vlad Zahorodnii 020b633591 backends/x11: Check whether X server supports shared pixmaps 2 years ago
Vlad Zahorodnii 81b05bd87e Avoid mistriggering quick tiling when using custom tiling
If user has chosen custom tiling, ensure that quick tiling state is
reset.

BUG: 464810
2 years ago
l10n daemon script 3e369c46fd GIT_SILENT Sync po/docbooks with svn 2 years ago
ivan tkachenko 63ff64b094 kcms/decoration: Fix double click behavior over the thumbnail
KDecoration.Decoration eats all the events for the sake of keeping
an illusion of buttons being like the real ones. I didn't find any sane
way to completely turn off event filtering on that level, so instead
let's fix this MouseArea, which is a workaround, but a decent one.

AFAIK this is the last KCM in Plasma to properly support "double-click
to save" behavior. There might be others though: watch out for event
filters inside thumbnail.
2 years ago
Fushan Wen 476509b0fd
effects/windowview: set translation domain for the placeholder text 2 years ago
Vlad Zahorodnii 716f386226 tabbox: Remove unused ShowDelay option
BUG: 420291
2 years ago
Vlad Zahorodnii 671cbcda6b Refactor some custom tiling code
Use already specified global position rather than look it up from the
cursor, which is quite input device specific.
2 years ago
Vlad Zahorodnii 76a039332d Make interactive custom tiling more robust to suboptimal tile configs
If the root tile node contains only one child node, but the child node
has its own children, kwin will fail to show an outline when the user
interactively tiles the window.

On the other hand, there is no reason to have this child count check.
For what it's worth, it also prevents tiling the window if the output
only has one tile, which is odd, but a valid usecase.

BUG: 464379
2 years ago
l10n daemon script 27fca4d8a8 GIT_SILENT Sync po/docbooks with svn 2 years ago
l10n daemon script 7bd4bd0bf7 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"
2 years ago
Aleix Pol 43586d673a tiles: Don't generate the client area until we know it's necessary 2 years ago
Aleix Pol 96962941e3 QuickTile: register enum to metaobject/QDebug 2 years ago
Xaver Hugl 11327da292 xdgshellwindow: ignore window position rules placing windows outside of all screens
BUG: 464047
2 years ago
Xaver Hugl 58fdbbc444 autotests/integration: test restoration of window states on moveresize cancel 2 years ago