summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Introduce QWindow::setFlag and QWidget::setWindowFlagDaniel Vrátil2016-11-222-1/+19
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-172-6/+3
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-5/+0
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-5/+0
| | |\
| | | * doc: Remove obsolete note for QWidget::paintEvent()Alexander Volkov2016-11-121-5/+0
| * | | Fix misspelled QT_NO_ featuresPaul Olav Tvete2016-11-091-1/+1
| * | | Fix developer build with -no-feature-cursorAndrew Knight2016-11-081-0/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-0211-167/+132
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-015-12/+16
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-312-5/+8
| | |\|
| | | * Mark the entire widget dirty when changing flush pathsLaszlo Agocs2016-10-291-2/+8
| | | * QWidgetPrivate: remove unused declarations of methodsAnton Kudryavtsev2016-10-281-3/+0
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-272-7/+4
| | |\|
| | | * Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-6/+3
| | | * Call raise on the window that contains the widget and not the widgetAndy Shaw2016-10-241-1/+1
| | * | Doc: Mention context menu related API in QWidget overviewKai Koehne2016-10-111-0/+4
| * | | QtWidgets: Remove function documentation from Qt 4Friedemann Kleint2016-10-261-39/+0
| * | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-149-116/+116
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-133-11/+24
|\| | |
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-111-6/+9
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-6/+9
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-6/+9
| | | |\|
| | | | * Plug leak in QFormLayout::setWidget()Marc Mutz2016-10-061-6/+9
| * | | | Fix build with statemachine feature disabledLars Knoll2016-10-111-3/+3
| |/ / /
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-2/+12
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-2/+12
| | |\|
| | | * [doc] Fix docs of QLayoutItem::widget()Marc Mutz2016-09-291-2/+12
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-297-30/+35
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-297-24/+27
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-286-24/+26
| | |\|
| | | * QTapAndHoldGestureRecognizer: Fix several UBs (invalid cast) in recognize()Marc Mutz2016-09-281-10/+14
| | | * QWidget: Fix UB (invalid cast) in sendResizeEvents()Marc Mutz2016-09-281-1/+3
| | | * QLayout: Fix UB (invalid cast) in widgetEvent()Marc Mutz2016-09-271-4/+3