summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication_qpa.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Avoid setting the active window to null when there is a FocusIn queued.Laszlo Agocs2011-06-061-0/+2
|
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-031-23/+62
| | | | Reviewed-by: Samuel Rødal
* Fix isTopLevel() in QWindow.Laszlo Agocs2011-05-311-8/+1
| | | | | | | | This also makes modal hints set properly for dialogs so the additional checks during active window change are not needed anymore. Reviewed-by: Samuel Rødal
* Add focus and modal dialog support.Laszlo Agocs2011-05-301-12/+30
| | | | Reviewed-by: Samuel Rødal
* Improved popup and mouse event handling.Samuel Rødal2011-05-111-1/+1
| | | | | Use QApplicationPrivate::sendMouseEvent() to ensure hover events are sent. Copy most of the popup handling code from qapplication_x11.cpp
* get QtWidgets to linkLars Knoll2011-05-071-6/+0
| | | | | some more changes, mainly exporting methods from QtGui to get QtWidgets to link.
* library splitLars Knoll2011-05-071-0/+431