summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Let qt_copy_or_install set the executable bit for PROGRAMSJoerg Bornemann2020-06-281-1/+20
* CMake: Make the path variables in Qt6CoreConfigExtras.cmake relativeJoerg Bornemann2020-06-281-13/+13
* CMake: Create Qt6HostInfo packageJoerg Bornemann2020-06-282-0/+34
* macOS: Clean up modal sessions after each pass of processEvents()Richard Moe Gustavsen2020-06-271-0/+5
* Adjust configure -cmake to accept both single and double dash argumentsDimitrios Apostolou2020-06-271-14/+9
* Fix configure -cmake -nomake examples -nomake testsDimitrios Apostolou2020-06-271-1/+9
* Fix -system-library and -qt-library arguments for configure -cmakeDimitrios Apostolou2020-06-271-0/+10
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-265-66/+9
* CMake: Display found information in some of the Find modulesAlexandru Croitor2020-06-2611-0/+31
* CMake: Fix some incorrectly included FindPkgConfig modulesAlexandru Croitor2020-06-264-4/+4
* CMake: Make more inner find_package calls quietAlexandru Croitor2020-06-264-6/+6
* CMake: Add meta-target host_tools to easily build just the toolsAlexandru Croitor2020-06-262-0/+14
* CMake: Fix framework handling for .pri filesAlexandru Croitor2020-06-261-1/+5
* CMake: Fix tst_qmake not to hang and re-enable itAlexandru Croitor2020-06-262-6/+2
* CMake: Use build environment prefix.bat when running testsAlexandru Croitor2020-06-263-1/+35
* Remove superfluous define from tst_qmakeJoerg Bornemann2020-06-263-23/+0
* CMake: Fix tst_qmake::resources() on WindowsJoerg Bornemann2020-06-264-30/+4
* QList: use =default for its default constructorGiuseppe D'Angelo2020-06-261-1/+1
* Improve deprecation message for QLine::angle(QLine)Eirik Aavitsland2020-06-261-1/+1
* QImageIO: use the new allocation checker in the format handlersEirik Aavitsland2020-06-268-88/+45
* Introduce a settable allocation limit on image loadingEirik Aavitsland2020-06-264-1/+80
* macOS: Remove examples for deprecated QMac(NativeWidget|CocoaViewContainer)Tor Arne Vestbø2020-06-2610-337/+0
* Use QList instead of QVector in openglJarek Kobus2020-06-2613-74/+62
* macOS: Close popups on mouse down using synchronous QPA deliveryTor Arne Vestbø2020-06-261-2/+1