summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault in QItemSelectionModel::hasSelectionAndreas Buhr2021-10-151-2/+5
* Convert Latin1 to UTF-16 before passing to ICU APIEdward Welbourne2021-10-151-5/+5
* Add suffixes to loop variables for Q_FOREACHIevgenii Meshcheriakov2021-10-131-4/+9
* Doc: Fix \notes in QObjectIvan Tkachenko2021-10-131-3/+3
* Guard WinRT API code for clang-clPeter Varga2021-10-122-5/+6
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-2/+4
* CMake: Fix adding generated resources on iOS with CMake and XcodeMike Achtelik2021-10-121-0/+8
* QList::iterator: use templates for advancing operatorsThiago Macieira2021-10-121-10/+22
* Doc: Fix usage of \summary macroTopi Reinio2021-10-1219-35/+35
* corelib: Fix typos in documentationJonas Kvinge2021-10-1238-55/+55
* qconfig.cpp: Remove the install dateThiago Macieira2021-10-121-2/+0
* Fix compilation error with MSVC 2019 and C++20Sona Kurazyan2021-10-121-1/+1
* QUtf32: fix bad assertion in convertFromUnicodeThiago Macieira2021-10-111-2/+1
* avoid max macro expansion on windows if NOMINMAX is missingAlexander Neumann2021-10-111-1/+1
* QtTest: fix build with MinGW/GCC 9: no std::mutex supportThiago Macieira2021-10-081-9/+17
* Fix compilation with -traceFabian Kosmale2021-10-071-1/+1
* macOS: Disable PCRE JIT when running under RosettaTor Arne Vestbø2021-10-051-0/+6
* Doc: remove unnecessary newline in snippetKai Köhne2021-10-051-1/+0
* Doc: Make it explicit when CMake API is definedKai Köhne2021-10-0516-0/+35
* CMake: Allow providing custom QT_ANDROID_SDK_BUILD_TOOLS_REVISIONAssam Boudjelthia2021-10-051-2/+5
* wasm: add simd supportLorn Potter2021-10-052-1/+8
* QEventLoop: remove unnecessary bits of Qt 5 suggestionThiago Macieira2021-10-041-3/+1
* Doc: Add overview pages to CMake APIKai Köhne2021-10-0419-15/+85
* Fix reference to quitOnLastWindowClosed in WA_QuitOnClose docsTor Arne Vestbø2021-10-041-1/+1
* Doc: Add summary to CMake commandsKai Köhne2021-10-0419-35/+35
* Let QLocale::uiLanguages() use WinRT API when possibleIvan Solovev2021-10-012-2/+32
* QWinRtFunctions::await() - introduce early exit conditionIvan Solovev2021-10-011-8/+19
* Doc: Use correct \relates targetPaul Wicking2021-10-011-2/+2
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-303-5/+5
* QDateTime: fix build with MinGW: need unistd.h very earlyThiago Macieira2021-09-301-3/+0
* QMetaType: Expand and clean up converter/view function documentationFabian Kosmale2021-09-303-30/+118
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+4
* QThread: Remove superfluous initialization of threadId on UnixIevgenii Meshcheriakov2021-09-281-1/+3
* QPlugin: don't use QFile::read() if map() fails on UnixThiago Macieira2021-09-241-2/+15
* Fix compile error on AndroidLars Knoll2021-09-241-2/+0
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-0/+1
* Add docs for qt_extract_metatypes()Craig Scott2021-09-242-20/+85
* Add docs for qt_set_finalizer_mode()Craig Scott2021-09-244-20/+116
* QThread: Work around potential crash during objectName accessFabian Kosmale2021-09-242-3/+14
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-241-2/+2
* QFileSystemWatcher: fix QWindowsFileSystemWatcherEngine crashesTim Jenssen2021-09-241-1/+2
* Document qt_add_library() and update related docsCraig Scott2021-09-234-13/+186
* Add docs for qt_add_plugin()Craig Scott2021-09-233-9/+88
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* Compile autotests for IntegrityTatiana Borisova2021-09-211-1/+1
* Add docs for qt_allow_non_utf8_sources()Craig Scott2021-09-213-3/+55
* Add docs for qt_disable_unicode_defines()Craig Scott2021-09-212-1/+53
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-1/+0
* qSwap: make it constexprGiuseppe D'Angelo2021-09-181-1/+1
* Fix compile with MinGW-W64 9.0.0: Redefinition of 'struct _FILE_ID_INFO'Jonas Kvinge2021-09-181-2/+2