summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-2955-388/+334
* Fix UITouch event handling on tvOSMike Krus2020-06-291-9/+23
* CMake: Create a Find module wrapper for OpenGLAlexandru Croitor2020-06-293-6/+5
* 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: Make the path variables in Qt6CoreConfigExtras.cmake relativeJoerg Bornemann2020-06-281-13/+13
* macOS: Clean up modal sessions after each pass of processEvents()Richard Moe Gustavsen2020-06-271-0/+5
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-262-53/+7
* 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
* 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
* 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-268-71/+153
* Android: fix QDesktopServices::openUrl() error for file scheme pathAssam Boudjelthia2020-06-261-3/+5
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-262-4/+28
* 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-2549-198/+166
* 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
* moc: Fix QProperty code generationFabian Kosmale2020-06-254-8/+15
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-251-23/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-255-59/+104
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-255-30/+88
* 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-251-0/+2
* Improve castingAllan Sandfeld Jensen2020-06-255-9/+9
* Make qdoc generate usable docs for QVulkanInstanceLaszlo Agocs2020-06-251-0/+4
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-253-247/+0
* CMake: Fix qmake mixing with static build and system_xcb_inputJoerg Bornemann2020-06-251-2/+3
* CMake: Fix pcre2 compilation with intelcet part 2Alexandru Croitor2020-06-252-0/+80
* Avoid converting supersized QRectF to QRectAllan Sandfeld Jensen2020-06-251-3/+8
* Use QList instead of QVector in sqlJarek Kobus2020-06-2510-16/+16
* Android: Don't pause when in multi window modeAndy Shaw2020-06-251-1/+2
* Fix compile warnings when passing short ints into printf formattingVolker Hilsheimer2020-06-251-2/+2
* Allow qMin, qMax and qBound for types that can be losslessly convertedLars Knoll2020-06-251-0/+43
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-251-4/+6
* QMetaObject: Compare threadIds when checking receiver threadMike Achtelik2020-06-251-9/+16
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-241-7/+3