summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tst_qmenubar: stop doing math on an enumGiuseppe D'Angelo2020-09-071-1/+1
* Huffman compression: handle QByteArray's elements as unsigned charTimur Pocheptsov2020-09-071-2/+4
* tst_qshortcut (x2): use op | instead of op + to combine keysGiuseppe D'Angelo2020-09-072-54/+54
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-0711-25/+103
* Clean up QTextBoundaryFinder and qunicodetoolsLars Knoll2020-09-076-200/+187
* Make QStringMatcher ready for Qt 6Lars Knoll2020-09-072-48/+31
* Remove deprecated method QQuaternion::conjugateMarcel Krems2020-09-073-24/+4
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-066-64/+23
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-0611-187/+192
* Round float->qfloat16 to evenAllan Sandfeld Jensen2020-09-064-14/+629
* Inline QTest::qSleep()Lars Knoll2020-09-064-45/+8
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-0625-152/+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
* Remove /INCREMENTAL:YES from linker flagsMarcel Krems2020-09-051-2/+0
* tst_qdbuscpp2xml: stop doing math on enumerationsGiuseppe D'Angelo2020-09-051-1/+1
* 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
* Use QList instead of QVector in qmakeJarek Kobus2020-09-0511-22/+22
* 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
* Make test pass on machines with many coresLars Knoll2020-09-051-1/+1
* 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-0514-22/+21
* 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
* Fix compiler warnings after QKeyCombination introductionVolker Hilsheimer2020-09-052-11/+10
* Fix compiler warning from unused private field in QSequentialIterableVolker Hilsheimer2020-09-051-0/+1
* xcb: drop Xinerama supportLiang Qi2020-09-0411-74/+5
* Fix memory sanitizer complaint about uninitialized valueLiang Qi2020-09-041-1/+1
* Merge QPainterPathPrivate and QPainterPathDataVolker Hilsheimer2020-09-043-93/+70
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-0417-1755/+318
* wasm: enable httpmultipartLorn Potter2020-09-049-6/+32
* Fix flaky QFutureWatcher::startFinish() testJarek Kobus2020-09-031-11/+22
* Tighten up QDialogButtonBox::ButtonLayout enumVolker Hilsheimer2020-09-033-13/+1
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-09-034-21/+16
* Fix build without features.highdpiscalingTasuku Suzuki2020-09-041-2/+2
* Remove obsolete native client platformMorten Johan Sørvig2020-09-037-266/+5
* Extend test blacklisting from Ubuntu 18.04 to 20.04Tor Arne Vestbø2020-09-034-0/+4
* QCocoaKeyMapper: do not sum integral+QFlagsGiuseppe D'Angelo2020-09-031-2/+2
* rhi: Sanity check the srb in debug buildsLaszlo Agocs2020-09-036-2/+91
* Add QByteArrayView overloads for push_back and push_frontLars Knoll2020-09-032-18/+30