-rw-r--r-- | README | 29 | ||||
-rw-r--r-- | korganizer/koprefs.cpp | 4 |
2 files changed, 33 insertions, 0 deletions
@@ -62,4 +62,27 @@ Goto ./bin in console and type type ./kopi | |||
62 | 62 | ||
63 | Now kopi starts. | 63 | Now kopi starts. |
64 | (UPDATE : Now you have probably to copy the libs to /usr/lib to run KO/Pi). | ||
65 | This can be done by the following prodedure: | ||
66 | |||
67 | Howto build the KDE sync command line tools: | ||
68 | |||
69 | Goto | ||
70 | ./desktop | ||
71 | Adjust the paths ( KDEDIR and KDE_DEV_DIR ) in the Makefile there. | ||
72 | Type there | ||
73 | make | ||
74 | to build the KDE sync command line tools. | ||
75 | Now switch to super user mode with | ||
76 | su | ||
77 | Copy everything in the right place with | ||
78 | make 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/" ). | ||
80 | Now build a rpm with | ||
81 | make dist | ||
82 | |||
83 | make dist uses the rpm spec in ./desktop/rpm/kdepim_rpm. | ||
84 | |||
85 | This all works for a SuSE 9.2. | ||
86 | For other distris you have to adjust some settings. | ||
64 | 87 | ||
65 | ========================================================= | 88 | ========================================================= |
@@ -91,4 +114,10 @@ History | |||
91 | ------- | 114 | ------- |
92 | 115 | ||
116 | 2.0.0 (January 2005) | ||
117 | - Korganizer/Pi is now integrated in KDE-Pim/Pi together with KA/Pi. | ||
118 | |||
119 | 1.7.8 (Juni 2004) | ||
120 | - Latest standalone version of Korganizer/Pi (platform-independend). | ||
121 | |||
93 | 1.5 (January 2004) | 122 | 1.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) |
diff --git a/korganizer/koprefs.cpp b/korganizer/koprefs.cpp index ddd9cf8..32cc291 100644 --- a/korganizer/koprefs.cpp +++ b/korganizer/koprefs.cpp | |||
@@ -223,5 +223,9 @@ KOPrefs::KOPrefs() : | |||
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); |