```python >>> a = DataBuffer('abcd') >>> str(a) 'abcd' ``` This PR encodes a python3 str to bytes using `charmap`. It verifies that `bytes != str` to only encode a python3 str and not a python2 str. 2019-04-12Add multiselect and keyboard navigation to graph viewRusty Wagner 2019-04-12Add incoming edges for flow graph nodesRusty Wagner 2019-04-11Add partial support to get_string_at.Brian Potchik 2019-04-11Add GetStringAtAddress to the API.Brian Potchik 2019-04-11Added filters to TriageFilePicker to show hidden files and foldersAlex Mullins 2019-04-11added timeout parameter to BackgroundTaskThread.join()Arnaud 2019-04-09add support for resolving dynamic function loads to triage viewJordan Wiens 2019-04-09add py2 and py3 folders when installing to the python path for the new UI ↵Jordan Wiens plugin APIs 2019-04-07Update goto address preview on selection changePeter LaFosse 2019-04-07Add autocomplete and preview to 'Go To Address' dialogPeter LaFosse 2019-04-07Don't log when expression parsing failsPeter LaFosse 2019-04-07Add API for geting a list of type names without the associated objectsPeter LaFosse 2019-04-07Add callee/caller properties to function objectsPeter LaFosse 2019-04-06kaitai: tree, hex realestate adjustable (QSplitter)Andrew Lamoureux 2019-04-05Add dominator and post_dominator to unit testsPeter LaFosse 2019-04-05add post dominance apisPeter LaFosse 2019-04-05Make DataVariable references work for zero sized data variablesPeter LaFosse 2019-04-04fixed undefined variable 'Type'Arnaud 2019-04-02Add a C++ version of the triage plugin (no Makefile yet)Rusty Wagner 2019-04-01Repaint logview when changing tabs.Brian Potchik 2019-04-01make qsettings match on non-macos platforms and craete snippet folder if missingJordan Wiens 2019-03-29fix datarenderer documentationJordan Wiens 2019-03-28Cleanup setting IDs for new UI plugins.Brian Potchik 2019-03-27Add API for adding a new type of file open button on the new tab pageRusty Wagner 2019-03-27Fix an issue with keyboard shortcuts when imports/exports list is activeRusty Wagner 2019-03-27Add prev/next cross reference functionsRusty Wagner 2019-03-27Fix navigation for raw file mode of triage view.Brian Potchik 2019-03-26Add a tokenized text view class for UI pluginsRusty Wagner 2019-03-26Add BinaryDataNavigable API to View which enables FeatureMap/UI Plugin ↵Brian Potchik navigation. 2019-03-25Add UnhandledRelocation type.Brian Potchik