sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
884 stars 209 forks source link

Timeline event grouping #2094

Open patrickdalla opened 4 months ago

patrickdalla commented 4 months ago

Timeline event grouping implementation.

It recognizes groups from metadata name first prefix. Not prefixed metadata are included in "BasicProperties" group (this name can be improved in localization files).

Cache creation and loading are on demand and per group, i. e., if a group is never checked to appear on timeline chart, no index/cache is created/loaded for this group.

First group to appear selected in chart is "BasicProperties". At least on group should be selected, so, if none is selected, "BasicProperties" is automatically selected.

patrickdalla commented 4 months ago

This PR closes #1864