79 Commits (bdbb471851f7b962f5c63f254cd97ed05a350148)

Author SHA1 Message Date
David Edmundson c42d160742 [TabBox] Fix Arrow Key / Keyboard Events in QML Alt+Tab Skins 7 years ago
Frederik Gladhorn 66986d4afd Make QPA think the tabbox is the active window 7 years ago
Frederik Gladhorn abceccbb66 Remove unused captures from lambdas 7 years ago
Frederik Gladhorn 04bbe10038 Remove dead default branches 7 years ago
Martin Flöser 3ce9a4a179 [tabbox] Guard Xcb::sync with whether we have an X11 connection 9 years ago
Martin Gräßlin 259e373bfc [tabbox] Expose noModifierGrab to QtQuick 9 years ago
Roman Gilg e019c9f61e [TabBox] Remember current model index on SwitcherItem model set 9 years ago
Martin Gräßlin e9d20b80e9 [tabbox] Intercept QWheelEvents on QQuickWindow for scrolling 10 years ago
Martin Gräßlin 2545162f87 Support highlighting windows through EffectsHandlerImpl 10 years ago
Martin Gräßlin aea4221575 [tabbox] Pass the tabbox window to elevate as a QWindow instead of winId 10 years ago
Nick Shaforostoff 3a8d7d866a optimize string operations 11 years ago
Martin Gräßlin 910c49959a [tabbox] Add dedicated logging category for TabBox 11 years ago
Martin Gräßlin 63bdc54b32 [tabbox] Fix loading of default layout 11 years ago
Martin Gräßlin 5b111cc467 [tabbox] Locate layouts through KPackage instead of KService 11 years ago
Martin Gräßlin d66a804bbb Drop not needed includes of QX11Info 11 years ago
Martin Gräßlin c61ecc887a Replace QX11Info::appRootWindow() by KWin::rootWindow() 11 years ago
Martin Gräßlin e96c86e045 Remove unused #include <KWindowSystem> 11 years ago
Thomas Lübking 40a06a23a9 ShadeHover highlighted windows in tabbox 11 years ago
Martin Gräßlin 66df3eefdf Cleanup: reduce usage of QDesktopWidget 11 years ago
Martin Gräßlin 6d64113ed4 Do not include utils.h in xcbutils.h 11 years ago
Martin Gräßlin 905c1f8f9d [tabbox/qml] Default desktop switcher moved to look and feel package 12 years ago
Martin Gräßlin e79f0d54f2 [tabbox] Get DesktopSwitcher from look and feel package 12 years ago
Martin Gräßlin ddc1e6de59 [tabbox] Try locating the WindowSwitcher QML through configured lnf package 12 years ago
Martin Gräßlin 1f4981fc0b [tabbox] Bring back disabled unit tests 12 years ago
Martin Gräßlin d1798202e8 [tabbox] Fix forwarding grabbed key event to QQuickItem 12 years ago
Martin Gräßlin ec6a1810d4 [tabbox] Drop DBus interface and embedded functionality 12 years ago
Martin Gräßlin 41b7b7f3e5 [tabbox] Pass parent to TabBoxHandler 12 years ago
Martin Gräßlin 3cd932f441 [tabbox] Fix cleanup of TabBoxHandlerPrivate 12 years ago
David Faure 20bc3ff68b Include ksharedconfig.h (since it will be removed from kpluginfactory.h) 12 years ago
Martin Gräßlin 869c087e21 [kwin] Use QQmlEngine from Scripting in TabBox 12 years ago
Matteo De Carlo 8a9cdba6ae Replace NULL with nullptr in tabbox folder 12 years ago
Martin Gräßlin 1d7ee61741 [kwin] Register QAbstractItemModel as a qml type in TabBox 12 years ago
Martin Gräßlin f5340a27c5 [kwin/tabbox] Drop define TABBOX_KCM 12 years ago
Martin Gräßlin d536532f66 [kwin/tabbox] Use a QmlComponent instead of a QQuickView for TabBox 12 years ago
Martin Gräßlin 3797c3d26e [kwin/tabbox] Recreate DeclarativeTabBoxView every time it's shown 13 years ago
Martin Gräßlin c754ba7f8d Use Xcb::Atom for resolving the highlight windows atom in TabBox 13 years ago
Martin Gräßlin 85ea66f736 Port remainind XSync calls to XCB variant 13 years ago
Martin Gräßlin 592ea89b01 Port all remaining XDeleteProperty calls to XCB 13 years ago
Martin Gräßlin 57905c0cc2 And we got rid of KDebug 13 years ago
Martin Gräßlin 8cf8f57966 Port tabbox to QtQuick 2 13 years ago
Thomas Lübking 127cf45626 protect kwin against broken tabbox installation 13 years ago
Martin Gräßlin badc7a2bc4 Remove show outline from TabBox 13 years ago
Thomas Lübking c6ff7932c2 Tabbox: ask kwin about compositing 13 years ago
Martin Gräßlin 98a04893a6 Use mgraesslin@kde.org for my mail address in Copyright and AboutData 13 years ago
Martin Gräßlin 9f85f7f597 Port non-composited Outline to XCB 13 years ago
Martin Gräßlin 47ddf1384c Fix non-const ref iterator issues reported by Krazy2 checker foreach 13 years ago
Martin Gräßlin 83b9cb6697 Verify QVariant is valid before casting to Client* 14 years ago
Martin Gräßlin d75e7a6d60 Use smart pointers to protect access to TabBoxClient 14 years ago
Thomas Lübking ed2fabf527 elevate tabbox when elevating highlighted windows 14 years ago
Thomas Lübking 0fe48f971d use compositor to elevate current tabbox window 14 years ago