summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-062-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-292-17/+52
|\
| * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-292-17/+52
* | QtWidgets: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-284-13/+23
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-3/+3
* | QtPlatformHeaders/Windows: Add function to set window activation behavior.Friedemann Kleint2016-02-251-1/+1
* | QtWidgets: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-241-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-15/+56
|\|
| * QtWidgets: Always deliver the wheel event to submenusBłażej Szczygieł2016-02-241-3/+14
| * QtWidgets: Proper delivery of enter/leave event to context menusBłażej Szczygieł2016-02-241-12/+42
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-183-23/+31
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-23/+31
| |\
| | * Revert "QWidgetWindow: call base class close event impl".Friedemann Kleint2016-02-051-1/+0
| | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-025-9/+40
| | |\
| | * | Fix widget texture list locking to avoid animation issues on eglfsLaszlo Agocs2016-01-282-22/+31
* | | | 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