summaryrefslogtreecommitdiff
path: root/python/examples/kaitai/view.py
AgeCommit message (Collapse)Author
2021-07-05Remove snippet and kaitai plugin. Note their individual links.Xusheng
2019-04-06kaitai: tree, hex realestate adjustable (QSplitter)Andrew Lamoureux
2019-03-26Add BinaryDataNavigable API to View which enables FeatureMap/UI Plugin ↵Brian Potchik
navigation.
2019-03-23kaitai: python3-compatible forgiveness for struct propertiesAndrew Lamoureux
hasattr() on python2 has built in exception handler that would return False when computation of a property screwed up - that doesnt exist in python3
2019-03-23kaitai: omit '_m_' prefix for fields in struct pathAndrew Lamoureux
2019-03-22kaitai: allow selection of structPath textAndrew Lamoureux
(field was disabled, now it's just read-only)
2019-03-22kaitai: select first row, re-scroll after treewidget resizeAndrew Lamoureux
2019-03-22kaitai: initial minimal tree expansion until rows filledAndrew Lamoureux
2019-03-22kaitai: disclude circular formats on py2, more error reportingAndrew Lamoureux
2019-03-21kaitai: better error reporting when parser failsAndrew Lamoureux
2019-03-21kaitai: statusbar widget menu to select any formatAndrew Lamoureux
also: stop assuming file size on startup, return priority 1 (not 0)
2019-03-20kaitai: priority again, and dump the QGroupBoxes (take#2)Andrew Lamoureux
this with missed in the ui_plugins_shared -> dev merge
2019-03-20kaitai: adjustments and rearrangements for python2/3 compatAndrew Lamoureux
2019-03-20kaitai: gif, jpg, png support and return proper priorityAndrew Lamoureux
2019-03-20kaitai UI plugin + elf,macho,peAndrew Lamoureux