l10n daemon script
45ee1969c7
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-09-25 01:15:12 +00:00
l10n daemon script
6c1447875e
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-09-24 01:13:57 +00:00
Vlad Zahorodnii
0b95979751
kcm/compositing: Don't reset animation speed to default value when running in plasma
...
When running in plasma, the animation speed slider is in General
Behavior KCM.
The Defaults button should not reset the animation speed slider because
it's hidden.
BUG: 442600
2021-09-22 15:09:46 +00:00
Nate Graham
095f953847
kcmkwin/kwinscripts: Hide help button
...
There is no help for this KCM, so don't show the Help button.
BUG: 442460
FIXED-IN: 5.23
2021-09-20 19:52:48 +00:00
Alexander Lohnau
08d3ceb024
Port to new KDecoration2::DecorationThemeProvider class
...
By supporting all the required attributes in the DecorationThemeMetaData class
the custom struct can be dropped.
Task: https://phabricator.kde.org/T14744
2021-09-17 12:45:47 +00:00
Alexander Lohnau
58c71de952
GenericScriptedConfigFactory::create: Do not use plugin keyword to identify which KCM should be loaded
...
We can just put the parameter in the variant list. Because the method is virtual, the keyword
parameter must exist in the method definition.
Task: https://phabricator.kde.org/T14744
2021-09-17 12:45:47 +00:00
Alexander Lohnau
cd4ef30b21
Emit deprecation warnings for loading KCM using a plugin keyword
...
Otherwise consumers will not know about the change and this way it is clear that the logic should be removed in the future
2021-09-17 12:45:47 +00:00
Alexander Lohnau
6f110bca1d
Deprecate loading of KDecoration2::DecorationButton plugins using the "button" keyword
...
Task: https://phabricator.kde.org/T14744
2021-09-17 12:45:47 +00:00
l10n daemon script
b461111130
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-09-16 01:18:13 +00:00
l10n daemon script
46a69357a7
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-09-15 01:22:44 +00:00
l10n daemon script
abe6b41534
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-09-11 01:16:54 +00:00
Nate Graham
d11b4c8084
kcmkwin/kwindesktop: disable double-click mouse area while in edit mode
...
Otherwise the mouse area eats clicks and prevents text selection using
the mouse from working.
BUG: 441963
FIXED-IN: 5.23
2021-09-09 10:51:53 -06:00
l10n daemon script
16f5ce9361
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-09-08 01:27:17 +00:00
Kai Uwe Broulik
1f53db1b44
[kcmkwin/kwindecoration] Port last remnants of removed "units"
...
ButtonGroup was still using it...
2021-09-07 07:41:42 +00:00
Kai Uwe Broulik
8bebf5cee1
Port to function-pointer based QMetaObject::invokeMethod
...
It's more efficient and compile-time checked
2021-09-07 06:30:39 +00:00
l10n daemon script
d63b06d7a5
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-09-07 01:25:46 +00:00
Méven Car
74cb7a5b45
kcm compositing: Hide preview option in Wayland
2021-09-06 12:22:20 +00:00
l10n daemon script
9b06492499
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-09-06 01:26:11 +00:00
l10n daemon script
a78a9f3275
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-09-05 01:21:09 +00:00
Guilherme Marçal Silva
06d1d45f24
kcmkwin: Add new keywords to KCMs for finding options more easily
2021-09-04 17:19:32 +00:00
Ismael Asensio
9995f984c3
kwinrules: Use a list of desktop UUIDs to set and store the rules setting
...
Port the RuleSettings and KCM to store and use a list of virtual desktop
UUIDs, instead of the previous x11 positional id, continuing the work on
This allows to set a rule with several desktops on Wayland.
On X11 it has no visible change for the user, but internally it uses the
more modern concept, helping to simplify the related code.
The relevant key on kwinrulesrc changes from `desktop` to `desktops`.
A kconf_update script handles the migration.
2021-09-02 22:11:46 +02:00
Ismael Asensio
77325dbb79
kcm/rules: Port KCM loading to KPluginMetadata
...
Passing just the plugin name to the KCM loader has been
deprecated in 5.85. This just affects the standalone loading of
the KCM via the window menu.
2021-08-29 13:13:33 +02:00
Ahmad Samir
2c2469f991
Fix clazy warning: Use QString() multi-arg
...
No need to use arg(QString::number(int )), when arg() already has a int
overload.
Also replace "endl" with "Qt::endl".
GIT_SILENT
2021-08-25 20:09:55 +00:00
Ahmad Samir
731564f04d
Fix clazy warnings: potential Qt containter detaches in range-for loops
...
GIT_SILENT
2021-08-23 23:03:06 +00:00
Ahmad Samir
9f41691684
fix clazy warning: Pass a context object as 3rd connect parameter
...
GIT_SILENT
2021-08-23 23:02:46 +00:00
l10n daemon script
76d1de48a8
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-22 01:17:35 +00:00
Alexey Varfolomeev
6336bb71ba
No symbolic icons
2021-08-20 19:34:28 +00:00
Vlad Zahorodnii
6132329c2c
Add Overview effect
...
This effect is meant to be as a replacement for the present windows and
the desktop grid effect. It is written using QML.
So far, this effect implements only the basic features of the present
windows effect. Desktop management features will be added later.
CCBUG: 295775
CCBUG: 303438
2021-08-19 06:30:55 +00:00
Ismael Asensio
f6f027aa10
kcm/kwindecoration: Fix window thumbnail sizes
...
Caused by a stray `units` context property that no longer exists.
2021-08-18 23:07:30 +02:00
Ismael Asensio
76e74d7660
[kcm/kwinrules] Adapt width to new breeze style spinboxes
...
Also port from a stray `units` context property.
2021-08-16 15:12:34 +00:00
l10n daemon script
d6f16882ff
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-14 01:18:16 +00:00
Nicolas Fella
050b4945ce
[kcms/decoration] Try loading decoration KCMs without plugin keyword
...
We're porting away from using plugin keywords (and have done that for
the breeze and oxygen decoration). However to allow that we need to
adjust the loading code.
Keep the old codepath for compatibility.
BUG: 440786
2021-08-10 10:14:24 +00: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
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
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
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
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
Nicolas Fella
a317a3f6bc
Remove unused include
2021-07-23 19:51:11 +02: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
Nicolas Fella
2faff3b1d0
[kcms/kwinoption] Remove obsolete desktop files and factory registrations
...
These appear to be remnants from a time where the current tabs were individual KCMs.
Remove some unneeded stuff and convert the only relevant registration to the normal K_PLUGIN_FACTORY macro
2021-07-21 19:42:45 +00:00
Nicolas Fella
55c6de1790
[kcms/effects] Remove unneeded X-KDE-PluginKeyword
2021-07-21 21:15:26 +02:00
Nicolas Fella
2f9adf4715
[effectsmodel] Simplify generic config plugin loading
...
We know exactly which plugin we want to load
No need to go through findPlugins()
2021-07-21 16:10:19 +02:00
David Edmundson
e35ed5088a
[rules] Allow setting WindowType to KDE specific window type OSD
...
An example use case is allowing a user to write rules to put firefox
Picture in picture windows above fullscreen users
CCBUG: 439573
2021-07-07 10:32:29 +00:00
Vlad Zahorodnii
8b1e2fd50e
kcmkwin/compositing: Remove Crisp scale method
...
The OpenGL backend now supports only smooth and accurate scale methods.
2021-07-06 12:34:59 +00:00
l10n daemon script
f53cf9d71e
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-06-30 01:21:12 +00:00
Felipe Kinoshita
ca3609eb4d
[kcmkwin/kwincompositiong] Remove not so useful separators lines
...
This commit removes the separators lines below "scale method" and
"rendering backend", options here shouldn't be separated since they
are all related to eachother.
2021-06-18 10:40:23 +00:00
Nate Graham
bbf9c54dd8
[kcmkwin/kwineffects] Collapse list item when clicking on it again
...
Currently, each effect's list items expands when you click on any
non-interactive part of it, but it does not collapse when you click on
it again.
With this commit, now it does.
BUG: 421883
FIXED-IN: 5.23
2021-06-18 10:17:47 +00:00
l10n daemon script
2f3a425c5e
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-06-16 01:24:38 +00:00
Nate Graham
77affd3259
[kcmkwin/kwindesktop] Drop local back for Formlayout label width
...
This hack was added in the past to prevent the combobox from being
pushed out of view when the label next to it was very long, as it can be
in certain languages. However it had the effect of making the label get
elided in *all* languages, and also the issue it was working around is
no longer present; even with very long text, the combobox no longer gets
pushed out of view, and instead the formlayout first switches to mobile
view and then elides the Label, exactly as intended. So we can safely
remove the hack.
BUG: 438504
FIXED-IN: 5.22.2
2021-06-15 17:27:14 -06:00
l10n daemon script
943bdc0e64
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-06-13 01:21:07 +00:00