You can not 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
Timothy Pearson 0ea54195f4
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
..
lib Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4 12 years ago
parts Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
pics Initial conversion to cmake. 12 years ago
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Makefile.am Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
README
bitswapwidget.cc Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
bitswapwidget.h Remove spurious TQ_OBJECT instances 13 years ago
chartabledialog.cc Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
chartabledialog.h Remove spurious TQ_OBJECT instances 13 years ago
configure.in.in
conversion.cc
conversion.h
converterdialog.cc
converterdialog.h Remove spurious TQ_OBJECT instances 13 years ago
dialog.cc Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
dialog.h Remove spurious TQ_OBJECT instances 13 years ago
draglabel.cc
draglabel.h Remove spurious TQ_OBJECT instances 13 years ago
exportdialog.cc Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
exportdialog.h Remove spurious TQ_OBJECT instances 13 years ago
fileinfodialog.cc Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
fileinfodialog.h Remove spurious TQ_OBJECT instances 13 years ago
hexbuffer.cc Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
hexbuffer.h
hexclipboard.cc
hexclipboard.h
hexdrag.cc Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
hexdrag.h Remove spurious TQ_OBJECT instances 13 years ago
hexeditorwidget.cc Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
hexeditorwidget.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
hexeditstate.h Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
hexerror.cc
hexerror.h
hexmanagerwidget.cc
hexmanagerwidget.h Remove spurious TQ_OBJECT instances 13 years ago
hexprinter.cc
hexprinter.h
hextoolwidget.cc Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
hextoolwidget.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
hexvalidator.cc
hexvalidator.h Remove spurious TQ_OBJECT instances 13 years ago
hexviewwidget.cc Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
hexviewwidget.h Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
hi16-app-khexedit.png
hi32-app-khexedit.png
hi48-app-khexedit.png
khexedit.desktop Update XDG information in support of bug report 892. 12 years ago
khexeditui.rc
listview.cc
listview.h Remove spurious TQ_OBJECT instances 13 years ago
main.cc Rename KInstance and KAboutData to avoid conflicts with KDE4 12 years ago
optiondialog.cc Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
optiondialog.h Remove spurious TQ_OBJECT instances 13 years ago
printdialogpage.cc
printdialogpage.h Remove spurious TQ_OBJECT instances 13 years ago
progress.h
searchbar.cc
searchbar.h Remove spurious TQ_OBJECT instances 13 years ago
statusbarprogress.cc Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
statusbarprogress.h Remove spurious TQ_OBJECT instances 13 years ago
stringdialog.cc Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
stringdialog.h Remove spurious TQ_OBJECT instances 13 years ago
toplevel.cc Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
toplevel.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 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