Details
-
Task
-
Resolution: Done
-
Not Evaluated
-
QSR 2.0
-
None
-
1
-
Sprint 25 Week 22
Description
Export the code review logs for QSR 2.0 from Git as follows:
- Qt Safe Renderer Plugin
- commits can be gathered with a command: git log 1.2..2.0 – src/qtsaferendererplugin
- Qt Safe Renderer Layout Generator component
- commits can be gathered with a command: git log 1.2..2.0 – tools/qtsafelayouttool
- Qt Safe Renderer Runtime component
- commits can be gathered with a command: git log 1.2..2.0 – src/saferenderer ":(exclude)src/saferenderer/doc"
- Qt Safe Renderer autotest
- commits can be gathered with a command: git log 1.2..2.0 – tests/auto
- Qt Safe Renderer Safe RCC tool
- commits can be gathered with a command: git log 1.2..2.0 – tools/qtsafercctool
- Qt Safe Renderer Examples
- commits can be gathered with a command: git log 1.2..2.0 – examples
- Qt Safe Renderer Adaptation
- commits can be gathered with a command: git log 1.2..2.0 – src/adaptation
- Qt Safe Renderer CalcCRC
- commits can be gathered with a command: git log 1.2..2.0 – srccalccrc
- Qt Safe Renderer ConfigTool
- commits can be gathered with a command: git log 1.2..2.0 – tools/qtsafeconfigtool
- Qt Safe Renderer SendEvent
- commits can be gathered with a command: git log 1.2..2.0 – src/sendevent
- Qt Safe Renderer Safe Content Provider
-
- commits can be gathered with a command: git log 1.2..2.0 – src/safecontentprovider
- Qt Safe Renderer Documentation
- commits can be gathered with a command: git log 1.2..2.0 – src/saferenderer/doc