summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix clipping of graphics effects in high dpi modeDaniel Teske2017-03-282-13/+16
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-203-2/+17
|\
| * 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
* | | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-162-37/+10
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-148-17/+30
|\| |
| * | 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
* | | Remove some redundant code in QActionJake Petroules2017-03-142-3/+2
* | | Add new API to control whether shortcuts are shown in context menusJake Petroules2017-03-143-0/+46
* | | QBoxLayout: Remove unconventional try/catch blocksGabriel de Dietrich2017-03-021-23/+5
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-027-86/+117
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-283-12/+25
|\| |
| * | 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
* | | Enable QWindowContainer on AndroidLaszlo Agocs2017-02-271-0/+13
* | | Compose renderToTexture widgets with sRGB when neededLaszlo Agocs2017-02-264-5/+38
* | | Add support for custom texture format in QOpenGLWidgetLaszlo Agocs2017-02-262-3/+54
|/ /
* | 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