summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-1/+1
|\
| * Fix a few container detachmentsSérgio Martins2016-01-101-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-083-18/+71
|\|
| * QDesktopWidget::screenNumber(QPoint): fix handling of virtual desktopsBłażej Szczygieł2016-01-061-6/+19
| * QDesktopWidget::screenNumber(QWidget*): check virtual sibling screensBłażej Szczygieł2016-01-061-17/+35
| * QMacPanGestureRecognizer - stop timer on 'reset'Timur Pocheptsov2016-01-051-0/+1
| * Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-301-5/+26
| * QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-211-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-3/+27
|\|
| * QWidgetBackingStore::markDirty(): Clamp dirty region to window size.Friedemann Kleint2015-12-111-1/+5
| * Fix QAction::menuRole() documentationMitch Curtis2015-12-091-1/+1
| * Fix QAction MenuRole documentationMitch Curtis2015-12-091-1/+1
| * Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+20
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-171-1/+1
* | QApplication: replace QList::prepend()s with appends()Marc Mutz2015-12-171-5/+5
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-25/+17
* | widgets: Pass non-trivially-copyable or large types by const-refSérgio Martins2015-12-122-2/+7
* | QApplication: replace some sneaky code with a strategic gotoMarc Mutz2015-12-071-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-024-17/+64
|\|
| * Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-1/+16
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
| * QWidget::mapTo/FromGlobal(): Avoid calling QWindow helpers until shown.Friedemann Kleint2015-11-271-2/+8
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-272-13/+39
| |\
| | * Call setFocus() if it is a QAxHostWidget which is in a new active windowAndy Shaw2015-11-231-2/+4
| | * Do not leak textures from the backing storesLaszlo Agocs2015-11-231-11/+35
* | | Fix scoping of loop variables in QApplicationPrivate::dispatchEnterLeave()Marc Mutz2015-11-301-18/+12
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-3/+3
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2015-11-274-5/+27
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-274-5/+27
| |\| |
| | * | Reduce the number of paint events for QOpenGLWidgetLaszlo Agocs2015-11-243-3/+16
| | * | Send a paint after resize correctly from QOpenGLWidgetLaszlo Agocs2015-11-231-2/+1
| | * | Fix no-opengl build for texture backed widgetsLaszlo Agocs2015-11-231-0/+10
* | | | Remove dead code.Jake Petroules2015-11-271-1/+1
|/ / /
* | | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-2515-73/+73
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-235-89/+162
|\| |
| * | Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-195-89/+162
* | | QtWidgets: use new qUtf16Printable() instead of qPrintable()Marc Mutz2015-11-211-22/+22
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-183-22/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-6/+10
| |\|
| | * Minor optimization to QWidgetPrivate::naturalWidgetFont()Konstantin Ritt2015-11-051-6/+10
| * | move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-132-16/+7
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-042-8/+10
|\| |
| * | Suppress the modal window handling for dialogs embedded into QGraphicsView.Friedemann Kleint2015-11-041-4/+6
| * | QtWidgets: Do hide/show via WA_OutsideWSRange for native widgetsUlf Hermann2015-11-031-1/+1
| * | QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-272-3/+3
* | | qDelete(map.values()) -> qDelete(map)Albert Astals Cid2015-10-261-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-233-2/+11
|\| |
| * | Add the proper NOTIFY signal to the primaryScreen propertyLars Knoll2015-10-201-1/+1
| * | QGestureManager: use qEnvironmentVariableIntValue()Marc Mutz2015-10-191-1/+1
| * | Avoid triggering OpenGL initialization for RasterSurfaceJohn Lindgren2015-10-141-0/+9