summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* OS X: Fix menu item shortcuts without modifiersEskil Abrahamsen Blomfeldt2014-09-221-1/+1
* Make sure we don't delete child QWindows if they have WA_NativeWindow setGabriel de Dietrich2014-09-221-0/+16
* Avoid adding widget to its own layoutThomas Fischer2014-09-055-39/+67
* Add missing private headers warningSamuel Gaist2014-09-042-0/+22
* Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+8
* Fix build with QT_NO_MDIAREASérgio Martins2014-08-121-2/+5
* Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-303-25/+1
|\
| * Fix warning message when re-setting text on tooltipJoni Poikelin2014-07-291-1/+1
| * move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-032-24/+0
* | Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-1/+1
* | Document QApplication::cursorFlashTime() can return -1İsmail Dönmez2014-07-071-0/+3
* | Cocoa: Handle Qt::WA_ShowWithoutActivatingMorten Johan Sørvig2014-07-021-0/+4
* | Revert "Suppress move/resize events if they are the result of call to move()/...Friedemann Kleint2014-06-131-10/+2
* | Revert "Revert "Fixed duplicate QMoveEvent generated for each QWidget::move c...Friedemann Kleint2014-06-131-1/+4
* | Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Sergio Ahumada2014-06-112-6/+11
|\|
| * Suppress move/resize events if they are the result of call to move()/resize().Friedemann Kleint2014-06-061-2/+10
| * Revert "Fixed duplicate QMoveEvent generated for each QWidget::move call"Friedemann Kleint2014-06-061-4/+1
* | QWidget: fix documentation for isEnabledTo(0)David Faure2014-06-111-1/+7
|/
* QApp: Method to check for native style usage.Christoph Schleifenbaum2014-06-052-0/+28
* Move native subwidgets in QWidget::scroll().Friedemann Kleint2014-05-282-6/+6
* WinRT: Fix compile warningsMaurice Kalinowski2014-05-261-0/+3
* Fix loss of precision warningsFrederik Gladhorn2014-05-261-1/+1
* Avoid setting unnecessary parameters in QOpenGLWidgetLaszlo Agocs2014-05-161-6/+0
* Avoid drawing when the QOpenGLWidget isn't mappedJocelyn Turcotte2014-05-081-1/+1
* Use QCoreApplication::postEvent() for replaying popup mouse events.Friedemann Kleint2014-05-061-4/+6
* Widgets going "undercover" should also undercover the QWindowJan Arve Saether2014-04-301-2/+9
* Use showNormal() instead of show() in QToolTip.Milian Wolff2014-04-251-2/+2
* Accessibility Windows: Improve MenusFrederik Gladhorn2014-04-251-2/+0
* Update tooltip palette when receiving a theme change notification.Friedemann Kleint2014-04-252-4/+11
* Restore Qt 4 behavior in default double click handlerLaszlo Agocs2014-04-171-1/+3
* Doc: document obsolete QApplication::setGraphicsSystem()Marc Mutz2014-04-101-0/+9
* Fix crash in qt_try_modal.Friedemann Kleint2014-04-091-2/+1
* QOpenGLWidget: Avoid crashing if updateGL is called before the first resizeJocelyn Turcotte2014-04-091-0/+3
* Forward "_q_platform_*" QWidgets's properties to QWindow.Tomasz Olszak2014-04-092-0/+7
* Fix a crash on startup with QOpenGLWidgetJocelyn Turcotte2014-04-071-1/+2
* Improve QWidget::metric for PdmDevicePixelRatio.Morten Johan Sørvig2014-04-051-6/+9
* QNX: Surpress manual window activation during showFullScreenFabian Bumberger2014-04-051-0/+3
* Make it possible to render QtWebEngine in QOpenGLWidgetJocelyn Turcotte2014-04-041-0/+2
* Don't assume qt_tablet_target widget exists from one event to the nextShawn Rutledge2014-04-041-10/+2
* Avoid double clicks confusing popupsLaszlo Agocs2014-04-031-1/+1
* Enable the depth and stencil buffers by default in QOpenGLWidgetJocelyn Turcotte2014-04-021-1/+1
* When looking up the window hierarchy, stop at foreign windowsAlberto Mardegan2014-04-011-2/+9
* Propagate textureChildSeen properlyLaszlo Agocs2014-03-311-1/+1
* Send touch update events to widget if there is a gesture pending for it.Friedemann Kleint2014-03-313-1/+12
* Pass events to QGestureManager from the main (GUI) thread only.Friedemann Kleint2014-03-281-9/+12
* Streamline code in standard gesture recognizers.Friedemann Kleint2014-03-271-27/+8
* Make QWidget::render() work correctly with all paint devicesLars Knoll2014-03-272-23/+8
* QPA: Fix QPlatformTheme::Palette enum value spellingGabriel de Dietrich2014-03-211-1/+1
* QApplication: fix scroll phase handling for wheel eventsJ-P Nurmi2014-03-201-2/+2
* QOpenGLWidget retina support.Morten Johan Sørvig2014-03-201-1/+1