summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-214-22/+2
| * | | QPlatformTheme: added EditorFontNikita Krupenko2016-03-181-0/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-135-31/+38
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-115-31/+38
| | |\| |
| | | * | Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-092-3/+5
| | | * | QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-055-3/+28
| | | * | qt_handleMouseEvent(): Scale coordinates.Friedemann Kleint2016-03-011-1/+3
| | | * | qt_handleTouchEvent(): Scale coordinates when converting touch points.Friedemann Kleint2016-02-291-24/+2
| * | | | 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 "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-03-019-15/+42
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-019-15/+42
| |\| | |
| | * | | 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
* | | | | Q{File,Font,Color,Message}DialogOptions are no value classesMarc Mutz2016-03-012-64/+100
|/ / / /
* | | | QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-281-5/+3
* | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-2511-15/+88
|\| | |
| * | | 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
* | | | QInputMethodEvent::Attribute: add ctor that doesn't take a QVariantMarc Mutz2016-02-202-1/+12
|/ / /