summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-224-11/+150
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-224-11/+150
| |\
| | * Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-04-211-1/+1
| | * QSocketNotifier::activated(QSocketDescriptor...) doc fixupMårten Nordheim2020-04-171-0/+4
| | * Docs: show more relevant and correct way of using Q_FLAGVolker Hilsheimer2020-04-161-5/+4
| | * Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-162-5/+141
| | * Refine deprecation warning for QMetaProperty::isEditableVolker Hilsheimer2020-04-151-1/+1
* | | Fix assigning int QFlag-type propertiesFriedemann Kleint2020-04-221-2/+11
|/ /
* | Simplify signature of untyped property bindingsSimon Hausmann2020-04-172-19/+25
* | Make it possible to take bindings from properties without private headersSimon Hausmann2020-04-174-8/+8
* | QEventDispatcherWin32: relax memory ordering on setting wakeUps flagAlex Trotsenko2020-04-171-1/+1
* | QObject: overhaul narrowing detectionGiuseppe D'Angelo2020-04-151-50/+27
* | Remove QRegExp based functionality from QObjectLars Knoll2020-04-152-81/+0
* | Fix qConstexprNextPowerOfTwo(qint64) to return quint64Shawn Rutledge2020-04-131-3/+5
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-111-1/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-1/+11
| |\|
| | * Fix warning about QMetaObject::isEditable() being deprecatedThiago Macieira2020-04-091-1/+11
* | | avoid compile warning when using clang++ with -Wshorten-64-to-32Martin Koller2020-04-111-2/+2
|/ /
* | Fix a few size_t / int conversion warningsFriedemann Kleint2020-04-101-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-088-38/+77
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-062-33/+50
| |\
| | * QEventDispatcherWin32: fix posted events deliveringAlex Trotsenko2020-04-032-33/+50
| * | Doc: Make Qt Test snippets compilableNico Vertriest2020-04-031-1/+1
| * | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-032-3/+3
| * | Warn that the EDITABLE flag for property declarations is deprecatedLars Knoll2020-04-022-1/+5
| * | Fix use of deprecated ::forcesignAllan Sandfeld Jensen2020-03-241-1/+1
| * | QSequentialIterable: Treat sets as appendableFabian Kosmale2020-03-181-0/+18
* | | QProperty: Add support for member function change handlersSimon Hausmann2020-04-065-15/+38
* | | QMetaType: Add namespace where necessaryFabian Kosmale2020-04-022-4/+4
* | | Revert "QMetaType: support manual unregistration"Simon Hausmann2020-03-273-17/+0
* | | Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-276-38/+61
* | | QMetaType: Do copy constuctible check at compile timeFabian Kosmale2020-03-251-1/+1
* | | QMetaType::fromType: support classes with inaccessible dtorsFabian Kosmale2020-03-251-1/+4
* | | Remove QSignalMapper::mappedWidget()Lars Knoll2020-03-252-43/+2
* | | Change QTaggedPointer API to be more similar to other smart pointers in QtSimon Hausmann2020-03-192-3/+3
* | | 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
|/ / /