summaryrefslogtreecommitdiffstats
path: root/src/logic
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Class QLogicComponent changesFranck Arrecot2016-03-116-45/+45
* | QBackendNode::peerUuid() renamed to peerId()Paul Lemire2016-03-051-2/+2
* | logic: eradicate all (one) Q_FOREACH loopsMarc Mutz2016-03-041-2/+2
* | QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-232-2/+2
* | const QNodeId & -> QNodeIdPaul Lemire2016-02-224-6/+6
* | Removed factory member variableRobert Brock2016-02-072-3/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-8/+0
|\|
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-252-8/+0
* | Unify license header usageAntti Kokko2016-01-2617-187/+238
* | QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-222-3/+2
|/