summaryrefslogtreecommitdiffstats
path: root/src/core/changes
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated classes and functionsPaul Lemire2020-02-1159-5308/+0
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-0722-53/+78
|\
| * Fix deprecation handlingMike Krus2020-01-144-1/+16
| * Silence deprecation warnings and fix Qt for Python and documentation buildsFriedemann Kleint2020-01-033-3/+13
| * Fix compilation with MSVCFriedemann Kleint2020-01-031-1/+1
| * Fix deprecation syntaxMike Krus2019-12-133-3/+3
| * Deprecate message APIMike Krus2019-12-0920-50/+51
| * Make NodeRelationshipChange struct privateMike Krus2019-12-062-8/+7
| * Revert "Fix post FF API changes"Mike Krus2019-12-032-8/+8
| * Fix post FF API changesMike Krus2019-10-222-8/+8
* | Fix build and warningsMike Krus2020-01-283-3/+0
|/
* Remove use of node/components added/removed messagesMike Krus2019-10-041-0/+9
* Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-261-1/+1
|\
| * Fix backend node creation order using an initialization queueJim Albamont2019-04-081-1/+1
| * Move forward declaration of QMetaObject inside Qt namespaceSvenn-Arne Dragly2018-09-031-2/+2
* | Switch export macros to standard formKai Koehne2019-04-0232-32/+32
* | Move forward declaration of QMetaObject inside Qt namespaceSvenn-Arne Dragly2018-08-261-2/+2
|/
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-1916-16/+16
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-202-5/+13
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-211-2/+2
|\
| * Remove null pointer checkJesus Fernandez2018-02-121-2/+2
* | Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-161-3/+4
* | Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-055-2/+37
|\|
| * Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-021-0/+10
| * Fix componentAdded/componentRemoved notifications dispatch to componentsMike Krus2018-01-264-2/+27
* | QNodeCommand: Fix \since to 5.10Friedemann Kleint2017-11-231-1/+1
* | Add basics of Skeleton backend node to render aspectSean Harmer2017-08-094-2/+252
* | Add support for animation callbacksLaszlo Agocs2017-06-232-0/+2
* | QNodeCommand: Fix API review commentswip/vrMike Krus2017-05-293-1/+6
* | Add QNodeCommandMike Krus2017-05-225-2/+317
|/
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0231-31/+55
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-3131-31/+55
* | Deliver all events by default unless marked as intermediateSean Harmer2017-02-092-2/+7
* | Allow to filter change events based on a track propertyPaul Lemire2017-01-252-0/+9
|/
* Merge branch '5.8.0' into 5.8Sean Harmer2016-12-163-3/+5
|\
| * Only pass static metaobjects around and fix EntityLoaderPaul Lemire2016-12-163-3/+5
* | Doc: Specify #include path for each \classTopi Reinio2016-12-0717-0/+18
|/
* QEntity::createNodeCreationChange fixPaul Lemire2016-10-051-45/+2
* QPropertyNodeRemovedChangePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-0/+1
* QStaticPropertyValueRemovedChangeBasePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-1/+2
* QStaticPropertyValueAddedChangeBasePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-1/+2
* QStaticPropertyUpdatedChangeBasePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-1/+2
* Doc for core moduleColin Ogilvie2016-06-0317-32/+173
* Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-238-26/+26
* Remove unused ctor from QPropertyNodeRemovedChangeSean Harmer2016-05-212-6/+0
* Pass the static meta object to the creation changesSean Harmer2016-05-201-1/+44
* Add "We mean it warning"Sean Harmer2016-05-201-0/+11
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-194-0/+12
* Remove #if defined(Q_COMPILER_TEMPLATE_ALIAS)Sean Harmer2016-05-181-10/+0
* Add missing explicit for public ctorsKevin Ottens2016-05-183-3/+3