summaryrefslogtreecommitdiffstats
path: root/doc/src/qdesktopwidget.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Move class and function documentation into a dedicated directory.Volker Hilsheimer2009-07-301-266/+0
|
* Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-0/+4
|
* Implement QDesktopWidget::screenCountChanged signal on desktop platforms,Volker Hilsheimer2009-07-171-34/+49
| | | | | | | and add manual testcase. Provide replacement "screenCount" for numScreens and document numScreens as obsolete to be more consistent with other APIs.
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* 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