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
Michele Calgaro af0b8f5d1e
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
преди 3 месеца
..
lib Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
parts Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
pics Fix invalid headers in PNG files and optimize for size преди 8 години
CMakeL10n.txt Desktop file translations: преди 4 години
CMakeLists.txt Renaming of files in preparation for code style tools. преди 3 години
Makefile.am Renaming of files in preparation for code style tools. преди 3 години
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
bitswapwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
bitswapwidget.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
chartabledialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
chartabledialog.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
configure.in.in Additional renaming of kde to tde преди 13 години
conversion.cpp Renaming of files in preparation for code style tools. преди 3 години
conversion.h Trinity Qt initial conversion преди 14 години
converterdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
converterdialog.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
dialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
dialog.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
draglabel.cpp Replace Qt with TQt преди 5 месеца
draglabel.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
exportdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
exportdialog.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
fileinfodialog.cpp Replace various '#define' strings - part 6 преди 4 месеца
fileinfodialog.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
hexbuffer.cpp Renaming of files in preparation for code style tools. преди 3 години
hexbuffer.h Rename common header files for consistency with class renaming преди 11 години
hexclipboard.cpp Renaming of files in preparation for code style tools. преди 3 години
hexclipboard.h Trinity Qt initial conversion преди 14 години
hexdrag.cpp Renaming of files in preparation for code style tools. преди 3 години
hexdrag.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
hexeditorwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
hexeditorwidget.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
hexeditstate.h Rename additional header files to avoid conflicts with KDE4 преди 11 години
hexerror.cpp Renaming of files in preparation for code style tools. преди 3 години
hexerror.h Trinity Qt initial conversion преди 14 години
hexmanagerwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
hexmanagerwidget.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
hexprinter.cpp Renaming of files in preparation for code style tools. преди 3 години
hexprinter.h Trinity Qt initial conversion преди 14 години
hextoolwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
hextoolwidget.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
hexvalidator.cpp Replace various '#define' strings - part 6 преди 4 месеца
hexvalidator.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
hexviewwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
hexviewwidget.h Replace Qt with TQt преди 5 месеца
hi16-app-khexedit.png Fix invalid headers in PNG files and optimize for size преди 8 години
hi32-app-khexedit.png Fix invalid headers in PNG files and optimize for size преди 8 години
hi48-app-khexedit.png Fix invalid headers in PNG files and optimize for size преди 8 години
khexedit.desktop Desktop file translations: преди 4 години
khexeditui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
listview.cpp Renaming of files in preparation for code style tools. преди 3 години
listview.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
main.cpp Renaming of files in preparation for code style tools. преди 3 години
optiondialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
optiondialog.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
printdialogpage.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
progress.h Trinity Qt initial conversion преди 14 години
searchbar.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
searchbar.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
statusbarprogress.cpp Fix enum mismatch преди 3 години
statusbarprogress.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
stringdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
stringdialog.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
toplevel.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
toplevel.h Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години

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