summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-1/+3
| |\|
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-1/+3
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-4/+4
| |\|
| | * Convert features.scrollarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-4/+4
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-5/+5
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-4/+10
|\|
| * QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-231-4/+10
* | New AA_DisableWindowContextHelpButton to globally hide ? buttonKai Koehne2017-08-291-3/+6
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-13/+12
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-43/+45
|\|
| * Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-43/+45
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-0/+1
|\|
| * QWidget::render(): Add a call to QPaintEnginePrivate::systemStateChanged()Friedemann Kleint2017-08-021-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-0/+2
|\|
| * Convert features.tabwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-0/+2
* | Don't call QVariant::fromValue<T>() with T=QVariantSérgio Martins2017-07-251-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-17/+19
|\|
| * Doc: fix paintEvent() function casingMitch Curtis2017-07-111-1/+1
| * Convert features.graphicseffect to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-16/+18
* | macOS: Deliver native events to windows, as well as to event filtersTor Arne Vestbø2017-07-061-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-19/+24
|\|