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 Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
pics
CMakeL10n.txt
CMakeLists.txt Renaming of files in preparation for code style tools. 5 years ago
Makefile.am Renaming of files in preparation for code style tools. 5 years ago
README
bitswapwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
bitswapwidget.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
chartabledialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
chartabledialog.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
configure.in.in
conversion.cpp Renaming of files in preparation for code style tools. 5 years ago
conversion.h
converterdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
converterdialog.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
dialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
dialog.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
draglabel.cpp Replace Qt with TQt 2 years ago
draglabel.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
exportdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
exportdialog.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
fileinfodialog.cpp Replace various '#define' strings - part 6 2 years ago
fileinfodialog.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
hexbuffer.cpp Renaming of files in preparation for code style tools. 5 years ago
hexbuffer.h
hexclipboard.cpp Renaming of files in preparation for code style tools. 5 years ago
hexclipboard.h
hexdrag.cpp Renaming of files in preparation for code style tools. 5 years ago
hexdrag.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
hexeditorwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
hexeditorwidget.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
hexeditstate.h
hexerror.cpp Renaming of files in preparation for code style tools. 5 years ago
hexerror.h
hexmanagerwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
hexmanagerwidget.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
hexprinter.cpp Renaming of files in preparation for code style tools. 5 years ago
hexprinter.h
hextoolwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
hextoolwidget.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
hexvalidator.cpp Replace various '#define' strings - part 6 2 years ago
hexvalidator.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
hexviewwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
hexviewwidget.h Replace Qt with TQt 2 years ago
hi16-app-khexedit.png
hi32-app-khexedit.png
hi48-app-khexedit.png
khexedit.desktop
khexeditui.rc
listview.cpp Renaming of files in preparation for code style tools. 5 years ago
listview.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
main.cpp Renaming of files in preparation for code style tools. 5 years ago
optiondialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
optiondialog.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
printdialogpage.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
progress.h
searchbar.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
searchbar.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
statusbarprogress.cpp Fix enum mismatch 5 years ago
statusbarprogress.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
stringdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
stringdialog.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
toplevel.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
toplevel.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
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