summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-113-13/+19
|\
| * QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-091-3/+2
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-2/+4
| * QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-052-8/+13
* | dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-092-0/+2
* | Replace some QList<int> with QVector<int>Marc Mutz2016-02-081-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-025-9/+40
|\|
| * Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-1/+1
| * Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-5/+0
| * QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-281-2/+9
| * add QDebug operator for QActionShawn Rutledge2016-01-262-1/+30
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-8/+13
|\|
| * Repaint QOpenGLWidget when screen changesDyami Caliri2016-01-241-0/+3
| * Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-8/+10
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-263-40/+47
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-213-40/+47
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-25/+23
| | |\
| | | * Revert "Fix global coordinate mapping for child widgets in QGraphicsView."Friedemann Kleint2016-01-051-24/+22
| | | * QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-211-1/+1
| | * | QtWidgets: Improve native and top-level OpenGL widget performanceBłażej Szczygieł2016-01-181-11/+15
| | * | QtWidgets: Don't show window of native widget with WA_OutsideWSRangeBłażej Szczygieł2016-01-131-4/+9
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
|/ / /
* | | QWidget: fix expensive iteration over QMap::keys()Marc Mutz2016-01-201-2/+7
* | | Updated license headersJani Heikkinen2016-01-1563-882/+1260
* | | 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