summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * QGuiApplication, platform plugins: don't modify AA_DontUseNativeMenuBarShawn Rutledge2016-09-261-6/+0
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-1/+1
| |\
| | * QWindowPrivate::maybeQuitOnLastWindowClosed(): Skip tooltipsFriedemann Kleint2016-09-231-1/+1
* | | Add note about lifetime of the pointer returned by QClipboard::mimeData()Friedemann Kleint2016-09-281-0/+4
* | | QGuiVariant: use new QColor::setNamedColor(QLatin1String)Marc Mutz2016-09-231-2/+1
* | | QPaintDeviceWindow: Don’t request update on hideMorten Johan Sørvig2016-09-221-3/+0
* | | Modernize rasterwindow/openglwindow examples to use requestUpdate()Tor Arne Vestbø2016-09-221-5/+8
* | | Rename QPA ExposeEvent's window-pointer from 'exposed' to 'window'Tor Arne Vestbø2016-09-223-7/+7
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-4/+4
| |\|
| | * Fix typos in highdpi docsFrederik Gladhorn2016-09-151-4/+4
* | | iOS: Implement support for QScreen::grabWindow()Tor Arne Vestbø2016-09-181-0/+4
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-3/+7
* | | Silence warning from syncqtUlf Hermann2016-09-151-1/+1
* | | Modularize configure.json/.priLars Knoll2016-09-152-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-052-2/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-0/+3
| |\|
| | * Guard against calling QWindow::requestUpdate() on non-GUI threadsTor Arne Vestbø2016-08-301-0/+3
| * | Fix QWindowPrivate::globalPosition() for foreign windowsFriedemann Kleint2016-08-301-2/+8
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-294-11/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-1/+1
| |\|
| | * QOffscreenSurface: warning-fix - QString(char*) deprecatedEdward Welbourne2016-08-251-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-253-5/+8
| |\|
| | * Fix crash when exiting while stacked modal dialogs are shownFriedemann Kleint2016-08-251-0/+2
| | * QKeySequence: remove 239 unneeded relocationsMarc Mutz2016-08-241-1/+1
| | * QKeySequence: replace an array end marker by static size calculationMarc Mutz2016-08-241-4/+4
| | * Make QWindow backed QOffscreenSurfaces easier to identifyTor Arne Vestbø2016-08-241-0/+1
| * | Doc: Remove references to Windows CE in Qt GuiVenugopal Shivashankar2016-08-171-6/+0
* | | Make QSurfaceFormat a Q_GADGET and add Q_ENUM for easier debuggingTor Arne Vestbø2016-08-261-0/+6
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-266-1/+15
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-2213-62/+57
|\ \ \
| * | | Remove QPlatformCursorPrivateJędrzej Nowacki2016-08-192-18/+0
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1610-42/+55
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-138-42/+49
| | |\|
| | | * Fix typo in QKeySequence docLiang Qi2016-08-121-1/+1
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-127-41/+41
| | | * Cache the current QOpenGLFramebufferObjectSérgio Martins2016-08-111-0/+7
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-102-0/+6
| | |\|
| | | * evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-102-0/+6
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+2
| | |\|
| | | * Doc: Fix references to Control, Meta key enumsKai Koehne2016-08-031-2/+2
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
* | | | qdnd.cpp: Extract Method imageMimeFormatsAnton Kudryavtsev2016-08-191-25/+10
|/ / /
* | | QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-052-13/+0
* | | Add QPlatformTheme::fileIcon()Friedemann Kleint2016-08-042-0/+22
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-013-13/+31
|\| |