summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtWidgets: Make QWidgetWindow disappear when its associate QWidget hidesDebao Zhang2012-06-041-3/+2
* Implement QWidgetPrivate::setWindowIcon_sys()Corentin Jabot2012-06-023-9/+7
* Fix QApplicationPrivate::pickMouseReceiver() crashDebao Zhang2012-06-011-1/+1
* Dispatch tablet events to widgetsLaszlo Agocs2012-06-013-60/+38
* Remove unused isGLWidget variable.Kim Motoyoshi Kalland2012-06-012-2/+0
* Fix compilation for QT_NO_CONTEXTMENU in QtWidgetsTasuku Suzuki2012-05-301-0/+4
* Remove QUpdateEvent from the public headersLars Knoll2012-05-301-0/+19
* Fix Qt 5 todo issues for QSizePolicy.Jan-Arve Saether2012-05-303-60/+68
* Fix some painting issues with native widgetsMiikka Heikkinen2012-05-294-5/+17
* QWidget::grab: Add a default value for the QRect parameter.Friedemann Kleint2012-05-292-5/+3
* QWidget::grab(): Do not call adjustSize() unconditionally.Friedemann Kleint2012-05-291-8/+5
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-293-23/+20
* Gestures & events: compile with QT_STRICT_ITERATORS.Thiago Macieira2012-05-251-18/+19
* Fix warnings about unused variables.Friedemann Kleint2012-05-251-1/+1
* QtWidgets: Fix QT_FLUSH_UPDATE for Windows.Friedemann Kleint2012-05-241-10/+22
* Fix compiler warnings in QtGui, QtWidgets.Friedemann Kleint2012-05-231-3/+2
* Fix QtWidgets compilation for -qconfig largeTasuku Suzuki2012-05-232-0/+10
* QWidgetWindow: handle ShortcutOverride eventsBradley T. Hughes2012-05-221-0/+1
* Don't create QBackingStore for QDesktopWidgetGirish Ramakrishnan2012-05-211-1/+1
* Move rarely used QObjectPrivate data to extraDataMartin Jones2012-05-211-2/+2
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-194-213/+6
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-26/+0