Martin Gräßlin
511d490d42
Remove obsoleted moveresizemode from KCM Rules
...
BUG: 313826
FIXED-IN: 4.10.1
REVIEW: 108669
2013-02-06 09:22:58 +01:00
Martin Gräßlin
b6d92ed4e1
Subtract slider width from width for a preview
...
This caused the generated preview to be larger than the area it is
rendered into and the reason for being scaled down.
REVIEW: 108793
2013-02-06 08:19:21 +01:00
Script Kiddy
7d16cef10e
SVN_SILENT made messages (.desktop file)
2013-02-05 21:32:15 +01:00
Script Kiddy
f193c56957
SVN_SILENT made messages (.desktop file)
2013-01-31 16:31:28 +01:00
Script Kiddy
1416c8d62c
SVN_SILENT made messages (.desktop file)
2013-01-30 16:27:26 +01:00
Script Kiddy
2ea65eb18e
SVN_SILENT made messages (.desktop file)
2013-01-26 13:21:28 +01:00
Thomas Lübking
9ae3cd3618
turn labels into checkboxes
...
BUG: 313228
2013-01-23 21:28:26 +01:00
Thomas Lübking
6ea8909ae4
keep tabbox kcm more on the left
...
CC: kde@privat.broulik.de
2013-01-23 21:28:26 +01:00
Script Kiddy
3cddfdecff
SVN_SILENT made messages (.desktop file)
2013-01-16 12:37:47 +01:00
Script Kiddy
88f998a924
SVN_SILENT made messages (.desktop file)
2013-01-14 12:46:29 +01:00
Weng Xuetian
b266b2fb2d
fix kwintabbox kcm layout
...
gridlayout doesn't work with spacer to center some widget. use BoxLayout
instead.
2013-01-09 15:06:30 -05:00
Script Kiddy
c6d91ac7eb
SVN_SILENT made messages (.desktop file)
2013-01-07 08:11:48 +01:00
Thomas Lübking
2f18371e27
fix dbus service registration/invocation
...
REVIEW: 108016
2013-01-02 18:25:58 +01:00
Thomas Lübking
f2226adca9
activate layout, no idea why doesn't happen implicitly
...
BUG: 311553
FIXED-IN: 4.10
REVIEW: 107851
2013-01-02 18:23:45 +01:00
Script Kiddy
ae597bcb4e
SVN_SILENT made messages (.desktop file)
2012-12-28 07:45:01 +01:00
Script Kiddy
12f341712c
SVN_SILENT made messages (.desktop file)
2012-12-24 09:05:36 +01:00
Script Kiddy
d7316b9fcb
SVN_SILENT made messages (.desktop file)
2012-12-23 08:01:50 +01:00
Script Kiddy
dc5da9b081
SVN_SILENT made messages (.desktop file)
2012-12-22 08:12:14 +01:00
Script Kiddy
e3c031824f
SVN_SILENT made messages (.desktop file)
2012-12-21 07:05:54 +01:00
Script Kiddy
ef0cae8dab
SVN_SILENT made messages (.desktop file)
2012-12-18 15:28:22 +01:00
Hugo Pereira Da Costa
e883eab762
Fix double vertical separator in Task Switcher KCM
...
REVIEW: 107778
2012-12-17 17:33:22 +01:00
Hugo Pereira Da Costa
6489b95c2a
Fix horizontal extend of horizontal separators in Window Behavior -> Window Actions
...
REVIEW: 107777
2012-12-17 14:40:55 +01:00
Script Kiddy
a2472524c2
SVN_SILENT made messages (.desktop file)
2012-12-17 07:49:07 +01:00
Thomas Lübking
334fc51ef6
fix kwinoptions layouts
...
THIS INTRODUCES NEW STRINGS, see
http://lists.kde.org/?l=kde-i18n-doc&m=135403060327161&w=2
REVIEW: 107083
BUG: 310623
2012-12-14 22:36:39 +01:00
Script Kiddy
dda5cbea69
SVN_SILENT made messages (.desktop file)
2012-12-13 07:29:15 +01:00
Script Kiddy
068419656f
SVN_SILENT made messages (.desktop file)
2012-12-03 07:26:16 +01:00
Script Kiddy
49a373b681
SVN_SILENT made messages (.desktop file)
2012-12-01 08:03:43 +01:00
Script Kiddy
5fc8da9ad7
SVN_SILENT made messages (.desktop file)
2012-11-30 07:40:50 +01:00
Martin Gräßlin
bcfc0269ae
Create the decoration listing after the KCModule has been shown
...
If the decoration listing gets initialized directly in the ctor as it
used to be, there is the chance of the list being not rendered in case
that there are multiple KCMs in one container and one has to switch to
the decoration KCM. This is the case for e.g. opening the KWin
configuration through the Alt+F3 menu. But that never happened when
going through Systemsettings as there (at least with English) it is
listed as the first module.
BUG: 310613
FIXED-IN: 4.10
2012-11-26 10:05:17 +01:00
Script Kiddy
e6f0f5bcf7
SVN_SILENT made messages (.desktop file)
2012-11-26 07:08:50 +01:00
Script Kiddy
2b0453d82c
SVN_SILENT made messages (.desktop file)
2012-11-17 07:39:31 +01:00
Casian Andrei
01adbe6dc5
Implement color correction (per output)
...
Add an option to kcmcompositing in the 'Advanced' tab, to enable or
disable color correction. It is specified that it's experimental and it
needs Kolor Manager.
Before painting for a particular screen, ColorCorrection::setupForOutput
should be called.
A screen property is added for WindowPaintData.
In kwinglutils, The fragment shaders are intercepted before being
compiled and they get a couple of lines of code inserted in order to do
the color correction. This happens only when color correction is enabled, of
course.
For D-Bus communication with KolorServer, everything is async.
The implementation basically manages a set of color lookup tables for
different outputs and for different window regions. These are taken via
D-Bus. Each lookup table has around 700 KB.
This commit reintroduces the changes from the former merge with the
"color2" branch. In this form, it can be easily reverted.
REVIEW: 106141
2012-11-13 22:47:09 +02:00
Casian Andrei
a46d247702
Revert "Merge branch 'color2'"
...
This merge is incomplete and it does not include the review number of
the associated review request. It should have been pushed as a single
commit, because the merged commits were not intended to be published in
their form.
This reverts commit dcba90263069a221a5489b1915c5cf1ca39d090c, reversing
changes made to 50ae07525c7fde07794e7548c3d6e5a69cb1a89d.
Conflicts:
kwin/scene_opengl.cpp
kwin/scene_opengl.h
2012-11-13 22:19:32 +02:00
Cedric Bellegarde
53ae2b91e2
GUI: Kwin appmenu support:
...
- Add support for application menu button in Kwin
- Add kded appmenu configuration in kcm_style
2012-11-09 13:44:50 +01:00
Kai-Uwe Behrmann
479be668d7
Merge branch 'color2'
...
Conflicts:
kwin/libkwineffects/kwinglplatform.cpp
2012-11-07 23:54:18 +01:00
Script Kiddy
17ddc517b7
SVN_SILENT made messages (.desktop file)
2012-10-29 09:53:30 +01:00
Martin Gräßlin
6417246358
Add GHNS support for Scripted KWin Effects
...
BUG: 296773
FIXED-IN: 4.10
REVIEW: 107051
2012-10-28 09:49:02 +01:00
Martin Gräßlin
aa34dbd059
Remove the fallback to Platik in case defaultDepth is < 8
...
Plastik has been removed and the new Aurorae has the same requirement as
Oxygen. This fallback was anyway useless given that KWin nowadays uses
raster paint engine by default and hardly anything would work with such a
small QPixmap::defaultDepth().
REVIEW: 106613
2012-10-25 11:19:26 +02:00
Martin Gräßlin
5a33974bca
Merge branch 'KDE/4.9'
...
Conflicts:
plasma/desktop/shell/activitymanager/package/contents/ui/ActivityDelegate.qml
2012-10-24 20:40:07 +02:00
Martin Gräßlin
8176c91b2f
Enable GHNS for Window Switcher
...
Thanks to the new category on kde-look.org we can now show the GHNS
button inside the KCM.
BUG: 297636
FIXED-IN: 4.9.3
REVIEW: 106991
2012-10-24 20:36:05 +02:00
Martin Gräßlin
7f26069f25
Enable GHNS button for KWin scripts
...
Functionality had already been present for quite some time and now that
the category on kde-look exists, we can just show the button.
BUG: 296774
FIXED-IN: 4.9.3
REVIEW: 106963
2012-10-24 20:35:12 +02:00
Script Kiddy
f476d76ece
SVN_SILENT made messages (.desktop file)
2012-10-17 00:53:14 +02:00
Script Kiddy
2141dc821b
SVN_SILENT made messages (.desktop file)
2012-10-16 18:43:37 +02:00
Script Kiddy
2d36325197
SVN_SILENT made messages (.desktop file)
2012-10-13 11:13:24 +02:00
Martin Gräßlin
777513a0c8
Merge branch 'KDE/4.9'
...
Conflicts:
ksmserver/themes/contour/metadata.desktop
ksmserver/themes/default/metadata.desktop
kwin/kcmkwin/kwinscripts/kwinscripts.desktop
kwin/scripts/videowall/metadata.desktop
kwin/tabbox/qml/clients/compact/metadata.desktop
kwin/tabbox/qml/clients/present_windows/metadata.desktop
plasma/desktop/containments/desktop/plasma-containment-desktop.desktop
plasma/generic/applets/system-monitor/plasma-applet-sm_hdd_activity.desktop
plasma/generic/runners/nepomuksearch/plasma-runner-nepomuksearch.desktop
plasma/generic/runners/places/plasma-runner-places.desktop
plasma/generic/runners/webshortcuts/plasma-runner-webshortcuts.desktop
powerdevil/kcmodule/activities/powerdevilactivitiesconfig.desktop
powerdevil/kcmodule/global/powerdevilglobalconfig.desktop
powerdevil/kcmodule/profiles/powerdevilprofilesconfig.desktop
2012-10-12 07:59:22 +02:00
Pino Toscano
97a6bb139c
fixuifiles
2012-10-05 00:54:11 +02:00
Martin Gräßlin
dcd1869887
Introduce ui-file for Advanced tab of KWin's configuration
...
Thanks to Alexander Jones for providing the ui file.
REVIEW: 106551
2012-10-04 17:26:38 +02:00
Martin Gräßlin
fe062f6ebb
Introduce ui-file in moving tab of KWin's configuration
...
Thanks to Alexander Jones for creating the ui file.
2012-10-04 17:26:34 +02:00
Martin Gräßlin
7c2a0f2188
Introduce ui-file for inactive window mouse actions in KWin configuration
...
Thanks to Alexander Jones for creating the ui file.
2012-10-04 17:26:34 +02:00
Martin Gräßlin
142fa54b2b
Introduce ui-file for titlebar mouse actions in KWin's configuration
...
Thanks to Alexander Jones for creating the ui file.
2012-10-04 17:26:34 +02:00