summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Lookup DISPLAYCONFIG data for monitorsAllan Sandfeld Jensen2021-01-071-2/+94
* Clean up code that handle clipboard image conversion on WindowsCamille Viot2021-01-062-127/+43
* Skip already closing widgets when checking whether application can quitTor Arne Vestbø2021-01-061-0/+6
* Make QString and QByteArray sequentially iterableUlf Hermann2021-01-061-24/+40
* Doc: Improve QMap, QMultiMap descriptionKai Köhne2021-01-062-4/+2
* Fix missing repaints with QOpenGLWidget in a QDockWidgetLaszlo Agocs2021-01-061-1/+6
* rhi: vk: Prevent WAW hazard reported from sync validation with offscreen rtLaszlo Agocs2021-01-062-4/+45
* rhi: gl: Reset tracked state upon a buffer update or readbackLaszlo Agocs2021-01-061-48/+70
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-061-1/+1
* QLocale: Remove dead codeKai Köhne2021-01-062-12/+0
* Remove superfluous OpenGL_GL_PREFERENCE assignmentJoerg Bornemann2021-01-061-2/+0
* Doc: Use correct include for QtFuture namespacePaul Wicking2021-01-061-0/+1
* android: Generate deployment settings file with correct qml-import-pathsCraig Scott2021-01-061-2/+7
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+3
* Remove superfluous call in QProcessPrivate::_q_startupNotificationAlex Trotsenko2021-01-051-2/+0
* TableView: Trigger the resizing of editors resizing a row/columnAndy Shaw2021-01-051-0/+4
* Update shared-mime-info to the 2.1 release, adjust implementationDavid Faure2021-01-054-7050/+8878
* QInputControl: accept surrogate category characterLiang Qi2021-01-051-0/+3
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-052-11/+11
* QSslCertificate(OpenSSL) - harden protection against nullpointersTimur Pocheptsov2021-01-051-2/+25
* QTreeWidgetItem: fix documentation error for childIndicatorPolicy()Christian Ehrlicher2021-01-051-1/+1
* QAbstractItemView: fix selectionCommand() with no eventChristian Ehrlicher2021-01-051-3/+3
* Add a platform capability indicating support for QRhi-based renderingLaszlo Agocs2021-01-047-2/+18
* Handle maxImageCount 0 in QVulkanWindowLaszlo Agocs2021-01-042-4/+6
* qt_qFindChild(ren)_helper: remove pointless checksGiuseppe D'Angelo2021-01-041-6/+5
* State in docs that the BufferQueueingOpenGL cap is deprecatedLaszlo Agocs2021-01-041-2/+2
* rhi: vk: Fix DS WAW hazard reported from sync validationLaszlo Agocs2021-01-041-10/+23
* Add a dedicated QWindow surface type for D3DLaszlo Agocs2021-01-044-19/+28
* CMake: Fix error and print summary for standalone building sqldriversLi Xinwei2021-01-041-0/+7
* macOS: Simplify and fix issues with QMenuPrivate::moveWidgetToPlatformItemTor Arne Vestbø2021-01-042-49/+35
* Update QPalette() documentation to not mention the application paletteTor Arne Vestbø2021-01-041-1/+4
* uic: Do not generate QComboBox::AdjustToMinimumContentsLength into codeFriedemann Kleint2021-01-041-6/+23
* XmlStringRef: remove operator<=>Giuseppe D'Angelo2021-01-041-6/+0
* Upgrade md4c to 0.4.7Giuseppe D'Angelo2021-01-044-86/+131
* CMake: Prefer canonical CMAKE_ANDROID_NDK var when writing deploy fileCraig Scott2021-01-041-1/+1
* QProcess/Win: do not duplicate handles for pipelined processesAlex Trotsenko2021-01-031-24/+8
* xcb: document QXcbEventQueue::PeekOption enumGatis Paeglis2021-01-012-8/+23
* QAbstractButton: don't access nullptr in queryButtonList()Christian Ehrlicher2021-01-011-1/+3
* QProcess: allow pipelining for detached processesAlex Trotsenko2020-12-311-6/+12
* QProcess: allow merged channels forwarding for detached processesAlex Trotsenko2020-12-314-37/+32
* QProcess: consolidate channel managementAlex Trotsenko2020-12-314-57/+80
* QProcess/Win: do not needlessly duplicate std handles in startProcess()Alex Trotsenko2020-12-302-38/+35
* QProcess/Win: handle more errors in openChannel()Alex Trotsenko2020-12-301-40/+46
* fix potential mem leak on connection lostMatthias Möller2020-12-301-15/+12
* Add QRhiTextureSubresourceUploadDescription QByteArray constructorJonas Karlsson2020-12-292-2/+14
* Add getDataView() method to QTextureFileDataJonas Karlsson2020-12-292-0/+13
* Add version() to QOperatingSystemVersionLars Schmertmann2020-12-282-4/+19
* eglfs: Enable building the fbdev-based Mali backendLaszlo Agocs2020-12-282-1/+27
* QRegularExpression: mention raw string literal in the docsAhmad Samir2020-12-282-0/+18
* Handle XCB_INPUT_DEVICE_TYPE_MASTER_POINTER properlyPaul Olav Tvete2020-12-252-4/+9