summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Use QTaggedPointer in QPropertyObserverSimon Hausmann2020-03-194-78/+70
* Add support for explicitly marking a property as dirtySimon Hausmann2020-03-192-0/+9
* Enable generic property bindings to QProperty<T>Simon Hausmann2020-03-194-13/+68
* Remove garbageLars Knoll2020-03-181-1/+1
* Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-184-1/+20
* Property binding system: Fix developer build with MSVC 2019 (16.4.1)Friedemann Kleint2020-03-172-2/+4
* Introduce always constexpr variants of qNextPowerOfTwoFabian Kosmale2020-03-171-18/+35
* Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-173-1/+12
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-164-174/+128
|\
| * Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-164-174/+128
| |\
| | * macOS: Merge qcore_mac cpp and mm filesTor Arne Vestbø2020-03-123-169/+123
| | * Fix minor errors in QDeadlineTimer docsEdward Welbourne2020-03-111-5/+5
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-1/+2
| | |\
| | | * Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-061-1/+2
* | | | Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-167-2/+1736
|/ / /
* | | High-DPI: Enable AA_UseHighDpiPixmaps by defaultMorten Johan Sørvig2020-03-131-1/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-2/+2
|\| |
| * | Doc: Mark QColorSpace enum as introduced in Qt 5.15Kai Koehne2020-03-061-2/+2
* | | Fix typoSimon Hausmann2020-03-101-3/+3
* | | Small typo fixSimon Hausmann2020-03-101-13/+13
* | | Remove template leftoverFabian Kosmale2020-03-101-1/+0
* | | Fix warning in qmetaobjectbuilder.cppMitch Curtis2020-03-101-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-043-4/+10
|\| |
| * | QEventDispatcherWin32: unregister event notifiers on closeAlex Trotsenko2020-03-033-4/+10
* | | MSVC: Suppress warning C4910 for exported extern templatesMårten Nordheim2020-03-031-0/+3
* | | QMetaType: support manual unregistrationFabian Kosmale2020-03-033-0/+17
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-032-3/+3
|\| |
| * | Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
| * | Doc: Fix punctuation for QMetaType::QMetaType()Kai Koehne2020-02-281-1/+1
| * | Doc: Fix wording of operator=!(QMetaType, QMetaType()Kai Koehne2020-02-281-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-02-281-0/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-0/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-271-0/+4
| | |\|
| | | * QObject: treat T* -> bool conversions as narrowingMarc Mutz2020-02-261-0/+4
* | | | Get rid of QMatrixJarek Kobus2020-02-284-7/+2
|/ / /
* | | Pass QDate and QTime as value classesEdward Welbourne2020-02-272-6/+6
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-265-13/+63
|\| |
| * | Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-251-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-221-1/+1
| |\|
| | * Replace usage of std::result_of with decltypeMårten Nordheim2020-02-211-1/+1
| | * wasm: add platform qsettingsLorn Potter2020-02-181-18/+1
| * | Doc: Remove \pagekeywords commandTopi Reinio2020-02-211-2/+0
| * | QMetaObject::connectSlotsByName(): Add output of connectionsFriedemann Kleint2020-02-171-0/+36
| * | Improve error message when mixing incompatible Qt library versionsTor Arne Vestbø2020-02-142-9/+25
* | | MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-255-116/+64
* | | Use the new QMetaType API in QVariantOlivier Goffart2020-02-256-363/+264
* | | Fix crashes with MSVC 2019Olivier Goffart2020-02-251-2/+2
* | | Export an extern template for QMetaTypeForType for builtin typesOlivier Goffart2020-02-202-0/+31
* | | Normalize types at compile timeOlivier Goffart2020-02-203-185/+358
* | | New QMetaType representationOlivier Goffart2020-02-203-1361/+528