From 3a1891136e7b1290a6b3ddd573a863e51bd3047b Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 10 Mar 2005 14:45:20 +0000 Subject: fixes --- diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index 95a1866..5661955 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt @@ -16,6 +16,10 @@ KO/Pi: Fixed two minor bugs in displaying todos. If in month view a cell is selected, the key shortcut "d" shows now that date. Added complete info for a todo in month view as an icon left of the text. +Fixed problems of displaying data when "<" or ">" were used in summary/location/description. +Fixed problem of search dialog size when switching displays. +Cancel key now closes date picker. +Rearranged KO/Pi file menu structure. ********** VERSION 2.0.14 ************ diff --git a/korganizer/kodialogmanager.cpp b/korganizer/kodialogmanager.cpp index 1af9dad..a8652ea 100644 --- a/korganizer/kodialogmanager.cpp +++ b/korganizer/kodialogmanager.cpp @@ -213,7 +213,8 @@ void KODialogManager::showSearchDialog() // make sure the widget is on top again #ifdef DESKTOP_VERSION mSearchDialog->show(); -#else +#else + mSearchDialog->setMaximumSize( QApplication::desktop()->size()); mSearchDialog->showMaximized(); #endif mSearchDialog->raise(); -- cgit v0.9.0.2