summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | QWheelEvent: use QT_DEPRECATED_VERSION_X_5_15Marc Mutz2019-07-311-16/+16
* | | Procrastinate QWheelEvent deprecations until 5.15Shawn Rutledge2019-07-232-5/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-1/+1
| |\|
| | * Tie QPlatformOpenGLContext to its QOpenGLContext before initializingTor Arne Vestbø2019-07-171-1/+1
* | | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-123-182/+71
* | | Add mouseDoubleClickDistance and touchDoubleTapDistance to QStyleHintsShawn Rutledge2019-07-082-0/+48
* | | QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-062-5/+3
* | | qtlite: Fix build with -no-feature-commandlineparserMikhail Svetkin2019-07-032-0/+4
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-014-51/+55
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-291-5/+9
| |\|
| | * Fix crash with drag cursor handlingJoni Poikelin2019-06-281-5/+9
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-283-46/+46
| |\|
| | * Fix crash when setting QGuiApplication palette before app is availableTor Arne Vestbø2019-06-251-1/+4
| | * QHighDpi::fromNativePixels: use correct screenMorten Johan Sørvig2019-06-192-45/+42
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-202-210/+56
| |\|
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-252-210/+56
|\ \ \ | | |/ | |/|
| * | High DPI: Fix crash in QWindow::mapFromGlobal()Friedemann Kleint2019-06-191-1/+1
| * | QHighDpi: Replace fromNative()/toNative() with scale()Morten Johan Sørvig2019-05-141-209/+55
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-208-32/+32
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-144-8/+19
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-1/+1
| |\ \
| | * | QOpenGLWindow: set QOffScreenSurface screenMorten Johan Sørvig2019-05-141-1/+1
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-7/+7
| |\ \ \ | | | |/ | | |/|
| | * | doc: Correct several QEnterEvent accessorsShawn Rutledge2019-06-061-7/+7
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-072-0/+11
| |\| |
| | * | Work around crash where a destroyed window becomes focus_windowMorten Johan Sørvig2019-05-221-0/+6
| | * | QDataStream: Fix inconsistent results of iostream with QPalette objectsRyan Chu2019-05-201-0/+5
* | | | QInputDeviceManager: replace a QMap<enum,int> with a std::array<int,#enum-val...Marc Mutz2019-06-063-5/+8
* | | | Add attribute to disable QSessionManagerDavid Edmundson2019-03-011-1/+5
* | | | QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-152-0/+53
* | | | Fix gui build without feature.highdpiscalingTasuku Suzuki2019-05-261-0/+2
* | | | Fix gui build without feature.regularexpressionTasuku Suzuki2019-05-221-0/+6
* | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-274-140/+56
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-273-139/+53
| |\| |
| | * | QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-116/+35
| | * | QPA: Prevent QPlatformWindow::initialGeometry() from returning invalid geomet...Friedemann Kleint2019-05-221-3/+9
| | * | QHighDpi: Simplify top-level window handling codeMorten Johan Sørvig2019-05-142-40/+29
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-1/+3
| |\| |
| | * | QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+3
* | | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-1/+1
* | | | QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-171-1/+3
* | | | QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-0/+1
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-154-4/+56
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-144-4/+56
| |\| |
| | * | Fix QWindow::mapToGlobal()/mapFromGlobal() for multi-screen windowsMorten Johan Sørvig2019-05-134-4/+56
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-132-3/+3
|\| | |
| * | | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-082-3/+3
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-072-6/+15
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-022-6/+15
| |\|