summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Beautify bindable properties documentationAndreas Buhr2021-03-261-13/+14
* Merge integration refs/builds/qtci/dev/1616701589Qt CI Bot2021-03-251-0/+93
|\
| * Add documentation for internal Q_OBJECT_COMPUTED_PROPERTYAndreas Buhr2021-03-251-0/+93
* | Merge integration refs/builds/qtci/dev/1616690051Qt CI Bot2021-03-254-3/+37
|\ \ | |/ |/|
| * Introduce QMetaObject::metaTypeFabian Kosmale2021-03-254-3/+37
* | Merge integration refs/builds/qtci/dev/1616682375Qt CI Bot2021-03-252-0/+45
|\ \
| * | Add example to QObjectBindableProperty change handler docsAndreas Buhr2021-03-252-0/+45
* | | Merge integration refs/builds/qtci/dev/1616675134Qt CI Bot2021-03-253-50/+26
|\ \ \ | |_|/ |/| |
| * | CMake: Fix qconfig.cpp embedded prefix in the CIAlexandru Croitor2021-03-251-1/+1
| * | CMake: Get rid of the Core_qobject static libraryAlexandru Croitor2021-03-252-49/+25
* | | Merge integration refs/builds/qtci/dev/1616671507Qt CI Bot2021-03-255-85/+87
|\ \ \ | |_|/ |/| |
| * | QProcess/Win: get rid of incremental waitAlex Trotsenko2021-03-255-85/+87
* | | Merge integration refs/builds/qtci/dev/1616667899Qt CI Bot2021-03-252-4/+76
|\ \ \ | |_|/ |/| |
| * | QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-03-251-4/+13
| * | Add documentation for internal Q_OBJECT_COMPAT_PROPERTYAndreas Buhr2021-03-251-0/+63
* | | Merge integration refs/builds/qtci/dev/1616664803Qt CI Bot2021-03-251-1/+4
|\ \ \ | |_|/ |/| |
| * | Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-03-251-1/+4
| |/
* / QProcess/Win: simplify logic inside waitForBytesWritten()Alex Trotsenko2021-03-251-21/+6
|/
* Merge integration refs/builds/qtci/dev/1616505582Qt CI Bot2021-03-231-1/+1
|\
| * Remove qualification for Julian calendarAlex Blasche2021-03-231-1/+1
* | Merge integration refs/builds/qtci/dev/1616510551Qt CI Bot2021-03-231-19/+14
|\ \
| * | Revert "qtypeinfo: make variable templates inline"Fabian Kosmale2021-03-231-19/+14
| |/
* | Merge integration refs/builds/qtci/dev/1616492874Qt CI Bot2021-03-231-7/+15
|\ \ | |/ |/|
| * Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-03-231-7/+15
* | Provide an inline implementation of currentThreadId() on WindowsLars Knoll2021-03-231-0/+25
|/
* Merge integration refs/builds/qtci/dev/1616448750Qt CI Bot2021-03-223-0/+30
|\
| * Fix backtrace on non-linux systemsNiclas Rosenvik2021-03-223-0/+30
* | Merge integration refs/builds/qtci/dev/1616446659Qt CI Bot2021-03-221-1/+1
|\ \
| * | QMetaTypeInterface: Do not make member itself constFabian Kosmale2021-03-221-1/+1
| |/
* / Enforce __cplusplus >= 201703L on MSVCGiuseppe D'Angelo2021-03-221-0/+10
|/
* Merge integration refs/builds/qtci/dev/1616415197Qt CI Bot2021-03-222-19/+18
|\
| * QFutureInterfaceBasePrivate: reorder members to save 8 bytesFabian Kosmale2021-03-222-19/+18
* | Merge integration refs/builds/qtci/dev/1616406519Qt CI Bot2021-03-224-14/+25
|\ \ | |/ |/|
| * QFuture: cleanup headersFabian Kosmale2021-03-224-14/+25
* | Merge integration refs/builds/qtci/dev/1616402489Qt CI Bot2021-03-221-3/+3
|\ \
| * | QWinRTFunctions::await: Return proper error in case of timeoutOliver Wolff2021-03-221-3/+3
| |/
* / Make QMovableArrayOps::Inserter non copyableAlbert Astals Cid2021-03-221-0/+1
|/
* qarraydata.h: use __has_builtin directlyFabian Kosmale2021-03-211-1/+1
* Merge "QSqlQuery: make it a move only type"Giuseppe D'Angelo2021-03-212-0/+2
|\
| * QHash: add a Qt 7 TODOGiuseppe D'Angelo2021-03-212-0/+2
* | qcontainerfwd.h: Do not include variant and tupleFabian Kosmale2021-03-212-2/+2
* | Clenaup Q_COMPILER_THREADSAFE_STATICSFabian Kosmale2021-03-212-55/+5
* | QUtf8StringView: Check size directly in operator==Fabian Kosmale2021-03-211-1/+2
|/
* QMetaObjectBuilder: remove unused serialization codeFabian Kosmale2021-03-202-275/+0
* CMake: Get rid of the Core_versiontagging object libraryAlexandru Croitor2021-03-191-17/+4
* QTzTimeZonePrivate: provide correct data for before the first transitionEdward Welbourne2021-03-182-14/+24
* Merge "Don't combine enum values from different enum types"Volker Hilsheimer2021-03-181-2/+2
|\
| * Don't combine enum values from different enum typesVolker Hilsheimer2021-03-181-2/+2
* | Add documentation on how to write a value to a bindable propertyAndreas Buhr2021-03-181-0/+52
|/
* Merge "Rework the failure macros in the Qt CTest kit"Alexey Edelev2021-03-171-1/+13
|\