summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-1010-15/+15
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-103-40/+38
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-103-94/+222
* TLS utils - move runtime check to compile timeTimur Pocheptsov2020-09-091-2/+6
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-085-42/+92
* QSemaphore: Make 64-bit wideThiago Macieira2020-09-081-1/+3
* Revert "Cleanup QSemaphore and make it always 64bit large"Thiago Macieira2020-09-092-60/+104
* QNetworkInterface: disable Netlink-based Linux support on AndroidThiago Macieira2020-09-081-1/+1
* Disable operator+ and operator- for QFlagsGiuseppe D'Angelo2020-09-092-5/+23
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+1
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-092-8/+49
* Avoid crashing in offscreen with X11 builtin but not availableAllan Sandfeld Jensen2020-09-091-2/+4
* Windows QPA: Enable toggling Windows transparencyFriedemann Kleint2020-09-082-4/+7
* Initialize "uc1" variableWang Wei2020-09-081-1/+1
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-085-162/+222
* Don't use deprecated function: QVariant::canConvert(int targetTypeId)Wang Wei2020-09-081-1/+1
* Remove deprecated method QOpenGLFunctions::initializeGLFunctions()Marcel Krems2020-09-082-11/+0
* Remove deprecated API from QSurfaceFormatMarcel Krems2020-09-082-43/+0
* Remove deprecated method QTextList::isEmpty()Marcel Krems2020-09-082-20/+0
* Interbase: Correctly read/write arrays to the databaseAndy Shaw2020-09-081-17/+3
* macOS: Don't assume we will get didBecomeKey for non-Qt NSWindowsTor Arne Vestbø2020-09-081-9/+12
* PostgreSQL: Attempt to subscribe even if it is already addedAndy Shaw2020-09-071-9/+8
* QCommonArrayOps: append when inserting into empty containerAndrei Golubev2020-09-071-3/+3
* QList/QString/QByteArray: no prepend optimized allocation when emptyAndrei Golubev2020-09-073-7/+6
* Update QList's documentation bitsAndrei Golubev2020-09-071-44/+43
* Huffman compression: handle QByteArray's elements as unsigned charTimur Pocheptsov2020-09-071-2/+4
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-073-19/+30
* Clean up QTextBoundaryFinder and qunicodetoolsLars Knoll2020-09-075-198/+187
* Make QStringMatcher ready for Qt 6Lars Knoll2020-09-072-48/+31
* Remove deprecated method QQuaternion::conjugateMarcel Krems2020-09-072-17/+0
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-063-47/+5
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-0610-186/+191
* Round float->qfloat16 to evenAllan Sandfeld Jensen2020-09-062-9/+530
* Inline QTest::qSleep()Lars Knoll2020-09-064-45/+8
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-0621-140/+6
* Remove two obsolete #definesLars Knoll2020-09-061-5/+0
* Cleanup QSemaphore and make it always 64bit largeLars Knoll2020-09-052-104/+60
* Cleanup a ### Qt 6Lars Knoll2020-09-052-6/+5
* QCompleterItemDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-5/+4
* QCalendarDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-6/+5
* QMetaType: optimize comparisonFabian Kosmale2020-09-051-1/+1
* When finding the engine for a fallback font, then clear the familiesAndy Shaw2020-09-051-0/+1
* Get rid of the MSVC specific fileLars Knoll2020-09-053-61/+0
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-054-10/+0
* Remove some comments that are no longer relevantEdward Welbourne2020-09-054-7/+2
* Remove some obsolete codeLars Knoll2020-09-053-95/+0
* QWindowsKeyMapper: fix mixed math between int and enum/flagsGiuseppe D'Angelo2020-09-051-3/+3
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-0511-17/+16
* Change translation context of strings to new classVolker Hilsheimer2020-09-051-13/+6
* Fix compiler warnings from using deprecated qChecksum overloadVolker Hilsheimer2020-09-052-4/+4