summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add description to cmake_automoc_parseAmir Masoud Abdol2023-04-031-0/+1
* QBluetoothPermission: support new Android permissionsIvan Solovev2023-04-032-3/+42
* Fix a copy-paste error in QWasmWindowMikolaj Boc2023-04-021-1/+1
* QtConcurrent: fix warning due to assignment to narrower integer typeHamish Moffatt2023-04-031-3/+3
* QIOSFileEngineAssetsLibrary: bail out early on non-existing dirsTimur Pocheptsov2023-04-021-0/+12
* QElapsedTimer: remove the runtime check for the monotonic clockThiago Macieira2023-04-012-61/+12
* QSqlError: misc cleanupChristian Ehrlicher2023-04-012-10/+10
* Http2: Don't skip checking flag for trailing HEADERS frame if PRIORITYMårten Nordheim2023-04-011-9/+9
* macOS: Move application sandbox checking to secondary threadTor Arne Vestbø2023-03-312-22/+57
* QtBase/doc: fix examples for QHash/QMap/QMultiMap::erase()Christian Ehrlicher2023-03-316-239/+77
* QFutureInterface: Extract Method reportAndEmplaceResult() from reportAndMoveR...Marc Mutz2023-03-311-2/+11
* QResultStore: add emplaceResult<T>()Marc Mutz2023-03-311-4/+9
* QFutureInterface::reportAndMoveResult(): don't spell a move as forward<T>()Marc Mutz2023-03-311-1/+1
* QResultStore::moveResult(): refuse to move from lvaluesMarc Mutz2023-03-311-0/+2
* QResultStore: use unconditional move() in moveResult()Marc Mutz2023-03-311-1/+1
* QSqlIndex: add move ctor & move operatorChristian Ehrlicher2023-03-312-0/+24
* QComboBox: Disable items marked as disabled in native popupsSebastian Beckmann2023-03-311-0/+2
* Fix QPermission documentation for accessing typed permissionsIvan Solovev2023-03-311-1/+1
* moc: Record types of enumerationsUlf Hermann2023-03-319-12/+110
* Correctly update the texture in qwasmbackingstoreMikolaj Boc2023-03-311-5/+7
* macOS: Send Qt::NonClientAreaMouseMove for NSEventTypeMouseMoved in title barTor Arne Vestbø2023-03-311-3/+2
* Remove unused code in qwasmcompositorMikolaj Boc2023-03-313-58/+3
* Short live q20::to_address!Marc Mutz2023-03-311-1/+44
* CommonStyle/QSpinBox: fix rendering up/down symbols in high-dpi modeChristian Ehrlicher2023-03-311-9/+44
* SQLite: Update SQLite to v3.41.2Christian Ehrlicher2023-03-313-36/+74
* QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+typeTor Arne Vestbø2023-03-316-98/+35
* qlalr: add option to error out on warningMårten Nordheim2023-03-313-4/+30
* Revert "Revert "qxkbcommon: Treat XKB_KEY_{Super,Hyper}_{L,R} as Qt::Key_Meta...Andrey Butirsky2023-03-311-1/+1
* Move streambookmarks example into corelibe/serializationØystein Heskestad2023-03-314-32/+24
* QListView: No-op, when a list item is dropped directly behind itselfAxel Spoerl2023-03-311-1/+2
* Doc: link to QWindow::requestActivate() in more placesMitch Curtis2023-03-312-0/+4
* windeployqt: Make determineDebugAndDependentLibs more readableOliver Wolff2023-03-311-20/+35
* Highlight third-party modules that are security criticalKai Köhne2023-03-3110-0/+19
* Doc: Use \relates for functions in the global scopeTopi Reinio2023-03-284-0/+6
* Doc: Remove stray slashVolker Hilsheimer2023-03-281-1/+1
* iOS: request authorization before presenting image-pickerTimur Pocheptsov2023-03-283-3/+43
* Windows: Send synthetic mouse release after move/resize using right APITor Arne Vestbø2023-03-281-3/+7
* Stop propagation and default action on WASM window pointer eventMikolaj Boc2023-03-281-2/+3
* Pick up initial state of foreign windows instead of reflecting QWindowTor Arne Vestbø2023-03-281-12/+18
* macOS: Don't try to create or manage NSWindow of foreign windowsTor Arne Vestbø2023-03-281-0/+8
* Ensure QHighDpiScaling::set(Screen/Global)Factor() results in QScreen signalsTor Arne Vestbø2023-03-281-4/+8
* Align QWindowSystemInterface::handleScreenAdded() and handleScreenRemoved()Tor Arne Vestbø2023-03-283-45/+47
* Remove indirection via QScreenPrivate::setPlatformScreen()Tor Arne Vestbø2023-03-284-21/+12
* Introduce QTP0002 policy for android-specific target propertiesAlexey Edelev2023-03-283-1/+74
* Update Qt logoFriedemann Kleint2023-03-281-0/+0
* Remove the redundant QWasmCompositor::requestUpdateAllWindowsMikolaj Boc2023-03-283-35/+13
* QComboBox: reset indexBeforeChange to -1 if index is invalidatedAxel Spoerl2023-03-281-2/+13
* macOS: Simplify child window parenting in recreateWindowIfNeeded()Tor Arne Vestbø2023-03-281-3/+1
* macOS: Create NSView as initially hidden, to match QWindow behaviorTor Arne Vestbø2023-03-282-10/+12
* Guard QTabBar against nested event processing during moving tabsTor Arne Vestbø2023-03-281-1/+2