Bring memory view back Summary: Bring the memory view widget back into a…

Authored by volden on Jan 30 2017, 5:39 PM.

Description

Bring memory view back Summary: Bring the memory view widget back into a compilable state. Make CMake search for OktetaGui. Change the widget to use Okteta ByteArrayModel and ByteArrayColumnView Fix char* memleak - use QByteArray instead Use configure-time CMake for define

Minor code cleanup including:
Converted to new signal and slot syntax
fix include guard
prepend membervars with m_
Adapt to interface changes in kdevelop/debuggers

Reviewers: KDevelop, mwolff

Reviewed By: KDevelop, kossebau, mwolff

Subscribers: kossebau, mwolff, kdevelop-devel

Differential Revision: https://phabricator.kde.org/D4232

Details

Committed
voldenJan 30 2017, 5:39 PM
Reviewer
KDevelop
Differential Revision
D4232: Bring back memory view
Parents
R32:12e9daaf66ee: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown

BTW, happy to see you successfully having used the Okteta libs (being the author ;) )

Thanks. The missing file should be added now. And thank for taking the time to review and help with this.