- added a generic HEX view widget
authorAkiko <akiko@linux-addicted.net>
Tue, 15 Oct 2013 05:06:41 +0000 (07:06 +0200)
committerAkiko <akiko@linux-addicted.net>
Tue, 15 Oct 2013 05:06:41 +0000 (07:06 +0200)
commitf437ad78be9c8ea3b4b8d20a855f1d4fb0de17b4
tree78c7301e25448dd787ec6f1eb55f60f931f43bd2
parent0975e393a0f4b83da9093bd1d88645a0b4db073a
- added a generic HEX view widget
- updated makefiles for the generic components
- the dat viewer component uses the hex one now
! the hex widget is very basic and not suitable for data beyond 40k+
15 files changed:
common/CMakeLists.txt
common/CodeWidget.cxx
common/CodeWidget.hxx
common/HexWidget.cxx [new file with mode: 0644]
common/HexWidget.hxx [new file with mode: 0644]
common/HexWidget.ui [new file with mode: 0644]
common/Resources.qrc [new file with mode: 0644]
common/i18n_english.ts [new file with mode: 0644]
common/i18n_french.ts [new file with mode: 0644]
common/i18n_german.ts [new file with mode: 0644]
editor/DatWindow.cxx
editor/DatWindow.ui
editor/i18n_english.ts
editor/i18n_french.ts
editor/i18n_german.ts