summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* QThread: Fix unnecessary stricter accesses to QThreadData::threadThiago Macieira2020-06-251-6/+6
* Use QList instead of QVector in dbusJarek Kobus2020-06-2514-67/+63
* Use QList instead of QVector in corelibJarek Kobus2020-06-2550-199/+167
* Use QList instead of QVector in other toolsJarek Kobus2020-06-2511-41/+42
* Use QList instead of QVector in testlibJarek Kobus2020-06-253-6/+6
* CMake: Add instructions for building and testing qemu configsAlexandru Croitor2020-06-258-13/+101
* moc: Fix QProperty code generationFabian Kosmale2020-06-254-8/+15
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-252-43/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-256-59/+235
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-256-30/+110
* Fix QPropertyFabian Kosmale2020-06-251-0/+11
* Doc: Change docs from internal to reimpPaul Wicking2020-06-251-4/+4
* cmake: Apply symbol visibility settings to Objective-C/C++ sourcesTor Arne Vestbø2020-06-253-0/+10
* Improve castingAllan Sandfeld Jensen2020-06-255-9/+9
* Use QList instead of QVector in other testsJarek Kobus2020-06-255-34/+25
* Make qdoc generate usable docs for QVulkanInstanceLaszlo Agocs2020-06-251-0/+4
* Use QList instead of QVector in sql testsJarek Kobus2020-06-252-15/+11
* Use QList instead of QVector in testlib testsJarek Kobus2020-06-2511-48/+48
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-2528-287/+270