summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* QtGui: de-duplicate calls and cache resultsAnton Kudryavtsev2016-03-135-10/+15
* Merge remote-tracking branch 'origin/5.6.0' into 5.7v5.7.0-alpha1Oswald Buddenhagen2016-03-074-12/+75
|\
| * Fix builds without session management.v5.6.0-rc1Andreas Hartmetz2016-02-181-0/+4
| * Add option to disable "session management by closing windows".Andreas Hartmetz2016-02-154-12/+71
* | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-066-18/+94
* | QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-044-9/+9
* | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+2
* | QtGui: Mark some more types as shared for Qt 6.Marc Mutz2016-03-031-2/+6
* | Refactor initialization/caching code for versioned opengl functionsLars Knoll2016-03-023-26/+4
* | Use an enum for versioning the opengl function backendsLars Knoll2016-03-023-9/+7
* | Ensure we can query all GL functions in all platform pluginsLars Knoll2016-03-012-3/+7
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-014-5/+14
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-298-12/+39
|\ \
| * | Track target widget when wheel events are receivedGabriel de Dietrich2016-02-294-6/+16
| * | QPlatformWindow::screenForGeometry(): Do not call mapToGlobal() on top level ...Friedemann Kleint2016-02-261-2/+3
| * | Fix QHighDpi::fromNative(QRect, QScreen *, QPoint).Friedemann Kleint2016-02-261-1/+1
| * | QScreen::grabWindow(): Scale the coordinates.Friedemann Kleint2016-02-261-1/+14
| * | Add missing initializations in QWheelEventJan Arve Sæther2016-02-251-3/+6
| * | QWindow: Use scaling when calling QPlatformWindow::mapTo/FromGlobal().Friedemann Kleint2016-02-251-2/+2
* | | QVector: preserve capacity in clear()Marc Mutz2016-02-291-2/+2
* | | QtPlatformHeaders/Windows: Add function to set window activation behavior.Friedemann Kleint2016-02-251-1/+1
* | | QtGui: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-252-1/+3
* | | QtGui: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-241-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-243-3/+7
|\| |
| * | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-1/+1
| * | xcb: Fix drag and drop between xcb screensBłażej Szczygieł2016-02-182-2/+6
* | | QPlatformWindow: don't call QScreen::virtualSiblings()Anton Kudryavtsev2016-02-241-1/+1
* | | QFileDialogOptions: Expose default name filter setting.Friedemann Kleint2016-02-222-2/+44
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-186-6/+31
|\| |
| * | Add source device information to qDebug output of QTouchEventAriel Molina2016-02-171-0/+1
| * | QWindow: Make screen warning more informativeGabriel de Dietrich2016-02-171-1/+1
| * | Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-3/+25
| |\|
| | * HighDPI: Extend exposed region to avoid artifacts by rounding.Friedemann Kleint2016-02-092-1/+23
| | * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
| | * BIC: Rename back symbol that was mistakenly thought to be privateTor Arne Vestbø2016-02-021-1/+1
| * | QPlatformWindow::screenForGeometry(): Use mapToGlobal().Friedemann Kleint2016-02-121-2/+4
* | | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-171-5/+2
|\ \ \
| * \ \ Merge dev into 5.7Oswald Buddenhagen2016-02-171-5/+2
| |\ \ \
| | * | | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-5/+2
* | | | | QShortcutMap: re-use an existing bool variableMarc Mutz2016-02-171-1/+1
|/ / / /
* / / / Add QStyleHints::setTabFocusBehavior() for testing purposesJ-P Nurmi2016-02-162-2/+24
|/ / /
* | | QtGui: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-02-112-2/+3
* | | QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-113-7/+7
* | | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-116-11/+12
* | | QtGui: replace a Q_FOREACH loop with QList::op+=Marc Mutz2016-02-111-4/+2
* | | QtGui: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-117-13/+26
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-114-12/+30
|\| |
| * | QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-091-1/+1
| * | Make QWindowGeometrySpecification suitable to use as globalSérgio Martins2016-02-071-3/+5
| * | dbusmenu: Add support for shortcutsDmitry Shachnev2016-02-022-8/+24
| |/