summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update CLDR to version 33.1 (2018/June/20)Edward Welbourne2018-07-165-4436/+4537
* configure: group tests' includes properlyOswald Buddenhagen2018-07-161-19/+36
* qmake: get rid of (some) makefile expansions in dependency pathsOswald Buddenhagen2018-07-164-18/+20
* qmake: fix lookup of .prl files for libs specified by full filenameOswald Buddenhagen2018-07-166-32/+91
* qmake: fix processPrlFile() being mislead by dots in pathnamesOswald Buddenhagen2018-07-161-2/+3
* qmake: slightly optimize processPrlFile() callsOswald Buddenhagen2018-07-164-13/+13
* qmake: refactor QMakeMetaInfo::findLib() interfaceOswald Buddenhagen2018-07-164-15/+16
* qmake: purge infra for supporting multiple formats from QMakeMetaInfoOswald Buddenhagen2018-07-163-38/+12
* qmake: prune dysfunct libtool reader from QMakeMetaInfoOswald Buddenhagen2018-07-162-74/+2
* qmake: prune pkg-config reader stub from QMakeMetaInfoOswald Buddenhagen2018-07-162-13/+2
* testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-1613-233/+555
* Fix build without 'library'Frederik Gladhorn2018-07-161-2/+4
* Split up many long lines in tst_QLocaleEdward Welbourne2018-07-161-69/+138
* Adjust some indentation and spacing in tst_QLocaleEdward Welbourne2018-07-161-23/+22
* Rework CLDR parser to filter out unsupportable number systemsEdward Welbourne2018-07-161-14/+25
* QDateTime: fix some misnamed variables, s/local/zone/Edward Welbourne2018-07-161-7/+7
* Use context when connecting to functors in docsFrederik Gladhorn2018-07-161-1/+3
* QCocoaTheme: Fix system palettes in macOS 10.14Gabriel de Dietrich2018-07-141-14/+50
* Doc: harmonize toDouble() and toFloat() for QString and QByteArrayAndre Hartmann2018-07-143-1/+34
* QCborArray: add const_iterator overloads for insert/erase/extractThiago Macieira2018-07-142-0/+9
* QCborMap: make take() & remove() efficient if the item isn't thereThiago Macieira2018-07-141-8/+8
* CBOR: Use "noexcept" directlyThiago Macieira2018-07-148-49/+49
* QCborValue: Silence Coverity warning about null-pointer dereferenceThiago Macieira2018-07-141-2/+2
* QCborValue/QDebug: restore decimal state after hexThiago Macieira2018-07-141-1/+1
* Make sure there's an event dispatcher in QWindowsRemovableDriveListenerThiago Macieira2018-07-141-1/+3
* QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-146-20/+22
* Fix Windows+ICU buildThiago Macieira2018-07-141-12/+13
* SecureTransport - cleanup the code a bitTimur Pocheptsov2018-07-141-35/+30
* Android: Support mouse hoverMichael Dippold2018-07-132-20/+34
* QStringView: Add compare() member functionFriedemann Kleint2018-07-133-0/+37
* macOS: Add logging when applying new window stateTor Arne Vestbø2018-07-131-0/+2
* macOS: Group window state handling in QCocoaWindowTor Arne Vestbø2018-07-131-220/+224
* Extend the feature 'dtls' to handle missing DTLS support in OpenSSLTimur Pocheptsov2018-07-1313-30/+118
* OpenSSL: remove unused symbols/declarationsTimur Pocheptsov2018-07-133-15/+0
* Add Windows Pointer Input Messages supportAndre de la Rocha2018-07-1211-65/+854
* Fix use of QTest::mouseMove() in widgets testsAndre de la Rocha2018-07-123-6/+6
* macOS: Correctly restart display-link when window is moved between screensTor Arne Vestbø2018-07-121-1/+3
* cbordump: Fix build with linux-clang-libc++Jüri Valdmann2018-07-121-0/+1
* QSslSocketBackendPrivate - avoid recursion while handing errorsTimur Pocheptsov2018-07-123-7/+99
* Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-127-275/+629
* Fix build with '-no-feature-action' configurationValentin Fokin2018-07-126-0/+28
* Allow loading of empty translation filesKai Koehne2018-07-127-30/+46
* xcb: Remove unused QXcbNativeInterface::locateSystemTray()Alexander Volkov2018-07-102-21/+0
* QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-1013-311/+12
* xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-108-71/+261
* Support interactive authorization flag in DBusMessageKai Uwe Broulik2018-07-107-2/+149
* Enable mDNS service discovery in Docker-based test serversRyan Chu2018-07-105-35/+34
* configure: move qtConfTest_verifySpec() out of qt_configure.prfOswald Buddenhagen2018-07-102-5/+5
* DTLS client - improve the exampleTimur Pocheptsov2018-07-102-13/+26
* iOS: Document how to handle URL requests from external applicationsTor Arne Vestbø2018-07-091-0/+22