Thomas Lübking
9f172ad9a7
fix overzealous but autogroup by id breaking optimization
...
BUG: 302084
FIXD-IN: 4.9
REVIEW: 105296
2012-06-18 22:11:44 +02:00
Thomas Lübking
759eed1d62
remove (broken) mimpmap support check, disable use of mipmaps and align texture filter
...
BUG: 296289
FIXED-IN: 4.9
REVIEW: 105249
2012-06-18 22:11:28 +02:00
Thomas Lübking
b6c84775ab
HACK around bug 288791 - search for likely panel proxies and raise them after destroying an effect input window
...
BUG: 288791
REVIEW: 105245
FIXED-IN: 4.9
2012-06-18 22:11:06 +02:00
Thomas Lübking
f9d681a3ba
fix window postition on varying screen struts better
...
BUG: 301805
CCBUG: 274466
FIXED-IN: 4.9
2012-06-18 22:10:57 +02:00
Script Kiddy
f305f0eee4
SVN_SILENT made messages (.desktop file)
2012-06-18 10:12:23 +02:00
Script Kiddy
73c4b48c18
SVN_SILENT made messages (.desktop file)
2012-06-17 11:39:36 +02:00
Script Kiddy
bbbe9d6956
SVN_SILENT made messages (.desktop file)
2012-06-16 12:19:39 +02:00
Script Kiddy
c1f8590216
SVN_SILENT made messages (.desktop file)
2012-06-15 12:12:07 +02:00
Martin Gräßlin
a210b75009
Initialize variables in GLPlatform
...
m_textureNPOT and m_limitedNPOT have not been initialized in the ctor resulting in
m_limitedNPOT being incorrectly being true sometimes for Intel drivers. For other
drivers the value had been set.
2012-06-13 09:19:27 +02:00
Thomas Lübking
0f226823a2
remove commented code
...
REVIEW: 105197
2012-06-12 23:13:15 +02:00
Thomas Lübking
7340ac59e0
don't consider matching activity list sizes as ALL if size is "1"
...
CCBUG: 301239
REVIEW: 105195
2012-06-12 23:13:15 +02:00
Thomas Lübking
fe2839b95b
avoid setOnAllActivities recursion
...
BUG: 301397
FIXED-IN: 4.9
REVIEW: 105192
2012-06-12 23:12:58 +02:00
Martin Gräßlin
1f52366fc1
Disable ARB Lanczos Shader for Intel GPUs
...
For Sandybridge Lanczos Shader is enabled, but only GLSL is working
so the ARB variant has to be disabled for Intel GPUs.
BUG: 301729
FIXED-IN: 4.9.0
REVIEW: 105233
2012-06-12 22:53:36 +02:00
Script Kiddy
953d088b6a
SVN_SILENT made messages (.desktop file)
2012-06-12 17:07:51 +02:00
Script Kiddy
071fa7053b
SVN_SILENT made messages (.desktop file)
2012-06-11 10:15:37 +02:00
Thomas Lübking
0bf8e0cc80
check whether SessionInfo::tabGroupClient is (still) in workspace before using it
...
BUG: 301456
FIXED-IN: 4.9
REVIEW: 105186
2012-06-09 12:03:22 +02:00
Thomas Lübking
3f30a7d6fb
enable keyboard navigation for qml deco kcm
...
REVIEW: 105169
2012-06-09 12:02:59 +02:00
Hugo Pereira Da Costa
4e995b79af
Merge branch 'master' of git://anongit.kde.org/kde-workspace
2012-06-07 12:30:37 -07:00
Hugo Pereira Da Costa
46d0116dd5
Added hidden configuration option to enable/disable closing windows by clicking on menu button.
...
Option is called "CloseFromMenuButton"
It is false by default.
To turn it on, add
CloseFromMenuButton=true
in [Windeco] section of $HOME/.kde4/share/config/oxygenrc.
Note that it results in poor usability of the menu button, if enabled.
CCBUG: 301237
2012-06-07 12:28:25 -07:00
Thomas Lübking
49416992e2
sanitize preview generation starting row
...
REVIEW: 105170
2012-06-07 18:24:28 +02:00
Thomas Lübking
a56a64125a
fix private slot name in connect
...
BUG: 301365
FIXED-IN: 4.9b2
REVIEW: 105174
2012-06-07 18:22:09 +02:00
Thomas Lübking
fd694c5bac
Make decoration kcm more responsive
...
REVIEW: 105021
2012-06-07 12:37:43 +02:00
Thomas Lübking
52caeffe22
get rid of hardcoded qml ui elements
...
REVIEW: 105018
CCBUG: 291612
2012-06-07 12:37:32 +02:00
Andre Woebbeking
6cde471ec8
-pedantic
2012-06-07 00:38:13 +02:00
Script Kiddy
08a8ecaaa5
SVN_SILENT made messages (.desktop file)
2012-06-04 10:36:37 +02:00
Martin Gräßlin
bbf13c1fe5
Fix switching to window left/right/up/down
...
Regression introduced with
2ae475cedefc7521a03602bf163864f08caad23e
BUG: 301079
FIXED-IN: 4.9.0
REVIEW: 105138
2012-06-03 21:07:49 +02:00
Script Kiddy
b4ff83ad3b
SVN_SILENT made messages (.desktop file)
2012-06-03 09:41:45 +02:00
Thomas Lübking
3b6d52549d
don't use kconfiggroup in threaded script loading at all
...
BUG: 300934
FIXED-IN: 4.9
REVIEW: 105128
2012-06-02 09:33:25 +02:00
Thomas Lübking
15793ea75c
cleanup commented code from 380a739cf83d4459245d4f51bac90819e7b10d24 - afaics there's nothing to change in the core ...
2012-06-01 16:48:13 +02:00
Thomas Lübking
5ae8b7efe6
only conditionally break partial maximization on resizes and (by this) only partially adjust the restore size
...
BUG: 299647
FIXED-IN: 4.9
REVIEW: 104899
2012-06-01 16:46:49 +02:00
Thomas Lübking
4f458d2fe9
fix preproc branching (lacked checkWorkspacePosition)
2012-06-01 16:46:49 +02:00
Thomas Lübking
8ee66eff55
cache blocked tabgroup state updates and do not check group breaking issues not being part of the updated states
...
BUG: 300847
FIXED-IN: 4.9
REVIEW: 105114
2012-06-01 16:46:48 +02:00
Thomas Lübking
11f28732db
treat "ALL" activities as all activities when setting activities (aligning it to an empty list as checked elsewhere)
...
BUG: 300846
FIXED-IN: 4.9
REVIEW: 105113
2012-06-01 16:46:21 +02:00
Script Kiddy
e999536c83
SVN_SILENT made messages (.desktop file)
2012-05-29 17:01:37 +02:00
Script Kiddy
62211420c7
SVN_SILENT made messages (.desktop file)
2012-05-28 11:08:19 +02:00
Martin Gräßlin
1de1204ecd
Drop KWIN_HAVE_OPENGL defines in effects
...
OpenGL is nowadays a build dependency which obsoletes the define.
REVIEW: 105023
2012-05-27 16:37:26 +02:00
Martin Gräßlin
71d703efe3
Fix uninitialized class members in LanczosFilter
...
SVN_SILENT
2012-05-27 16:35:04 +02:00
Martin Gräßlin
d0d274b855
Don't compare uint with int
...
Explicitly cast uint to int to fix a warning.
2012-05-27 16:35:04 +02:00
Martin Gräßlin
812c310dcf
Fix unused variable warnings
...
SVN_SILENT
2012-05-27 16:35:04 +02:00
Thomas Lübking
a6463653b9
move reinitCascading to setNumberOfDesktops because it updates an internal list that is trusted to be of (at least) desktopCount_ size
...
BUG: 174118
FIXED-IN: 4.9
REVIEW: 105063
2012-05-26 22:04:53 +02:00
Martin Gräßlin
b61b146209
Prevent null pointer passed to Client::belongToSameApplication
...
Another fix for a regression introduced with
431aad6d6994695e72697fcc3299ec2cb6f0684e
BUG: 300667
FIXED-IN: 4.9.0
REVIEW: 105062
2012-05-26 18:50:04 +02:00
Thomas Lübking
57ce41d966
move a variable to correct context
...
BUG: 297757
FIXED-IN: 4.9
REVIEW: 105058
2012-05-26 13:24:46 +02:00
Thomas Lübking
d546fea565
respect modkey state for the cursor shape
...
BUG: 228959
FIXED-IN: 4.9
REVIEW: 104986
2012-05-26 13:23:58 +02:00
Martin Gräßlin
f6a0c6907a
Fix compilation of screenshot effect without XRender
2012-05-26 10:24:11 +02:00
Martin Gräßlin
aebc322a74
Fix compilation of snaphelper effect without XRender
2012-05-26 09:31:04 +02:00
Martin Gräßlin
b40f27f54c
Fix compilation of magnifier effect without XRender
2012-05-26 09:05:05 +02:00
Martin Gräßlin
961b5d0720
Fix compilation of kcmcompositing without XRender
...
Element had been removed from ui file with
2916352c0c366338c63a8a4a7bebe4e84a969f58
2012-05-25 18:31:33 +02:00
Martin Gräßlin
a65b86b5ae
KConf Update script for KWin 4.9
...
BUG: 296775
FIXED-IN: 4.9.0
REVIEW: 104984
2012-05-24 19:02:48 +02:00
Casian Andrei
33492358e5
Fix windows like kickoff from disappearing
...
When trying to launch kickoff (start menu) or the add widgets from
Plasma, they disappeared immediately after appearing, making them
completely unusable.
This regression was traced back to commit
bf0a241c2462072fbc52012784fa51b9b42a1baf.
In Client::setOnActivities, if newActivitiesList was empty, after
joining it and splitting it back, it would contain an empty string, i.e.
it would have a different size than before. This eventually caused the problems.
REVIEW: 105016
2012-05-23 10:50:14 +03:00
Martin Gräßlin
d75e7a6d60
Use smart pointers to protect access to TabBoxClient
...
Client holds a SharedPointer to the TabBoxClient and only
provides access to a WeakPointer which is passed to TabBox.
ClientModel is adjusted to hold a list of WeakPointers instead
of the direct pointers.
This fixes the following reproducable crash:
1. Configure both primary and secondary TabBox with different
layouts
2. Use primary TabBox
3. Close a window, best the one which used to be active
4. Use secondary TabBox
-> Crash
The reason is that the ClientModel still contains the pointer
to the deleted TabBoxClient in step 3 and while creating the
layout access to the TabBoxClient is needed to get the Client's
icon.
By using the weak pointer it can be ensured that we don't try
to dereference the deleted pointer and prevent the crash.
CCBUG: 290482
CCBUG: 285747
CCBUG: 237345
REVIEW: 105000
2012-05-22 18:37:41 +02:00