From 74c808f288bf81bc68c92a377ce64953603c2d40 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 29 Jan 2005 18:07:02 +0000 Subject: nonmal --- 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. Goto ./bin in console and type type ./kopi Now kopi starts. +(UPDATE : Now you have probably to copy the libs to /usr/lib to run KO/Pi). +This can be done by the following prodedure: + +Howto build the KDE sync command line tools: + +Goto +./desktop +Adjust the paths ( KDEDIR and KDE_DEV_DIR ) in the Makefile there. +Type there +make +to build the KDE sync command line tools. +Now switch to super user mode with +su +Copy everything in the right place with +make install +(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/" ). +Now build a rpm with +make dist + +make dist uses the rpm spec in ./desktop/rpm/kdepim_rpm. + +This all works for a SuSE 9.2. +For other distris you have to adjust some settings. ========================================================= @@ -90,6 +113,12 @@ If you have questions or comments please contact Lutz Rogowski History ------- +2.0.0 (January 2005) + - Korganizer/Pi is now integrated in KDE-Pim/Pi together with KA/Pi. + +1.7.8 (Juni 2004) + - Latest standalone version of Korganizer/Pi (platform-independend). + 1.5 (January 2004) - Korganizer/E has been renamed to Korganizer/Pi (platform-independend) 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() : addItemBool("Show Month Weekly Recurrences",&mMonthWeeklyRecur,true); addItemBool("ShowShortMonthName",&mMonthShowShort,false); addItemBool("ShowIconsInMonthCell",&mMonthShowIcons,true); +#ifdef DESKTOP_VERION + addItemBool("Enable ToolTips",&mEnableToolTips,true); +#else addItemBool("Enable ToolTips",&mEnableToolTips,false); +#endif addItemBool("Enable MonthView ScrollBars",&mEnableMonthScroll,false); addItemBool("Marcus Bains shows seconds",&mMarcusBainsShowSeconds,false); addItemBool("Show Marcus Bains",&mMarcusBainsEnabled,true); -- cgit v0.9.0.2