summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Optimize implementation of Indexes generatorMikhail Svetkin2018-08-161-7/+25
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-1619-91/+328
|\
| * Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-1619-91/+328
| |\
| | * Normalize path segments in QHttpNetworkRequest::uriPaolo Angelelli2018-08-161-0/+2
| | * Document xkbcommon versionKai Koehne2018-08-151-0/+1
| | * Silence warning about comparing signed and unsignedShawn Rutledge2018-08-141-2/+2
| | * [macOS] Fix lower bound when searching for previous transitionsErik Verbruggen2018-08-141-1/+1
| | * VNC plugin: explicitly cast int to uint16_t before calling htonsShawn Rutledge2018-08-141-3/+3
| | * Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-141-0/+10
| | * xcb: make sure we have a valid m_qimage in backing storeGatis Paeglis2018-08-131-50/+61
| | * Fix possible heap corruption in QXmlStreamAllan Sandfeld Jensen2018-08-131-1/+1
| | * Glib dispatcher: use default priority for timersSune Vuorela2018-08-131-1/+0
| | * IBus: connect to ibus-daemon when it restarts in FlatpakTakao Fujiwara2018-08-102-11/+40
| | * Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-091-1/+1
| | * macOS: Force light theme on macOS 10.14+Gabriel de Dietrich2018-08-091-0/+21
| | * Fix apkPath for gradle 4.0+BogDan Vatra2018-08-091-3/+8
| | * QSysInfo: fall back to /usr/lib/os-release if the /etc one is missingThiago Macieira2018-08-081-4/+13
| | * Fix qmake build with glibc 2.28Thiago Macieira2018-08-082-3/+11
| | * IBus: Support the portal, needed for Flatpak environmentRobin Lee2018-08-085-11/+140
* | | Refactor wildcard support in QRegularExpressionSamuel Gaist2018-08-165-194/+126
* | | xcb: cleanup QXcbConnection::handleXcbEvent()Gatis Paeglis2018-08-168-206/+189
* | | Update QLocale::Country doc for new territoriesEdward Welbourne2018-08-161-1/+4
* | | Tidy up generation of aliases in locale-related enumsEdward Welbourne2018-08-161-12/+12
* | | Normalise spacing in Language, Country and Script namesEdward Welbourne2018-08-161-971/+971
|/ /
* | 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