You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeutils/khexedit
Michele Calgaro 7becd3521b
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
..
lib Replace kdemacros.h with tdemacros.h 2 years ago
parts
pics
CMakeL10n.txt
CMakeLists.txt
Makefile.am
README
bitswapwidget.cpp
bitswapwidget.h
chartabledialog.cpp
chartabledialog.h
configure.in.in
conversion.cpp
conversion.h
converterdialog.cpp
converterdialog.h
dialog.cpp
dialog.h
draglabel.cpp
draglabel.h
exportdialog.cpp
exportdialog.h
fileinfodialog.cpp
fileinfodialog.h
hexbuffer.cpp
hexbuffer.h
hexclipboard.cpp
hexclipboard.h
hexdrag.cpp
hexdrag.h
hexeditorwidget.cpp
hexeditorwidget.h
hexeditstate.h
hexerror.cpp
hexerror.h
hexmanagerwidget.cpp
hexmanagerwidget.h
hexprinter.cpp
hexprinter.h
hextoolwidget.cpp
hextoolwidget.h
hexvalidator.cpp
hexvalidator.h
hexviewwidget.cpp
hexviewwidget.h
hi16-app-khexedit.png
hi32-app-khexedit.png
hi48-app-khexedit.png
khexedit.desktop
khexeditui.rc
listview.cpp
listview.h
main.cpp
optiondialog.cpp
optiondialog.h
printdialogpage.cpp
printdialogpage.h
progress.h
searchbar.cpp
searchbar.h
statusbarprogress.cpp
statusbarprogress.h
stringdialog.cpp
stringdialog.h
toplevel.cpp
toplevel.h
version.h

README

Overview
--------
To confuse you these directories mix two binary editor projects.
The first project is the current khexedit app from Espen Sand,
(here called KHE1). The second project is the coming khexedit app
from Friedrich W. H. Kossebau (called KHE2) which has been already
partly moved from kdenonbeta/khexedit2.


What to find in which directory:
--------------------------------
khexedit:
  sources of KHE1

khexedit/pics:
  pictures used by KHE1

khexedit/lib:
  sources of the basic library of KHE2

khexedit/parts:
  collection of all parts based on KHE2

khexedit/parts/kbytesedit:
  sources of the implementation for the service type KHexEdit/KBytesEdit


Future plans:
-------------
* inclusion of the KReadWritePart based HexEdit2Part which can handle
  GB sized files. (-> KDE 3.3)
* a binary diff editor widget in the KHE2 lib
* binary diff editor widget based parts
* a standalone KHE2 app, replacing KHE1