Martin Gräßlin
57905c0cc2
And we got rid of KDebug
...
Usages of kBacktrace got dropped.
13 years ago
Martin Gräßlin
987fd41d24
Port KWin/Effects from KDebug to QDebug
...
Still using KDE4Support as it's used in other areas.
13 years ago
Thomas Lübking
9001af8e5a
reset custom cube shaders on screen change
...
the reset/setup invokes the viewport dimensions...
BUG: 323311
FIXED-IN: 4.11.1
REVIEW: 112133
13 years ago
Thomas Lübking
809d261067
align GUI object name to kcfg name
...
BUG: 315866
FIXED-IN: 4.11.1
REVIEW: 112237
13 years ago
Martin Gräßlin
8051e08361
Add missing target link libraries in kwin/effects
13 years ago
Martin Gräßlin
37334f400a
Drop no longer needed XLib includes from KWin
13 years ago
Martin Gräßlin
bf3bcd7f6f
Drop linking to kdecore in KWin
...
Left-over from when kdebug was not yet moved to kde4support.
13 years ago
Martin Gräßlin
84a2f3020b
Use Qt5:: in target link libraries in KWin
13 years ago
Martin Gräßlin
5ca6654eb8
Fix linking
...
KDEUI is dead which caused collateral damage.
13 years ago
Reza Shah
61f452723e
Port KWin effects away from KAction and KShortcut to Qt5/KF5 classes.
...
REVIEW: 111898
13 years ago
Anselmo L. S. Melo
bef5b71898
Porting effects to Qt5/KF5: QStandardPaths
...
REVIEW: 111977
13 years ago
Martin Gräßlin
388944314a
Drop QPixmap ctor of XRenderPicture
...
Was a todo to remove it as it's just using a toImage. Removing this
ctor should make it for the user more obvious that put image is used.
13 years ago
l10n daemon script
df17849412
SVN_SILENT made messages (.desktop file)
13 years ago
Sebastian Kügler
08a53e6a11
Remove K_EXPORT_PLUGIN macros
...
Include .moc file in configs_builtins.cpp, and reenable the build of the
configs.
REVIEW:111940
13 years ago
Martin Gräßlin
ed5d4048b6
foo.moc -> moc_foo.cpp in KWin effects config
13 years ago
Thomas Lübking
65a476d638
crossfade for resize effect
...
REVIEW: 111383
13 years ago
Thomas Lübking
c2219f973b
crossfade for resize effect
...
REVIEW: 111383
13 years ago
Martin Gräßlin
5d0433f20b
Drop some no longer needed includes
...
Less warnings
13 years ago
Sebastian Kügler
0ac47d9b18
Disable effect config build
...
With the fixed KPluginFactory macro, the KWIN_EFFECT_CONFIG_* macros
seem to break. I'm looking for a solution to fix up the macro in
kwineffects.h, or otherwise the usage in the plugins.
The problem is that the macros of each plugin export the exact same
class name, which is going to clash.
Until I've found a solution, disable build of the config files, so it's
not too disruptive for others.
CCMAIL:kwin@kde.org
13 years ago
Eike Hein
5435568f86
Fix build.
...
Not sure why kdeclarative gets its own subdir, nor why
there is no CMake module to to add it to the include dirs
on find_package, but this matches what plasma-framework
does at the moment.
13 years ago
Thomas Lübking
971fe0107c
support fps counter text on xrender
...
BUG: 323006
FIXED-IN: 4.11
REVIEW: 111878
13 years ago
Thomas Lübking
18f8493dee
no layer repaints for the window geometry labels
...
insufficient since there can be windows/content on top of the
moved window and the labels are painted on top of the scene
BUG: 318390
FIXED-IN: 4.11
REVIEW: 111861
13 years ago
Martin Gräßlin
7bd86505f5
Port add/remove buttons in DesktopGrid to QtQuick 2
...
With this change we no longer need to link QtDeclarative in the Effects.
13 years ago
Martin Gräßlin
47cf35720f
Present Window's close button ported to QtQuick 2
13 years ago
Martin Gräßlin
35bb48df2c
Small update to the needed target link libs
13 years ago
Anselmo L. S. Melo
633db54cba
Fix build: KConfigWidgets
...
Fix build after kdelibs-frameworks commit 2929fe7d932 which removed kdeui link to
KConfigWidgets.
REVIEW: 111865
13 years ago
l10n daemon script
71a4814f4c
SVN_SILENT made messages (.desktop file)
13 years ago
l10n daemon script
30aac961f0
SVN_SILENT made messages (.desktop file)
13 years ago
l10n daemon script
ba0be05c78
SVN_SILENT made messages (.desktop file)
13 years ago
l10n daemon script
ca6b7653c0
SVN_SILENT made messages (.desktop file)
13 years ago
Thomas Lübking
90615561e4
desk-grid: bind sc editor keyChange to kcm changed
...
BUG: 316177
FIXED-IN: 4.11
REVIEW: 111812
13 years ago
Thomas Lübking
2f5ceb15e4
exit cube on doubleclick
...
more natural than (preserved) rmb exit and also for
single touch devices
REVIEW: 111730
13 years ago
Thomas Lübking
bc80d2417a
re-fix bouncing startup feedback
...
BUG: 304253
FIXED-IN: 4.11
REVIEW: 111729
13 years ago
Thomas Lübking
bac8dc095f
fix rendertarget warning on xrender
...
accidental GL call in non GL compositing
13 years ago
Thomas Lübking
57485cfefc
fix magnifier effect exit
...
precision is usually enough to end on exactly "1.0"
so the effect was "hidden" but the mouse still polled.
13 years ago
l10n daemon script
2f46414ea7
SVN_SILENT made messages (.desktop file)
13 years ago
l10n daemon script
50dfc83d2e
SVN_SILENT made messages (.desktop file)
13 years ago
l10n daemon script
8cae78b2d8
SVN_SILENT made messages (.desktop file)
13 years ago
l10n daemon script
68bf8072b2
SVN_SILENT made messages (.desktop file)
13 years ago
l10n daemon script
87a7569100
SVN_SILENT made messages (.desktop file)
13 years ago
Martin Gräßlin
a8fd910a01
Effects need to link KF5::KDE4Attic for KLocale
13 years ago
Thomas Lübking
3aa2e22b32
fix passive startup feedback
...
BUG: 260727
FIXED-IN: 4.11
REVIEW: 111634
13 years ago
Thomas Lübking
2a98e58d5e
remove mouse polling from cube effect
...
entirely superfluous and causes laggy interaction
BUG: 308439
FIXED-IN: 4.11
REVIEW: 111669
13 years ago
Martin Gräßlin
99b9f79b3b
Fix linking of Effects and Effect Configs
13 years ago
Martin Gräßlin
5e0484bc17
Disable KDeclarative in PresentWindows and DesktopGrid
...
QML code needs porting to QtQuick2
13 years ago
Martin Gräßlin
ba7d50fdc5
Disable global shortcut handling in all effects
...
KAction and KShortcut needs porting, so disabled for now.
13 years ago
Martin Gräßlin
2144f547d0
Port effect configs to new KCModule ctor
13 years ago
Martin Gräßlin
5ae59f4fc7
Add missing kdebug include
13 years ago
Martin Gräßlin
9ab751042a
Drop X11_XCB library dependency
...
We don't need it anymore - the xcb connection is also provided by
QX11Info.
13 years ago
Martin Gräßlin
330d40f425
Fix no cast to/from ASCII intrduced issues
...
* "" needs to be wrapped in QStringLiteral
* QString::fromUtf8 needed for const char* and QByteArray
* QByteArray::constData() needed to get to the const char*
13 years ago