summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wasm: align QWasmLocalFileAccess API with 6.4Morten Sørvig2022-12-283-9/+87
* Detect appearance by colors unless GTK theme name contains "dark"Axel Spoerl2022-12-283-1/+20
* Fix the handling of dead keys on WASMMikolaj Boc2022-12-271-6/+7
* wasm: Work on wasm accessibility elements and eventsShreya Pattani2022-12-272-10/+284
* wasm: Work on wasm accessibility elements and eventsSharad Sahu2022-12-278-24/+392
* wasm: add end-user accessibillty opt-inMorten Sørvig2022-12-273-18/+133
* wasm: add accessibility container to QWasmWindowMorten Sørvig2022-12-273-0/+14
* QTextDocumentPrivate: de-inline {add,remove}Cursor()Marc Mutz2022-12-272-2/+12
* QTypeInfo: start moving away from isIntegral / isPointerGiuseppe D'Angelo2022-12-274-18/+18
* Stabilize tst_QSpinBox::sizeHint() by explicitly calling setLayout()Axel Spoerl2022-12-261-0/+1
* runOnAndroidMainThread(): optimize shared pointer useMarc Mutz2022-12-261-2/+3
* Update a cppreference linkGiuseppe D'Angelo2022-12-241-2/+1
* windows: gl: Fix WGL_SAMPLES reductionLaszlo Agocs2022-12-241-7/+8
* QSqlDatabase: remove a pointless const_castGiuseppe D'Angelo2022-12-231-1/+1
* Fix UB (reference to local variable leaving scope) in runOnAndroidMainThread()Marc Mutz2022-12-231-1/+1
* QAndroidNaticeInterface: replace a pair with a structMarc Mutz2022-12-231-8/+15
* runOnAndroidMainThread(): Use QThreadPool::start() instead of QtConcurrent::r...Marc Mutz2022-12-231-2/+4
* runOnAndroidMainThread(): Don't block QThreadPool::globalInstance() with timo...Marc Mutz2022-12-231-0/+8
* Don't create a QRunnable in QAndroidApplication::runOnAndroidMainThread() w/o...Marc Mutz2022-12-231-4/+4
* Add QUtf8::convertToUnicode(char16_t *, ....) overloadsAhmad Samir2022-12-232-16/+32
* qfloat16: fix a compiler warning about shadowed variablesAhmad Samir2022-12-231-3/+3
* QDir: when sorting by time, get last modification times as UTC directlyAhmad Samir2022-12-231-10/+2
* QSettings: use QFileInfo::refresh()Ahmad Samir2022-12-231-3/+3
* QSettings: get file timestamps in UTC directlyAhmad Samir2022-12-231-4/+4
* QWindowsContext::setProcessDpi[V2]Awareness check current value before settin...Oliver Wolff2022-12-231-13/+18
* QFileInfoGatherer: Add missing emit keywordsLu YaNing2022-12-231-1/+1
* QFileInfo: Restructure overviewKai Köhne2022-12-231-22/+23
* QFileInfo: overload file time related methods to take a QTimeZone argAhmad Samir2022-12-232-25/+168
* Add QFileInfo::readSymLink() to read the raw link pathWang Fei2022-12-2312-7/+81
* Doc: Remove incorrect CMake instructions for QtCore-privateTopi Reinio2022-12-222-3/+25
* Remove superfluous Latin-1 case folding tableØystein Heskestad2022-12-222-32/+19
* Handle the mouse events in the window itselfMikolaj Boc2022-12-2212-241/+215
* Support connecting Oracle DB as system userJohannes Oikarinen2022-12-222-9/+25
* SQL: remove unneeded test functionsChristian Ehrlicher2022-12-224-127/+50
* SQL: rework the connection options documentationChristian Ehrlicher2022-12-222-92/+199
* SQL: misc cleanup in QSqlRecord/QSqlFieldChristian Ehrlicher2022-12-222-35/+19
* Doc: Reorder QFile overviewKai Köhne2022-12-221-9/+9
* Improve QFile::encodeName(), QFile::decodeName() documentationKai Köhne2022-12-221-11/+9
* Doc: Replace QTemporaryFile with QSaveFile for QFileDevice motivationKai Köhne2022-12-221-3/+3
* QTextImageHandler: reduce code duplicationVolker Hilsheimer2022-12-221-96/+32
* QTextImageHandler: Resolve Nx images correctly for file or qrc URLsVolker Hilsheimer2022-12-222-12/+19
* Android: Fix UI is scaled smaller than beforeSamuel Mira2022-12-222-15/+7
* Clean up unused variablesLu YaNing2022-12-221-3/+0
* Add Q_UNUSED to avoid compilation errorsTang Haixiang2022-12-221-0/+1
* Avoid mutual ownership in qstdweb's File::streamMikolaj Boc2022-12-224-41/+59
* tst_QString: test with QT_RESTRICTED_CAST_FROM_ASCII, tooMarc Mutz2022-12-222-28/+96
* QXBMHandler: use QtMiscUtils, not <ctype.h>Marc Mutz2022-12-221-5/+5
* QFuture: port from QSharedPointer to std::shared_ptrMarc Mutz2022-12-221-6/+8
* [doc] QSharedPointer: add some missing docsMarc Mutz2022-12-222-0/+57
* QUrl: remove unused qt_from_latin1() forward declarationAhmad Samir2022-12-221-3/+0