summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QElapsedTimer: remove the runtime check for the monotonic clockThiago Macieira2023-04-012-61/+12
* QSqlError: misc cleanupChristian Ehrlicher2023-04-012-10/+10
* tst_qxmlstream: add non-US-ASCII hasAttribute() checksMarc Mutz2023-04-011-2/+19
* Http2: Don't skip checking flag for trailing HEADERS frame if PRIORITYMårten Nordheim2023-04-014-12/+69
* tst_Q(Any)StringView: check conversion from winrt::hstringMarc Mutz2023-03-312-0/+33
* 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-315-0/+166
* 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-3113-41/+293
* 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-315-1/+217
* 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
* Add the missing list of the generatedHeaders to syncqt_all_argsAlexey Edelev2023-03-311-1/+1
* 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-3122-57/+51
* QListView: No-op, when a list item is dropped directly behind itselfAxel Spoerl2023-03-312-1/+56
* Doc: link to QWindow::requestActivate() in more placesMitch Curtis2023-03-312-0/+4
* tst_qtconcurrentrun: fix UB (uninit'ed values)Marc Mutz2023-03-311-2/+2
* tst_QThreadPool: reduce the number of infinite timeoutsMarc Mutz2023-03-311-47/+56
* tst_bench_QCryptographicHash: use resultView()Marc Mutz2023-03-311-3/+3
* tst_bench_QCryptographicHash: port from std::function to qxp::function_refMarc Mutz2023-03-311-3/+2
* tst_bench_QCryptographicHash: QSKIP unsupported algorithmsMarc Mutz2023-03-311-0/+19
* tst_bench_QCryptographicHash: add benchmarks for QMessageAuthenticationCodeMarc Mutz2023-03-311-0/+80
* windeployqt: Make determineDebugAndDependentLibs more readableOliver Wolff2023-03-311-20/+35
* Highlight third-party modules that are security criticalKai Köhne2023-03-3110-0/+19
* tst_QSslSocket_onDemandCertificates_member: Blacklist Windows & debugAxel Spoerl2023-03-302-8/+17
* Fix QTimer::crossThreadSingleShotToFunctor testVolker Hilsheimer2023-03-301-8/+20
* Doc: Use \relates for functions in the global scopeTopi Reinio2023-03-284-0/+6
* Doc: Remove stray slashVolker Hilsheimer2023-03-281-1/+1
* tst_QDateTimeEdit::stepModifierPressAndHold(): tweak start dateEdward Welbourne2023-03-281-1/+5
* complexpingpong example: Modernize the codeIevgenii Meshcheriakov2023-03-284-39/+41
* iOS: request authorization before presenting image-pickerTimur Pocheptsov2023-03-284-3/+44
* 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-282-12/+75
* 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-282-4/+40
* Align QWindowSystemInterface::handleScreenAdded() and handleScreenRemoved()Tor Arne Vestbø2023-03-283-45/+47