plasma-framework/src/plasmaquick
David Edmundson dc79190b8d Fix dialog's check for isTooltip
Qt::Tooltip is a mix of other flags (0x0001101)

using a simple & is not correct as any Window will have (0x0000001) set
and the bitwise & operation will return a non-zero value

REVIEW: 118906
2014-06-24 21:17:58 +02:00
..
private AppletQuickItem: Do not remember the popup dialog size 2014-06-20 17:31:57 +02:00
appletquickitem.cpp AppletQuickItem: Do not remember the popup dialog size 2014-06-20 17:31:57 +02:00
appletquickitem.h Make AppletQuickItem return QQuickItems 2014-05-27 16:59:48 +02:00
CMakeLists.txt fix build 2014-05-19 18:29:41 +02:00
configmodel.cpp Apply the astyle-kdelibs script 2014-04-26 01:48:37 +02:00
configmodel.h Apply the astyle-kdelibs script 2014-04-26 01:48:37 +02:00
configview.cpp Fix typo 2014-06-19 20:12:51 +02:00
configview.h export the applet we're configuring 2014-06-09 13:24:52 +02:00
dialog.cpp Fix dialog's check for isTooltip 2014-06-24 21:17:58 +02:00
dialog.h set window mask when composite is off 2014-06-10 15:22:12 +02:00
dialogshadows_p.h Apply the astyle-kdelibs script 2014-04-26 01:48:37 +02:00
dialogshadows.cpp Apply the astyle-kdelibs script 2014-04-26 01:48:37 +02:00
KF5PlasmaQuickConfig.cmake.in Fix Plasma_INCLUDE_INSTALL_DIR variable in (another) config module 2014-04-26 13:16:21 +01:00
packageurlinterceptor.cpp remove the rewrite for platform specific stuff 2014-05-30 19:47:06 +02:00
packageurlinterceptor.h Apply the astyle-kdelibs script 2014-04-26 01:48:37 +02:00
shellpluginloader.cpp Apply the astyle-kdelibs script 2014-04-26 01:48:37 +02:00
shellpluginloader.h Revert "Install header for Dialog so it's publically subclassable as discussed." 2014-04-23 19:48:04 +02:00
view.cpp make the view's qml know about the wallpaper 2014-06-20 19:04:09 +02:00
view.h We only want to load the new Desktop.qml only in case we're a DesktopView 2014-05-27 16:59:48 +02:00