summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-281-1/+1
* Fix usage of logging category on AndroidAssam Boudjelthia2021-06-281-1/+7
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-255-20/+18
* QFutureInterface: remove the inconsistent and unneeded includeSona Kurazyan2021-06-251-1/+0
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-251-4/+8
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-246-14/+19
* Remove const from signalAndreas Buhr2021-06-241-1/+1
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-4/+8
* Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
* Fix coding-style violation in QUtf8StringView::operator==()Edward Welbourne2021-06-231-3/+3
* Coding style: remove redundant braces, break long lineEdward Welbourne2021-06-231-4/+6
* Rename PermisionType to spell permission correctlyEdward Welbourne2021-06-236-13/+16
* qsimd: Don't force RDRND on if __AVX2__Thiago Macieira2021-06-221-5/+4
* Do not apply not acceptable properties to the imported object librariesAlexey Edelev2021-06-211-5/+10
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
* Porting Guide: Mention that also QSet is affected by stability of referencesKai Köhne2021-06-211-2/+2
* Add missing limits includeNicolas Fella2021-06-201-0/+1
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-198-12/+96
* QEventDispatcherWin32: suppress old {FD_CLOSE|FD_CONNECT} notificationsAlex Trotsenko2021-06-181-3/+10
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-181-75/+113
* Remove old configure-related filesJoerg Bornemann2021-06-182-2030/+0
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-1/+4
* Porting Guide: Mention deprecation of QLibraryInfo::locationKai Köhne2021-06-181-0/+2
* Porting Guide: Mention changed behavior of QCApplication::quit()Kai Köhne2021-06-181-0/+12
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+31
* CMake: Set the plugin class name for qml pluginsAlexandru Croitor2021-06-171-1/+9
* CMake: Rename qt6_finalize_ios_app to be internalAlexandru Croitor2021-06-171-3/+2
* CMake: Remove old add_qt_gui_executable APIAlexandru Croitor2021-06-171-6/+0
* QList: more explicitly document capacity() shenanigansAndrei Golubev2021-06-171-3/+4
* Fix SSE4.1, RDSEED requirement for clang-cl buildsAllan Sandfeld Jensen2021-06-172-21/+5
* Check the impact of static link order for user projectsAlexey Edelev2021-06-171-16/+32
* 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
* 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
* macOS: Detect sandboxed state for command line appsTor Arne Vestbø2021-06-161-2/+2
* 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
* 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
* 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
* Doc: Fix snippet for QRandomGenerator64 docsPaul Wicking2021-06-141-1/+1
* Update CLDR qt_attribution.jsonMårten Nordheim2021-06-141-1/+1
* Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-141-13/+26
* Doc: Mention that you cannot order QVariants anymoreKai Köhne2021-06-121-0/+4
* CMake: Fix Qt tool apks not to be built as part of default all targetAlexandru Croitor2021-06-121-16/+35
* Remove old Android code that have now has alternative public APIsAssam Boudjelthia2021-06-115-2901/+3
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-2/+2