summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Prefer QBAV over raw char * form of qt_configure_strsEdward Welbourne2021-11-191-2/+2
* Docs: Move manifest and androiddeployqt docs to where code livesNicholas Bennett2021-11-191-1/+3
* Remove unneeded int conversions in qmetatype.hKai Köhne2021-11-191-9/+9
* QOperatingSystemVersion: Add Windows11Mårten Nordheim2021-11-192-0/+7
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-192-2/+3
* Add operating system version for macOS 12 "Monterey"Volker Hilsheimer2021-11-182-0/+10
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-184-15/+224
* Add missing QT_TRID_N_NOOP definitionLucie Gérard2021-11-183-0/+35
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-17/+112
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-1/+65
* Remove some spurious prefixes in declarationsEdward Welbourne2021-11-182-4/+4
* Add a note on the sign of daylight-saving offsetsEdward Welbourne2021-11-181-1/+4
* Eliminate a constant from qtimezoneprivate_win.cppEdward Welbourne2021-11-181-6/+7
* Remove some unused constants from qtimezoneprivate_win.cppEdward Welbourne2021-11-181-6/+3
* QIODeviceBase: make dtor protectedMarc Mutz2021-11-181-0/+2
* QFileSystemEngine: Fix permissions query in Windows backendIevgenii Meshcheriakov2021-11-181-1/+1
* QOperatingSystemVersion: Add Win10 sub-versionsYuhang Zhao2021-11-182-0/+50
* Fix leak in date and time formatting on macOSEdward Welbourne2021-11-181-2/+4
* QAbstractFileEngine: fix UB (data race) on qt_file_engine_handlers_in_useMarc Mutz2021-11-161-4/+4
* QItemSelection: fix (some) O(n²) behavior in merge()Marc Mutz2021-11-161-9/+7
* Make missing xmlstarlet command just a status messageKai Köhne2021-11-161-1/+1
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-164-35/+103
* QRegularExpression: do not mark as dirty on no-op settersGiuseppe D'Angelo2021-11-161-0/+4
* QReadWriteLock: replace a QHash with a QVarLengthArray<., 16>Marc Mutz2021-11-162-7/+24
* QString: prefer sliced() over mid() in split-like functionsMarc Mutz2021-11-151-9/+9
* Document QLibraryInfo::Qml2ImportsPath as deprecatedUlf Hermann2021-11-151-1/+5
* Android: check if objectClass() is not null in registerNativeMethods()Assam Boudjelthia2021-11-151-3/+4
* Revise (recently-added) yearSharingWeekDays() to take a QDateEdward Welbourne2021-11-152-14/+34
* QFuture: extend the docs to explain how to cancel continuation chainSona Kurazyan2021-11-152-0/+41
* Update documentation of QFuture continuationsSona Kurazyan2021-11-151-19/+44
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-134-4/+37
* QStack: simplify the class (even more)Andrei Golubev2021-11-121-18/+5
* Teach QOperatingSystemVersion to handle new OS entries in patch releasesMårten Nordheim2021-11-124-75/+197
* Avoid overflow for date-time in the first (partly) representable dayEdward Welbourne2021-11-111-2/+10
* Replace enum with constexpr qint64 variablesEdward Welbourne2021-11-111-7/+5
* Fix QMultiHash::operator== crashAndreas Buhr2021-11-111-3/+3
* QDuplicateTracker: add clear()Thiago Macieira2021-11-111-0/+5
* QLibrary/QPlugin/QFactoryLoader: convert to category loggingThiago Macieira2021-11-114-68/+46
* wasm: fix native timer update for the no-timer caseMorten Johan Sørvig2021-11-111-2/+10
* wasm: make timers work for the new event dispatcherMorten Johan Sørvig2021-11-111-3/+0
* Fix not respected qt.conf settingsMichal Klocek2021-11-111-6/+13
* Add missing qt namespace in qthreadstorage.hAlexey Edelev2021-11-111-0/+4
* qmetatype.cpp: provide missing initializer for const variableThiago Macieira2021-11-101-1/+1
* Fix 32-bit builds broken by mul_overflow() on qint64Martin Storsjö2021-11-101-1/+1
* QFileSystemEngine: Don't use _?W suffixesIevgenii Meshcheriakov2021-11-101-7/+7
* Use nullptr to represent null pointersIevgenii Meshcheriakov2021-11-101-39/+36
* QFileSystemEngine: Fix some code style issues in Windows backendIevgenii Meshcheriakov2021-11-101-55/+113
* Move toMode_t() from qfilesystemengine_unix.cpp to qfiledevice_p.hIevgenii Meshcheriakov2021-11-102-28/+37
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-101-2/+3
* Remove useless blocksIevgenii Meshcheriakov2021-11-101-38/+34