summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-291-53/+28
|\| |
| * | Improve QShortcutMap debug outputMitch Curtis2019-11-281-53/+28
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-1/+1
|\| |
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-2514-50/+88
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-231-6/+3
| |\|
| | * Don’t warn on QT_AUTO_SCREEN_SCALE_FACTOR usageMorten Johan Sørvig2019-11-201-6/+3
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-222-16/+8
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-204-4/+4
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-201-0/+1
| |\|
| | * QWheelEvent: add \since flag for ctorChristian Ehrlicher2019-11-191-0/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-153-4/+18
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-0/+7
| | |\
| | | * syncqt: Add a means to suspend/resume the processing of a fileAndy Shaw2019-11-061-0/+7
| | * | Windows QPA: Fix wrong scaling of fixed size in window creation phaseFriedemann Kleint2019-11-082-4/+11
| * | | wasm: add platform qsettingsLorn Potter2019-11-141-7/+1
| * | | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-1/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-11-081-9/+11
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-081-9/+11
| | |\| |
| | | * | QHighDpiScaling: impove readability of screenSubfactor methodVitaly Fanaskov2019-11-071-10/+11
| | | * | QHighDpiScaling: fix potential null pointer dereferenceVitaly Fanaskov2019-11-071-1/+2
| * | | | Make QPlatformPlaceholderScreen a sibling of other screensJohan Klokkhammer Helsing2019-11-082-3/+28
| |/ / /
| * | | Support MaximizeUsingFullscreenGeometryHint in resizeMaximizedWindows()Eskil Abrahamsen Blomfeldt2019-11-072-3/+11
| * | | Add QPlatformPlaceholderScreenJohan Klokkhammer Helsing2019-11-061-0/+12
* | | | Extract QGuiShortcutFriedemann Kleint2019-11-014-0/+547
* | | | QAction: Properly port to the new configure systemFriedemann Kleint2019-11-011-2/+2
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-014-9/+14
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-304-9/+14
| |\| |
| | * | qpa: Add note about QScreen taking care of primary screen during removalTor Arne Vestbø2019-10-291-1/+2
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-283-8/+12
| | |\|
| | | * Drag'n'Drop: fix attached Drag object deleted when DnD is progressingYulong Bai2019-10-273-8/+12
* | | | Extract QGuiAction(Group) from QAction(Group) into QtGuiFriedemann Kleint2019-10-319-10/+2102
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-266-1/+42
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-251-0/+6
| |\| |
| | * | QKeySequence: Add missing names for multimedia keysAlexander Volkov2019-10-241-0/+6
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-225-1/+36
| |\| |
| | * | Propagate application termination requests through QPATor Arne Vestbø2019-10-195-1/+36
* | | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-2516-62/+60
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-161-0/+13
|\| | |
| * | | QTest: fall back to qWaitForWindowExposed in qWaitForWindowActivatedJohan Klokkhammer Helsing2019-10-141-0/+13
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-142-0/+7
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-132-0/+7
| |\| |
| | * | Protect global variable g_pointIdMap with mutexesRainer Keller2019-10-112-0/+7
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-065-16/+10
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-055-16/+10
| |\| |
| | * | Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-045-16/+10
* | | | Get rid of QList forward declarationsLars Knoll2019-10-042-2/+1
* | | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-043-3/+16
|\| | |
| * | | qhighdpiscaling: Add missing parameter to logicalDpi()Timo Aarnipuro2019-10-041-1/+1
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-042-2/+15
| |\| |
| | * | Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-022-2/+15