summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused, leftover, includeJuha Vuolle2024-01-101-2/+0
* Add streaming text support to QRestReplyJuha Vuolle2024-01-102-18/+26
* API Review / QDockWidget: Remove const/ref debug operatorAxel Spoerl2024-01-102-11/+9
* QDBusMessage: make private ctor explicitMarc Mutz2024-01-101-1/+1
* wasm: don't call requestActivate for windows that don't want itLorn Potter2024-01-101-1/+2
* SQL: rename enablePositionalBinding() to setPositionalBindingEnabled()Christian Ehrlicher2024-01-104-19/+21
* macOS: Explicitly show extensions in save dialog if filter is "all files"Tor Arne Vestbø2024-01-101-11/+19
* macOS: Show extensions in file dialog when filtering on multi-part extensionTor Arne Vestbø2024-01-101-14/+22
* QSidebar: Use pmf-style connectsChristian Ehrlicher2024-01-102-21/+27
* QInputDialog: Use pmf-style connectsChristian Ehrlicher2024-01-102-34/+35
* QFontDialog: Use pmf-style connectsChristian Ehrlicher2024-01-103-34/+36
* QFileDialog: Use pmf-style connectsChristian Ehrlicher2024-01-103-170/+163
* QMessageBox: Use pmf-style connectsChristian Ehrlicher2024-01-102-23/+14
* QSqlQuery: Add QStringView overloadsChristian Ehrlicher2024-01-102-7/+23
* QSqlRecord: Add QStringView overloadsChristian Ehrlicher2024-01-102-24/+103
* QLineEdit: Use pmf-style connectsChristian Ehrlicher2024-01-105-87/+99
* Dissociate QTypeRevision from QVersionNumberMarc Mutz2024-01-106-349/+402
* Simplify qCompareThreeWay()Ivan Solovev2024-01-091-8/+1
* Fix ItemView editing look and custom background color on QWindows11StyleWladimir Leuschner2024-01-091-17/+18
* Doc: Remove dead links to Concentric Circle ExampleKai Köhne2024-01-091-1/+1
* QHttpHeaders: add value(name, fall-back)Marc Mutz2024-01-092-0/+26
* [docs] Remove references to C++11 feature availabilityMarc Mutz2024-01-098-26/+9
* wasm: move keyboard input handling for touchscreensLorn Potter2024-01-093-25/+14
* wasm: provide isValid implementation for QWasmOffscreenSurfaceLorn Potter2024-01-092-0/+6
* CommonStyle/QSlider: use drawLines() instead single drawLine() callsChristian Ehrlicher2024-01-091-8/+10
* CommonStyle/QSlider: don't modify outline colorChristian Ehrlicher2024-01-091-7/+7
* QCommonStyle: use themeHint(IconPixmapSizes) in iconFromWindowsTheme()Christian Ehrlicher2024-01-091-4/+6
* QWindowsSystemTrayIcon: use high-dpi icons for notificationsChristian Ehrlicher2024-01-091-14/+3
* Doc: Wrap arguments to \inlineimage in curly bracesAndreas Eliasson2024-01-091-2/+2
* Fix qWarnings Could not connect "org.freedesktop.NetworkManager" [...]David Faure2024-01-094-37/+51
* Move QNetworkManagerNetworkInformationBackend to its own header fileDavid Faure2024-01-093-31/+60
* Add styleHint function override for QEglFSIntegrationTomasz Kozłowski2024-01-092-0/+10
* Fix opening temporary content: URIs from application content providersVolker Krause2024-01-091-1/+1
* QFuture: immediately delete watcher after the context is destroyedIvan Solovev2024-01-091-1/+1
* QFileInfoGatherer: simplify logic; use std::exchangeAhmad Samir2024-01-091-4/+2
* QFileInfoGatherer: add some API docsAhmad Samir2024-01-091-0/+9
* Disable AUTOGEN for resource object targetsAlexey Edelev2024-01-081-0/+5
* wasm: finish comment and remove debug outputMorten Sørvig2024-01-081-5/+2
* wasm: actually save dropped files to /qt/tmpMorten Sørvig2024-01-081-1/+1
* highdpi: Update high-DPI in QWSI::handleScreenLogicalDotsPerInchChangeMorten Sørvig2024-01-081-0/+5
* Add Qt::AA_QtQuickDontUseDefaultSizePolicyJan Arve Sæther2024-01-082-1/+6
* Doc: fix typo in QGraphicsView::rubberBandRect() method documentationDavid Faure2024-01-081-1/+1
* Fix QThreadPool::maxThreadCount() usageIvan Solovev2024-01-083-3/+3
* Http2: move assemble_hpack_block declaration to headerMårten Nordheim2024-01-083-27/+31
* Revert "Bump androix dependency to 1.12.0"Assam Boudjelthia2024-01-081-1/+1
* Doc: QEventPoint: Remove documentation-specific property macroTopi Reinio2024-01-081-1/+0
* QRadialGradient: Fix undefined behaviorHatem ElKharashy2024-01-082-6/+4
* qassert.h: fix typoAhmad Samir2024-01-081-1/+1
* rhi: gl: Pretend 4x MSAA is always supported when cannot queryLaszlo Agocs2024-01-071-2/+2
* Don't show mnemonics in dockwidget titlesSune Vuorela2024-01-073-3/+3