summaryrefslogtreecommitdiffstats
path: root/src/logic
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-1/+1
* Revert "Doc: Divide documentation into submodules"Topi Reinio2018-04-203-125/+0
* Document state of the Qt 3D modulesKai Koehne2018-03-121-0/+4
* Doc: Divide documentation into submodulesTopi Reinio2018-02-093-0/+121
* Merge branch '5.10' into devSean Harmer2018-01-172-3/+2
|\
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-122-3/+2
| |\
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-3/+2
* | | Remove hardcoded C++ version for MinGW/GCCKai Koehne2018-01-111-3/+0
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-254-9/+9
|/ /
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-121-2/+1
|\|
| * Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-111-2/+1
* | Only execute QFrameAction job if there are actionsJan Marker2017-08-223-1/+10
|/
* Logic: only execute FrameActions which are enabledPaul Lemire2017-05-051-1/+1
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Coding convention fix for Src/logicRobert Brock2017-03-0210-22/+33
* Remove CONFIG+=static when gcov is enabledPaul Lemire2016-11-231-1/+0
* Update QFrameAction docsAntti Määttä2016-09-051-8/+18
* CallbackJob set profiling typePaul Lemire2016-06-281-0/+2
* Logic: add job types for profilingPaul Lemire2016-06-282-1/+78
* Missing Signal Doc for QFrameActionColin Ogilvie2016-05-282-1/+12
* added skeleton doc to logic moduleColin Ogilvie2016-05-281-0/+14
* Avoid changing access rights to virtual methodsMike Krus2016-05-231-3/+1
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-192-0/+6
* Delegate to the correct ctor in QLogicAspectSean Harmer2016-05-151-1/+1
* Add more explicitMarc Mutz2016-05-141-1/+1
* De-inline dtors of aspect classesMarc Mutz2016-05-142-0/+6
* Use some constructor delegationMarc Mutz2016-05-141-7/+1
* Enable QT_NO_FOREACH for some librariesMarc Mutz2016-05-141-0/+3
* Introduce local macros for declaring types as movable/primitive/sharedMarc Mutz2016-05-051-1/+1
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-032-7/+0
* Remove virtual QBackendNode *create(QNode *frontend) constSean Harmer2016-05-012-10/+0
* Q_NULLPTR -> nullptrSean Harmer2016-05-014-4/+4
* Strip out cloning subsystemSean Harmer2016-04-291-2/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-232-6/+0
* QFrameAction: remove virtual on onTriggeredPaul Lemire2016-04-202-2/+3
* Correctly register logic component (after peerId is set)Sean Harmer2016-04-181-1/+1
* Merge branch '5.6' into 5.7Sean Harmer2016-04-164-8/+7
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-012-3/+3
| * rely on the automatically defined QT_BUILD_*_LIBOswald Buddenhagen2016-02-252-3/+2
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+2
* | Handler: call sceneChangeEvent from base classPaul Lemire2016-04-141-1/+1
* | QLogicAspect registerBackendTypes method is now private apiFranck Arrecot2016-04-063-10/+11
* | Logic aspect Handler initializes from creation changeSean Harmer2016-03-312-0/+7
* | HandlerFunctor in Logic aspect handles creationSean Harmer2016-03-302-0/+9
* | Set objectName for aspects to help with debug outputSean Harmer2016-03-201-0/+2
* | Add QAbstractAspectPrivate::onEngineAboutToShutdown() virtualSean Harmer2016-03-203-9/+9
* | Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-172-5/+0
* | Rename onStartup/onShutdownSean Harmer2016-03-162-4/+4
* | Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-162-2/+2