summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* xcb: Add missing X11/XCB keysyms Undo, Redo, Find, CancelMikhail Svetkin2018-08-161-0/+7
* xcb: rewrite auto-repeat key detection logicGatis Paeglis2018-08-163-92/+26
* xcb: remove unused xcb_icccm.h include from qxcbclipboard.cppGatis Paeglis2018-08-161-4/+0
* xcb: remove a redundant call to xcb_change_window_attributes()Gatis Paeglis2018-08-161-2/+0
* xcb: remove redudant timeout arg from QXcbClipboard::waitForClipboardEventGatis Paeglis2018-08-162-6/+6
* xcb: Use functors in QXcbConnection::checkEvent()Gatis Paeglis2018-08-168-178/+80
* DTLS: load roots from system stores only if allowedTimur Pocheptsov2018-08-152-3/+2
* QDtsl::abortHandshake() - generalize the notion of 'abort'Timur Pocheptsov2018-08-152-8/+13
* Fix documentation issue for QOpenGLContext::makeCurrentTor Arne Vestbø2018-08-151-1/+1
* Improve QWheelEvent debug outputTor Arne Vestbø2018-08-151-1/+6
* Add direct conversions between RGB30<->RGBA8888Allan Sandfeld Jensen2018-08-151-30/+62
* qdoc: Fix qdoc warnings from changes to QDtlsMartin Smith2018-08-153-23/+37
* Revert "macOS: Don't call [NSOpenGLContext update] for every frame"Liang Qi2018-08-155-99/+76
* Windows QPA: Do not double delete the QTouchDeviceJan Arve Sæther2018-08-142-5/+5
* Fix delta in QWheelEvent passed to QQuickItemFrederik Gladhorn2018-08-141-4/+6
* drop usages of Q_COMPILER_CLASS_ENUMGatis Paeglis2018-08-144-22/+3
* qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-1413-41/+71
* macOS: Handle missing key in QKeySequencePrivate::decodeString()Erik Verbruggen2018-08-141-0/+5
* Add support for numbered territories in CLDREdward Welbourne2018-08-132-3752/+3837
* Ignore a smaller type in the posix form of QCollatorEdward Welbourne2018-08-131-2/+2
* Use suitable abstraction for the null value of CollatorTypeEdward Welbourne2018-08-132-5/+9
* Supply locale to QCollatorPrivate via its constructorEdward Welbourne2018-08-132-9/+6
* QCollatorPrivate: initialize in declarations rather than constructorEdward Welbourne2018-08-131-12/+6
* Don't duplicate things the constructor has doneEdward Welbourne2018-08-131-2/+0
* Set dirty in QCollator::detach() rather than calling init()Edward Welbourne2018-08-131-5/+2
* Add debug output for single enum flagsAllan Sandfeld Jensen2018-08-111-0/+13
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-1113-454/+1769
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-119-42/+129
* QDtls: delay protocol version verificationTimur Pocheptsov2018-08-103-22/+24
* Cocoa: Update palette after accent color or appearance changesGabriel de Dietrich2018-08-092-21/+58
* Make QEventDispatcherCoreFoundaton work on secondary threadsMorten Johan Sørvig2018-08-094-16/+30
* QEventDispatcherCoreFoundation: add overrideMorten Johan Sørvig2018-08-091-12/+12
* Ssl: clang-tidy modernize-use-nullptrMårten Nordheim2018-08-0914-182/+188
* SecureTransport: clean the code a bitTimur Pocheptsov2018-08-091-9/+6
* Document the DTLS APITimur Pocheptsov2018-08-095-16/+864
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-086-27/+53
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-086-27/+53
| |\
| | * macOS: Don't blend the backingstore unless the window has a backgroundTor Arne Vestbø2018-08-071-5/+5
| | * macOS: Update window geometries after screen properties changeTor Arne Vestbø2018-08-071-0/+14
| | * Add QPlatformScreen::windows() helper to return all windows on screenTor Arne Vestbø2018-08-062-9/+17
| | * Use consistent naming of QPA screen change callbacks in QGuiApplicationTor Arne Vestbø2018-08-062-12/+12
* | | Windows QPA: fix transientParentHwndMauro Persano2018-08-081-11/+1
* | | Initialize variableJesus Fernandez2018-08-081-1/+1
|/ /
* | QStringLiteral: remove the wchar_t fallback for WindowsThiago Macieira2018-08-071-17/+1
* | macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-08-075-76/+99
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-0740-291/+416
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-0740-291/+416
| |\|
| | * Windows QPA: Fix UIA-to-MSAA accessibility bridgeAndre de la Rocha2018-08-062-16/+13
| | * QString: Fix documentation for toDouble() and toFloat()Andre Hartmann2018-08-061-2/+2
| | * Check for QImage allocation failure in qgifhandlerEirik Aavitsland2018-08-061-1/+6