summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QLoggingRegistry: remove an always true testGiuseppe D'Angelo2020-06-301-2/+1
* QByteArray::insert: do not assert that pos must be non-negativeGiuseppe D'Angelo2020-06-301-2/+0
* QUrl: do not retest if a codepoint is less than 0xFFFFGiuseppe D'Angelo2020-06-301-1/+1
* QRgba: code tidiesGiuseppe D'Angelo2020-06-301-1/+1
* glx: Pull out screen numnber from GLXFBConfig instead of QXcbScreenTor Arne Vestbø2020-06-301-1/+7
* glx: Remove assumption about supporting multiple displaysTor Arne Vestbø2020-06-301-17/+12
* Switch to qvla where it makes sense in rhiLaszlo Agocs2020-06-308-39/+43
* Update configure flags to the last fixesDimitrios Apostolou2020-06-301-4/+3
* Fix configure -cmake -no-pchDimitrios Apostolou2020-06-301-0/+4
* Install and enable pkg-config on macOSDimitrios Apostolou2020-06-301-2/+3
* Do not mix CCache artifacts between similar versions of same OSDimitrios Apostolou2020-06-301-4/+4
* QMacStyle - stop using the deprecated APITimur Pocheptsov2020-06-301-3/+0
* Use std::memmoveSamuli Piippo2020-06-301-3/+4
* CMake: Adjust some status messages about syncqt and file generationAlexandru Croitor2020-06-303-4/+1
* syncqt: Make sure to update forwarding headers if they are staleAlexandru Croitor2020-06-301-4/+21
* Switch to qvla where makes sense in openglLaszlo Agocs2020-06-303-4/+4
* Fix formatting in QDebug operator<< for QPointingDeviceShawn Rutledge2020-06-301-1/+1
* Pass correct modifier to QCocoaKeyMapper::toKeyCode()Tor Arne Vestbø2020-06-301-1/+1
* Simplify QCocoaKeyMapper by always returning a valid keymapTor Arne Vestbø2020-06-302-17/+16
* macOS: Modernize QCocoaKeyMapperTor Arne Vestbø2020-06-302-316/+284
* Doc: Update docs with cmake package informationNico Vertriest2020-06-3011-0/+11
* Fix warning about missing QT_BEGIN_NAMESPACE in qsimd.hTor Arne Vestbø2020-06-301-0/+3
* forkfd: remove FFD_VFORK_SEMANTICSThiago Macieira2020-06-304-11/+0
* Fix QShortcutMap::createNewSequences debug loggingTor Arne Vestbø2020-06-301-10/+2
* Use QList instead of QVector in guiJarek Kobus2020-06-2978-410/+420
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-2916-865/+349
* CMake: Don't use libraries in /usr/local by default on macOSAlexandru Croitor2020-06-293-0/+114
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-296-124/+124
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-293-5/+35
* Remove leftover QT_WARNING_POPTor Arne Vestbø2020-06-291-1/+0
* QByteArray::operator[] no longer resizesAlbert Astals Cid2020-06-291-3/+2
* CMake: Generate qdevice.pri when cross-buildingJoerg Bornemann2020-06-295-0/+54
* CMake: Allow to pass a custom target mkspec nameJoerg Bornemann2020-06-291-11/+14
* CMake: Write host architecture and ABI to qconfig.priJoerg Bornemann2020-06-292-2/+19
* CMake: Write gcc sysroot flags to qconfig.priJoerg Bornemann2020-06-291-15/+26
* CMake: Support cross-compilation with qmakeJoerg Bornemann2020-06-295-9/+113
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-2955-388/+334
* Remove unused variables in MSVC generator after WinRT removalTor Arne Vestbø2020-06-291-3/+0
* Fix UITouch event handling on tvOSMike Krus2020-06-291-9/+23
* CMake: Fix double-negation of feature CONFIG valuesJoerg Bornemann2020-06-291-1/+5
* CMake: Mark all find_package(PkgConfig) to be quietAlexandru Croitor2020-06-2921-21/+21
* CMake: Transform absolute library paths into link flags in .pri filesAlexandru Croitor2020-06-292-3/+106
* CMake: WrapOpenGL target should also link AGL on macOSAlexandru Croitor2020-06-291-0/+9
* CMake: Create a Find module wrapper for OpenGLAlexandru Croitor2020-06-295-7/+46
* Remove some long-deprecated methods of QLibraryInfoEdward Welbourne2020-06-292-52/+0
* wasm: fix handling on int dead keys on macLorn Potter2020-06-291-12/+15
* wasm: do not close QIODevice on errorLorn Potter2020-06-291-3/+0
* wasm: search emscripten key firstLorn Potter2020-06-291-8/+9
* Remove pthread storage for thread local dataMike Achtelik2020-06-281-59/+21
* CMake: Adjust conversion scripts to iconv changes in qt5compatJoerg Bornemann2020-06-282-23/+2