summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-113-0/+34
* Doc: Add Qt6 XML porting guideKarsten Heimrich2020-11-111-1/+71
* Use QTRY_COMPARE in an attempt to make the test less flakyVolker Hilsheimer2020-11-101-2/+2
* 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-105-11/+6
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-108-39/+41
* CMake: Map configure -hostdatadir to INSTALL_MKSPECSDIRJoerg Bornemann2020-11-102-0/+7
* 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-1011-179/+199
* resources_function.prf: Discard external path prefixesMaximilian Goldstein2020-11-101-0/+6
* configurejson2cmake: Follow up fix to a regressionAlexandru Croitor2020-11-101-0/+1
* CMake: Allow using DESTDIR when installing documentationChristophe Giboudeaux2020-11-101-7/+20
* 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-109-66/+90
* Remove custom logic for writing entrypoint implementation priTor Arne Vestbø2020-11-102-21/+15
* CMake: Implement configure -list-featuresJoerg Bornemann2020-11-103-2/+49
* CMake: Warn when building Qt with a generator other than NinjaAlexandru Croitor2020-11-101-0/+10
* CMake: Fix cmake tests for no-widgets and no-gui configurationsAlexandru Croitor2020-11-101-6/+30
* Android: recommend against using ANDROID_ABIS inside the project fileAssam Boudjelthia2020-11-101-7/+3
* CMake: Fixup outdated configure.cmake filesAlexandru Croitor2020-11-102-10/+1
* configurejson2cmake: Allow skipping of special case handlingAlexandru Croitor2020-11-101-13/+23
* 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
* CMake: Make Release the main config of a -debug-and-release buildJoerg Bornemann2020-11-101-1/+1
* QSignalSpy: Use QMetaType instead of metatype id in initArgsFabian Kosmale2020-11-102-6/+28
* 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
* CMake: Fix installation errors in multi-config buildJoerg Bornemann2020-11-104-6/+27
* 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: Make zstd config-based lookup quietAlexey Edelev2020-11-091-2/+4
* CMake: Add handling of PLUGIN_EXTENDS for generic pluginsAlexey Edelev2020-11-0916-3/+20
* Add new way to mess up projects with QMAKE_INSTALL_REPLACEMichal Klocek2020-11-092-5/+14
* Don't rely on the module.pri for the entrypoint linking to the libraryTor Arne Vestbø2020-11-096-50/+93
* Don't add module pri library entry for header modulesTor Arne Vestbø2020-11-091-1/+7
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-093-27/+333
* 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