summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Do not call markDirty() for hidden widgets.Samuel Rødal2012-08-061-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-032-4/+4
* fix a few qdoc command typosJeremy Katz2012-08-011-1/+1
* change \img to \image in docsJeremy Katz2012-08-012-2/+2
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-5/+5
* Avoid qobject_castKent Hansen2012-08-011-1/+2
* fix QWidget::activateWindow for child widgetsJoerg Bornemann2012-07-311-2/+4
* Describe an example usage of stretch in QSizePolicy documentation.Mitch Curtis2012-07-271-0/+11
* Fix position of mouse events generated from touch events.Andrew den Exter2012-07-261-1/+1
* Document emission of commitDataRequest() signal in QApplication doc.Mitch Curtis2012-07-251-0/+4
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-242-0/+91
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-192-4/+4
* Fix rendering glitches when using native widgets in MDI subwindowsMiikka Heikkinen2012-07-182-4/+3
* Fix widget animations.Friedemann Kleint2012-07-171-21/+7
* QWidget::showFullScreen fixed for widgets with valid size hintJoerg Bornemann2012-07-161-0/+4
* Fix applicationName() being empty in QApplication.David Faure2012-07-162-8/+0
* Use DropShadow from QPlatformTheme everywhere in qwhatsthis.cpp.Friedemann Kleint2012-07-161-15/+9
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-112-0/+12
* Don't set the resize and move flags when activating fullscreen modeThomas McGuire2012-07-111-0/+8
* Fix showNormal() and friends for platforms with fullscreen hintThomas McGuire2012-07-102-4/+4
* fix "paintEngine: Should no longer be called" warnings on WindowsJoerg Bornemann2012-07-091-1/+1
* fix fullscreen state in QWidgetWindow::handleWindowStateChangedEventJoerg Bornemann2012-07-091-2/+0
* Update framestrut initially after window creationMiikka Heikkinen2012-07-061-0/+7
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-041-1/+0
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-032-18/+19
* Implement automatic mouse grabbing on mouse button press.Miikka Heikkinen2012-07-033-1/+30
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-032-4/+4
* fix QWidget::grab(QRect(x, y, -1, -1))Joerg Bornemann2012-07-031-1/+5
* revive the noPaintOnScreen fix on WindowsJoerg Bornemann2012-07-033-5/+28
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-032-1/+1
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-011-0/+3
* Support the showIsFullScreen style hint in widgets.Thomas McGuire2012-06-302-13/+26
* Add framestrut mouse events.Friedemann Kleint2012-06-292-0/+13
* Further fixes to widget maskingMiikka Heikkinen2012-06-281-0/+3
* Widgets: Apply masks to native windows only.Friedemann Kleint2012-06-271-10/+2
* Fix raising and lowering native widgetsMiikka Heikkinen2012-06-271-2/+2
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-261-3/+18
* Make qtbase compile with QT_NO_CSSPARSERTasuku Suzuki2012-06-241-0/+1
* Fixed mouse grabbing preventing popups from being closed.Samuel Rødal2012-06-211-1/+3
* Remove references to Q_WS_QWSGirish Ramakrishnan2012-06-203-41/+1
* Fix QWidgetWindow sending duplicate drag-drop eventsJames Turner2012-06-201-1/+1
* Fix: Widgets that become top-level widgets may crash the applicationBerthold Krevert2012-06-152-3/+6
* Send key events to pop-up widget in case there is one.Friedemann Kleint2012-06-133-4/+10
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-121-1/+1
* QWidget::destroy(): Release mouse and keyboard grab.Friedemann Kleint2012-06-091-0/+4
* Remove unused variable inSetParentGirish Ramakrishnan2012-06-082-5/+0
* Fix a crash when calling effectiveWinId() on parentless widgets.Friedemann Kleint2012-06-082-23/+9
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-054-7/+7
* Fix parent-children relationship of QWidgetWindowsDebao Zhang2012-06-041-4/+5
* QWidgetWindow: Fix handleExposeEvent()Debao Zhang2012-06-041-1/+1