pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
46 stars 12 forks source link

Implement Single/Double Click for Items #460

Open pjrinaldi opened 1 year ago

pjrinaldi commented 1 year ago

Need to implement double click functionality for plain view parsed artifacts.

pjrinaldi commented 6 months ago

need to re-implement prior double click functionality that was removed when i implemented the path toolbar.

pjrinaldi commented 6 months ago

prior double click is added, need to implement double click for parsed artifacts such as prefetch, lnk, etc.

pjrinaldi commented 6 months ago

single click is working for lnk, will check pf, recycled, pdf, html, docx, and txt next.

pjrinaldi commented 6 months ago

pdf, html, docx work. need to test recycled and plain txt. prefetch doesn't do anything, so need to check that code.

pjrinaldi commented 6 months ago

prefetch does work.

pjrinaldi commented 6 months ago

plain text works. need to test recycled

pjrinaldi commented 6 months ago

recycler half works, some files open and some don't. need to figure out what the reason is and then fix it.