summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
* QObject::disconnect: remove dead codeFabian Kosmale2021-06-231-8/+0
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-231-5/+10
* Fix coding-style violation in QUtf8StringView::operator==()Edward Welbourne2021-06-231-3/+3
* Rename PermisionType to spell permission correctlyEdward Welbourne2021-06-236-13/+16
* Coding style: remove redundant braces, break long lineEdward Welbourne2021-06-231-4/+6
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-231-21/+82
* Enable QT_TYPESAFE_FLAGS for bootstrap and QtCoreGiuseppe D'Angelo2021-06-231-0/+1
* QF*Engine: port a couple of QFlags->int implicit conversions to toInt()Giuseppe D'Angelo2021-06-232-4/+4
* QRegularExpression: port away from QFlags<->int conversionsGiuseppe D'Angelo2021-06-231-2/+2
* wasm: remove QEventLoop workaroundsMorten Sørvig2021-06-231-24/+0
* Long live QT_TYPESAFE_FLAGS!Giuseppe D'Angelo2021-06-234-16/+117
* QStringBuilder: fix warning about memcpying onto QCharThiago Macieira2021-06-221-1/+1
* QPodArrayOps: re-enable -Wstringop-overflowGiuseppe D'Angelo2021-06-231-6/+0
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-221-4/+8
* qsimd: Don't force RDRND on if __AVX2__Thiago Macieira2021-06-221-5/+4
* QWindowsPipeReader::read(): do not switch the mutex twiceAlex Trotsenko2021-06-222-5/+10
* QWindowsPipeReader::read(): remove redundant checksAlex Trotsenko2021-06-211-5/+1
* Do not apply not acceptable properties to the imported object librariesAlexey Edelev2021-06-211-5/+10
* Doc: Fix typosKai Köhne2021-06-211-1/+1
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
* Add missing limits includeNicolas Fella2021-06-201-0/+1
* QProcess/Win: cleanup startProcess()Alex Trotsenko2021-06-191-17/+2
* QEventDispatcherWin32: suppress old {FD_CLOSE|FD_CONNECT} notificationsAlex Trotsenko2021-06-191-3/+10
* QLocalSocket/Win: simplify flush()Alex Trotsenko2021-06-192-47/+0
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-181-75/+113
* QProcess/Win: avoid double buffering on writeAlex Trotsenko2021-06-186-61/+52
* Allow destruction of QWindowsPipeReader in its signalAlex Trotsenko2021-06-182-19/+18
* Remove old configure-related filesJoerg Bornemann2021-06-182-2079/+0
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-1/+4
* QWinSettings: use QScopeGuard to RegCloseKey()Marc Mutz2021-06-171-7/+5
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+31
* Silence a few warnings from excess semicolonsAllan Sandfeld Jensen2021-06-171-4/+4
* CMake: Set the plugin class name for qml pluginsAlexandru Croitor2021-06-171-1/+9
* CMake: Remove old add_qt_gui_executable APIAlexandru Croitor2021-06-171-6/+0
* CMake: Rename qt6_finalize_ios_app to be internalAlexandru Croitor2021-06-171-3/+2
* QList: more explicitly document capacity() shenanigansAndrei Golubev2021-06-171-3/+4
* QMimeBinaryProvider: cache comments and globPatternsAlexander Volkov2021-06-173-54/+62
* Fix SSE4.1, RDSEED requirement for clang-cl buildsAllan Sandfeld Jensen2021-06-172-21/+5
* Porting Guide: Mention that also QSet is affected by stability of referencesKai Köhne2021-06-171-2/+2
* Porting Guide: Mention deprecation of QLibraryInfo::locationKai Köhne2021-06-171-0/+2
* Porting Guide: Mention changed behavior of QCApplication::quit()Kai Köhne2021-06-171-0/+12
* Universally pass QMetaType by valueUlf Hermann2021-06-174-1/+6
* QObject: cleanup the orphaned connection lists on destructionGiuseppe D'Angelo2021-06-171-2/+17
* Fix crash in concurrent disconnectLars Knoll2021-06-172-21/+42
* cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-06-172-6/+26
* QOrderedMutexLocker: Disable copy and provide explicit dismiss functionFabian Kosmale2021-06-171-0/+37
* QTextStream: fix a dead writeMarc Mutz2021-06-171-2/+1
* QFileInfo: remove a couple of QFlags->int implicit conversionsGiuseppe D'Angelo2021-06-171-2/+2
* CMake: Mention resource name on which rcc is runAlexandru Croitor2021-06-161-1/+1