summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QHeaderView: relayout on resetDefaultSectionSizeJonas Karlsson2023-11-082-14/+13
* Use Desktop Handle in case of no valid app HWND for QPrintDialogWladimir Leuschner2023-11-081-1/+6
* Openssl V3: try to work around the lack of SHLIB_VERSION_NUMBERTimur Pocheptsov2023-11-081-2/+14
* Windows QPA: Emit QGuiApplication::primaryScreenChanged()Friedemann Kleint2023-11-081-0/+6
* QSharedMemory: fix attach() -> create() for non-legacy SystemV modeIvan Solovev2023-11-081-0/+2
* rhi: Add a flag to suppress D3D11 smoke test warningsLaszlo Agocs2023-11-083-12/+35
* Extend qDebug functionality for QDockWidgetAxel Spoerl2023-11-085-1/+43
* tslib: generate event with correct buttons and event typeSamuli Piippo2023-11-081-3/+6
* Add QPixmapIconEngine::isNull()Christian Ehrlicher2023-11-082-1/+6
* QWidgetWindow: pass QPointF to QMouseEventChristian Ehrlicher2023-11-081-6/+6
* QCheckBox: Don't emit checkStateChanged when nothing changedChristian Ehrlicher2023-11-081-1/+1
* Re-enable LTO for gcc versions >= 10Alexey Edelev2023-11-081-4/+8
* Implement QDBusAbstractInterface::setInteractiveAuthorizationAllowedGleb Popov2023-11-073-0/+31
* QMimeDatabase: update freedesktop.org.xml to shared-mime-info 2.3David Faure2023-11-071-4770/+5662
* QSharedMemory: fix attach() -> create() for legacy SystemV modeIvan Solovev2023-11-071-0/+1
* QDate: fix condition in conversion between chrono types and Julian DayIvan Solovev2023-11-071-1/+1
* Fix build with -no-feature-shortcutTasuku Suzuki2023-11-071-0/+2
* Remove forward declared QHashAlexey Edelev2023-11-061-2/+2
* QTZ/Darwin: Make available-ID checks cheaperEdward Welbourne2023-11-062-7/+11
* Restore WindowState when changing SurfaceTypeWladimir Leuschner2023-11-061-0/+2
* Android: remove a11y methods from QtNative, call a11y delegate directAssam Boudjelthia2023-11-067-145/+120
* QCryptographicHash: Do not rely on auto-loading of the default providerJan Grulich2023-11-061-2/+5
* JNI: allow QString as a parameter to native methodsVolker Hilsheimer2023-11-071-17/+53
* QLocal8Bit::convertToUnicode[win]: Pre-2Gi changesMårten Nordheim2023-11-061-26/+36
* QLocal8Bit::convert*Unicode[win]: Converge logicMårten Nordheim2023-11-061-15/+19
* QLocal8Bit::convertToUnicode[win]: Support stateless flagMårten Nordheim2023-11-061-1/+4
* QNonContiguousByteDeviceThreadForwardImpl: reset m_atEnd during reset()Mårten Nordheim2023-11-061-0/+1
* Schannel: Return if socket is invalidMårten Nordheim2023-11-061-2/+4
* QNetworkInfo[win]: Advertise Metered featureMårten Nordheim2023-11-061-0/+1
* Http: simplify check for preconnect requestMårten Nordheim2023-11-062-4/+2
* QVulkanWindow: Add a way to control post-1.0 Vulkan featuresLaszlo Agocs2023-11-063-18/+75
* QTextEdit/Browser: use pmf-style connectsChristian Ehrlicher2023-11-055-65/+77
* QTextEdit: remove unused member 'textFormat'Christian Ehrlicher2023-11-052-9/+2
* QFontCombobox: misc cleanupChristian Ehrlicher2023-11-052-28/+30
* Widgets: use pmf-style connectChristian Ehrlicher2023-11-044-7/+10
* FusionStyle: use std::array instead QVarLengthArrayChristian Ehrlicher2023-11-041-5/+5
* QStyle: cleanup iconFromApplicationTheme()Christian Ehrlicher2023-11-041-22/+4
* QWindowStyle: misc cleanupChristian Ehrlicher2023-11-041-14/+12
* FusionStyle: re-add icons for dockwidget titlebarChristian Ehrlicher2023-11-0424-0/+328
* QSingleShotTimer: port to chronoAhmad Samir2023-11-042-23/+32
* QStorageInfoPrivate/Linux: de-duplicate some codeAhmad Samir2023-11-042-9/+14
* q20chrono: remove a redundant commentAhmad Samir2023-11-041-1/+1
* QLatin1StringMatcher: handle `from` index < 0Ahmad Samir2023-11-041-0/+3
* QDockWidget: fix dock buttons sizeChristian Ehrlicher2023-11-041-23/+2
* Schannel: Avoid crashing for unparsed certificateTim Jenssen2023-11-032-4/+14
* Doc: Replace wrongly spelled wordKai Köhne2023-11-031-1/+1
* QLocale/MS: extract function to save some repetitionEdward Welbourne2023-11-031-18/+12
* QLocale/MS: polish some arrays and their accessEdward Welbourne2023-11-031-12/+9
* QLocale/MS: return null variant, not empty string, on failuresEdward Welbourne2023-11-031-29/+47
* Include offset-zone's ID in the available IDs for an offsetEdward Welbourne2023-11-032-1/+11