summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use native dialogs for tst_QApplication::closeAllWindows()Tor Arne Vestbø2023-01-021-0/+1
* macOS: Stop using the deprecated [NSWorkspace openFile:] APITor Arne Vestbø2023-01-022-8/+2
* Doc: Fix snippet for Q_DECLARE_EXPORTED_CATEGORYKai Köhne2023-01-021-1/+1
* QFileSystemEngine: URL encode path in trash info, use relative pathJonas Kvinge2023-01-021-1/+12
* Doc: Fix broken linkAndreas Eliasson2023-01-021-5/+5
* wasm: Flesh out side module and main module logic for shared buildsTor Arne Vestbø2023-01-022-11/+24
* Move '--sign' argument to the end of the androiddeployqt commandAlexey Edelev2023-01-022-3/+10
* Return to the two-step destruction in compositorMikolaj Boc2023-01-023-6/+8
* wasm: support setting Emscripten configurationMorten Sørvig2023-01-011-1/+3
* QStringBuilder: document issues with using "auto" keywordAhmad Samir2023-01-013-20/+71
* Use more documentation snippets for QString and its siblingsAhmad Samir2023-01-015-177/+139
* QStringConverter: add QLatin1::convert{To,From}Unicode()Ahmad Samir2022-12-304-14/+63
* Revert "CMake: Expose generated resource files to IDEs"Alexey Edelev2022-12-301-1/+0
* Long live QPromise::addResults()!Marc Mutz2022-12-303-0/+34
* QTypeInfo: fix pointer detectionGiuseppe D'Angelo2022-12-301-1/+1
* QTypeInfo: remove further usages of isPointer / isIntegralGiuseppe D'Angelo2022-12-303-5/+5
* QMetaType: fix value-initialization in a corner caseGiuseppe D'Angelo2022-12-306-5/+147
* Fix improper ELF versions of certain symbolsThiago Macieira2022-12-292-2/+7
* SQL: rework the connection options documentation (typos)Christian Ehrlicher2022-12-291-15/+17
* DB2: Fix typo in QMetaTypeHannah von Reth2022-12-291-1/+1
* Fix size calculation of unplugged dock widgetsAxel Spoerl2022-12-291-4/+19
* Use minimum size for in tst_QDockWidget::createTestWidgetsAxel Spoerl2022-12-291-0/+4
* tst_QStringApiSymmetry: fix a typo and deal with the falloutMarc Mutz2022-12-291-1/+3
* wasm: avoid LocalStorage past-the-end access on clear()Morten Sørvig2022-12-281-5/+13
* wasm: fix up new configure optionsMorten Sørvig2022-12-282-13/+20
* wasm: use public API for converting from Uint8ArrayMorten Sørvig2022-12-281-16/+1
* QWidgetLineControl: Add missing emit keywordsLu YaNing2022-12-281-2/+2
* Wait conditions example: fix an incorrect condition variable usageGiuseppe D'Angelo2022-12-282-15/+16
* wasm: update emscripten to 3.1.25Morten Sørvig2022-12-282-2/+2
* 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