summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* invokeMethod: replace a local RAII struct with qScopeGuardMårten Nordheim2023-07-011-5/+1
* Docs: Add link to OPenGL examples to OpenGL indexSafiyyah Moosa2023-06-302-2/+2
* Network: Remove unneeded Q_QDOC check for http featureKai Köhne2023-06-304-13/+9
* Silence compiler warning about unreachable codeVolker Hilsheimer2023-06-301-2/+3
* macOS: Respect QDir::Hidden for native file dialogsTor Arne Vestbø2023-06-301-2/+8
* macOS: Avoid triggering TCC permission dialogs in file dialogsTor Arne Vestbø2023-06-301-35/+19
* macOS: Enable dirs in file dialogs, also when treating bundles as dirsTor Arne Vestbø2023-06-301-4/+3
* Fix typo in QXmlStreamReader error messageFriedemann Kleint2023-06-301-1/+1
* Move plug and paint example to manual testTor Arne Vestbø2023-06-302-18/+3
* Move pixelator example to manual testTor Arne Vestbø2023-06-305-9/+7
* QEventLoop: port processEvents() to QDeadlineTimerAhmad Samir2023-06-302-5/+23
* QTest: add QDeadlineTimer qWaitFor() overloadAhmad Samir2023-06-304-22/+51
* QTest: add qWait(chrono::milliseconds) overloadAhmad Samir2023-06-303-12/+35
* QTest: add qSleep(std::chrono::milliseconds) overloadAhmad Samir2023-06-303-10/+32
* Fix button state validation in windows platform during drag and dropSanthosh Kumar2023-06-291-1/+1
* QMessageBox: Respect clients overriding QDialog::done()Tor Arne Vestbø2023-06-293-42/+35
* QMessageBox: Plumb native button clicks back to dialog's QAbstractButtonTor Arne Vestbø2023-06-292-18/+18
* QMessageBox: Emit accepted/rejected for native message boxesTor Arne Vestbø2023-06-291-8/+8
* QMessageBox: Set clicked button for native dialogs in clicked callbackTor Arne Vestbø2023-06-291-11/+2
* Fix syncqt compiler and linker flags handlingAlexey Edelev2023-06-291-4/+13
* QStorageInfo: use the same code on Linux and AndroidAhmad Samir2023-06-291-73/+3
* QCFString: unexportMarc Mutz2023-06-291-3/+3
* API update: Don't expose QHash storage in APIEskil Abrahamsen Blomfeldt2023-06-292-64/+98
* Introduce openssl-hash featureAlexey Edelev2023-06-293-3/+9
* Move textedit example to manual testTor Arne Vestbø2023-06-291-4/+0
* Move tetrix example to manual testTor Arne Vestbø2023-06-294-4/+3
* Move styles example to manual testTor Arne Vestbø2023-06-292-76/+1
* Move stylesheets example to manual testTor Arne Vestbø2023-06-293-17/+2
* Move MDI example to manual testTor Arne Vestbø2023-06-292-2/+2
* permissions: Handle unknown permission statuses gracefullyTor Arne Vestbø2023-06-294-8/+17
* permissions: Handle EKAuthorizationStatusWriteOnly on macOS 14/iOS 17Tor Arne Vestbø2023-06-291-4/+16
* CoreText: Handle failure to find matching theme font descriptorsTor Arne Vestbø2023-06-291-1/+1
* Make qt_noop() constexpr and noexcept (for C++)Marc Mutz2023-06-291-1/+8
* Remove all class-level [[nodiscard]] from the code-baseMarc Mutz2023-06-2810-14/+14
* QGtk3Theme: Do not default Active WindowText to button foregroundAxel Spoerl2023-06-281-1/+1
* Pass CMAKE_OSX_SYSROOT to syncqt CMAKE_FLAGSAlexey Edelev2023-06-281-0/+5
* De-inline QGenericRunnable overridesMarc Mutz2023-06-282-9/+15
* wasm: fix touch -> mouse event synth on SafariMorten Sørvig2023-06-281-1/+4
* rhi: gl: metal: Enable depth-stencil correctly with multiviewLaszlo Agocs2023-06-284-1/+22
* rhi: gl: Correct data type for D24 and D24S8Laszlo Agocs2023-06-281-2/+6
* rhi: gl: Enable depth texture for multiviewLaszlo Agocs2023-06-281-3/+10
* rhi: Use a depth/stencil texture in the multiview manual testLaszlo Agocs2023-06-281-0/+20
* rhi: d3d: Handle the case of passing in a texture array as depthTextureLaszlo Agocs2023-06-282-0/+42
* Move item views puzzle example to manual testTor Arne Vestbø2023-06-282-3/+1
* Move image viewer example to manual testTor Arne Vestbø2023-06-281-5/+1
* Evaluate the QT_ANDROID_DEPLOYMENT_SETTINGS_FILE propertyAlexey Edelev2023-06-281-1/+5
* QBindable: Add doc example for ctor taking property nameFabian Kosmale2023-06-281-1/+8
* Move icons example to manual testTor Arne Vestbø2023-06-283-7/+23
* QProcess/Unix: block all Unix signals between vfork() and exec()Thiago Macieira2023-06-281-1/+48
* Windows QPA: minor code simplificationYuhang Zhao2023-06-281-15/+9