l10n daemon script
ad8195cad9
SVN_SILENT made messages (.desktop file)
2013-05-21 14:04:28 +00:00
Thomas Lübking
4794cce5e5
catch some m_item nullptr accesses
...
BUG: 318941
FIXED-IN: 4.10.3
REVIEW: 110254
2013-05-01 20:11:36 +02:00
Script Kiddy
52a831d89f
SVN_SILENT made messages (.desktop file)
2013-05-01 13:47:48 +02:00
Thomas Lübking
c43c6f39cf
fix aurorae theme loading
...
I've no real idea what breaks the theme -> qml assignment but the patch
re/creates the theme object (just as the engine and component) with the theme
BUG: 316033
FIXED-IN: 4.10.2
REVIEW: 109273
2013-03-24 21:51:03 +01:00
Martin Gräßlin
25fa3aac8c
Disable animations in Plastik for native or non-compositing
...
Adding a new property on whether we want animations based on whether we
are on raster or with Compositing. The property is constant as the deco
gets recreated on compositing change state anyway.
REVIEW: 109456
BUG: 314532
FIXED-IN: 4.10.2
2013-03-13 08:07:21 +01:00
Script Kiddy
4cb53c8471
SVN_SILENT made messages (.desktop file)
2013-02-24 13:57:51 +01:00
Script Kiddy
685e9368b1
SVN_SILENT made messages (.desktop file)
2013-02-07 13:30:14 +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
589ed300d1
SVN_SILENT made messages (.desktop file)
2013-01-17 12:53:52 +01:00
Script Kiddy
d5a0dd56cf
SVN_SILENT made messages (.desktop file)
2013-01-10 12:23:23 +01:00
Script Kiddy
a2c44c29f4
SVN_SILENT made messages (.desktop file)
2013-01-08 22:37:02 +01:00
Script Kiddy
c6d91ac7eb
SVN_SILENT made messages (.desktop file)
2013-01-07 08:11:48 +01:00
Script Kiddy
6e544c93ff
SVN_SILENT made messages (.desktop file)
2013-01-05 08:24:47 +01:00
Script Kiddy
d6dd4308db
SVN_SILENT made messages (.desktop file)
2013-01-03 07:40:00 +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
ef0cae8dab
SVN_SILENT made messages (.desktop file)
2012-12-18 15:28:22 +01:00
Script Kiddy
a2472524c2
SVN_SILENT made messages (.desktop file)
2012-12-17 07:49:07 +01:00
Thomas Lübking
2f80548304
defer all member destruction to next event cycle
...
BUG: 311018
FIXE-IN: 4.10
2012-12-14 22:36:40 +01:00
Script Kiddy
dda5cbea69
SVN_SILENT made messages (.desktop file)
2012-12-13 07:29:15 +01:00
Script Kiddy
974e0e9c7d
SVN_SILENT made messages (.desktop file)
2012-12-09 07:14:36 +01:00
Script Kiddy
a5bec484f6
SVN_SILENT made messages (.desktop file)
2012-12-05 07:19:24 +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
Script Kiddy
5a9a6d3b8a
SVN_SILENT made messages (.desktop file)
2012-11-28 07:36:20 +01:00
Script Kiddy
b2bf54f859
SVN_SILENT made messages (.desktop file)
2012-11-11 06:50:24 +01:00
Martin Gräßlin
9308028fa4
Decoration can announce whether it currently requires an alpha channel
...
A decoration can provide the AbilityAnnounceAlphaChannel in addition to
AbilityUsesAlphaChannel. If this ability is provided the decoration can
enable/disable the use of the alpha channel through setAlphaEnabled().
The base idea behind this mechanism is to be able to tell the compositor
that currently alpha is not needed. An example is the maximized state in
which the decoration is fully opaque so that there is no need to use the
translucency code path which would render all windows behind the deco.
In addition also the blur effect honors this setting so that behind a
known opaque decoration no blurring is performed.
Oxygen is adjusted to disable translucency in maximized state and Aurorae
is adjusted to allow themes to enable/disable translucency. For Plastik
translucency and with that also blurring is disabled.
REVIEW: 106810
2012-11-09 10:36:43 +01:00
Script Kiddy
21463a9a91
SVN_SILENT made messages (.desktop file)
2012-11-04 06:38:24 +01:00
Script Kiddy
17ddc517b7
SVN_SILENT made messages (.desktop file)
2012-10-29 09:53:30 +01:00
Script Kiddy
a8a16c65d3
SVN_SILENT made messages (.desktop file)
2012-10-26 13:27:19 +02:00
Martin Gräßlin
a85ff67deb
QML Plastik as fallback for incorrectly configured Aurorae
...
If a theme is configured which does not exist, Aurorae will load the
Plastik theme which is known to be around.
2012-10-25 11:18:53 +02:00
Martin Gräßlin
18acfc4436
Plastik theme for Aurorae replaces the classic Plastik
...
* Update script to migrate Plastik users to Aurorae
* Plastik QML renamed to Plastik
* Old Plastik is dropped
2012-10-25 11:18:52 +02:00
Martin Gräßlin
ae99d9bc6e
Fix initial button flickering in Plastik QML
...
Disable animations till the decoration is completel loaded. This
ensures that the buttons do not flicker because of the animation from
black to their respective color.
2012-10-25 11:18:52 +02:00
Martin Gräßlin
728b47ef07
Use a Component for Explicit Spacers
...
A component has the advantage that the width property can depend from
other properties. This does not work with the previous on the fly
construction as the width does not update when the referenced property
changes.
2012-10-25 11:18:52 +02:00
Script Kiddy
2141dc821b
SVN_SILENT made messages (.desktop file)
2012-10-16 18:43:37 +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
Martin Gräßlin
798ccac19d
Remove margins for decoration-maximized elements
...
Fixes incorrect rendering of decorations providing a maximized element.
BUG: 308248
FIXED-IN: 4.9.3
2012-10-12 07:47:07 +02:00
Script Kiddy
c129dc2d63
SVN_SILENT made messages (.desktop file)
2012-10-11 10:01:52 +02:00
Script Kiddy
5cd15e8920
SVN_SILENT made messages (.desktop file)
2012-10-01 10:36:58 +02:00
Script Kiddy
8c38be18b7
SVN_SILENT made messages (.desktop file)
2012-09-29 11:37:39 +02:00
Martin Gräßlin
9f8228bb1c
Merge branch 'KDE/4.9'
2012-09-27 15:35:36 +02:00
Martin Gräßlin
049582536a
Fix enabled borders and padding for maximized Aurorae decos
...
In the maximized state the enabled borders were still enabled causing
the actual borders to be still shown. In addition the padding is not
adjusted to be 0. This is done in the C++ part is it does not make any
sense to have shadows being thrown to another screen for a maximized
window.
REVIEW: 106576
BUG: 307365
FIXED-IN: 4.9.2
2012-09-27 15:34:32 +02:00
Script Kiddy
cb86f3e0f5
SVN_SILENT made messages (.desktop file)
2012-09-20 10:06:35 +02:00
Script Kiddy
203a9c1838
SVN_SILENT made messages (.desktop file)
2012-09-19 01:16:25 +02:00
Script Kiddy
31464244e1
SVN_SILENT made messages (.desktop file)
2012-09-18 19:14:07 +02:00
Script Kiddy
f161331b1e
SVN_SILENT made messages (.desktop file)
2012-09-02 10:37:09 +02:00
Script Kiddy
62ef8ddcad
SVN_SILENT made messages (.desktop file)
2012-09-01 11:00:30 +02:00
Martin Gräßlin
4812edc92d
Ignore SettingsCompositing changed in Aurorae
...
Not needed and causing troubles when restarting Compositing.
2012-09-01 10:02:17 +02:00