summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-2211-456/+375
* Avoid destStore64 when pixels are just repeatingAllan Sandfeld Jensen2018-03-221-0/+57
* Cocoa: Remove m_viewIsEmbedded and m_ViewIsToBeEmbeddedMorten Johan Sørvig2018-03-214-30/+31
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-2163-1022/+724
|\
| * Fix subpixel rendering on Windows/FreeTypeSergio Martins2018-03-201-4/+0
| * Expose gdb-index as configure argumentAllan Sandfeld Jensen2018-03-202-0/+3
| * Switch lancelot from QRegExp to QRegularExpressionsAllan Sandfeld Jensen2018-03-202-283/+288
| * Modernize the "regularexpression" featureUlf Hermann2018-03-2028-117/+107
| * Gui: Properly use the standarditemmodel featureUlf Hermann2018-03-204-13/+6
| * Fix infinite recursion on stack trying load empty glyhsLars Knoll2018-03-201-4/+1
| * Fix display recognition for IBUSLars Knoll2018-03-201-1/+1
| * widgets: Add a QT_CONFIG(style_stylesheet) guardMikhail Svetkin2018-03-201-3/+7
| * Fix CONFIG+=qtquickcompiler and immediate resources with shadow buildsSimon Hausmann2018-03-201-2/+2
| * Windows QPA: Fix potential crash in leave event handlingFriedemann Kleint2018-03-201-1/+1
| * QSharedDataPointer: use swap-and-move in the move constructorThiago Macieira2018-03-191-2/+10
| * QSemaphore: add minor optimization for 64-bit Linux systemsThiago Macieira2018-03-191-0/+7
| * QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-192-43/+157
| * Remove src/corelib/arch, merging with src/corelib/threadThiago Macieira2018-03-195-6/+4
| * Atomics: remove qatomic_msvc.hThiago Macieira2018-03-193-501/+2
| * Atomic: silence MSVC warning in the generic fetchAndSubThiago Macieira2018-03-191-0/+3
| * tst_QOpenGLWindow: Move resizing to separate testJohan Klokkhammer Helsing2018-03-191-2/+23
| * QPixmap don't assume QPlatformScreen::format is opaqueJohan Klokkhammer Helsing2018-03-194-19/+36
| * Fix QPageLayout() not initializing unitsAlbert Astals Cid2018-03-191-8/+1
| * q{,Utf8}Printable: avoid creating a copy of a QStringThiago Macieira2018-03-182-2/+9
| * MySQL: Fix testsAndy Shaw2018-03-172-9/+9
| * XCode: Fix the output paths for extra compilers with fileFixify()Andy Shaw2018-03-171-1/+2
| * sqlite: Prevent a crash when sqlite does not detect any parametersAndy Shaw2018-03-172-1/+45
* | macOS: Make [QNSView wantsLayer] declarativeTor Arne Vestbø2018-03-212-3/+12
* | Add xcb-xinput to 3rd party libsAlexander Volkov2018-03-204-2/+23467
* | Bump up the required libxcb version to 1.9Alexander Volkov2018-03-2018-714/+4109
* | macOS: Provide helper property for resolving the display ID of a screenTor Arne Vestbø2018-03-203-3/+15
* | macOS: Remove stray qDebug in [QNSView setNeedsDisplayInRect:]Tor Arne Vestbø2018-03-201-1/+0
* | Update rasterwindow example to not render in resizeEventTor Arne Vestbø2018-03-202-5/+2
* | Clarify that QExposeEvent/exposeEvent handles any invalidation of the windowTor Arne Vestbø2018-03-202-7/+9
* | macOS: Do layer updates via the CALayerDelegate protocolTor Arne Vestbø2018-03-202-7/+4
* | macOS: Move QNSView drawing related functionality to its own fileTor Arne Vestbø2018-03-203-117/+172
* | Share and cache QRegExp engines where possibleLars Knoll2018-03-201-5/+15
* | Make getErrorsFromOpenSSL thread-safeTimur Pocheptsov2018-03-201-3/+4
* | Don’t show file dialog before calling selectFile()Morten Johan Sørvig2018-03-191-1/+0
* | Fix focusObjectDuringDestruction crashMorten Johan Sørvig2018-03-191-1/+2
* | Cocoa: Fix crash in currentModalSession()Morten Johan Sørvig2018-03-191-0/+11
* | Stabilize tst_qgraphicsitem and tst_qgraphicsviewMorten Johan Sørvig2018-03-192-0/+37
* | Blacklist childEvents on macOS CI againMorten Johan Sørvig2018-03-191-0/+2
* | Linux/cups: Better advanced options UIAlbert Astals Cid2018-03-192-564/+224
* | Fix tst_QAbstractPrintDialog::setMinMaxAlbert Astals Cid2018-03-191-2/+1
* | Add DTLS-related API (OpenSSL)Timur Pocheptsov2018-03-194-1/+158
* | Add nullptr comparison to Q{Explicitly,}SharedDataPointerThiago Macieira2018-03-182-0/+29
* | eglfs/kms: Share drm connector id with nativeRes.ForScreenLionel CHAZALLON2018-03-181-0/+2
* | eglfs/kms: make sure eglfs plane is always consistentLionel CHAZALLON2018-03-181-3/+9
* | QImage/Jpeg: decode/encode comment attributes as utf-8Christian Ehrlicher2018-03-183-3/+32