summaryrefslogtreecommitdiffabout
path: root/bin
Unidiff
Diffstat (limited to 'bin') (more/less context) (ignore whitespace changes)
-rw-r--r--bin/.kdbgrc.kopi28
-rw-r--r--bin/ReadMe.txt6
-rw-r--r--bin/ReadMe_Linux.txt106
-rw-r--r--bin/ReadMe_Windows.txt24
-rw-r--r--bin/ReadMe_Zaurus.txt148
-rw-r--r--bin/kdepim/WhatsNew.txt4
6 files changed, 282 insertions, 34 deletions
diff --git a/bin/.kdbgrc.kopi b/bin/.kdbgrc.kopi
deleted file mode 100644
index a48d84f..0000000
--- a/bin/.kdbgrc.kopi
+++ b/dev/null
@@ -1,28 +0,0 @@
1[Breakpoint 0]
2Enabled=true
3File=mainwindow.cpp
4Line=94
5Temporary=false
6
7[Breakpoint 1]
8Enabled=true
9File=mainwindow.cpp
10Line=86
11Temporary=false
12
13[Breakpoint 2]
14Enabled=true
15File=koagenda.cpp
16Line=1329
17Temporary=false
18
19[General]
20DebuggerCmdStr=
21FileVersion=1
22ProgramArgs=
23TTYLevel=7
24WorkingDirectory=
25
26[Memory]
27ColumnWidths=80,0
28NumExprs=0
diff --git a/bin/ReadMe.txt b/bin/ReadMe.txt
deleted file mode 100644
index 361cf1f..0000000
--- a/bin/ReadMe.txt
+++ b/dev/null
@@ -1,6 +0,0 @@
1This is the Windows version of KO/Pi or KA/Pi. (www.pi-sync.net).
2In order to know what files you need to run it on windows and to install it,
3please read the migration HowTo (file Migration-HowTo.txt) in the same dir
4as this file.
5KO/Pi or KA/Pi are licensed under the GPL.
6Please read the file kdepim/LICENCE.TXT
diff --git a/bin/ReadMe_Linux.txt b/bin/ReadMe_Linux.txt
new file mode 100644
index 0000000..a487313
--- a/dev/null
+++ b/bin/ReadMe_Linux.txt
@@ -0,0 +1,106 @@
1This is the Linux desktop (SuSE 9.1 or later)
2version of KO/Pi and KA/Pi (www.pi-sync.net),
3the platform independent PIM programs based on the PIM programs
4(KOrganizer and KAddressbook) of KDE (www.kdeorg).
5
6KO/Pi or KA/Pi are licensed under the GPL.
7Please read the file kdepim/LICENCE.TXT
8
9
10Contents of the packages and how to install:
11
12*****************************************************
134) Linux Desktop (SuSE 9.1)
14*****************************************************
15Filename: KDE-Pim-Pi-1.9.10-SuSE9.1.i586.rpm
16Package contains:
17KAddessbook/Pi
18KOrganizer/Pi
19PasswordManager/Pi
20KPhone/Pi
21KTimeTracker/Pi
22and the needed microkde libs.
23
24Download file and install it on console with
25su
26rpm -ihv KDE-Pim-Pi-1.9.10-SuSE9.1.i586.rpm
27Note:
28 If you want to update, please do it with
29 rpm -Uhv KDE-Pim-Pi-1.9.10-SuSE9.1.i586.rpm
30
31
32If you want to be able to sync your phone via infrared
33(if you have an infrared port on your laptop)
34please make an online update to get infrared working.
35
36If you want to be able to sync KDE-Pim/Pi with the KDE-desktop
37please update SuSE 9.1 to KDE 3.3.0 or higher.
38NOTE:
39Currently only syncing of calendar data is supported by
40the KDE-Pim/Pi <-> KDE-desktop sync feature.
41Possibility of syncing addressbook data will follow before
42release 2.0.0 of KDE-Pim/Pi.
43
44Here is the information,
45provided in the rpm file about the content:
46
47KDE-Pim-Pi
48Version: 1.9.10-SuSE9.1
49This package contains the platform-independent PIM programs from
50www.pi-sync.net, compiled for SuSE 9.1:
51KTimeTacker/Pi
52KPhone/Pi
53KAddressbook/Pi
54KOrganizer/Pi
55PasswordManager/Pi
56These applications do not need anything from the KDE-desktop
57at all to run on Linux. However, there is a dependency from
58two KDE libs, because a small command line program is included
59to make it possible to sync with the KDE-desktop applications.
60These applications are independent from the KDE-desktop
61environment. That means, nothing of your existing
62KDE-desktop setup will be changed, or any data
63(calendar-addressbook) used by the KDE-desktop
64applications will be changed or accessed.
65These applications stores their data and config in
66$HOME/kdepim/
67However, because the same file format is used,
68an easy exchange of data with the KDE-desktop
69is possible.
70A small command line program is included
71to make it possible to sync with the KDE-desktop applications.
72You do not need to call this program from the commandline,
73it is called from the KDE-Pim/Pi apps when you choose there:
74Sync with KDE_Desktop.
75If something is going wrong, please start the
76KDE-Pim/Pi program itself from the console to get detailed output.
77After installation, you should have a
78PIM-pi
79folder in your KDE start menu, where you can
80start the applications from.
81These programs makes it possible to sync your Zaurus easily
82(with the KDE-Pim/Pi programs running on the Zaurus)
83with the KDE-desktop calendar/addressbook data.
84If you want to use that, you have to update your
85KDE-desktop to version 3.3.0 or higher.
86Actually - after the (non difficult) configuration is set up -
87with two mouseklicks on the Zaurus,
88the Zaurus syncs with the corresponding KDE-Pim/Pi
89program on the Linux Desktop which syncs automatically
90with the KDE-desktop data.
91If you want to use the KDE-desktop calendar/addressbook applications,
92just install these apps in this package and use them as a syncing tool for the
93Zaurus <-> KDE-desktop sync.
94The sync requires a network connection from your Zaurus to
95the PC. A detailed Sync HowTo is available in the
96Help menu of the applications.
97These applications makes it also possible, that you can sync
98(or just export the data to) your mobile phone with your
99data of the KDE-desktop calendar/addressbook applications.
100This is tested and working for Nokia mobile phones,
101it may work with others as well.
102(More info about that: -> Sync HowTo)
103NOTE:
104You have to make an online update in SuSE 9.1 to make it
105possible to get the infrared connection working, such that
106you can sync your (Nokia) mobile phone via infrared.
diff --git a/bin/ReadMe_Windows.txt b/bin/ReadMe_Windows.txt
new file mode 100644
index 0000000..47c7002
--- a/dev/null
+++ b/bin/ReadMe_Windows.txt
@@ -0,0 +1,24 @@
1This is the Windows version of KO/Pi and KA/Pi (www.pi-sync.net),
2the platform independent PIM programs based on the PIM programs
3(KOrganizer and KAddressbook) of KDE (www.kdeorg).
4
5KO/Pi or KA/Pi are licensed under the GPL.
6Please read the file kdepim/LICENCE.TXT
7
8
9Contents of the packages and how to install:
10
11*****************************************************
121) Windows 32
13*****************************************************
14Filename: kdepim_1.9.11_for_Windows.exe.zip
15Package contains:
16KO/Pi
17KA/Pi
18Phone access(kammu.exe)
19Libs for file, dir, qtopia resources.
20
21Download file.
22Unzip the file, then you are almost done.
23For details read the file
24Migration-Howto.txt in the package.
diff --git a/bin/ReadMe_Zaurus.txt b/bin/ReadMe_Zaurus.txt
new file mode 100644
index 0000000..f29e549
--- a/dev/null
+++ b/bin/ReadMe_Zaurus.txt
@@ -0,0 +1,148 @@
1This is the Zaurus version of KO/Pi and KA/Pi (www.pi-sync.net),
2the platform independent PIM programs based on the PIM programs
3(KOrganizer and KAddressbook) of KDE (www.kdeorg).
4
5KO/Pi or KA/Pi are licensed under the GPL.
6Please read the file kdepim/LICENCE.TXT
7
8This ReadMe is included in two different packages.
9Depending if the filename of the package, please read
10section 2) or 3)
11
12*****************************************************
132) Zaurus Sharp ROM, gcc 2.95 compiled
14*****************************************************
15Filename: kdepim_X.X.X_for_SharpROM.ipk.zip
16Package contains:
17kaddressbook_X.X.X_arm.ipk
18korganizer-alarm_X.X.X_arm.ipk
19kmicrokdelibs_X.X.X_arm.ipk
20kmobilephoneaccess_X.X.X_arm.ipk
21ksharpPIM-DTMaccess_X.X.X_arm.ipk
22kopiemail_X.X.X_arm.ipk
23pimTABicon_X.X.X_arm.ipk
24korganizer_X.X.X_arm.ipk
25pwmanager_X.X.X_arm.ipk
26
27This package is for users of the Sharp ROM and clones.
28Users of old OpenZaurus releases, which are gcc2.95
29compiled can use it as well.
30
31CONTENT:
32
33File kmicrokdelibs_X.X.X_arm.ipk:
34 The libs in this file are needed to run
35 any of the included programs.
36 Install it.
37
38File kaddressbook_X.X.X_arm.ipk:
39 Contains KA/Pi addressbook program and needed additional libs.
40
41File korganizer-alarm_X.X.X_arm.ipk:
42 Contains KO/Pi calendar program and needed additional libs.
43
44File kopiemail_X.X.X_arm.ipk:
45 Contains OM/Pi email program and needed additional libs.
46
47File pwmanager_X.X.X_arm.ipk:
48 Contains PwM/Pi password manager program.
49
50File ksharpPIM-DTMaccess_X.X.X_arm.ipk:
51 Contains needed program/lib to sync KA/Pi and KO/Pi
52 with the Sharp PIM applications on the Zaurus,
53 which use the new Sharp DMT Pim format.
54
55File korganizer-alarm_X.X.X_arm.ipk:
56 Provides an alarm applet to get informed about alarms.
57 The Zaurus will wake up from suspend
58 if an event triggers an alarm.
59
60File kmobilephoneaccess_X.X.X_arm.ipk:
61 Contains a command line tool for accessing mobile phones.
62 It is used from Kx/Pi to sync with / export to
63 mobile phones. It is not working very well, please do not
64 expect too much.
65
66File pimTABicon_X.X.X_arm.ipk:
67 If you insatll a program of the package, you may get
68 a new TAB wchich is called Pim.
69 If you did not have had this TAB on your Z, that
70 TAB will not display an icon.
71 Install this small package to assihn an icon to
72 the new Pim TAB.
73
74
75Unzip package and install the apps in the usual way.
76
77*****************************************************
783) OpenZaurus ROM, gcc 3.xx compiled
79*****************************************************
80Filename: kdepim_X.X.X_for_OZ-gcc3xx.ipk.zip
81Package contains:
82kaddressbook_OZ-gcc3xx_X.X.X_arm.ipk
83kmicrokdelibs_OZ-gcc3xx_X.X.X_arm.ipk
84kopiemail_OZ-gcc3xx_X.X.X_arm.ipk
85korganizer-alarm_OZ-gcc3xx_X.X.X_arm.ipk
86korganizer_OZ-gcc3xx_X.X.X_arm.ipk
87kmobilephoneaccess_OZ-gcc3xx_X.X.X_arm.ipk
88pimTABicon_OZ-gcc3xx_X.X.X_arm.ipk
89pwmanager_OZ-gcc3xx_X.X.X_arm.ipk
90
91
92This package is for users of the Open Zaurus ROM 3.3.6,
93compiled by coredump (aka known as Hentges-Rom).
94The programs may run on the new
95Open Zaurus Release 3.5.1 as well, but
96they cannot be installed there properly,
97because the package manager of OZ needs more
98information in the ipk files to install them properly.
99
100If you have Open Zaurus 3.5.1, you should use
101the packages of the OZ 3.5.1 feed,
102compiled and maintained by Hrw.
103Do not ask the OZ people about problems with these
104packages, they cannot help you.
105
106CONTENT:
107
108By the way, I cannot help you as well, because I
109am not using OZ.
110
111File kmicrokdelibs_OZ-gcc3xx_X.X.X_arm.ipk:
112 The libs in this file are needed to run
113 any of the included programs.
114 Install it.
115
116File kaddressbook_OZ-gcc3xx_X.X.X_arm.ipk:
117 Contains KA/Pi addressbook program and needed additional libs.
118
119File korganizer-alarm_OZ-gcc3xx_X.X.X_arm.ipk:
120 Contains KO/Pi calendar program and needed additional libs.
121
122File kopiemail_OZ-gcc3xx_X.X.X_arm.ipk:
123 Contains OM/Pi email program and needed additional libs.
124
125File pwmanager_OZ-gcc3xx_X.X.X_arm.ipk:
126 Contains PwM/Pi password manager program.
127
128File korganizer-alarm_OZ-gcc3xx_X.X.X_arm.ipk:
129 Provides an alarm applet to get informed about alarms.
130 The Zaurus will wake up from suspend
131 if an event triggers an alarm.
132
133File kmobilephoneaccess_OZ-gcc3xx_X.X.X_arm.ipk:
134 Contains a command line tool for accessing mobile phones.
135 It is used from Kx/Pi to sync with / export to
136 mobile phones. It is not working very well, please do not
137 expect too much.
138
139File pimTABicon_OZ-gcc3xx_X.X.X_arm.ipk:
140 If you insatll a program of the package, you may get
141 a new TAB wchich is called Pim.
142 If you did not have had this TAB on your Z, that
143 TAB will not display an icon.
144 Install this small package to assihn an icon to
145 the new Pim TAB.
146
147Unzip package and install the apps in the usual way.
148
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt
index 98d6bdd..41b3e45 100644
--- a/bin/kdepim/WhatsNew.txt
+++ b/bin/kdepim/WhatsNew.txt
@@ -33,6 +33,10 @@ if you want to receive data via IR.
33Fixed bug in direct KDE<->KO/Pi sync for KO/Pi running 33Fixed bug in direct KDE<->KO/Pi sync for KO/Pi running
34on Linux desktop. 34on Linux desktop.
35 35
36Made in KA/Pi scrolling possible, if details view is selected.
37
38
39
36 40
37********** VERSION 1.9.10 ************ 41********** VERSION 1.9.10 ************
38 42