summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Change some custom commands to mention the target nameAlexandru Croitor2021-06-161-3/+3
* Check the impact of static link order for user projectsAlexey Edelev2021-06-161-16/+32
* Use year with same day-of-week pattern as fallback for out-of-rangeEdward Welbourne2021-06-163-22/+51
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-169-14/+98
* macOS: Detect sandboxed state for command line appsTor Arne Vestbø2021-06-161-2/+2
* QLoggingSettingsParser: port setContent() to QStringViewMarc Mutz2021-06-162-4/+4
* Revert "Remove old Android code that have now has alternative public APIs"Jani Heikkinen2021-06-165-3/+2901
* Bindable property docs: mention virtual setters and gettersIvan Solovev2021-06-152-0/+58
* Replace misdescribed link with one matching its descriptionEdward Welbourne2021-06-151-3/+3
* Adjust the EntryPoint target name according to the internal module naming policyAlexey Edelev2021-06-151-5/+7
* Add common internal macros to request jni objectsAssam Boudjelthia2021-06-151-0/+39
* QSettings: hide the return type of actualKey() and normalizedKey()Marc Mutz2021-06-151-7/+4
* QDebug: add missing docs for new QVLA streaming operatorMarc Mutz2021-06-151-0/+9
* QTimeZonePrivate: Reduce copying by not using QByteArrayMårten Nordheim2021-06-141-26/+32
* Add "We mean it" warning to qidentityproxymodel_p.hMitch Curtis2021-06-141-0/+12
* Document that WA_TranslucentBackground will not have an effectLaszlo Agocs2021-06-141-3/+6
* Clean up types in Unicode decomposition codeEdward Welbourne2021-06-141-31/+28
* Doc: Fix snippet for QRandomGenerator64 docsPaul Wicking2021-06-141-1/+1
* Rework massageAdjusted and make the most of its DST knowledgeEdward Welbourne2021-06-141-17/+41
* QException: Fix no-exception buildNodir Temirkhodjaev2021-06-141-0/+2
* Update CLDR qt_attribution.jsonMårten Nordheim2021-06-141-1/+1
* QDebug: add support for QVarLengthArrayMarc Mutz2021-06-131-0/+7
* QThread: avoid mixed enum arithmeticGiuseppe D'Angelo2021-06-131-3/+3