summaryrefslogtreecommitdiffstats
path: root/src
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-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
* QMultiHash: add a QHash&& constructor and unite() overloadMårten Nordheim2020-11-091-0/+19
* Fix regular expression initialize with incorrect filtersZhang Yu2020-11-091-3/+3
* Fix pcre2 feature conditionsJoerg Bornemann2020-11-093-6/+6
* Automatically generate unit tests for QtConcurrentAndreas Buhr2020-11-091-1/+1
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-0922-34/+34
* Doc: mention that disconnecting all signals can be dangerousMitch Curtis2020-11-092-0/+40
* Support customized device discovery with udevElvis Lee2020-11-092-3/+7
* Allow painting above INT16_MAX on 64-bit architecturesAllan Sandfeld Jensen2020-11-096-182/+204
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-091-1/+2
* moc: output errors and warnings in a way that matches compilersVolker Hilsheimer2020-11-091-10/+10
* Member-initialize QOpenGLWidgetPrivateVolker Hilsheimer2020-11-091-35/+18