summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix linking errors qtbaseNico Vertriest2019-01-031-1/+1
* 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
* Avoid crashing with opaque opacity effectAllan Sandfeld Jensen2018-11-071-1/+5
* Remove empty function QWidgetPrivate::registerDropSite()Friedemann Kleint2018-10-171-9/+0
* xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-5/+9
* 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
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-118/+163
| |\|
| | * Widgets: check if parent exists before calling parent->locale()Richard Moe Gustavsen2017-12-181-3/+3
| | * Share QWidget update and repaint code for QRect and QRegionTor Arne Vestbø2017-12-141-46/+28
| | * QWidget: Remove dead code for handling painting without a backingstoreTor Arne Vestbø2017-12-141-49/+18
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-30/+124
| | * Set sharedPainter correctly for QGraphicsEffectLaszlo Agocs2017-12-121-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-0/+2
| |\|
| | * QWidget: Propagate window file path after createTor Arne Vestbø2017-11-071-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-69/+58
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-051-1/+1
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-1/+1
| | |\|
| | | * Fix QGraphicsEffect draw error size in decimal scale factorIceyer Lee2017-09-211-1/+1
| * | | Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-051-25/+1
| * | | Widgets: change QWidget::setTabOrder to understand compound widgetsRichard Moe Gustavsen2017-10-041-43/+56
| |/ /
* | | Remove pointer checkJesus Fernandez2017-09-271-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-8/+31
|\| |
| * | Widgets: add QWidgetPrivate::deepestFocusProxy()Richard Moe Gustavsen2017-09-251-3/+24