summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe/README
Unidiff
Diffstat (limited to 'noncore/apps/zsafe/README') (more/less context) (show 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,29 +1,29 @@
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
18History: 18History:
192002-04-09: 1.0.0: first version 192002-04-09: 1.0.0: first version
202002-04-23: 1.0.1: creation of the "Documents/text/plain" folder if the folder 202002-04-23: 1.0.1: creation of the "Documents/text/plain" folder if the folder
21 does not exists 21 does not exists
222002-04-27: 1.0.2: If no password file exists a password is not required to 222002-04-27: 1.0.2: If no password file exists a password is not required to
23 proceed. 23 proceed.
24 If the password is wrong the program terminates. 24 If the password is wrong the program terminates.
252002-04-29: 1.0.3: To enter a new password it must be entered twice. 252002-04-29: 1.0.3: To enter a new password it must be entered twice.
26 Double clicking onto a password entry displays an 26 Double clicking onto a password entry displays an
27 information form. 27 information form.
28 After a resume the password must be entered again. 28 After a resume the password must be entered again.
292002-05-03: 1.0.4: Crashes after resume fixed. 292002-05-03: 1.0.4: Crashes after resume fixed.
@@ -36,37 +36,38 @@ History:
362002-07-14: 1.0.8: Clicking with middle cursor key onto a password entry 362002-07-14: 1.0.8: Clicking with middle cursor key onto a password entry
37 displayes the info form. 37 displayes the info form.
38 Option 'File -> Open entries expanded' added. 38 Option 'File -> Open entries expanded' added.
392002-07-24: 1.0.9: Search improved 392002-07-24: 1.0.9: Search improved
402002-08-03: 1.0.10: saving of the configuration file corrected 402002-08-03: 1.0.10: saving of the configuration file corrected
412002-08-03: 1.0.11: renaming of categories corrected 412002-08-03: 1.0.11: renaming of categories corrected
42 category dialog displayes now icons instead of icon 42 category dialog displayes now icons instead of icon
43 file names 43 file names
442002-09-06: 1.0.11: Linux PC version of zsafe created 442002-09-06: 1.0.11: Linux PC version of zsafe created
452002-09-08: 2.0.0 : Field names of the categories editable 452002-09-08: 2.0.0 : Field names of the categories editable
46 two additional fields added 46 two additional fields added
472003-02-01: 2.0.1 : German translation from Robert Ernst added 472003-02-01: 2.0.1 : German translation from Robert Ernst added
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
72 73