Weng Xuetian
6fd8db7af9
Merge branch 'KDE/4.10'
2013-01-06 23:25:01 -05:00
Script Kiddy
6e544c93ff
SVN_SILENT made messages (.desktop file)
2013-01-05 08:24:47 +01:00
Martin Gräßlin
4024c3cb13
Fix broken extended border bottom in Aurorae
...
Swapped top/bottom.
2013-01-04 15:25:08 +01:00
Script Kiddy
93c9fd0f32
SVN_SILENT made messages (.desktop file)
2013-01-04 07:44:10 +01:00
Script Kiddy
d6dd4308db
SVN_SILENT made messages (.desktop file)
2013-01-03 07:40:00 +01:00
Thomas Lübking
fa29b4141b
fix dbus service registration/invocation
...
REVIEW: 108016
2013-01-02 19:05:11 +01:00
Thomas Lübking
8b35d3e34e
finish / sync screenshot before calling ksnapshot
...
BUG: 312209
FIXED-IN: 4.10
REVIEW: 107981
2013-01-02 19:05:11 +01:00
Thomas Lübking
6fa52007ee
use synthetic configure notifies when needed
...
the patch omit them while the user just moves around a window
and adds one that got lost with the deferred XMoveResize patch, causing
BUG: 312346
FIXED-IN: 4.10
REVIEW: 108013
2013-01-02 19:05:11 +01:00
Thomas Lübking
dcab3d44f3
snaphelper: repaint center rect on resizing client
...
BUG: 311551
FIXED-IN: 4.10
REVIEW: 108005
2013-01-02 19:05:10 +01:00
Thomas Lübking
708df9b564
NULL Compositor global static on deletion
...
what moc can do any time for the Workspace deconstructor
BUG: 308040
FIXED-IN: 4.10
REVIEW: 108007
2013-01-02 19:05:10 +01:00
Thomas Lübking
b301c357d5
disconnect all client signals when it's closed
...
the client can still live on and emit stuff, but the
compositing has been fininshed for it, so the effect window is NULL
BUG: 310142
FIXED-IN: 4.10
REVIEW: 108008
2013-01-02 19:05:10 +01:00
Thomas Lübking
62c62e4336
skip reset states if client untabbed for release
...
BUG: 310142
FIXED-IN: 4.10
REVIEW: 108003
2013-01-02 19:04:52 +01:00
Thomas Lübking
7ca47bdd36
support brightness > 1 for XRender backend
...
REVIEW: 107854
2013-01-02 18:43:14 +01:00
Thomas Lübking
cfda9e240d
collect shadows of existing clients when toggling the compositor
...
REVIEW: 107965
2013-01-02 18:43:14 +01:00
Thomas Lübking
c6d411d939
activate layout, no idea why doesn't happen implicitly
...
BUG: 311553
FIXED-IN: 4.10
REVIEW: 107851
2013-01-02 18:43:14 +01:00
Martin Gräßlin
d02405aa51
Remove duplicated include
...
REVIEW: 107998
2013-01-02 18:36:49 +01:00
Martin Gräßlin
71d5acca00
Fix spelling
2013-01-02 18:35:46 +01:00
Martin Gräßlin
47ddf1384c
Fix non-const ref iterator issues reported by Krazy2 checker foreach
2013-01-02 18:35:46 +01:00
Martin Gräßlin
533d57da60
Mark most ctors as explicit as reported by Krazy2 checker
2013-01-02 18:35:46 +01:00
Martin Gräßlin
a084d34ccb
Fix Krazy2 issues reported by doublequote_chars checker
2013-01-02 18:35:46 +01:00
Thomas Lübking
2f18371e27
fix dbus service registration/invocation
...
REVIEW: 108016
2013-01-02 18:25:58 +01:00
Thomas Lübking
75e87a44ce
finish / sync screenshot before calling ksnapshot
...
BUG: 312209
FIXED-IN: 4.10
REVIEW: 107981
2013-01-02 18:25:45 +01:00
Thomas Lübking
683aa55957
use synthetic configure notifies when needed
...
the patch omit them while the user just moves around a window
and adds one that got lost with the deferred XMoveResize patch, causing
BUG: 312346
FIXED-IN: 4.10
REVIEW: 108013
2013-01-02 18:25:33 +01:00
Thomas Lübking
d83d4a7977
snaphelper: repaint center rect on resizing client
...
BUG: 311551
FIXED-IN: 4.10
REVIEW: 108005
2013-01-02 18:25:24 +01:00
Thomas Lübking
8239c686f6
NULL Compositor global static on deletion
...
what moc can do any time for the Workspace deconstructor
BUG: 308040
FIXED-IN: 4.10
REVIEW: 108007
2013-01-02 18:25:09 +01:00
Thomas Lübking
1e4d1347d6
disconnect all client signals when it's closed
...
the client can still live on and emit stuff, but the
compositing has been fininshed for it, so the effect window is NULL
BUG: 310142
FIXED-IN: 4.10
REVIEW: 108008
2013-01-02 18:24:58 +01:00
Thomas Lübking
1727ab1211
skip reset states if client untabbed for release
...
BUG: 299333
FIXED-IN: 4.10
REVIEW: 108003
2013-01-02 18:24:42 +01:00
Thomas Lübking
ad451beae2
support brightness > 1 for XRender backend
...
REVIEW: 107854
2013-01-02 18:24:26 +01:00
Thomas Lübking
b61f7c7cc2
collect shadows of existing clients when toggling the compositor
...
REVIEW: 107965
2013-01-02 18:24:15 +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
Christophe Giboudeaux
e79997c9bf
Add a fixme
2013-01-01 15:01:16 +01:00
Martin Gräßlin
a9bec311c2
Extended Border support in Aurorae
...
Aurorae Themes can make use of the extended borders feature to allow
resizing outside the window decoration area. So far only Plastik makes
use of it in the Tiny border case.
This should be extended in future by adding generic NoSideBorders and
NoBorders sizes as used by Oxygen.
FEATURE: 308992
FIXED-IN: 4.11
REVIEW: 107936
2012-12-30 09:54:43 +01:00
Martin Gräßlin
67174bbf69
Remove outdated and not very useful comment sections
...
If a section of comments consists of a list of links and all are broken
it's a sign that nobody has used these comments for a long time...
REVIEW: 107933
2012-12-30 09:52:42 +01:00
Martin Gräßlin
a0e8987adb
Port Logout Effect to KConfigXT
...
REVIEW: 107935
2012-12-30 09:51:01 +01:00
Marco Martin
34f7127c80
Merge branch 'KDE/4.10'
2012-12-28 14:52:05 +01:00
Script Kiddy
ae597bcb4e
SVN_SILENT made messages (.desktop file)
2012-12-28 07:45:01 +01:00
Martin Gräßlin
8ea46b7f2d
Fix narrowing conversion warnings
...
With this change KWin core is free of narrowing conversion warnings.
SVN_SILENT
2012-12-27 11:14:08 +01:00
Martin Gräßlin
a5213c454b
Warnings--
...
SVN_SILENT
2012-12-27 09:05:13 +01:00
Jekyll Wu
baedc89ed2
Merge branch 'KDE/4.10'
2012-12-24 22:07:03 +08:00
Script Kiddy
12f341712c
SVN_SILENT made messages (.desktop file)
2012-12-24 09:05:36 +01:00
Weng Xuetian
d50419ed51
Merge branch 'KDE/4.10'
2012-12-23 23:27:29 -05:00
Script Kiddy
d7316b9fcb
SVN_SILENT made messages (.desktop file)
2012-12-23 08:01:50 +01:00
Martin Gräßlin
07e12d174d
Merge branch 'KDE/4.10'
2012-12-22 11:46:45 +01:00
Martin Gräßlin
e36d9d5165
Do not block OpenGL 2 when build for gles due to driver recommendation
...
Let's assume a user knows what she is doing when she selects kwin_gles
instead of kwin. Also in gles there is no fallback to OpenGL 1 possible
so blocking is not the proper solution in the first place.
BUG: 311712
FIXED-IN: 4.10 RC 2
REVIEW: 107824
2012-12-22 11:45:19 +01:00
Martin Gräßlin
ebf1bc47a9
Do not clear UserActionMenu's Client after the menu closed
...
The Client is still needed as the invoked action might be delayed by one
event cycle to work around a crash if the operation causes the deco to
close.
BUG: 312004
FIXED-IN: 4.10 RC 2
REVIEW: 107823
2012-12-22 11:44:02 +01:00
Jekyll Wu
5717614050
Merge branch 'KDE/4.10'
2012-12-22 16:28:21 +08: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
Martin Gräßlin
bb317fa2e8
More explicit parenthesis in if condition
...
--Warnings
2012-12-20 16:41:23 +01:00
Martin Gräßlin
ccda10950b
Port OverlayWindow from XLib to XCB
...
With this change KWin core no longer depends on the XLib based
composite extension.
REVIEW: 107685
2012-12-20 16:30:39 +01:00