summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-04-1214-2974/+5501
|\
| * HTTP/2 - reset uploadByteDevice if necessaryTimur Pocheptsov2018-04-121-0/+14
| * dockwidgets: Resize the rubber-band when our drop target is resizedSergio Martins2018-04-122-1/+18
| * Update bundled sqlite to 3.23.1André Klitzing2018-04-123-2177/+4858
| * Doc: Fix typo in The Property System sectionKai Koehne2018-04-121-1/+1
| * QMacStyle: CE_TabBarTabShape is now HITheme-freeGabriel de Dietrich2018-04-122-103/+163
| * QMacStyle: SE_TreeViewDisclosureItem is now HITheme-freeGabriel de Dietrich2018-04-121-18/+3
| * QMacStyle: PE_FrameTabWidget in now HITheme-freeGabriel de Dietrich2018-04-122-74/+57
| * QMacStyle: Remove cached focus ring drawingGabriel de Dietrich2018-04-121-79/+23
| * QMacStyle: CC_ComboBox is now HITheme-freeGabriel de Dietrich2018-04-122-468/+241
| * Fix grouped dock widget from shifting down when createdSergio Martins2018-04-111-0/+2
| * Fix z-order when dragging a dock widget over anotherSergio Martins2018-04-111-0/+1
| * QSslSocket (OpenSSL 1.1) - respect requested protocol versionTimur Pocheptsov2018-04-113-3/+71
| * Remove last uses of interpolate_4_pixels_16 on SSE2 and NEONAllan Sandfeld Jensen2018-04-112-53/+52
* | Add more formatting to QTextDocumentWriter when writing ODF filesDaniel Savi2018-04-112-22/+240
* | Fix loading pkcs#8 encrypted DER-encoded keys in opensslMårten Nordheim2018-04-115-20/+113
* | QSplitter: some cleanupAnton Kudryavtsev2018-04-111-7/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-119-15/+23
|\|
| * Enable BuiltIn input in the shader graph builderJuan Jose Casafranca2018-04-102-0/+5
| * configure: make plain -xcb switch effectiveOswald Buddenhagen2018-04-101-1/+1
| * glx: Fix loading OpenGL library when libGL.so symlink is missingDmitry Shachnev2018-04-101-0/+2
| * Fix crash if dock widget gets deleted while draggingSergio Martins2018-04-101-2/+3
| * Fix integer overflow (1 << (' ' - 1))Mikhail Svetkin2018-04-101-7/+7
| * QSplitter::indexOf: fix documentationAnton Kudryavtsev2018-04-101-2/+2
| * iOS: Remove sending of duplicate touch events after broken mergeTor Arne Vestbø2018-04-101-1/+1
| * Extend the MariaDB define check to cover the later versions tooAndy Shaw2018-04-101-2/+2
* | QPixmapCache: make sure to not overflow cache limitChristian Ehrlicher2018-04-101-8/+17
* | QNSView: Remove useless QWindow pointer checkGabriel de Dietrich2018-04-101-3/+1
* | QSplitter: micro optimizationAnton Kudryavtsev2018-04-101-3/+1
* | iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-04-103-33/+51
* | QtGui: Add qt_imageToWinHBITMAP(), qt_imageFromWinHBITMAP()Friedemann Kleint2018-04-101-78/+310
* | QCryptographicHash: Add a static method to retrieve hash lengthMårten Nordheim2018-04-102-0/+41
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-106-104/+109
|\|
| * xcb: various coding style cleanups in qxcbbackingstoreGatis Paeglis2018-04-092-37/+33
| * xcb: rename two classes in qxcbbackingstoreGatis Paeglis2018-04-092-23/+23
| * Doc: Update QVariant::toString description, update see also linksPaul Wicking2018-04-091-43/+48
| * Fix integer overflow (1 << 31)Mikhail Svetkin2018-04-091-1/+1
| * Fix TlsV1SslV3 case in the WinRT SSL backendMårten Nordheim2018-04-091-1/+1
| * QSemaphore: Fix 64-bit Linux QSemaphores initialized to non-zeroThiago Macieira2018-04-061-3/+7
* | xcb: minor cleanups around QT_CONFIG(xcb_xlib)Gatis Paeglis2018-04-093-26/+2
* | eglfs/kms: also set windowing properties on planesLionel CHAZALLON2018-04-093-0/+16
* | qtmain_winrt: Dynamically increase debug message mapping sizeOliver Wolff2018-04-091-6/+38
* | qtmain_winrt: Synchronize debug message callsOliver Wolff2018-04-091-0/+4
* | qtmain_winrt: Protect debug message handler with mutexOliver Wolff2018-04-091-0/+6
* | Declare the operator| in the Qt namespace for QFlags in that namespacesOlivier Goffart2018-04-081-23/+20
* | QVariant: Avoid a memory allocation with custom typesOlivier Goffart2018-04-081-3/+10
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-0710-32/+65
|\|
| * QOpenGLTexture: Set wrap mode if NPOT textures are not fully supportedJohan Klokkhammer Helsing2018-04-061-0/+12
| * Pass on local html links with a fragment to openUrl()Andy Shaw2018-04-061-2/+5
| * oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAXAndy Shaw2018-04-061-3/+3