summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-263-13/+15
| |\ \
| | * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-253-13/+15
| | |\|
| | | * QQuickWidget: fix drag and dropOleg Yadrov2017-01-201-2/+6
| | | * QWidget::winId(): Remove documentation bit about macOSGabriel de Dietrich2017-01-191-4/+0
| | | * docs: Mention that QWidget::ensurePolished() also affects childrenSergio Martins2017-01-191-2/+2
| | | * Make shortcuts work for platform menu barsDmitry Shachnev2017-01-191-3/+5
| | | * Silence maybe_uninitialized warning with gcc -OgAllan Sandfeld Jensen2016-12-211-2/+2
| * | | Make wheelScrollLines a QStyleHintAllan Sandfeld Jensen2017-01-251-10/+4
| |/ /
* / / Widgets/qwidgetbackingstore.cpp: Fix developer build with MinGWFriedemann Kleint2017-01-271-17/+5
|/ /
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-2/+2