summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-063-10/+10
* Fix \since for QDrag::cancel()Florian Bruhin2017-02-012-2/+2
* Make custom colors in QColorDialog permanentKai Koehne2017-01-261-1/+1
* QGuiApplication: fix misleading codeMarc Mutz2017-01-261-5/+4
* QGuiApplication: Send QEvent::Window(Un)blocked to embedded window, tooFriedemann Kleint2017-01-231-8/+12
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2017-01-181-0/+7
|\
| * add docs for QPlatformTheme::WheelScrollLines, MouseDoubleClickDistance5.7Shawn Rutledge2016-12-131-0/+7
* | Fully qualify enum arguments in input device manager signalsLaszlo Agocs2017-01-161-1/+1
* | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-141-6/+8
|\ \
| * | Fall back to platform theme in QPlatformSystemTrayIcon::createMenu()Tor Arne Vestbø2017-01-061-6/+8
* | | Make QSimpleDrag work with highDPI scalingPaul Olav Tvete2017-01-131-8/+29
* | | Correct initial window size with highDPIPaul Olav Tvete2017-01-101-1/+1
* | | Restore binary compatibility with pre-5.6 qt_handleMouseEventJan Kundrát2017-01-101-0/+7
* | | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-164-22/+101
|\| |
| * | Doc: QPointingDeviceUniqueId: Fix documentation warningTopi Reinio2016-12-091-1/+1
| * | QPointingDeviceUniqueId: remove deprecated numeric() and constructorShawn Rutledge2016-12-081-9/+0
| * | rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-074-30/+30
| * | QPointerUniqueId: make fit for releaseMarc Mutz2016-12-012-15/+103
* | | Touch fix for popups blocked by modal dialogPaul Olav Tvete2016-12-151-1/+1
* | | Fix compilation with -no-pchEskil Abrahamsen Blomfeldt2016-12-121-0/+1
* | | Close popups when blocked by modal dialogPaul Olav Tvete2016-11-302-1/+2
|/ /
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+3
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+3
| |\
| | * Add more information for QKeySequence::toString on macOSJesus Fernandez2016-11-221-1/+3
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-163-3/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-153-3/+8
| |\|
| | * Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-0/+3
| | * Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-081-1/+1
| | * Only turn off font hinting when scale is != 1Paul Olav Tvete2016-11-081-2/+4
* | | Clean up some conditions in our pro filesLars Knoll2016-11-141-1/+1
* | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-2/+3
* | | Use async delivery when flushing events from secondary threadsTor Arne Vestbø2016-11-041-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-014-2/+29
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+10
| |\|
| | * Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-0/+10
| * | Fix syncqt warning about wrong includeThiago Macieira2016-10-261-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-6/+11
| |\|
| | * Fix when calling QSurfaceFormat::setDefaultFormat before Q*ApplicationKai Koehne2016-10-211-4/+8
| | * Document QClipboard::mimeData can be nullAlbert Astals Cid2016-10-191-2/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-0/+8
| |\|
| | * Fix QtGui compilation without OpenGLhjk2016-10-161-0/+2
| | * Show warning when setting new default QSurfaceFormatAlexandru Croitor2016-10-131-0/+6
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+4
| |\|
| | * Don't resize windows that aren't attached to a platform windowChristian Strømme2016-10-121-0/+4
* | | iOS: Take advantage of new synchronous API for QPA event deliveryTor Arne Vestbø2016-10-142-27/+32
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-1/+1
| |\|
| | * QEvent: fix typo in apidocFrederik Schwarzer2016-10-081-1/+1
* | | Allow granular synchronous and asynchronous delivery of QPA eventsTor Arne Vestbø2016-10-103-74/+132
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-292-7/+1
|\| |