225 Commits (89c2f2bf024a9da8db36b7d62cd6325000fcb796)

Author SHA1 Message Date
Martin Gräßlin b57885a1bf Add registerGlobalShortcut method to kwineffects 12 years ago
Martin Gräßlin 7b14c84819 [kwin] Remove DragToClose from Present Windows Effect 12 years ago
Aleix Pol c72e519d9c Remove KDE/ prefix in include directories 12 years ago
Thomas Lübking bd87f1edc0 spatial present windows zoom calculation 12 years ago
Martin Gräßlin 76efe517a7 Turn built-in effects into a library kwin links against 12 years ago
l10n daemon script 588ad2be66 SVN_SILENT made messages (.desktop file) 12 years ago
l10n daemon script 22a5e1109f SVN_SILENT made messages (.desktop file) 12 years ago
Christophe Giboudeaux 705173e1bb kdeclarative.h is not needed there 12 years ago
Martin Gräßlin a4943bc0e3 [kwin/effects] Add links to effect videos 12 years ago
Martin Gräßlin 4c08cf093c [kwin/effects] Add links to effect videos 12 years ago
Martin Gräßlin 73054577df [libkwineffects] Add a signal for screen count changed 12 years ago
Martin Gräßlin 145f0c096f [kwin/effects] Do not use KActionCollections for the global shortcuts 12 years ago
Martin Gräßlin 2372e02752 [kwin] Use a QIcon in Client for the icons instead of Pixmaps 12 years ago
Jacob Logan ac72e9fb73 Changed debug statements in kwin/effects from qDebug() to qCDebug(KWINEFFECTS) 12 years ago
Aleix Pol 94f31606e6 CMake macros porting 12 years ago
Martin Gräßlin 5d5673ebc0 Fix rendering errors of close window button in Present Windows 13 years ago
Martin Gräßlin bf9219bd9a Use QElapsedTimer for the arming timer in Present Windows Close button 13 years ago
Montel Laurent 0fb259058b Fix order 13 years ago
Martin Gräßlin be3a0cf4ca Fix reading of window properties from effects 13 years ago
Martin Gräßlin e7a9655223 Use KShortcutsEditor directly instead of subclass 13 years ago
Martin Gräßlin 95a6329fe5 Remove some no longer needed includes 13 years ago
Martin Gräßlin de59774190 KIcon -> QIcon::fromTheme in kwin effects 13 years ago
Martin Gräßlin 211682ab67 KGlobalSettings::dndEventDelay() -> QApplication::startDragDistance() 13 years ago
Martin Gräßlin 987fd41d24 Port KWin/Effects from KDebug to QDebug 13 years ago
Reza Shah 61f452723e Port KWin effects away from KAction and KShortcut to Qt5/KF5 classes. 13 years ago
Anselmo L. S. Melo bef5b71898 Porting effects to Qt5/KF5: QStandardPaths 13 years ago
Martin Gräßlin ed5d4048b6 foo.moc -> moc_foo.cpp in KWin effects config 13 years ago
Martin Gräßlin 5d0433f20b Drop some no longer needed includes 13 years ago
Eike Hein 5435568f86 Fix build. 13 years ago
Martin Gräßlin 47cf35720f Present Window's close button ported to QtQuick 2 13 years ago
Martin Gräßlin 5e0484bc17 Disable KDeclarative in PresentWindows and DesktopGrid 13 years ago
Martin Gräßlin ba7d50fdc5 Disable global shortcut handling in all effects 13 years ago
Martin Gräßlin 2144f547d0 Port effect configs to new KCModule ctor 13 years ago
Martin Gräßlin 330d40f425 Fix no cast to/from ASCII intrduced issues 13 years ago
Martin Gräßlin 1d2c2d5982 Use Q_SLOTS and Q_SIGNALS instead of slots and signals 13 years ago
Thomas Lübking b6c4f0a7fb fake mouse move to unhover close window on hide 13 years ago
Thomas Lübking 287acae1db handle closebutton arm state inside effect only 13 years ago
Montel Laurent 185d9306d0 Fix order 13 years ago
Thomas Lübking f71457b2cf Don't highlight hoverd window while PW start/stops 13 years ago
l10n daemon script a2e9957860 SVN_SILENT made messages (.desktop file) 13 years ago
Martin Gräßlin 49e734f743 Change the way how effects can get mouse events 13 years ago
Thomas Lübking 81931857b6 keep + track m_closeWindow to keep m_winData alive 13 years ago
Thomas Lübking 4babec9991 keep + track m_closeWindow to keep m_winData alive 13 years ago
Martin Gräßlin 74f0ca2f00 Add missing KGlobal includes 13 years ago
Martin Gräßlin fb65c07bf7 Use a QDeclarativeView for button views in Present Windows and Desktop Grid 13 years ago
Martin Gräßlin 5755a6f21a Include KIcon where needed 13 years ago
Martin Gräßlin 60c42b7a34 s/KLocale/KLocalizedString/g 13 years ago
Martin Gräßlin 32b6ef42b9 Strip module path from all Qt #include <> 13 years ago
Martin Gräßlin c3423b15e7 Add method to EffectsHandler to define the cursor for an input window 13 years ago
Thomas Lübking 1cc5c2ff3f react on screenCountChanged to re-validate lists 13 years ago