summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate QWidgetPrivate::invalidateBufferTor Arne Vestbø2019-02-121-13/+13
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-2/+1
|\
| * Doc: Correct minor link issue in qwidget.cppNico Vertriest2019-01-291-2/+1
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-051-27/+28
* | QtGui/QPainter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-021-3/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-2/+20
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-081-0/+21
| | |\
| | * | Doc: Fix linking errors qtbaseNico Vertriest2019-01-031-1/+1
| * | | Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-221-1/+19
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-2/+2
|\| | |
| * | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-2/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-0/+21
|\| |
| * | QToolTip - set correct screen before resizeThorbjørn Lund Martsum2018-12-181-0/+21
| |/
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-14/+15
|\|
| * Windows: Fix embedded application not getting focus after clicking outsideFriedemann Kleint2018-11-241-9/+14
| * Remove unused inRepaint member of QWidgetPrivateTor Arne Vestbø2018-11-231-5/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-1/+5
|\|
| * Avoid crashing with opaque opacity effectAllan Sandfeld Jensen2018-11-071-1/+5
* | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-051-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-14/+9
|\|
| * Remove empty function QWidgetPrivate::registerDropSite()Friedemann Kleint2018-10-171-9/+0
| * xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-5/+9
* | QWidget: set brushOrigin in paintBackground() only when really neededChristian Ehrlicher2018-10-131-14/+17
|/
* 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-031-1/+1
* Doc: Remove expired link and add see also entry for style sheetsPaul Wicking2018-09-281-4/+2
* QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2018-08-301-1/+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
* | 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
* | widgets: fix QWidget::save/restoreGeometry()Gatis Paeglis2018-06-251-11/+15
* | Add ObjectMode coordinate mode to QGradientEirik Aavitsland2018-06-221-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-19/+21
|\|
| * Render QOpenGLWidget/QQuickWidget with AlwaysStackOnTopAllan Sandfeld Jensen2018-05-311-14/+16
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-5/+5
| * Fix QML integration of widgetsLars Knoll2018-04-231-1/+2
* | Widgets: Use accelerated scroll when scrolled widget is overlappedBłażej Szczygieł2018-04-171-6/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-051-1/+1
|\|
| * QWidget: Fix typo in Mac size propagationGabriel de Dietrich2018-04-041-1/+1
* | Fix QML integration of widgetsLars Knoll2018-03-271-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-2/+2
|\|
| * Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-141-2/+2
* | stylesheets cleanup to prepare for a bigger patchSergio Martins2018-02-281-50/+25
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+2
|\
| * QWidget: Fix a crash when platform window creation failsFriedemann Kleint2018-01-161-1/+2
* | Document several WA_Mac attributes as obsoleteGabriel de Dietrich2018-02-051-6/+1
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-118/+163
|\ \