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
Timothy Pearson 632b7d40cf Remove additional unneeded tq method conversions
(cherry picked from commit 7ea89afa11)
13 years ago
..
lib Remove additional unneeded tq method conversions 13 years ago
parts Remove additional unneeded tq method conversions 13 years ago
pics Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric 14 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
bitswapwidget.cc Remove additional unneeded tq method conversions 13 years ago
bitswapwidget.h Rename old tq methods that no longer need a unique name 13 years ago
chartabledialog.cc Rename old tq methods that no longer need a unique name 13 years ago
chartabledialog.h rename the following methods: 14 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
conversion.cc Trinity Qt initial conversion 15 years ago
conversion.h Trinity Qt initial conversion 15 years ago
converterdialog.cc rename the following methods: 14 years ago
converterdialog.h rename the following methods: 14 years ago
dialog.cc Remove additional unneeded tq method conversions 13 years ago
dialog.h rename the following methods: 14 years ago
draglabel.cc rename the following methods: 14 years ago
draglabel.h rename the following methods: 14 years ago
exportdialog.cc Remove additional unneeded tq method conversions 13 years ago
exportdialog.h rename the following methods: 14 years ago
fileinfodialog.cc Remove additional unneeded tq method conversions 13 years ago
fileinfodialog.h rename the following methods: 14 years ago
hexbuffer.cc Remove additional unneeded tq method conversions 13 years ago
hexbuffer.h Rename old tq methods that no longer need a unique name 13 years ago
hexclipboard.cc Trinity Qt initial conversion 15 years ago
hexclipboard.h Trinity Qt initial conversion 15 years ago
hexdrag.cc Rename old tq methods that no longer need a unique name 13 years ago
hexdrag.h Rename old tq methods that no longer need a unique name 13 years ago
hexeditorwidget.cc Remove additional unneeded tq method conversions 13 years ago
hexeditorwidget.h rename the following methods: 14 years ago
hexeditstate.h TQt4 port kdeutils 14 years ago
hexerror.cc Trinity Qt initial conversion 15 years ago
hexerror.h Trinity Qt initial conversion 15 years ago
hexmanagerwidget.cc Remove additional unneeded tq method conversions 13 years ago
hexmanagerwidget.h rename the following methods: 14 years ago
hexprinter.cc Trinity Qt initial conversion 15 years ago
hexprinter.h Trinity Qt initial conversion 15 years ago
hextoolwidget.cc Remove additional unneeded tq method conversions 13 years ago
hextoolwidget.h rename the following methods: 14 years ago
hexvalidator.cc rename the following methods: 14 years ago
hexvalidator.h rename the following methods: 14 years ago
hexviewwidget.cc Remove additional unneeded tq method conversions 13 years ago
hexviewwidget.h rename the following methods: 14 years ago
hi16-app-khexedit.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
hi32-app-khexedit.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
hi48-app-khexedit.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
khexedit.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 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 old tq methods that no longer need a unique name 13 years ago
listview.h Rename old tq methods that no longer need a unique name 13 years ago
main.cc Trinity Qt initial conversion 15 years ago
optiondialog.cc Remove additional unneeded tq method conversions 13 years ago
optiondialog.h rename the following methods: 14 years ago
printdialogpage.cc Rename old tq methods that no longer need a unique name 13 years ago
printdialogpage.h rename the following methods: 14 years ago
progress.h Trinity Qt initial conversion 15 years ago
searchbar.cc Rename old tq methods that no longer need a unique name 13 years ago
searchbar.h rename the following methods: 14 years ago
statusbarprogress.cc Remove additional unneeded tq method conversions 13 years ago
statusbarprogress.h Rename old tq methods that no longer need a unique name 13 years ago
stringdialog.cc Remove additional unneeded tq method conversions 13 years ago
stringdialog.h rename the following methods: 14 years ago
toplevel.cc Remove additional unneeded tq method conversions 13 years ago
toplevel.h Remove additional unneeded tq method conversions 13 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