Martin Gräßlin
8ea5792677
[kcmkwin/compositing] Improve the spacing in the Effects list
...
Spacing needs to be specified on the ListView instead in the delegate.
This fixes incorrect vertical alignment of the buttons in each row.
In addition a proper background is set on the ScrollView.
CCBUG: 334372
REVIEW: 118260
2014-05-22 16:40:26 +02:00
Martin Gräßlin
45f1060da0
[kcmkwin/compositing] Set a maximumWidth on the text elements in Effect
...
By properly setting Layout.maximumWidth the buttons are not moved out of
the layout. Instead the text wraps to a new line.
BUG: 335078
REVIEW: 118222
2014-05-22 15:38:12 +02:00
Martin Gräßlin
0eaf41df85
[kcmkwin/tabbox] Reconfigure Effects after saving configuration
...
After saving the configuration the settings for CoverSwitch or FlipSwitch
might have changed. Thus call a reconfigure on them.
2014-05-22 15:36:17 +02:00
Martin Gräßlin
1a36364a05
[kwin/tabbox] New default window switcher layout is sidebar
...
CCMAIL: plasma-devel@kde.org
2014-05-22 09:00:42 +02:00
l10n daemon script
203d043a09
SVN_SILENT made messages (.desktop file)
2014-05-16 08:23:41 +00:00
Martin Gräßlin
7f04a76b9a
[kcmscreenedges] Call reconfigureEffect on save
...
Explicitly call reconfigureEffect on the Effects which can be enabled
through the screenedges kcm.
BUG: 334791
REVIEW: 118138
2014-05-16 07:38:01 +02:00
Martin Gräßlin
220c3caf14
[kcmkwin/compositing] Fix storing of PluginEnabled states
...
BUG: 334812
2014-05-15 17:10:40 +02:00
Martin Gräßlin
8aa02a6daa
[kcmkwin/scripting] Fix DBus service name
...
org.kde.kwin -> org.kde.KWin
2014-05-15 08:50:56 +02:00
Andreas Hartmetz
9c73055a10
Adapt to changes in KAboutData.
2014-05-14 05:04:40 +02:00
Martin Gräßlin
61c631c94e
[kwincompositing-kcm] Add a config option for the OpenGL Platform Interface
...
A small model is added which holds the available platform interfaces read
from KWin through DBus.
REVIEW: 117699
2014-05-13 09:23:03 +02:00
Martin Gräßlin
75cac7632b
[kcmkwin/kwinoptions] Drop kcmkwm.png icons
...
According to git grep it's not used anywhere.
REVIEW: 117998
2014-05-07 11:50:22 +02:00
l10n daemon script
a87567a271
SVN_SILENT made messages (.desktop file)
2014-05-07 08:26:38 +00:00
Martin Gräßlin
5e1e58d197
Enable i18n for kwincompositing
...
Was missing Messages.sh, extracts from cpp and qml.
REVIEW: 117892
2014-05-05 08:04:00 +02:00
Martin Gräßlin
1c2f27945c
Adjust kcmkwins to new ki18n
...
Define the TRANSLATION_DOMAIN in each of the kcms and use
ki18n_wrap_ui.
2014-05-05 08:03:55 +02:00
l10n daemon script
7dec86078c
SVN_SILENT made messages (.desktop file)
2014-05-04 08:44:36 +00:00
l10n daemon script
7553c411c2
SVN_SILENT made messages (.desktop file)
2014-05-03 08:32:58 +00:00
l10n daemon script
2f28437e24
SVN_SILENT made messages (.desktop file)
2014-05-02 08:51:14 +00:00
l10n daemon script
2838a9b606
SVN_SILENT made messages (.desktop file)
2014-04-29 10:12:33 +00:00
l10n daemon script
15aa971aab
SVN_SILENT made messages (.desktop file)
2014-04-29 04:54:44 +00:00
Martin Gräßlin
ee20101142
Fix deprecated warnings for KAboutData
...
Ctor with catalog name got deprecated, use ctor without it.
2014-04-28 17:11:20 +02:00
Aleix Pol
36e93e9c5a
Adapt to changes in KDEInstallDirs
...
Plugins of non kf5 frameworks are not in a kf5/ subdir anymore
REVIEW: 117838
2014-04-28 15:36:44 +02:00
Martin Gräßlin
336a870f5e
[kcmkwin] Fix locating the effect configurations
...
No longer in kf5/ prefix.
2014-04-28 14:06:18 +02:00
Martin Gräßlin
7fcecc616c
Drop "kwin4_effect_" prefix for BuiltIn Effects
...
This removes all the hacks to add kwin4_effect_ to the name of the Effect
and adjusts the desktop files of the effect configuration's parent
component.
Note: the scripted effects still start with kwin4_effect_ prefix.
REVIEW: 117367
2014-04-28 13:52:50 +02:00
Martin Gräßlin
4da220adef
[kcmkwin/tabbox] Use BuiltInEffects to find CoverSwitch and FlipSwitch
...
Instead of using the KServiceTypeTrader we use the BuiltInEffects to get
the name of CoverSwitch and FlipSwitch.
Showing the configuration dialog is migrated to KPluginTrader which fixes
the showing of the dialog.
2014-04-28 13:51:30 +02:00
Martin Gräßlin
a20903986a
[kcmkwin/screenedges] Use BuiltInEffects to find the Desktop Effects
...
Instead of using the KServiceTypeTrader we just ask the BuiltInEffects
for the name of our Effects.
2014-04-28 13:51:30 +02:00
Martin Gräßlin
98d813050e
[kcmkwin/desktop] Use BuiltInEffects for integration with Effects
...
The desktops KCM allows selecting between the virtual desktop switching
effects. For those it offers configuring and showing the information.
The KServiceTypeTrader based search is adjusted to be only used for the
scripted effects. The built-in effects are queried through the
information available through the BuiltInEffects namespace.
2014-04-28 13:51:30 +02:00
Martin Gräßlin
a784c91844
[kcmkwin/compositing] Use BuiltinEffects to find all built-in effects
...
The EffectData in BuiltinEffects is extended by all the data needed for
the desktop effects KCM:
* display name
* comment
* category
* video-url
* exclusive group
* internal
This information is taken directly from the desktop files.
The Built-in effects are now also resolved through the BuiltInEffects
namespace and the KServiceTypeTrader query is adjusted to only find the
scripted effects.
Unfortunately this introduces another round of adding "kwin4_effect_" to
load and save the effects correctly. This will be removed once all KCMs
are adjusted to use the new BuiltInEffects.
2014-04-28 13:51:30 +02:00
l10n daemon script
e1f418f4d0
SVN_SILENT made messages (.desktop file)
2014-04-28 09:00:35 +00:00
l10n daemon script
f44575ddbf
SVN_SILENT made messages (.desktop file)
2014-04-28 05:16:52 +00:00
l10n daemon script
69c3289c18
SVN_SILENT made messages (.desktop file)
2014-04-27 21:02:43 +00:00
l10n daemon script
ac9c8f6852
SVN_SILENT made messages (.desktop file)
2014-04-27 05:24:22 +00:00
Aleix Pol
220da8a4e5
Adapt to changes in KDEInstallDirs
...
kde5/services is kservices5
kde5/servicetypes is kservicestypes5
2014-04-26 19:27:52 +02:00
Martin Gräßlin
b92f4a6991
[kwincompositing-kcm] Fix the reinit signal invocation
...
REVIEW: 117700
2014-04-25 10:04:04 +02:00
l10n daemon script
4242a0e009
SVN_SILENT made messages (.desktop file)
2014-04-23 04:57:49 +00:00
l10n daemon script
8d83f165d1
SVN_SILENT made messages (.desktop file)
2014-04-20 04:39:49 +00:00
Michael Palimaka
1bca6c3dfa
Disable testing if QtTest is not found.
...
REVIEW: 117393
2014-04-18 16:43:24 +10:00
l10n daemon script
09d421fbb4
SVN_SILENT made messages (.desktop file)
2014-04-14 05:00:20 +00:00
l10n daemon script
d117d38efa
SVN_SILENT made messages (.desktop file)
2014-04-13 05:18:57 +00:00
Marco Martin
7380379fcf
we don't have different widgets for vd anymore
2014-04-11 16:46:28 +02:00
l10n daemon script
003ba3f343
SVN_SILENT made messages (.desktop file)
2014-04-10 05:10:58 +00:00
l10n daemon script
d630b657cd
SVN_SILENT made messages (.desktop file)
2014-04-09 04:58:31 +00:00
l10n daemon script
f13d89a9b6
SVN_SILENT made messages (.desktop file)
2014-04-08 06:22:50 +00:00
l10n daemon script
bd7047929c
SVN_SILENT made messages (.desktop file)
2014-04-07 04:54:14 +00:00
l10n daemon script
43fd082b0a
SVN_SILENT made messages (.desktop file)
2014-04-06 05:11:55 +00:00
l10n daemon script
c92da6202f
SVN_SILENT made messages (.desktop file)
2014-04-05 04:53:22 +00:00
l10n daemon script
e6db000065
SVN_SILENT made messages (.desktop file)
2014-04-04 05:29:27 +00:00
Martin Gräßlin
28b4cfaa9a
Drop build dependency on kde4support for the build system
...
* Ported last qt4_wrap thingy to qt5_wrap thingy
* Include KF5Init (needed for kdeinit_executable
* Optionally include KF5DocTools and bind the docs subdirectory to it
* Include GenerateExportHeaders
2014-04-03 10:15:57 +02:00
Martin Gräßlin
ceecc5be27
[kwincompositing] Integrate the new kcmkwin subdirectory into build tree
...
* root CMakeLists.txt finds Declarative and Qt5Multimedia (Runtime)
* kwincompositing CMakeLists.txt is cleaned up to not be a project
2014-04-03 07:23:17 +02:00
Martin Gräßlin
388cd21adf
Add Reset, Default and Apply button to config dialog
...
Makes it more like when starting KCMShell.
REVIEW: 117110
2014-04-03 07:23:17 +02:00
Martin Gräßlin
b14cae83a0
Translate the names of the categories
...
The category gets read from the KService and is not translated.
Because of that the KCM needs to do the translation of the categories.
This was also the case in the old KCM.
REVIEW: 117111
2014-04-03 07:23:17 +02:00