author | zautrix <zautrix> | 2005-04-06 14:17:54 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-04-06 14:17:54 (UTC) |
commit | 76e220bf1236ae6afa9d91f18f0cd9ced730cff0 (patch) (side-by-side diff) | |
tree | b34390ceb3f4d55aa5430c2cf0019c344d3293a3 | |
parent | 03c5656deeec67eefcefb4faa1bfc9a9bc3254ef (diff) | |
download | kdepimpi-76e220bf1236ae6afa9d91f18f0cd9ced730cff0.zip kdepimpi-76e220bf1236ae6afa9d91f18f0cd9ced730cff0.tar.gz kdepimpi-76e220bf1236ae6afa9d91f18f0cd9ced730cff0.tar.bz2 |
version and one focus fix
-rw-r--r-- | bin/kdepim/WhatsNew.txt | 4 | ||||
-rw-r--r-- | desktop/rpm/kdepim_rpm | 2 | ||||
-rw-r--r-- | korganizer/calendarview.cpp | 2 | ||||
-rw-r--r-- | version | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index c598214..53eb428 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt @@ -1,18 +1,22 @@ Info about the changes in new versions of KDE-Pim/Pi +********** VERSION 2.0.26 ************ + +And again fixed some bugs. + ********** VERSION 2.0.25 ************ And again fixed some bugs. ********** VERSION 2.0.24 ************ Fixed again a lot of small bugs. Some performance optimizations in date navigator. Month view displays now multi days events on top of each cell, such that it is more likely that all multi days items of one event are in the same row. ********** VERSION 2.0.23 ************ Fixed again a lot of small and strange bugs, e.g. the missing toolbar of KA/Pi after a new installation. Fixed the (agenda) layout of KO/Pi on 5500er. Some usebility enhancements (e.g. reselection the current item of the todo view after some changes). diff --git a/desktop/rpm/kdepim_rpm b/desktop/rpm/kdepim_rpm index af64b99..0fcda8e 100644 --- a/desktop/rpm/kdepim_rpm +++ b/desktop/rpm/kdepim_rpm @@ -1,19 +1,19 @@ Summary: A collection of PIM programs Name: KDE-Pim-Pi -Version: 2.0.25 +Version: 2.0.26 Release: SuSE_9.2 Copyright:GPL Group: Productivity/Pim Source:http://sourceforge.net/projects/kdepimpi/ URL:http://sourceforge.net/projects/kdepimpi/ Packager: zautrix %description This package contains the platform-independent PIM programs from www.pi-sync.info, compiled for SuSE 9.2: KTimeTacker/Pi KPhone/Pi KAddressbook/Pi KOrganizer/Pi PasswordManager/Pi KOPieMail/Pi diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 00ef145..8512a07 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -223,33 +223,33 @@ CalendarView::CalendarView( CalendarResources *calendar, CalendarView::CalendarView( Calendar *calendar, QWidget *parent, const char *name ) : CalendarViewBase( parent, name ), mCalendar( calendar ), mResourceManager( 0 ) { mEventEditor = 0; mTodoEditor = 0; init(); } void CalendarView::init() { mNextAlarmDateTime = QDateTime::currentDateTime(); - setFocusPolicy ( WheelFocus ); + setFocusPolicy ( NoFocus ); mViewerCallerIsSearchDialog = false; mBlockShowDates = false; beamDialog = new KOBeamPrefs(); mDatePickerMode = 0; mCurrentSyncDevice = ""; writeLocale(); mViewManager = new KOViewManager( this ); mDialogManager = new KODialogManager( this ); mEventViewerDialog = 0; mModified = false; mReadOnly = false; mSelectedIncidence = 0; mCalPrinter = 0; mFilters.setAutoDelete(true); mCalendar->registerObserver( this ); @@ -1 +1 @@ -version = "2.0.25"; +version = "2.0.26"; |