Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • CamiTK Community Edition CamiTK Community Edition
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • CamiTKCamiTK
  • CamiTK Community EditionCamiTK Community Edition
  • Merge requests
  • !163

New action state machine log

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Emmanuel Promayon requested to merge 113-action-state-machine-log into develop Oct 19, 2020
  • Overview 0
  • Commits 4
  • Pipelines 2
  • Changes 14

Closes #113 (closed) And also:

  • offers a new design of the XML viewed in the browsers
  • embed xsl for modern browser support (tested with latest chromium and firefox)
  • log xml cleanup
  • check that the asm arguments are both present before enabling the launch (and show in red what's missing)
  • fix a crash due to double delete (QTreeWidgetItem should only be deleted from children to parent, if a parent QTreeWidgetItem is deleted before its children, it generates a segfault)
  • new: 5 tests were added for the action state machine app (3 for command line test and 2 using the autonext feature using simple SCXML files and testing there is no crash)
Edited Oct 19, 2020 by Emmanuel Promayon
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 113-action-state-machine-log