Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
tdeutils/khexedit
Michele Calgaro af0b8f5d1e
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 mesi fa
..
lib Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
parts Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
pics Fix invalid headers in PNG files and optimize for size 8 anni fa
CMakeL10n.txt Desktop file translations: 4 anni fa
CMakeLists.txt Renaming of files in preparation for code style tools. 3 anni fa
Makefile.am Renaming of files in preparation for code style tools. 3 anni fa
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
bitswapwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
bitswapwidget.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
chartabledialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
chartabledialog.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
configure.in.in Additional renaming of kde to tde 13 anni fa
conversion.cpp Renaming of files in preparation for code style tools. 3 anni fa
conversion.h Trinity Qt initial conversion 14 anni fa
converterdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
converterdialog.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
dialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
dialog.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
draglabel.cpp Replace Qt with TQt 6 mesi fa
draglabel.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
exportdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
exportdialog.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
fileinfodialog.cpp Replace various '#define' strings - part 6 4 mesi fa
fileinfodialog.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
hexbuffer.cpp Renaming of files in preparation for code style tools. 3 anni fa
hexbuffer.h Rename common header files for consistency with class renaming 11 anni fa
hexclipboard.cpp Renaming of files in preparation for code style tools. 3 anni fa
hexclipboard.h Trinity Qt initial conversion 14 anni fa
hexdrag.cpp Renaming of files in preparation for code style tools. 3 anni fa
hexdrag.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
hexeditorwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
hexeditorwidget.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
hexeditstate.h Rename additional header files to avoid conflicts with KDE4 11 anni fa
hexerror.cpp Renaming of files in preparation for code style tools. 3 anni fa
hexerror.h Trinity Qt initial conversion 14 anni fa
hexmanagerwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
hexmanagerwidget.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
hexprinter.cpp Renaming of files in preparation for code style tools. 3 anni fa
hexprinter.h Trinity Qt initial conversion 14 anni fa
hextoolwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
hextoolwidget.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
hexvalidator.cpp Replace various '#define' strings - part 6 4 mesi fa
hexvalidator.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
hexviewwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
hexviewwidget.h Replace Qt with TQt 6 mesi fa
hi16-app-khexedit.png Fix invalid headers in PNG files and optimize for size 8 anni fa
hi32-app-khexedit.png Fix invalid headers in PNG files and optimize for size 8 anni fa
hi48-app-khexedit.png Fix invalid headers in PNG files and optimize for size 8 anni fa
khexedit.desktop Desktop file translations: 4 anni fa
khexeditui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
listview.cpp Renaming of files in preparation for code style tools. 3 anni fa
listview.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
main.cpp Renaming of files in preparation for code style tools. 3 anni fa
optiondialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
optiondialog.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
printdialogpage.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
printdialogpage.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
progress.h Trinity Qt initial conversion 14 anni fa
searchbar.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
searchbar.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
statusbarprogress.cpp Fix enum mismatch 3 anni fa
statusbarprogress.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
stringdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
stringdialog.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
toplevel.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 mesi fa
toplevel.h Replace Q_OBJECT with TQ_OBJECT 9 mesi fa
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa

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