summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust the format of code blocks in handleScreenChange functionLu Zhen2020-12-251-1/+1
* Add test creating QDateTime in double-DST gap in 1947 GermanyAndreas Buhr2020-12-241-0/+3
* QStylesheetStyle: fix push button label alignmentChristian Ehrlicher2020-12-241-1/+1
* Document that QtConcurrent::run doesn't support overloaded functionsSona Kurazyan2020-12-233-0/+43
* QStyleOption: avoid code duplicationChristian Ehrlicher2020-12-231-47/+21
* Fix out-of-bounds writePaul Olav Tvete2020-12-233-24/+33
* Doc: Fix broken link in stylesheet examplesNico Vertriest2020-12-231-2/+4
* QListView: don't crash when an empty container is passed to itemsRect()Christian Ehrlicher2020-12-221-7/+3
* QPicture: Improve the documentation of Picture::play()Christian Ehrlicher2020-12-222-1/+5
* Replace QtTest headers with QTestDavid Skoland2020-12-229-9/+11
* macos: Document that Drawer is obsoleteMorten Johan Sørvig2020-12-211-0/+2
* Call QEventDispatcher::startingUp() on thread startMorten Johan Sørvig2020-12-213-1/+2
* offscreen: always create a valid QPlatformIntegrationMorten Johan Sørvig2020-12-211-2/+3
* Doc: Don’t use \note when documenting enum valuesMorten Johan Sørvig2020-12-211-1/+1
* sqlite: Replace NULL by nullptrFriedemann Kleint2020-12-211-6/+7
* sqlite: Fix MSVC integer conversion warningsFriedemann Kleint2020-12-211-6/+11
* Fix qdoc warning, reference parameter correctlyVolker Hilsheimer2020-12-211-1/+1
* CMake: Use host variables instead of hardcoded directoriesAlexey Edelev2020-12-212-4/+4
* CMake: Don't rely on versionless commands or targets existingCraig Scott2020-12-211-3/+3
* CMake: Do not link "prefixed" openssl libs on AndroidJoerg Bornemann2020-12-212-12/+2
* Make QPushButton on macOS use QFocusFrame to fix alignment problemsDoris Verria2020-12-213-34/+101
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-1/+1
* Add some comments to clarify meaning of observers in property systemAndreas Buhr2020-12-211-3/+3
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2020-12-211-1/+1
* QProcess/Unix: speed up initialization of write notifierAlex Trotsenko2020-12-181-3/+2
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2020-12-183-5/+15
* Disallow construction of QPropertyBinding from a propertyFabian Kosmale2020-12-181-5/+1