summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-01-29 18:07:02 (UTC)
committer zautrix <zautrix>2005-01-29 18:07:02 (UTC)
commit74c808f288bf81bc68c92a377ce64953603c2d40 (patch) (unidiff)
tree30f4991a31910921554f09e2be1920535a1e27a9
parent89bda246ae9bdd7e7afc8a15a14bcf7135713f26 (diff)
downloadkdepimpi-74c808f288bf81bc68c92a377ce64953603c2d40.zip
kdepimpi-74c808f288bf81bc68c92a377ce64953603c2d40.tar.gz
kdepimpi-74c808f288bf81bc68c92a377ce64953603c2d40.tar.bz2
nonmal
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--README29
-rw-r--r--korganizer/koprefs.cpp4
2 files changed, 33 insertions, 0 deletions
diff --git a/README b/README
index 663f326..a32191d 100644
--- a/README
+++ b/README
@@ -61,6 +61,29 @@ After compilation, you will find the binary and the libs in ./bin.
61Goto ./bin in console and type type ./kopi 61Goto ./bin in console and type type ./kopi
62 62
63Now kopi starts. 63Now kopi starts.
64(UPDATE : Now you have probably to copy the libs to /usr/lib to run KO/Pi).
65This can be done by the following prodedure:
66
67Howto build the KDE sync command line tools:
68
69Goto
70./desktop
71Adjust the paths ( KDEDIR and KDE_DEV_DIR ) in the Makefile there.
72Type there
73make
74to build the KDE sync command line tools.
75Now switch to super user mode with
76su
77Copy everything in the right place with
78make install
79(Comment out the lines in the makefile which try to copy files, which are not there, e.g. the line "cp -fr /home/polo/eigene/apps/* /opt/kdepimpi/" ).
80Now build a rpm with
81make dist
82
83make dist uses the rpm spec in ./desktop/rpm/kdepim_rpm.
84
85This all works for a SuSE 9.2.
86For other distris you have to adjust some settings.
64 87
65========================================================= 88=========================================================
66 89
@@ -90,6 +113,12 @@ If you have questions or comments please contact Lutz Rogowski
90History 113History
91------- 114-------
92 115
1162.0.0 (January 2005)
117 - Korganizer/Pi is now integrated in KDE-Pim/Pi together with KA/Pi.
118
1191.7.8 (Juni 2004)
120 - Latest standalone version of Korganizer/Pi (platform-independend).
121
931.5 (January 2004) 1221.5 (January 2004)
94 - Korganizer/E has been renamed to Korganizer/Pi (platform-independend) 123 - Korganizer/E has been renamed to Korganizer/Pi (platform-independend)
95 In this version, there are many bugfixes/enhancements. 124 In this version, there are many bugfixes/enhancements.
diff --git a/korganizer/koprefs.cpp b/korganizer/koprefs.cpp
index ddd9cf8..32cc291 100644
--- a/korganizer/koprefs.cpp
+++ b/korganizer/koprefs.cpp
@@ -222,7 +222,11 @@ KOPrefs::KOPrefs() :
222 addItemBool("Show Month Weekly Recurrences",&mMonthWeeklyRecur,true); 222 addItemBool("Show Month Weekly Recurrences",&mMonthWeeklyRecur,true);
223 addItemBool("ShowShortMonthName",&mMonthShowShort,false); 223 addItemBool("ShowShortMonthName",&mMonthShowShort,false);
224 addItemBool("ShowIconsInMonthCell",&mMonthShowIcons,true); 224 addItemBool("ShowIconsInMonthCell",&mMonthShowIcons,true);
225#ifdef DESKTOP_VERION
226 addItemBool("Enable ToolTips",&mEnableToolTips,true);
227#else
225 addItemBool("Enable ToolTips",&mEnableToolTips,false); 228 addItemBool("Enable ToolTips",&mEnableToolTips,false);
229#endif
226 addItemBool("Enable MonthView ScrollBars",&mEnableMonthScroll,false); 230 addItemBool("Enable MonthView ScrollBars",&mEnableMonthScroll,false);
227 addItemBool("Marcus Bains shows seconds",&mMarcusBainsShowSeconds,false); 231 addItemBool("Marcus Bains shows seconds",&mMarcusBainsShowSeconds,false);
228 addItemBool("Show Marcus Bains",&mMarcusBainsEnabled,true); 232 addItemBool("Show Marcus Bains",&mMarcusBainsEnabled,true);