summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QLayout: Better document QLayout(QWidget *parent) behaviorChristian Ehrlicher2018-09-091-3/+4
* Fix crash when setting Qt::WA_StaticContents on a transient childFriedemann Kleint2018-09-061-1/+1
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+10
* QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2018-08-301-1/+3
* QWidgetWindow: Ensure Qt::WA_Mapped is set on obscured parent widgetsFriedemann Kleint2018-08-211-0/+3
* Modernize the "thread" featureUlf Hermann2018-08-171-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+6
|\
| * QWidget: Add note about fixPosIncludesFrame not supporting window statesTor Arne Vestbø2018-08-011-0/+6
* | QToolTip::mouseMoveEvent(): always call base classChristian Ehrlicher2018-08-041-7/+7
* | Don't ignore alpha values in grabFramebuffer methodsAllan Sandfeld Jensen2018-08-031-1/+2
* | Don't trigger composeAndFlush for native child widgets unless neededTor Arne Vestbø2018-08-031-1/+1
* | Inline deprecated QTest::qWaitForWindowShownTor Arne Vestbø2018-07-202-7/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-6/+6
|\|
| * Doc: Remove redundant \codePaul Wicking2018-07-131-4/+0
| * Doc: Explain emission of QAction::changed on calling QAction::togglePaul Wicking2018-07-111-2/+6
* | testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-163-2/+183
* | Fix build with '-no-feature-action' configurationValentin Fokin2018-07-122-0/+14
* | QAccessibleTabButton: fix isValidFrederik Gladhorn2018-07-081-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+2
|\|
| * Don't set the wasDeleted flag in ~QWidgetLars Knoll2018-06-071-1/+2
* | Tracepoints: add tracing for QEventsGiuseppe D'Angelo2018-06-281-3/+20
* | widgets: fix QWidget::save/restoreGeometry()Gatis Paeglis2018-06-251-11/+15
* | widgetwindow: send DragMove for every DragEnterGatis Paeglis2018-06-252-47/+67
* | Add ObjectMode coordinate mode to QGradientEirik Aavitsland2018-06-221-1/+2
* | Fix warning that QRegion::rects() is deprecatedThiago Macieira2018-06-181-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-078-35/+39
|\|
| * Render QOpenGLWidget/QQuickWidget with AlwaysStackOnTopAllan Sandfeld Jensen2018-05-311-14/+16
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-298-21/+23
* | QToolTip: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-281-1/+1
* | Move default implementation of update requests to QPlatformWindowTor Arne Vestbø2018-05-071-2/+4
* | QShortcut: Try harder to find a widget for parentless menubarsGabriel de Dietrich2018-05-031-2/+10
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-032-11/+26
|\|
| * Fix crash in QMacPanGestureRecognizerJan Arve Saether2018-05-022-2/+17
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-024-2/+5
|\|
| * Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-022-0/+4
| * Remove assert from QFormLayout::takeRow()Sergio Martins2018-04-301-2/+0
| * QWidgetWindow: Immediately forward close events to QWindowUlf Hermann2018-04-271-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-0/+1
|\|
| * Fix build with -no-feature-graphicsviewPaul Olav Tvete2018-04-251-0/+1
| * Fix QML integration of widgetsLars Knoll2018-04-231-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-203-10/+27
|\|
| * Send ShortcutOverride event when receiving a non-spontaneous key pressAndy Shaw2018-04-201-2/+14
| * QToolTip: Hide tooltip on key event on macOSGabriel de Dietrich2018-04-181-7/+5
| * Don't ignore the shortcut when the QMenuBar is parentlessAndy Shaw2018-04-181-1/+8
* | Don't send a mouse move when we just need to do a synthetic enter/leaveAndy Shaw2018-04-182-9/+16
* | Widgets: Use accelerated scroll when scrolled widget is overlappedBłażej Szczygieł2018-04-173-23/+81
* | Widgets: use range-based for instead of foreachAnton Kudryavtsev2018-04-152-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-061-1/+1
|\|
| * Fix memory corruption in heightForWidth cacheHarald Brinkmann2018-04-051-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-051-1/+1
|\|