l10n daemon script
87a7569100
SVN_SILENT made messages (.desktop file)
2013-07-27 04:01:18 +00:00
Thomas Lübking
0b4d56a326
Merge branch 'KDE/4.11'
2013-07-24 21:05:16 +02:00
Thomas Lübking
3aa2e22b32
fix passive startup feedback
...
BUG: 260727
FIXED-IN: 4.11
REVIEW: 111634
2013-07-24 21:04:32 +02:00
Thomas Lübking
10e7ef75ba
harmonize combo/lineedit enabling connections
...
BUG: 322650
FIXED-IN: 4.11
REVIEW: 111627
2013-07-24 21:04:08 +02:00
Thomas Lübking
2a98e58d5e
remove mouse polling from cube effect
...
entirely superfluous and causes laggy interaction
BUG: 308439
FIXED-IN: 4.11
REVIEW: 111669
2013-07-24 21:03:53 +02:00
l10n daemon script
f433daf0cb
SVN_SILENT made messages (.desktop file)
2013-07-24 06:42:52 +00:00
l10n daemon script
25c88fca98
SVN_SILENT made messages (.desktop file)
2013-07-24 04:07:39 +00:00
Casian Andrei
54ee2bf564
Fix many color correction problems with OpenGL ES
...
On GLES, check for OES_texture_3D extension for color correction
Remove a block of ugly hack code that was supposedly needed to build
with OpenGL ES.
Convert the lookup texture data to uint8 on OpenGL ES before sending it
via glTexImage3D, because uint16 is not supported.
Check if the shaders have been reinitialized successfuly when trying to
activate color correction, prevent black screens when there are issues
with the shaders.
BUG: 315419
REVIEW: 111225
2013-07-23 19:48:47 +03:00
l10n daemon script
467b772a90
SVN_SILENT made messages (.desktop file)
2013-07-21 04:08:51 +00:00
Weng Xuetian
f876fe6a84
Merge branch 'KDE/4.11'
2013-07-20 07:57:12 -04:00
l10n daemon script
52461e5885
SVN_SILENT made messages (.desktop file)
2013-07-20 06:40:25 +00:00
Thomas Lübking
84b92a53d3
Merge branch 'KDE/4.11'
2013-07-19 22:20:16 +02:00
Thomas Lübking
04aa9e9531
rather omit lanczos than capping windows
...
capping shadows is seen as bug (and is ugly and
because of the non lanczos transition causes visual
flicker) so if the window+shadows extends the buffer,
lanczos is simply not possible.
BUG: 314838
FIXED-IN: 4.11
REVIEW: 111425
2013-07-19 22:18:49 +02:00
Thomas Lübking
674a1a051f
fix logout effect shaderfile locations
...
CCBUG: 322136
REVIEW: 111600
2013-07-19 22:18:14 +02:00
Thomas Lübking
141e57e725
Merge branch 'KDE/4.11'
2013-07-19 21:23:54 +02:00
Thomas Lübking
7f858da008
ignore unredirection configuration on intel
...
the only thing it does on these systems is cause users
trouble because usually when there's a client where
unredirection makes sense, that uses OpenGL - and then
things break in the driver.
CCBUG: 252817
REVIEW: 111476
2013-07-19 21:20:12 +02:00
Thomas Lübking
f97fa509ae
align initial slider and desscription
...
BUG: 322522
FIXED-IN: 4.11
REVIEW: 111565
2013-07-19 21:19:49 +02:00
Thomas Lübking
8406aebda8
trigger quick tiling on edges of maximize area
...
screen area can be inacecssible due to panels
BUG: 322493
FIXED-IN: 4.11
REVIEW: 111556
2013-07-19 21:19:26 +02:00
Thomas Lübking
d9b567699c
connect shortcut editor changed signal
...
BUG: 322441
FIXED-IN: 4.11
REVIEW: 111550
2013-07-19 21:19:02 +02:00
Thomas Lübking
55daad4d68
sanitize screenedge activation timer logics
...
The logics relied on a static timout to arm the timer:
when last successfull activation had been longer ago than 250ms.
We now cap the configured reactivation timeout at min 250m
guessing that this was somehow supposed as well by this.
BUG: 322057
FIXED-IN: 4.11
REVIEW: 111549
2013-07-19 21:17:33 +02:00
Thomas Lübking
b6c4f0a7fb
fake mouse move to unhover close window on hide
...
BUG: 322260
FIXED-IN: 4.11
REVIEW: 111538
2013-07-19 21:17:16 +02:00
Thomas Lübking
287acae1db
handle closebutton arm state inside effect only
...
the enabled/disabled change is a useless distraction
implicitly fixes
BUG: 321810
FIXED-IN: 4.11
REVIEW: 111538
2013-07-19 21:16:44 +02:00
Thomas Lübking
0f57c9407a
depend titlebar protection dir pref on cap dir
...
when visualPixels is not 0, this means the titlebar does
not touch an upper/lower border, thus moving that direction
is ok and protection should be sought horizontally
BUG: 322507
FIXED-IN: 4.11
REVIEW: 111573
2013-07-19 21:16:15 +02:00
Thomas Lübking
02ed20662d
prevent shrinking away titlebar f. bottom corners
...
it's the same condition as shriking away from plain edges
(one can resize exclusively in that direction as well)
REVIEW: 111573
2013-07-19 21:14:43 +02:00
Martin Gräßlin
93e2ce4bfd
Use QVector instead of QList for the list of active effects
...
We only append to the list, so the advantage of insertion into QList
does not matter.
Thanks to Milian Wolff to point this out in his Akademy talk [1] and for
pointing me to Marc Mutz blog post [2] discussing this topic and
recommending the usage of QVector over QList.
[1] http://milianw.de/files/apps-on-speed-akademy2013/index.html
[2] http://marcmutz.wordpress.com/effective-qt/containers/
REVIEW: 111597
2013-07-19 16:03:50 +02:00
Martin Gräßlin
13ad458cca
Use const_iterators for our Effect iterators
...
We never modify the list, so we don't need the mutuable iterator. This
ensures that the data doesn't get detached.
2013-07-19 16:03:50 +02:00
Jekyll Wu
b0029cf609
Merge branch 'KDE/4.11'
2013-07-19 15:18:38 +08:00
Martin Gräßlin
4ab0a6a223
Disable lanczos filter also for SandyBridge on Mesa 9.1
...
Debian gave me an update to 9.1 and I started feeling the pain...
Mesa 9.2 works fine on the same hardware.
REVIEW: 111558
2013-07-18 16:02:38 +02:00
Christophe Giboudeaux
8ae23e7d89
Merge remote-tracking branch 'origin/KDE/4.11'
2013-07-18 00:07:47 +02:00
l10n daemon script
2fc1ae684b
SVN_SILENT made messages (.desktop file)
2013-07-14 06:59:57 +00:00
l10n daemon script
7bd89eb6ee
SVN_SILENT made messages (.desktop file)
2013-07-14 04:16:47 +00:00
Sergio Martins
c1b93317fa
Merge branch 'KDE/4.11'
2013-07-13 15:43:30 +01:00
l10n daemon script
88e8e01ea7
SVN_SILENT made messages (.desktop file)
2013-07-13 06:44:24 +00:00
l10n daemon script
e02722e034
SVN_SILENT made messages (.desktop file)
2013-07-13 03:58:16 +00:00
Montel Laurent
185d9306d0
Fix order
2013-07-12 18:25:57 +02:00
Kai Uwe Broulik
389d0076ea
Merge branch 'KDE/4.11'
2013-07-10 08:46:10 +02:00
l10n daemon script
f203861b12
SVN_SILENT made messages (.desktop file)
2013-07-10 02:34:48 +00:00
l10n daemon script
d9215dd4e1
SVN_SILENT made messages (.desktop file)
2013-07-09 23:40:46 +00:00
Thomas Lübking
3ad47552d0
non-empty attrib_list for glXCreateContextAttribsARB
...
empty list is legal but causes bogus context on at least i915
BUG: 321843
REVIEW: 111355
FIXED-IN: 4.11
2013-07-08 18:53:37 +02:00
Thomas Lübking
5bd49bfee2
update visibleRect when elevating toplevel
...
required to clean eg. the blur cache and because the
stacking changes.
BUG: 321831
FIXED-IN: 4.11
REVIEW: 111359
2013-07-08 18:53:37 +02:00
Thomas Lübking
5cf328fbec
ensure to not add NULL effect windows to stacking
...
happens during threaded startup and crashes in blur effect
when initially enabled
REVIEW: 111360
2013-07-08 18:53:37 +02:00
Thomas Lübking
3b285ba572
don't query effects threaded
...
calls sycoca/kconfiggroup...
BUG: 321576
FIXED-IN: 4.11
REVIEW: 111374
2013-07-08 18:53:36 +02:00
Thomas Lübking
9f69a793e8
fix GL1.2 saturation modulation for non opaques
...
whether a window is ARGB or just not opaque does
not matter
BUG: 319091
FIXED-IN: 4.11
REVIEW: 111433
2013-07-08 18:53:36 +02:00
Thomas Lübking
bcf6c9c319
use configured xrender filter
...
that's why it's configured
REVIEW: 111428
BUG: 322074
FIXED-IN: 4.11
2013-07-08 18:53:36 +02:00
Martin Gräßlin
2689bcbec4
ScopedCPointer instead of QScopedPointer
2013-07-08 08:34:06 +02:00
Martin Gräßlin
71940e879d
Fix modulation in Invert effect
...
Thanks to Kevin for spotting and providing a fix.
BUG: 322013
FIXED-IN: 4.11
2013-07-08 08:31:51 +02:00
l10n daemon script
93ca1c4396
SVN_SILENT made messages (.desktop file)
2013-07-08 04:04:09 +00:00
Fredrik Höglund
4b120288b6
kwin: Use glBufferSubData() when preferred
...
Use glBufferData() to reallocate the data store, and glBufferSubData()
to upload data to unused ranges of vertex buffers.
2013-07-08 01:23:38 +02:00
Fredrik Höglund
9de4c490ba
kwin: Add GLPlatform::preferBufferSubData()
...
This method returns true when glMapBufferRange() is likely to perform
worse than glBufferSubData() when updating an unused range in a buffer
object.
This is the case with the NVIDIA driver, where glMapBufferRange()
will force thread serialization. The driver tracks which ranges of
the buffer are in use, so calls to glBufferSubData() should not
cause a pipeline stall.
2013-07-08 01:23:37 +02:00
Christoph Feck
4e897f2315
Fix crash after zoom when not using XRender
...
Commit for bug 304435 missed a check for OpenGL.
OK'd by Thomas Lübking.
BUG: 322073
2013-07-08 00:22:27 +02:00