summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* QWindow::setFlags: return early if the flags didn't changeDaniel Vrátil2016-11-111-0/+3
* Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-051-1/+1
|\
| * Use async delivery when flushing events from secondary threadsTor Arne Vestbø2016-11-041-1/+1
* | Document that QWindow position is relative to its screen's virtualGeometryTor Arne Vestbø2016-11-041-2/+17
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-026-29/+61
|\|
| * 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
* | | | Combine device and point id into 32 bit point idJan Arve Saether2016-10-285-6/+52
* | | | QWindow: re-order siblings on raise() and lower()Tor Arne Vestbø2016-10-272-0/+33
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-134-75/+133
|\| | |
| * | | 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
* | | | Revert "Combine device and point id into 32 bit point id"Jan Arve Saether2016-10-115-51/+6
* | | | TouchPoint debug operator: show pointId in hexShawn Rutledge2016-10-071-1/+1
* | | | Combine device and point id into 32 bit point idwip/remacJan Arve Saether2016-10-075-6/+51
|/ / /
* | | 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
| |\|