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
Slávek Banko 4fe6ee9e7f
Add CMakeL10n rules.
5 years ago
..
lib LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
parts Add CMakeL10n rules. 5 years ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
bitswapwidget.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
bitswapwidget.h Remove spurious TQ_OBJECT instances 12 years ago
chartabledialog.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
chartabledialog.h Remove spurious TQ_OBJECT instances 12 years ago
configure.in.in Additional renaming of kde to tde 13 years ago
conversion.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
conversion.h Trinity Qt initial conversion 14 years ago
converterdialog.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
converterdialog.h Remove spurious TQ_OBJECT instances 12 years ago
dialog.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
dialog.h Remove spurious TQ_OBJECT instances 12 years ago
draglabel.cc Rename the string kde toolbar widget 10 years ago
draglabel.h Remove spurious TQ_OBJECT instances 12 years ago
exportdialog.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
exportdialog.h Remove spurious TQ_OBJECT instances 12 years ago
fileinfodialog.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
fileinfodialog.h Remove spurious TQ_OBJECT instances 12 years ago
hexbuffer.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
hexbuffer.h Rename common header files for consistency with class renaming 11 years ago
hexclipboard.cc Trinity Qt initial conversion 14 years ago
hexclipboard.h Trinity Qt initial conversion 14 years ago
hexdrag.cc Rename KIcon to enhance compatibility with KDE4 11 years ago
hexdrag.h Remove spurious TQ_OBJECT instances 12 years ago
hexeditorwidget.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
hexeditorwidget.h Rename common header files for consistency with class renaming 11 years ago
hexeditstate.h Rename additional header files to avoid conflicts with KDE4 11 years ago
hexerror.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
hexerror.h Trinity Qt initial conversion 14 years ago
hexmanagerwidget.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
hexmanagerwidget.h Remove spurious TQ_OBJECT instances 12 years ago
hexprinter.cc Trinity Qt initial conversion 14 years ago
hexprinter.h Trinity Qt initial conversion 14 years ago
hextoolwidget.cc Fixed error messages that appeared when KHexEdit was started from CLI. 10 years ago
hextoolwidget.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
hexvalidator.cc rename the following methods: 13 years ago
hexvalidator.h Remove spurious TQ_OBJECT instances 12 years ago
hexviewwidget.cc Fix incorrectly renamed strings 9 years ago
hexviewwidget.h Rename common header files for consistency with class renaming 11 years ago
hi16-app-khexedit.png Fix invalid headers in PNG files and optimize for size 8 years ago
hi32-app-khexedit.png Fix invalid headers in PNG files and optimize for size 8 years ago
hi48-app-khexedit.png Fix invalid headers in PNG files and optimize for size 8 years ago
khexedit.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
khexeditui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
listview.cc Rename a number of classes to enhance compatibility with KDE4 11 years ago
listview.h Rename many classes and header files to avoid conflicts with KDE4 11 years ago
main.cc Finish renaming kiconedit->tdeiconedit. 10 years ago
optiondialog.cc Bring mouse icon into XDG compliance 9 years ago
optiondialog.h Rename many classes and header files to avoid conflicts with KDE4 11 years ago
printdialogpage.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
printdialogpage.h Remove spurious TQ_OBJECT instances 12 years ago
progress.h Trinity Qt initial conversion 14 years ago
searchbar.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
searchbar.h Remove spurious TQ_OBJECT instances 12 years ago
statusbarprogress.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
statusbarprogress.h Fix incorrectly renamed strings 9 years ago
stringdialog.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
stringdialog.h Remove spurious TQ_OBJECT instances 12 years ago
toplevel.cc Bring stop, lock, exit, and run icons into XDG compliance 10 years ago
toplevel.h Rename common header files for consistency with class renaming 11 years ago
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

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