summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ignore removed/changed screens if no QIOSIntegration instance existsJan Moeller2023-04-181-0/+6
* Add helper template for metacall event creationVolker Hilsheimer2023-04-183-24/+32
* SQL: replace qPrintable() / toLocal8Bit() with unicode versionsChristian Ehrlicher2023-04-183-17/+19
* Remove unused documentation code snippetsFriedemann Kleint2023-04-1747-1193/+3
* Windeployqt: change MinGW dll's import locationTimothée Keller2023-04-171-11/+16
* Doc: Fix dead link in QCA::translate()Kai Köhne2023-04-171-1/+2
* rhi: d3d12: Implement debug markersLaszlo Agocs2023-04-171-4/+37
* corelib/global/*.h: use static_assert instead of Q_STATIC_ASSERT_XAhmad Samir2023-04-162-2/+6
* QMetaType: more doc tidies for the flagsGiuseppe D'Angelo2023-04-161-3/+3
* QMetaType::IsGadget: doc tidiesGiuseppe D'Angelo2023-04-161-1/+1
* mimetypes/: port to qsizetypeAhmad Samir2023-04-157-26/+31
* CommonStyle/QSpinBox: fix rendering up/down symbols in high-dpi modeChristian Ehrlicher2023-04-151-16/+15
* Fix accessibility on XCB when running as rootFrederik Gladhorn2023-04-151-0/+8
* QNetworkInformation[Win]: Catch potential WinRT exceptionsVladimir Belyavsky2023-04-141-10/+16
* QSQLDatabase: avoid some code duplicationChristian Ehrlicher2023-04-141-15/+11
* Exclude thread/qwaitcondition_unix.cpp from the Unity BuildAmir Masoud Abdol2023-04-141-0/+4
* Add [[maybe_unused]] attribute to an unused variableAmir Masoud Abdol2023-04-141-1/+4
* QDate: enable {start,end}OfDay() to make second-adjustmentsEdward Welbourne2023-04-141-6/+42
* Minor tidies in the TZ time-zone backendEdward Welbourne2023-04-141-5/+7
* Revert "Gtk3Theme: set XCURSOR_SIZE and XCURSOR_THEME for wayland sessions"Ilya Fedin2023-04-141-14/+0
* Revert "macOS: add default Edit menu items, if not added by AppKit"Tor Arne Vestbø2023-04-132-56/+0
* Add the missing include guardAmir Masoud Abdol2023-04-131-0/+4
* Replace a duplicate symbolAmir Masoud Abdol2023-04-132-13/+3
* Rid of 'special case' markersAlexey Edelev2023-04-1310-32/+28
* Use LANGUAGE OBJCXX rather than COMPILE_FLAGS "-x objective-c++"Tor Arne Vestbø2023-04-131-1/+1
* QAbstractButton::setChecked() - don't update accessibility if staleAxel Spoerl2023-04-131-5/+6
* rhi: gl: Fix GL_INVALID_OPERATION error at glPolygonModeJiDe Zhang2023-04-131-4/+2
* QSqlError: Make QSqlErrorPrivate implicitly sharedChristian Ehrlicher2023-04-122-23/+12
* Default NVidia EGL to GLES2Allan Sandfeld Jensen2023-04-121-2/+6
* windows: Re-apply mask when DPI changes, to account for new scale factorVolker Hilsheimer2023-04-121-0/+4
* windeployqt: Add option to skip plugin types during deploymentOliver Wolff2023-04-121-9/+21
* windeployqt: Remove special handling of virtual keyboard pluginOliver Wolff2023-04-121-18/+0
* macOS: Synthesize cursor updates on QCocoaWindow::setWindowCursorTor Arne Vestbø2023-04-121-18/+20
* rhi: Remove unused init flagLaszlo Agocs2023-04-122-6/+3
* rhi: Move generic setup code out of create()Laszlo Agocs2023-04-122-14/+20
* Remove outdated comment about macOS cusorUpdateTor Arne Vestbø2023-04-121-4/+0
* rhi: d3d11: Check ConstantBufferOffsetting in feature dataLaszlo Agocs2023-04-121-0/+14
* Long live QPromise::emplaceResult/At()!Marc Mutz2023-04-122-6/+39
* rhi: Remove readback result type aliasLaszlo Agocs2023-04-129-13/+11
* rhi: gl: Reset scissor before blitLaszlo Agocs2023-04-121-0/+4
* SQL/MySQL: properly initialize variableChristian Ehrlicher2023-04-111-3/+3
* macOS Accessibility: flag all synthetic elements as unignoredVolker Hilsheimer2023-04-111-3/+4
* macOS Accessibility: Delay creation of table cell interfacesVolker Hilsheimer2023-04-111-18/+96
* macOS Accessibility: don't create an unnecessary interfaceVolker Hilsheimer2023-04-111-6/+3
* macOS Accessibility: add an elementWithInterface helperVolker Hilsheimer2023-04-112-12/+17
* macOS Accessibility: optimize table interface implementationVolker Hilsheimer2023-04-112-44/+58
* macOS Accessibility: code hygieneVolker Hilsheimer2023-04-112-130/+104
* Docs: update links to renamed exampleVolker Hilsheimer2023-04-117-12/+16
* Docs: fix links to D-Bus examplesVolker Hilsheimer2023-04-112-5/+5
* QImage: when saving fails, print the writer's error stringVolker Hilsheimer2023-04-111-2/+7