diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch) | |
tree | 8d927b7b47a90c4adb646482a52613f58acd6f8c /khexedit/README | |
download | tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khexedit/README')
-rw-r--r-- | khexedit/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/khexedit/README b/khexedit/README new file mode 100644 index 0000000..ef686b7 --- /dev/null +++ b/khexedit/README @@ -0,0 +1,34 @@ +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 |