summaryrefslogtreecommitdiff
authorzcarsten <zcarsten>2003-07-24 16:21:48 (UTC)
committer zcarsten <zcarsten>2003-07-24 16:21:48 (UTC)
commitcab546dd4a50d15a9b068c40bf582b6c59042d90 (patch) (unidiff)
tree54e4f5fba48d45d9c25dd1434a9756e289606ef1
parent91212296b4876d8b7a036c9f25f0b08f6099758d (diff)
downloadopie-cab546dd4a50d15a9b068c40bf582b6c59042d90.zip
opie-cab546dd4a50d15a9b068c40bf582b6c59042d90.tar.gz
opie-cab546dd4a50d15a9b068c40bf582b6c59042d90.tar.bz2
*** empty log message ***
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/zsafe/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/apps/zsafe/README b/noncore/apps/zsafe/README
index 9ac3b84..650e882 100644
--- a/noncore/apps/zsafe/README
+++ b/noncore/apps/zsafe/README
@@ -1,17 +1,17 @@
1Program: ZSafe 1Program: ZSafe
2 2
3Author: Carsten Schneider <CarstenSchneider@t-online.de> 3Author: Carsten Schneider <zcarsten@gmx.net>
4 4
5Homepage: http://home.t-online.de/home/CarstenSchneider/zsafe/index.html 5Homepage: http://z-soft.z-portal.info/zsafe/index.html
6 6
7Description: 7Description:
8 8
9This password manager program works with the Sharp Zaurus SL5000 or SL5500. 9This password manager program works with the Sharp Zaurus SL5000 or SL5500.
10To compile you should download the Qtopia SDK from www.trolltech.com and 10To compile you should download the Qtopia SDK from www.trolltech.com and
11read the section 'Qtopia - Getting Started' first. 11read the section 'Qtopia - Getting Started' first.
12 12
13Compilation: 13Compilation:
14 14
15 make.sh cross... to create the package for the Zaurus 15 make.sh cross... to create the package for the Zaurus
16 make.sh native... to create the package for the Host System 16 make.sh native... to create the package for the Host System
17 17
@@ -48,24 +48,25 @@ History:
482003-04-01: 2.0.2 : Windows desctop version created 482003-04-01: 2.0.2 : Windows desctop version created
49 cleaning of clipboard after ZSafe exit 49 cleaning of clipboard after ZSafe exit
502003-05-27: 2.0.3 : Window resizing enhancements to better support 502003-05-27: 2.0.3 : Window resizing enhancements to better support
51 of screen rotation 51 of screen rotation
522003-06-02: 2.1.0 : Document handling added (New, Open, Save As ..) 522003-06-02: 2.1.0 : Document handling added (New, Open, Save As ..)
53 MimeType 'application/zsafe' added 53 MimeType 'application/zsafe' added
54 passwords.zsf default location moved to application/zsafe 54 passwords.zsf default location moved to application/zsafe
552003-07-13: 2.1.1 : colored category row 552003-07-13: 2.1.1 : colored category row
56 list view column header label depends on the selected 56 list view column header label depends on the selected
57 category 57 category
58 export/import/remove text file via file dialog 58 export/import/remove text file via file dialog
592003-07-20: 2.1.2 : Document handling (new/open) corrected 592003-07-20: 2.1.2 : Document handling (new/open) corrected
60 some changes to support the C70x series
60 61
61Thanks to: 62Thanks to:
62 Matthew Palmer <mjp16@uow.edu.au> for the RC2 implementation. 63 Matthew Palmer <mjp16@uow.edu.au> for the RC2 implementation.
63 Troy Engel <tengel@sonic.net> for the kpasman code 64 Troy Engel <tengel@sonic.net> for the kpasman code
64 (http://www.sonic.net/~tengel/kpasman) 65 (http://www.sonic.net/~tengel/kpasman)
65 Robert Ernst <robert.ernst@linux-solutions.at> 66 Robert Ernst <robert.ernst@linux-solutions.at>
66 (http://www.linux-solutions.at/projects/zaurus) for the translation and 67 (http://www.linux-solutions.at/projects/zaurus) for the translation and
67 make.sh script 68 make.sh script
68 Werner Schulte <werner@schulte-ac.de> 69 Werner Schulte <werner@schulte-ac.de>
69 (http://www.uv-ac.de/qtravel) for the file dialog implementation 70 (http://www.uv-ac.de/qtravel) for the file dialog implementation
70 71
71 72