summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | 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
* | Widgets: report focus object change to QtGui before sending widget eventsTor Arne Vestbø2017-01-101-17/+14
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-3/+3
* | doc: Removed a \fn command and a misplaced commentMartin Smith2017-01-051-3/+0
* | doc: Removed two cases of // staticMartin Smith2017-01-051-2/+0
* | Split QPlatformWindow::isEmbedded into isAncestorOf to separate concernsTor Arne Vestbø2017-01-051-7/+0
* | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-022-2/+3
* | Add needed includes to qdesktopwidget_p.h and qwidgetwindow_p.hKimmo Ollila2017-01-022-0/+2
* | QWidget::clearMask(): Skip setMask() logic if there's no maskGabriel de Dietrich2016-12-161-0/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-134-48/+36
|\|
| * Close popups when blocked by modal dialogPaul Olav Tvete2016-11-301-0/+1
| * QtWidgets: Add missing overrideAlexander Volkov2016-11-291-24/+24
| * Remove some #if 0 blocks from API headersEdward Welbourne2016-11-231-10/+0
| * QFormLayout: fix use-after-free in clearQLayoutItem()Marc Mutz2016-11-221-14/+11
* | QTouchEvent::TouchPoint: replace ellipse diameters with QSizeFShawn Rutledge2016-12-091-11/+3
* | TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-071-2/+6
* | Replace manual parent traversal in isWindowBlocked with use of isAncestorOfTor Arne Vestbø2016-11-241-20/+12