summaryrefslogtreecommitdiffabout
path: root/bin
authorzautrix <zautrix>2005-01-05 18:00:42 (UTC)
committer zautrix <zautrix>2005-01-05 18:00:42 (UTC)
commit9bbe06c6cbf70ab8741acc6b356890c072b103e8 (patch) (unidiff)
tree89ce922f849540b959c6f778c9371f9ff01decf6 /bin
parent71017beb975666a0f654898ed6a40a5303d567dc (diff)
downloadkdepimpi-9bbe06c6cbf70ab8741acc6b356890c072b103e8.zip
kdepimpi-9bbe06c6cbf70ab8741acc6b356890c072b103e8.tar.gz
kdepimpi-9bbe06c6cbf70ab8741acc6b356890c072b103e8.tar.bz2
some fixes
Diffstat (limited to 'bin') (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/SyncHowto.txt2
-rw-r--r--bin/kdepim/WhatsNew.txt10
2 files changed, 10 insertions, 2 deletions
diff --git a/bin/kdepim/SyncHowto.txt b/bin/kdepim/SyncHowto.txt
index 5874fc3..6c1da16 100644
--- a/bin/kdepim/SyncHowto.txt
+++ b/bin/kdepim/SyncHowto.txt
@@ -1,66 +1,66 @@
1WARNING: 1WARNING:
2YOU MAY GET UNEXSPECTED (I.E. WRONG) SYNCHRONIZATION RESULTS, 2YOU MAY GET UNEXPECTED (I.E. WRONG) SYNCHRONIZATION RESULTS,
3IF YOU CHANGE AN EVENT ON THE FIRST DEVICE AND SYNC IMMEDIATELY FROM 3IF YOU CHANGE AN EVENT ON THE FIRST DEVICE AND SYNC IMMEDIATELY FROM
4THE OTHER DEVICE WITH THIS DEVICE, IF THE CLOCKS OF THE TWO DEVICES 4THE OTHER DEVICE WITH THIS DEVICE, IF THE CLOCKS OF THE TWO DEVICES
5HAVE TOO MUCH DIFFERENCE. 5HAVE TOO MUCH DIFFERENCE.
6 6
7In other words: Please make sure, that the clocks of the devices 7In other words: Please make sure, that the clocks of the devices
8you want to sync have only a difference of some seconds! 8you want to sync have only a difference of some seconds!
9 9
10 10
11CONTENT: 11CONTENT:
12 12
130) How syncing works 130) How syncing works
141) Qick overview of settings 141) Qick overview of settings
152) Sync settings in sync dialog 152) Sync settings in sync dialog
163) Syncing background 163) Syncing background
174) Sync preferences 174) Sync preferences
185) Details about sync profile kinds 185) Details about sync profile kinds
19 19
20************************************************************************* 20*************************************************************************
210) How syncing works 210) How syncing works
22************************************************************************* 22*************************************************************************
23 23
24Note: 24Note:
25The recommended and easiest way to syncronize two devices where 25The recommended and easiest way to syncronize two devices where
26KO/Pi, KA/Pi or PWM/Pi is installed, is the profile kind "Pi-Sync". 26KO/Pi, KA/Pi or PWM/Pi is installed, is the profile kind "Pi-Sync".
27Details about that in 5) b). 27Details about that in 5) b).
28 28
29In KDE-Pim/Pi you can synchronize ( sync ) your calendar/addressbook/ 29In KDE-Pim/Pi you can synchronize ( sync ) your calendar/addressbook/
30passwordfile with another calendar/addressbook/passwordfile, 30passwordfile with another calendar/addressbook/passwordfile,
31by syncing your (local) calendar/addressbook/passwordfile 31by syncing your (local) calendar/addressbook/passwordfile
32with a (remote) file. 32with a (remote) file.
33This remote file may on your local filesystem 33This remote file may on your local filesystem
34or on another (remote) device. 34or on another (remote) device.
35 35
36If you want to sync with another remote device, you have to create 36If you want to sync with another remote device, you have to create
37a sync profile. 37a sync profile.
38You have two choices for choosing the profil kind: 38You have two choices for choosing the profil kind:
39I) You can choose profile kind "Remote file" and specify a 39I) You can choose profile kind "Remote file" and specify a
40 command line download/upload command ( like scp, ftp, ...) to 40 command line download/upload command ( like scp, ftp, ...) to
41 a) download the remote file to your local machine to a temp file 41 a) download the remote file to your local machine to a temp file
42 b) sync with this temp file 42 b) sync with this temp file
43 c) upload the synced file to the remote device 43 c) upload the synced file to the remote device
44II) If you want to sync with a device, where KO/Pi( or KA/Pi, PWM/Pi) is 44II) If you want to sync with a device, where KO/Pi( or KA/Pi, PWM/Pi) is
45 installed, you can easily get the remote file via network 45 installed, you can easily get the remote file via network
46 with the build in file transfer feature: 46 with the build in file transfer feature:
47 Choose profile kind "Pi-Sync" and 47 Choose profile kind "Pi-Sync" and
48 a) Start KO/Pi,KA/Pi or PWM/Pi on remote device and 48 a) Start KO/Pi,KA/Pi or PWM/Pi on remote device and
49 enable "Pi-Sync" on remote device with password and port. 49 enable "Pi-Sync" on remote device with password and port.
50 b) Specify password, port and IP address in your profile. 50 b) Specify password, port and IP address in your profile.
51 51
52 52
53You can sync with your mobile phone as well. 53You can sync with your mobile phone as well.
54Everything is explained in more details below. 54Everything is explained in more details below.
55 55
56NOTE: 56NOTE:
57If you do not use profile kind "Pi-Sync", 57If you do not use profile kind "Pi-Sync",
58it is recommended to close 58it is recommended to close
59a running KO/Pi (KA/Pi, PWM/Pi) on the remote device. 59a running KO/Pi (KA/Pi, PWM/Pi) on the remote device.
60(Note: KO/Pi(KA/Pi, PWM/Pi) running on Zaurus with 60(Note: KO/Pi(KA/Pi, PWM/Pi) running on Zaurus with
61FastLoad enabled will never be closed!) 61FastLoad enabled will never be closed!)
62After syncing with a running KO/Pi on the remote device, 62After syncing with a running KO/Pi on the remote device,
63a "save" on the remote device will tell you that it needs to merge (sync). 63a "save" on the remote device will tell you that it needs to merge (sync).
64After merging (just a syncing with the changed file) 64After merging (just a syncing with the changed file)
65you will get the new data showing in remote KO/Pi. 65you will get the new data showing in remote KO/Pi.
66 66
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt
index 1a8b885..df0b2eb 100644
--- a/bin/kdepim/WhatsNew.txt
+++ b/bin/kdepim/WhatsNew.txt
@@ -1,94 +1,102 @@
1Info about the changes in new versions of KDE-Pim/Pi 1Info about the changes in new versions of KDE-Pim/Pi
2 2
3********** VERSION 1.9.16 ************ 3********** VERSION 1.9.16 ************
4 4
5KO/Pi: 5KO/Pi:
6Fixed search dialog size on Z 6000 (480x640 display). 6Fixed search dialog size on Z 6000 (480x640 display).
7Added setting to hide/show time in agenda items. 7Added setting to hide/show time in agenda items.
8Added setting to hide not running todos in todo view. 8Added setting to hide not running todos in todo view.
9Added columns for start date/time in todo view. 9Added columns for start date/time in todo view.
10Replaced the solid half-hour lines in agenda view by dot lines. 10Replaced the solid half-hour lines in agenda view by dot lines.
11Fixed some minor problems. (Like word wrap in help text windows).
12
13Fixed a strange problem in KO/Pi alarm applet.
14Did not find the actual problem,
15such that now Qtopia reboots if deinstalling the alarm applet.
16But the alarm applet should work again.
17
11 18
12********** VERSION 1.9.15 ************ 19********** VERSION 1.9.15 ************
13 20
14Usebilty enhancements in KO/Pi: 21Usebilty enhancements in KO/Pi:
15When clicking on the date in a month view cell, the day view is shown. 22When clicking on the date in a month view cell, the day view is shown.
16Old behaviour was, that the "new event" dialog popped up. 23Old behaviour was, that the "new event" dialog popped up.
17 24
18Added a one step "undo delete" in KO/Pi (Accessable in the "Action" menu). 25Added a one step "undo delete" in KO/Pi (Accessable in the "Action" menu).
19That means, you can restore the latest 26That means, you can restore the latest
20event/todo/journal you have deleted. 27event/todo/journal you have deleted.
21A journal is deleted, if you clear all the text of the journal. 28A journal is deleted, if you clear all the text of the journal.
22 29
23Fixed the bug of the editor dialogs in KO/Pi of version 1.9.14. 30Fixed the bug of the editor dialogs in KO/Pi of version 1.9.14.
24 31
25KA/Pi starting in 480x640 resolution: 32KA/Pi starting in 480x640 resolution:
26Hide the filter action in toolbar 33Hide the filter action in toolbar
27and added icons for undo/delete/redo in toolbar. 34and added icons for undo/delete/redo in toolbar.
28 35
29Change in OM/Pi ViewMail dialog: 36Change in OM/Pi ViewMail dialog:
30When clicking on the "delete" icon the mail is deleted after confirmation as usual. But the edit dialog is not closed as before, now the next mail in the folder is shown automatically (if there is any). 37When clicking on the "delete" icon the mail is deleted after confirmation as usual.
38But the edit dialog is not closed as before, now the next mail in the folder is shown automatically (if there is any).
31 39
32Fixed a crash when deleting mail-accounts in OM/Pi. 40Fixed a crash when deleting mail-accounts in OM/Pi.
33 41
34 42
35********** VERSION 1.9.14 ************ 43********** VERSION 1.9.14 ************
36 44
37Fixed some problems with the dialog sizes when switching 45Fixed some problems with the dialog sizes when switching
38portrait/landscape mode on 640x480 PDA display. 46portrait/landscape mode on 640x480 PDA display.
39 47
40Fixed some other small bugs in KA/Pi KO/Pi and OM/Pi and PwM/Pi. 48Fixed some other small bugs in KA/Pi KO/Pi and OM/Pi and PwM/Pi.
41 49
42Fixed an ugly bug in KOpieMail: 50Fixed an ugly bug in KOpieMail:
43KOpieMail was not able to write files (mails) to MSDOS file system, 51KOpieMail was not able to write files (mails) to MSDOS file system,
44like on an usual preformatted SD card. That should work now. 52like on an usual preformatted SD card. That should work now.
45To save your mail data on the Sd card do the following: 53To save your mail data on the Sd card do the following:
46Create a dir on the SD card: 54Create a dir on the SD card:
47mkdir /mnt/card/localmail 55mkdir /mnt/card/localmail
48Go to your home dir: 56Go to your home dir:
49cd 57cd
50Go to kopiemail data storage dir: 58Go to kopiemail data storage dir:
51cd kdepim/apps/kopiemail 59cd kdepim/apps/kopiemail
52Create a symlink to the SD card: 60Create a symlink to the SD card:
53ls -s /mnt/card/localmail 61ls -s /mnt/card/localmail
54Now KOpieMail will store all mails on the SD card. 62Now KOpieMail will store all mails on the SD card.
55 63
56KO/Pi Monthview: 64KO/Pi Monthview:
57Now "Go to Today" selects the current month from day 1-end, 65Now "Go to Today" selects the current month from day 1-end,
58not the current date + some days. 66not the current date + some days.
59I.e. "Go to Today" shows now always 67I.e. "Go to Today" shows now always
60the current month with first day of month in the first row. 68the current month with first day of month in the first row.
61 69
62Added missing German translation. 70Added missing German translation.
63 71
64Fixed icons of executeable on Wintendo. 72Fixed icons of executeable on Wintendo.
65 73
66Added a "Show next Mail" button to the OM/Pi 74Added a "Show next Mail" button to the OM/Pi
67mail viewer such that the mail below the current mail 75mail viewer such that the mail below the current mail
68in the mail list view of the current folder 76in the mail list view of the current folder
69can be read with a single click. 77can be read with a single click.
70 78
71 79
72********** VERSION 1.9.13 ************ 80********** VERSION 1.9.13 ************
73 81
74Fixed nasty PwM/Pi file reading bug, when 82Fixed nasty PwM/Pi file reading bug, when
75the used hash algo of file is different then the global 83the used hash algo of file is different then the global
76hash algo. 84hash algo.
77 85
78Added KA/Pi support for opie mailit mailapplication. 86Added KA/Pi support for opie mailit mailapplication.
79 87
80Fixed some bugs in OM/Pi. 88Fixed some bugs in OM/Pi.
81Now character conversion tables are available for the Zaurus 89Now character conversion tables are available for the Zaurus
82to make OM/Pi working properly. 90to make OM/Pi working properly.
83To get the character conversion in OM/Pi working, please download 91To get the character conversion in OM/Pi working, please download
84at the sourceforge project site the package 92at the sourceforge project site the package
85sr-character-conversion_SharpROM_arm.ipk.zip 93sr-character-conversion_SharpROM_arm.ipk.zip
86(or oz-character-conversion_OZ-gcc3xx_arm.ipk.zip for OZ roms) 94(or oz-character-conversion_OZ-gcc3xx_arm.ipk.zip for OZ roms)
87from the section "general files for KDE/Pim" 95from the section "general files for KDE/Pim"
88Instructions how to install this package are in a ReadMe in this file. 96Instructions how to install this package are in a ReadMe in this file.
89 97
90 98
91Fixed the orientation change problem in KA/Pi when switching 99Fixed the orientation change problem in KA/Pi when switching
92portrait/landscape mode. 100portrait/landscape mode.
93 101
94French translation available for KA/Pi and OM/Pi. 102French translation available for KA/Pi and OM/Pi.