summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmake: Pick up custom Info.plist in user projectsTor Arne Vestbø2020-06-261-2/+2
* CMake: Skip building tst_qprocess test when cross compilingAlexandru Croitor2020-06-261-1/+6
* SSL configure test: Fix confusing warningFriedemann Kleint2020-06-262-3/+3
* Fix up QVulkanWindow docsLaszlo Agocs2020-06-261-0/+14
* Use QList instead of QVector in networkJarek Kobus2020-06-2632-134/+126
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-269-71/+284
* Fix qsizetype fallout in rhi manual testsLaszlo Agocs2020-06-261-2/+2
* Android: fix QDesktopServices::openUrl() error for file scheme pathAssam Boudjelthia2020-06-261-3/+5
* cmake: Match tense of other log outputTor Arne Vestbø2020-06-261-1/+1
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-263-4/+40
* Fuzzing: Add fuzz target for QCryptographicHash::resultRobert Loehning2020-06-262-0/+50
* Unexport QModelIndexGiuseppe D'Angelo2020-06-261-1/+1
* macOS: Check that platform window is valid after delivering close eventTor Arne Vestbø2020-06-261-0/+2