summaryrefslogtreecommitdiffstats
path: root/header.LGPL3 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-06QShortcut: Fix build with -no-feature-whatsthisFriedemann Kleint1-0/+4
2019-11-05Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen8-61/+169
2019-11-05Eradicate Q_FOREACHs over QVarLengthArrayMarc Mutz2-7/+1
2019-11-04Fix converting a null QStringRef to QStringSona Kurazyan2-1/+14
2019-11-04Get rid of QT_STRICT_ITERATORSLars Knoll24-165/+15
2019-11-01Extract QGuiShortcutFriedemann Kleint9-255/+659
2019-11-01QAction: Properly port to the new configure systemFriedemann Kleint24-65/+66
2019-11-01Move the private and internal APIs of QDom to new filesSona Kurazyan5-704/+908
2019-11-01Split tests of QGuiAction(Group)Friedemann Kleint9-348/+460
2019-11-01QSslSocket - remove old OpenSSL backend (< 1.1)Timur Pocheptsov22-2571/+917
2019-10-31Add a transfer timeout at QNAM level as wellVille Voutilainen4-0/+71
2019-10-313rd-Party/Double conversion: Fix developer build with MSVCFriedemann Kleint1-0/+5
2019-10-31Turn a local QHash into a QMultiHashMårten Nordheim1-1/+1
2019-10-31Fix text-rendering regression on semi-transparent background on LinuxAllan Sandfeld Jensen1-2/+2
2019-10-31Avoid EGL_BAD_MATCH in tst_qrhi autotestLaszlo Agocs1-0/+3
2019-10-31Doc: Remove empty section title from QMilankovicCalendarTopi Reinio1-2/+0
2019-10-31Extract QGuiAction(Group) from QAction(Group) into QtGuiFriedemann Kleint26-1545/+2202
2019-10-31Unify QFSFileEngine implementations on Windows and UnixVolker Hilsheimer3-175/+88
2019-10-30Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne31-9261/+21189
2019-10-30Get rid of unsharable containersLars Knoll17-911/+23
2019-10-30Ensure QListIterator gets defined inside the qtnamespaceLars Knoll1-0/+2
2019-10-30macOS: Don't skip display link delivery via GCD during live resizingTor Arne Vestbø1-9/+0
2019-10-30Fix up parts of the QList related docsLars Knoll3-78/+58
2019-10-30Fix all tst_qmetatype breakages after QList to QVector aliasingJędrzej Nowacki3-2/+68
2019-10-30Make QList an alias to QVectorLars Knoll41-5420/+106
2019-10-30Move QListSpecialMethods over to QVectorLars Knoll6-74/+101
2019-10-30Ensure we don't move the Listener struct aroundLars Knoll2-22/+25
2019-10-30Don't try to insert items out of boundsLars Knoll1-1/+1
2019-10-30Doc: Clarify the ownership of a state for addState()Kavindra Palaraja1-1/+1
2019-10-30qmake: Don't call QDir::count() over and overUlf Hermann1-1/+1
2019-10-30examples: Fix -Wdeprecated-copy warningsAlbert Astals Cid5-39/+8
2019-10-29Make tst_QNumeric more systematic about checking float as well as doubleEdward Welbourne1-179/+213
2019-10-29Wasm: Fix the markup in wasm_shell.htmlAlessandro Portale1-1/+1
2019-10-29Cocoa: rename IsMouseOrKeyEvent -> isUserInputEventMorten Johan Sørvig1-36/+32
2019-10-29rhi: Move to CBOR in QShader and expand the autotestLaszlo Agocs11-16/+410
2019-10-29wasm: add local file access manual testMorten Johan Sørvig2-0/+108
2019-10-29qpa: Add note about QScreen taking care of primary screen during removalTor Arne Vestbø1-1/+2
2019-10-29Replace usage of Q_DECL_ALIGN with C++11 alignas keywordVolker Hilsheimer6-26/+9
2019-10-29Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer21-239/+52
2019-10-29CMake: Fix androiddeployqt support when using add_library MODULEAlexandru Croitor1-0/+6
2019-10-29sqlite: Update to v3.30.1Andy Shaw4-4009/+5304
2019-10-29tst_QDataWidgetMapper/QFileIconProvider/ItemEditorFactory: cleanupChristian Ehrlicher3-35/+28
2019-10-28Add a getter for QObjectPrivate::threadDataGiuseppe D'Angelo1-0/+1
2019-10-28Add a timeout for transfersVille Voutilainen5-5/+154
2019-10-28Widget examples: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher5-28/+17
2019-10-28no-thread: Add dummy implementations for stackSize functions in QThreadEskil Abrahamsen Blomfeldt1-0/+10
2019-10-28QGraphicsItem: disable deprecated warnings during compilationChristian Ehrlicher1-0/+6
2019-10-28QTestLib: basic WebAssembly supportMorten Johan Sørvig1-2/+2
2019-10-28macOS: Deliver update requests even when view or layer needs displayTor Arne Vestbø1-11/+0
2019-10-27macOS: Only skip screen reconfigure if primary screen changedTor Arne Vestbø1-3/+2