summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix documentation warnings for Qt WidgetsTopi Reinio2020-11-122-1/+10
* Doc: Fix documentation warnings for Qt OpenGLTopi Reinio2020-11-123-1/+8
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-1213-52/+52
* QStringTokenizer: fix a misuse of std::moveGiuseppe D'Angelo2020-11-121-2/+2
* QMutex: order reads from QMutexPrivate::waiters and QBasicMutex::d_ptr in QBa...Alexander Kartashov2020-11-121-1/+1
* Reject `const T*`-convertible types in QCommonArrayOps::copyAppend<It>Andrei Golubev2020-11-112-2/+5
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-114-7/+14
* CMake: Potentially use INSTALL_LIBDIR in qt6_extract_metatypesAlexandru Croitor2020-11-111-2/+7
* QXmlStreamReader: don't store pointersMårten Nordheim2020-11-113-15/+28
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-111-1/+1
* Doc: Update/scrub QString documentationKarsten Heimrich2020-11-113-27/+26
* Doc: Add Qt6 QDBus porting guideKarsten Heimrich2020-11-111-1/+21
* Remove QTest::lastMouseButtonShawn Rutledge2020-11-112-4/+0
* Add QByteArray::insert(qsizetype, const QByteArray &)Mårten Nordheim2020-11-112-0/+22
* Doc: Add Qt6 XML porting guideKarsten Heimrich2020-11-111-1/+71
* cmake: Fix genex syntax error for iOS entrypointTor Arne Vestbø2020-11-101-1/+1
* Build Qt (and client apps using it) with /permissive-Giuseppe D'Angelo2020-11-101-1/+1
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-108-39/+41
* Simplify Q*ArrayOps emplace() signatureAndrei Golubev2020-11-101-19/+18
* MinGW: Fix compile error in qlocale_win.cppFriedemann Kleint2020-11-101-3/+3
* QWinEventNotifier: unlink from event dispatcherAlex Trotsenko2020-11-106-178/+34
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-103-14/+14
* Silence "same window" warning when QPA doesn't give touch dest windowShawn Rutledge2020-11-101-6/+4
* Reset the velocity Kalman filter when the mouse enters a windowShawn Rutledge2020-11-101-0/+12
* Android: fix android java and templates targets with -developer-buildAssam Boudjelthia2020-11-102-5/+15
* Move iOS entrypoint logic to entrypoint libraryTor Arne Vestbø2020-11-105-47/+75
* Remove custom logic for writing entrypoint implementation priTor Arne Vestbø2020-11-102-21/+15
* CMake: Fixup outdated configure.cmake filesAlexandru Croitor2020-11-101-8/+1
* CMake: Fix qtbase cmake tests to pass when configured in-treeAlexandru Croitor2020-11-101-1/+4
* CMake: Fix missing resources in Windows debug DLLs/EXEsJoerg Bornemann2020-11-101-6/+8
* QSignalSpy: Use QMetaType instead of metatype id in initArgsFabian Kosmale2020-11-101-6/+4
* Move the remaining QSinglePointEvent ctor to protected; add source argShawn Rutledge2020-11-102-13/+13
* Remove code for non-enhanced mouse eventsShawn Rutledge2020-11-102-74/+25
* Cocoa: Allow CMD+H to hide the application when a tooltip is visibleAndy Shaw2020-11-101-1/+2
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-091-2/+3
* Improve QPointerEvent qDebug operatorsShawn Rutledge2020-11-092-35/+50
* Fix reordering warning in QEglFSIntegrationShawn Rutledge2020-11-091-2/+2
* CMake: Add handling of PLUGIN_EXTENDS for generic pluginsAlexey Edelev2020-11-0914-0/+14
* Don't rely on the module.pri for the entrypoint linking to the libraryTor Arne Vestbø2020-11-094-46/+89
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-7/+100
* Avoid calling memmove() if it's a noopLars Knoll2020-11-091-20/+25
* Move existing items in generic erase instead of copying themAndrei Golubev2020-11-091-2/+2
* Move existing items when inserting instead of copying themLars Knoll2020-11-091-33/+28
* Do not shrink on remove()Lars Knoll2020-11-093-35/+13
* Implement fast paths for removeFirst() and removeLast()Lars Knoll2020-11-092-2/+64
* Avoid crashes when calling squeeze()Lars Knoll2020-11-091-1/+1
* Fix accidental shadowing in QLocale::uiLanguages()Edward Welbourne2020-11-091-1/+1
* Reduce memory reallocations in QTextTablePrivate::update()Robert Loehning2020-11-092-14/+6
* QAsn1Element: Read value in blocks to avoid oom at wrong lengthRobert Loehning2020-11-091-5/+13
* Reorder IterateKernel data members to avoid holes in the dataSona Kurazyan2020-11-091-6/+7