summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-132-1/+9
|\
| * Make sure mouse release events are delivered to correct widgetPaul Olav Tvete2018-11-121-1/+2
| * QWidgetBackingStore: Don't flush foreign windowsMorten Johan Sørvig2018-11-111-0/+7
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-106-17/+10
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-093-14/+3
| |\
| | * Modernize the "textcodec" featureLiang Qi2018-11-072-1/+2
| | * windows: Give up on SwitchableCompositionLaszlo Agocs2018-11-051-13/+1
| * | QWidgetWindow: check if receiver is deleted after event deliveryRichard Moe Gustavsen2018-11-071-1/+1
| * | Avoid crashing with opaque opacity effectAllan Sandfeld Jensen2018-11-071-1/+5
| * | Doc: Solve issue with gridlayout image fileNico Vertriest2018-11-021-1/+1
* | | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-052-5/+5
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-254-63/+26
|\| |
| * | Remove empty function QWidgetPrivate::registerDropSite()Friedemann Kleint2018-10-172-10/+0
| * | xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-5/+9
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-42/+6
| * | QToolTip: Don't crash if a tool tip is shown outside screen geometryJohan Klokkhammer Helsing2018-10-151-6/+11
* | | Mark deprecated functions with QT_DEPRECATEDChristian Ehrlicher2018-10-213-2/+13
* | | Let QApplication emit paletteChangedFrederik Gladhorn2018-10-171-0/+1
* | | QWidget: set brushOrigin in paintBackground() only when really neededChristian Ehrlicher2018-10-132-14/+18
|/ /
* | QtWidgets: Fix Qt application coming to the foreground when launching app by ...Friedemann Kleint2018-10-051-2/+5
* | Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem()Friedemann Kleint2018-10-034-5/+7
* | Make overloaded function appear in assistant indexJarek Kobus2018-10-011-1/+0
* | Doc: Remove expired link and add see also entry for style sheetsPaul Wicking2018-09-281-4/+2
* | Ensure that QTabletEvent is not pre-accepted before sendingShawn Rutledge2018-09-252-0/+2
* | 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
|\|