summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-285-11/+11
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-287-16/+16
* Revert "QWidgetEffectSourcePrivate::draw(): Call render() when no shared pain...Friedemann Kleint2017-06-141-1/+1
* Help GCC understand that variable is never used unintializedThiago Macieira2017-06-071-1/+1
* Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-071-2/+4
* QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Olivier Goffart2017-05-301-1/+1
* QWidgetWindow: don't give focus to windows that are being destroyedMitch Curtis2017-05-301-0/+4
* QWidgetEffectSourcePrivate::draw(): Call render() when no shared painter existsFriedemann Kleint2017-05-291-1/+1
* macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
* QOpenGLWidget: Fix UB (invalid cast) in ~QOpenGLWidgetPrivateDyami Caliri2017-04-271-6/+2
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-1/+2
* Fix UB in QWidgetEffectSourcePrivate::detachOlivier Goffart2017-04-191-4/+4
* Fix UB in QLayout::childEventOlivier Goffart2017-04-191-22/+9
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-2/+3
|\
| * Fix menu position when highdpi scalingMorten Johan Sørvig2017-04-061-2/+3
* | Fix warning for -no-feature-graphicsviewStephan Binner2017-04-041-1/+1
* | Fix warning for -no-feature-menubarStephan Binner2017-04-041-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+1
|\|
| * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-1/+1
* | Set default fbo redirect correctly for QOpenGLWidget viewportsLaszlo Agocs2017-03-181-0/+14
* | When changing screen, only update the font if dpi has changedOlivier Goffart2017-03-171-1/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+1
|\|
| * Fix UB in QWidgetItemV2::~QWidgetItemV2Olivier Goffart2017-03-021-1/+1
* | Doc: QSizePolicy: Fix documentation warningsTopi Reinio2017-03-081-1/+1
* | QWidgetWindow::event(): Call base implementation for QEvent::WindowStateChangeFriedemann Kleint2017-03-081-0/+1
* | Add feature.label and feature.formlayoutStephan Binner2017-03-034-4/+16
* | Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-2/+4
* | Fix DPI of QWidget with parent on a different screenOlivier Goffart2017-03-021-10/+8
* | QSizePolicy: inline toControlTypeFieldValue()Marc Mutz2017-02-272-25/+19
* | QSizePolicy: simplify implementationMarc Mutz2017-02-271-17/+8
* | QSizePolicy: mark as relocatable typeMarc Mutz2017-02-271-0/+2
* | Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+8
* | QApplication: Remove code duplicationGabriel de Dietrich2017-02-241-11/+1
* | QSizePolicy: plaster API with Q_DECL_NOTHROWMarc Mutz2017-02-232-24/+24
* | make TabletMove hover events conditional on QWidget::tabletTrackingShawn Rutledge2017-02-232-1/+43
* | handle TabletMove events during stylus hoverShawn Rutledge2017-02-231-8/+12
* | QSizePolicy: make (Policy,Policy) ctor constexprMarc Mutz2017-02-232-4/+16
* | QSizePolicy: add C++14-style constexpr where possibleMarc Mutz2017-02-221-8/+8
* | QWidget: update the font when the screen is changedOlivier Goffart2017-02-201-0/+1
* | Lazily create QPlatformWindow for Qt::Desktop windowsTor Arne Vestbø2017-02-161-7/+12
* | Fix minor typos in apidocFrederik Schwarzer2017-02-151-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-9/+4
|\|
| * QFormLayout: take the correct row in takeRow()Marc Mutz2017-02-081-9/+4
* | Prevent Qt::ForeignWindow from propagating into QWidget for non-toplevelsTor Arne Vestbø2017-02-091-0/+2
* | Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-091-3/+6
* | Fix some qdoc warnings for 5.9Friedemann Kleint2017-02-061-1/+1
* | Merge remote-tracking branch 'gerrit/dev' into HEADOswald Buddenhagen2017-02-015-48/+94
|\ \
| * | QSizePolicy: implement transpose() via transposed()Marc Mutz2017-01-311-11/+1
| * | QSizePolicy: add a transposed() methodMarc Mutz2017-01-282-0/+50
| * | QSizePolicy: add some constexprMarc Mutz2017-01-281-14/+24