summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-102-15/+45
| |\|
| | * Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-091-15/+28
| | * QWidget: React to platform surface being created or destroyedTor Arne Vestbø2019-12-091-0/+17
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0922-344/+344
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0623-347/+347
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-3/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-3/+8
| |\|
| | * QWidget: don't set WA_PendingMoveEvent when geometry does not changeChristian Ehrlicher2019-11-271-3/+8
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-294-7/+27
|\| |
| * | QtWidgets/Windows: Simplify .pro filesFriedemann Kleint2019-11-281-1/+0
| * | QLayoutItem: make QLayoutItem::widget() const in Qt6Christian Ehrlicher2019-11-273-6/+27
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-272-7/+7
|\| |
| * | QtWidgets: Fix warnings about providing function for DESIGNABLE in property d...Friedemann Kleint2019-11-262-7/+7
| * | qtestsupport_widgets.h: Fix syncqt warningFriedemann Kleint2019-11-261-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-2515-50/+179
|\| |
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-223-17/+13
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-208-15/+14
| * | Take widget content margin into account for menu bar size calculationSamuel Gaist2019-11-152-10/+8
| * | QShortcut: add pmf ctor overloadsChristian Ehrlicher2019-11-142-4/+130
| * | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-1/+1
| |/
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-062-3/+13
| |\
| | * Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-292-3/+13
* | | QShortcut: Fix build with -no-feature-whatsthisFriedemann Kleint2019-11-061-0/+4
* | | Extract QGuiShortcutFriedemann Kleint2019-11-012-255/+24
* | | QAction: Properly port to the new configure systemFriedemann Kleint2019-11-0111-40/+32
* | | Extract QGuiAction(Group) from QAction(Group) into QtGuiFriedemann Kleint2019-10-315-1510/+71
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-262-20/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-9/+13
| |\|
| | * Drag'n'Drop: fix crash when widgets are destroyed during event handlingVolker Hilsheimer2019-10-101-9/+13
| * | Propagate application termination requests through QPATor Arne Vestbø2019-10-191-11/+8
* | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-256-13/+17
* | | QApplicationPrivate: Fix potential null pointer dereferenceVitaly Fanaskov2019-10-241-1/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-172-0/+4
|\| |
| * | QtWidgets: Suppress QEvent::WindowActivate when minimizedFriedemann Kleint2019-10-141-0/+2
| * | Remove usages of deprecated APIs of QDesktopWidgetSona Kurazyan2019-10-131-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-142-4/+6
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-101-3/+5
| |\ \
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-3/+5
| | |\|
| | | * Add check for global share context for QOpenGLWidget initializeMichal Klocek2019-10-081-3/+5
| * | | QWidget: Answer question raised in fixme commentFriedemann Kleint2019-10-101-1/+1
| |/ /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-111-3/+5
|\| |
| * | QWidget: document that a widget might only get a mouseDoubleClickEventVolker Hilsheimer2019-10-081-3/+5
* | | Remove leftovers from QML1Lars Knoll2019-10-101-7/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-061-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-0/+1
| |\|
| | * Remove the unregistered recognizer from the main listAndy Shaw2019-10-031-0/+1
* | | Get rid of QList forward declarationsLars Knoll2019-10-041-1/+0
|/ /
* | Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-021-0/+6
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-1/+1
|\|
| * QWidget::setFocusProxy: adjust focus widget properlyDavid Faure2019-09-251-1/+1