summaryrefslogtreecommitdiffstats
path: root/doc/src/qdesktopwidget.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Creating an instance of the QDesktopWidget breaks clipboard on X11.Denis Dzyubenko2009-03-271-1/+8
| | | | | | | | | | | On X11 when user manually creates a QDesktopWidget object it breaks notifications from the root window since we have several QDesktopWidgets that have the same native window id and the wid->qwidget mapper (QWidgetPrivate::mapper) goes crazy. So whenever we get x11 event from the root window we cannot find a qwidget that corresponds to the window id and discard these events. Reviewed-by: Brad
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+240