summaryrefslogtreecommitdiffabout
path: root/korganizer
Unidiff
Diffstat (limited to 'korganizer') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/calendarview.cpp2
-rw-r--r--korganizer/korganizer.pro1
2 files changed, 1 insertions, 2 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp
index 7444bad..db07713 100644
--- a/korganizer/calendarview.cpp
+++ b/korganizer/calendarview.cpp
@@ -1,3550 +1,3550 @@
1/* 1/*
2 This file is part of KOrganizer. 2 This file is part of KOrganizer.
3 3
4 Requires the Qt and KDE widget libraries, available at no cost at 4 Requires the Qt and KDE widget libraries, available at no cost at
5 http://www.troll.no and http://www.kde.org respectively 5 http://www.troll.no and http://www.kde.org respectively
6 6
7 Copyright (c) 1997, 1998, 1999 7 Copyright (c) 1997, 1998, 1999
8 Preston Brown (preston.brown@yale.edu) 8 Preston Brown (preston.brown@yale.edu)
9 Fester Zigterman (F.J.F.ZigtermanRustenburg@student.utwente.nl) 9 Fester Zigterman (F.J.F.ZigtermanRustenburg@student.utwente.nl)
10 Ian Dawes (iadawes@globalserve.net) 10 Ian Dawes (iadawes@globalserve.net)
11 Laszlo Boloni (boloni@cs.purdue.edu) 11 Laszlo Boloni (boloni@cs.purdue.edu)
12 12
13 Copyright (c) 2000, 2001, 2002 13 Copyright (c) 2000, 2001, 2002
14 Cornelius Schumacher <schumacher@kde.org> 14 Cornelius Schumacher <schumacher@kde.org>
15 15
16 This program is free software; you can redistribute it and/or modify 16 This program is free software; you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by 17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation; either version 2 of the License, or 18 the Free Software Foundation; either version 2 of the License, or
19 (at your option) any later version. 19 (at your option) any later version.
20 20
21 This program is distributed in the hope that it will be useful, 21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of 22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
24 GNU General Public License for more details. 24 GNU General Public License for more details.
25 25
26 You should have received a copy of the GNU General Public License 26 You should have received a copy of the GNU General Public License
27 along with this program; if not, write to the Free Software 27 along with this program; if not, write to the Free Software
28 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 28 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
29*/ 29*/
30 30
31#include <stdlib.h> 31#include <stdlib.h>
32 32
33#include <qapplication.h> 33#include <qapplication.h>
34#include <qradiobutton.h> 34#include <qradiobutton.h>
35#include <qbuttongroup.h> 35#include <qbuttongroup.h>
36#include <qlayout.h> 36#include <qlayout.h>
37#include <qclipboard.h> 37#include <qclipboard.h>
38#include <qcursor.h> 38#include <qcursor.h>
39#include <qmessagebox.h> 39#include <qmessagebox.h>
40#include <qprogressbar.h> 40#include <qprogressbar.h>
41#include <qmultilineedit.h> 41#include <qmultilineedit.h>
42#include <qtimer.h> 42#include <qtimer.h>
43#include <qwidgetstack.h> 43#include <qwidgetstack.h>
44#include <qptrlist.h> 44#include <qptrlist.h>
45#include <qregexp.h> 45#include <qregexp.h>
46#include <qgroupbox.h> 46#include <qgroupbox.h>
47#include <qfile.h> 47#include <qfile.h>
48#include <qdir.h> 48#include <qdir.h>
49#ifndef KORG_NOSPLITTER 49#ifndef KORG_NOSPLITTER
50#include <qsplitter.h> 50#include <qsplitter.h>
51#endif 51#endif
52 52
53#include <kglobal.h> 53#include <kglobal.h>
54#include <kdebug.h> 54#include <kdebug.h>
55#include <kstandarddirs.h> 55#include <kstandarddirs.h>
56#include <kfiledialog.h> 56#include <kfiledialog.h>
57#include <kmessagebox.h> 57#include <kmessagebox.h>
58#include <knotifyclient.h> 58#include <knotifyclient.h>
59#include <kconfig.h> 59#include <kconfig.h>
60 60
61#include <libkdepim/ksyncprefsdialog.h> 61#include <libkdepim/ksyncprefsdialog.h>
62#include <krun.h> 62#include <krun.h>
63#include <kdirwatch.h> 63#include <kdirwatch.h>
64#include <libkdepim/kdatepicker.h> 64#include <libkdepim/kdatepicker.h>
65#include <libkdepim/ksyncprofile.h> 65#include <libkdepim/ksyncprofile.h>
66 66
67#include <libkcal/vcaldrag.h> 67#include <libkcal/vcaldrag.h>
68#include <libkcal/icaldrag.h> 68#include <libkcal/icaldrag.h>
69#include <libkcal/icalformat.h> 69#include <libkcal/icalformat.h>
70#include <libkcal/vcalformat.h> 70#include <libkcal/vcalformat.h>
71#include <libkcal/scheduler.h> 71#include <libkcal/scheduler.h>
72#include <libkcal/calendarlocal.h> 72#include <libkcal/calendarlocal.h>
73#include <libkcal/journal.h> 73#include <libkcal/journal.h>
74#include <libkcal/calfilter.h> 74#include <libkcal/calfilter.h>
75#include <libkcal/attendee.h> 75#include <libkcal/attendee.h>
76#include <libkcal/dndfactory.h> 76#include <libkcal/dndfactory.h>
77#include <libkcal/freebusy.h> 77#include <libkcal/freebusy.h>
78#include <libkcal/filestorage.h> 78#include <libkcal/filestorage.h>
79#include <libkcal/calendarresources.h> 79#include <libkcal/calendarresources.h>
80#include <libkcal/qtopiaformat.h> 80#include <libkcal/qtopiaformat.h>
81#include "../kalarmd/alarmdialog.h" 81#include "../kalarmd/alarmdialog.h"
82 82
83#ifndef DESKTOP_VERSION 83#ifndef DESKTOP_VERSION
84#include <libkcal/sharpformat.h> 84#include <libkcal/sharpformat.h>
85#endif 85#endif
86#include <libkcal/phoneformat.h> 86#include <libkcal/phoneformat.h>
87#ifndef KORG_NOMAIL 87#ifndef KORG_NOMAIL
88#include "komailclient.h" 88#include "komailclient.h"
89#endif 89#endif
90#ifndef KORG_NOPRINTER 90#ifndef KORG_NOPRINTER
91#include "calprinter.h" 91#include "calprinter.h"
92#endif 92#endif
93#ifndef KORG_NOPLUGINS 93#ifndef KORG_NOPLUGINS
94#include "kocore.h" 94#include "kocore.h"
95#endif 95#endif
96#include "koeventeditor.h" 96#include "koeventeditor.h"
97#include "kotodoeditor.h" 97#include "kotodoeditor.h"
98#include "koprefs.h" 98#include "koprefs.h"
99#include "koeventviewerdialog.h" 99#include "koeventviewerdialog.h"
100#include "publishdialog.h" 100#include "publishdialog.h"
101#include "kofilterview.h" 101#include "kofilterview.h"
102#include "koglobals.h" 102#include "koglobals.h"
103#include "koviewmanager.h" 103#include "koviewmanager.h"
104#include "koagendaview.h" 104#include "koagendaview.h"
105#include "kodialogmanager.h" 105#include "kodialogmanager.h"
106#include "outgoingdialog.h" 106#include "outgoingdialog.h"
107#include "incomingdialog.h" 107#include "incomingdialog.h"
108#include "statusdialog.h" 108#include "statusdialog.h"
109#include "kdatenavigator.h" 109#include "kdatenavigator.h"
110#include "kotodoview.h" 110#include "kotodoview.h"
111#include "datenavigator.h" 111#include "datenavigator.h"
112#include "resourceview.h" 112#include "resourceview.h"
113#include "navigatorbar.h" 113#include "navigatorbar.h"
114#include "searchdialog.h" 114#include "searchdialog.h"
115#include "mainwindow.h" 115#include "mainwindow.h"
116 116
117#include "calendarview.h" 117#include "calendarview.h"
118#ifndef DESKTOP_VERSION 118#ifndef DESKTOP_VERSION
119#include <qtopia/alarmserver.h> 119#include <qtopia/alarmserver.h>
120#endif 120#endif
121#ifndef _WIN32_ 121#ifndef _WIN32_
122#include <stdlib.h> 122#include <stdlib.h>
123#include <stdio.h> 123#include <stdio.h>
124#include <unistd.h> 124#include <unistd.h>
125#else 125#else
126#include <qprocess.h> 126#include <qprocess.h>
127#endif 127#endif
128using namespace KOrg; 128using namespace KOrg;
129using namespace KCal; 129using namespace KCal;
130extern int globalFlagBlockAgenda; 130extern int globalFlagBlockAgenda;
131extern int globalFlagBlockStartup; 131extern int globalFlagBlockStartup;
132 132
133 133
134 134
135class KOBeamPrefs : public QDialog 135class KOBeamPrefs : public QDialog
136{ 136{
137 public: 137 public:
138 KOBeamPrefs( QWidget *parent=0, const char *name=0 ) : 138 KOBeamPrefs( QWidget *parent=0, const char *name=0 ) :
139 QDialog( parent, name, true ) 139 QDialog( parent, name, true )
140 { 140 {
141 setCaption( i18n("Beam Options") ); 141 setCaption( i18n("Beam Options") );
142 QVBoxLayout* lay = new QVBoxLayout( this ); 142 QVBoxLayout* lay = new QVBoxLayout( this );
143 lay->setSpacing( 3 ); 143 lay->setSpacing( 3 );
144 lay->setMargin( 3 ); 144 lay->setMargin( 3 );
145 QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("File format"), this ); 145 QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("File format"), this );
146 lay->addWidget( format ); 146 lay->addWidget( format );
147 format->setExclusive ( true ) ; 147 format->setExclusive ( true ) ;
148 QButtonGroup* time = new QButtonGroup(1, Horizontal, i18n("Time format"), this ); 148 QButtonGroup* time = new QButtonGroup(1, Horizontal, i18n("Time format"), this );
149 lay->addWidget( time ); time->setExclusive ( true ) ; 149 lay->addWidget( time ); time->setExclusive ( true ) ;
150 vcal = new QRadioButton(" vCalendar ", format ); 150 vcal = new QRadioButton(" vCalendar ", format );
151 ical = new QRadioButton(" iCalendar ", format ); 151 ical = new QRadioButton(" iCalendar ", format );
152 vcal->setChecked( true ); 152 vcal->setChecked( true );
153 tz = new QRadioButton(i18n(" With timezone "), time ); 153 tz = new QRadioButton(i18n(" With timezone "), time );
154 local = new QRadioButton(i18n(" Local time "), time ); 154 local = new QRadioButton(i18n(" Local time "), time );
155 tz->setChecked( true ); 155 tz->setChecked( true );
156 QPushButton * ok = new QPushButton( i18n("Beam via IR!"), this ); 156 QPushButton * ok = new QPushButton( i18n("Beam via IR!"), this );
157 lay->addWidget( ok ); 157 lay->addWidget( ok );
158 QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); 158 QPushButton * cancel = new QPushButton( i18n("Cancel"), this );
159 lay->addWidget( cancel ); 159 lay->addWidget( cancel );
160 connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); 160 connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) );
161 connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); 161 connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) );
162 resize( 200, 200 ); 162 resize( 200, 200 );
163 } 163 }
164 164
165 bool beamVcal() { return vcal->isChecked(); } 165 bool beamVcal() { return vcal->isChecked(); }
166 bool beamLocal() { return local->isChecked(); } 166 bool beamLocal() { return local->isChecked(); }
167private: 167private:
168 QRadioButton* vcal, *ical, *local, *tz; 168 QRadioButton* vcal, *ical, *local, *tz;
169}; 169};
170class KOCatPrefs : public QDialog 170class KOCatPrefs : public QDialog
171{ 171{
172 public: 172 public:
173 KOCatPrefs( QWidget *parent=0, const char *name=0 ) : 173 KOCatPrefs( QWidget *parent=0, const char *name=0 ) :
174 QDialog( parent, name, true ) 174 QDialog( parent, name, true )
175 { 175 {
176 setCaption( i18n("Manage new Categories") ); 176 setCaption( i18n("Manage new Categories") );
177 QVBoxLayout* lay = new QVBoxLayout( this ); 177 QVBoxLayout* lay = new QVBoxLayout( this );
178 lay->setSpacing( 3 ); 178 lay->setSpacing( 3 );
179 lay->setMargin( 3 ); 179 lay->setMargin( 3 );
180 QLabel * lab = new QLabel( i18n("After importing/loading/syncing\nthere may be new categories in\nevents or todos\nwhich are not in the category list.\nPlease choose what to do:\n "), this ); 180 QLabel * lab = new QLabel( i18n("After importing/loading/syncing\nthere may be new categories in\nevents or todos\nwhich are not in the category list.\nPlease choose what to do:\n "), this );
181 lay->addWidget( lab ); 181 lay->addWidget( lab );
182 QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("New categories not in list:"), this ); 182 QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("New categories not in list:"), this );
183 lay->addWidget( format ); 183 lay->addWidget( format );
184 format->setExclusive ( true ) ; 184 format->setExclusive ( true ) ;
185 addCatBut = new QRadioButton(i18n("Add to category list"), format ); 185 addCatBut = new QRadioButton(i18n("Add to category list"), format );
186 new QRadioButton(i18n("Remove from Events/Todos"), format ); 186 new QRadioButton(i18n("Remove from Events/Todos"), format );
187 addCatBut->setChecked( true ); 187 addCatBut->setChecked( true );
188 QPushButton * ok = new QPushButton( i18n("OK"), this ); 188 QPushButton * ok = new QPushButton( i18n("OK"), this );
189 lay->addWidget( ok ); 189 lay->addWidget( ok );
190 QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); 190 QPushButton * cancel = new QPushButton( i18n("Cancel"), this );
191 lay->addWidget( cancel ); 191 lay->addWidget( cancel );
192 connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); 192 connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) );
193 connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); 193 connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) );
194 resize( 200, 200 ); 194 resize( 200, 200 );
195 } 195 }
196 196
197 bool addCat() { return addCatBut->isChecked(); } 197 bool addCat() { return addCatBut->isChecked(); }
198private: 198private:
199 QRadioButton* addCatBut; 199 QRadioButton* addCatBut;
200}; 200};
201 201
202 202
203 203
204CalendarView::CalendarView( CalendarResources *calendar, 204CalendarView::CalendarView( CalendarResources *calendar,
205 QWidget *parent, const char *name ) 205 QWidget *parent, const char *name )
206 : CalendarViewBase( parent, name ), 206 : CalendarViewBase( parent, name ),
207 mCalendar( calendar ), 207 mCalendar( calendar ),
208 mResourceManager( calendar->resourceManager() ) 208 mResourceManager( calendar->resourceManager() )
209{ 209{
210 210
211 mEventEditor = 0; 211 mEventEditor = 0;
212 mTodoEditor = 0; 212 mTodoEditor = 0;
213 213
214 init(); 214 init();
215} 215}
216 216
217CalendarView::CalendarView( Calendar *calendar, 217CalendarView::CalendarView( Calendar *calendar,
218 QWidget *parent, const char *name ) 218 QWidget *parent, const char *name )
219 : CalendarViewBase( parent, name ), 219 : CalendarViewBase( parent, name ),
220 mCalendar( calendar ), 220 mCalendar( calendar ),
221 mResourceManager( 0 ) 221 mResourceManager( 0 )
222{ 222{
223 223
224 mEventEditor = 0; 224 mEventEditor = 0;
225 mTodoEditor = 0; 225 mTodoEditor = 0;
226 init();} 226 init();}
227 227
228void CalendarView::init() 228void CalendarView::init()
229{ 229{
230 beamDialog = new KOBeamPrefs(); 230 beamDialog = new KOBeamPrefs();
231 mDatePickerMode = 0; 231 mDatePickerMode = 0;
232 mCurrentSyncDevice = ""; 232 mCurrentSyncDevice = "";
233 writeLocale(); 233 writeLocale();
234 mViewManager = new KOViewManager( this ); 234 mViewManager = new KOViewManager( this );
235 mDialogManager = new KODialogManager( this ); 235 mDialogManager = new KODialogManager( this );
236 mEventViewerDialog = 0; 236 mEventViewerDialog = 0;
237 mModified = false; 237 mModified = false;
238 mReadOnly = false; 238 mReadOnly = false;
239 mSelectedIncidence = 0; 239 mSelectedIncidence = 0;
240 mCalPrinter = 0; 240 mCalPrinter = 0;
241 mFilters.setAutoDelete(true); 241 mFilters.setAutoDelete(true);
242 242
243 mCalendar->registerObserver( this ); 243 mCalendar->registerObserver( this );
244 // TODO: Make sure that view is updated, when calendar is changed. 244 // TODO: Make sure that view is updated, when calendar is changed.
245 245
246 mStorage = new FileStorage( mCalendar ); 246 mStorage = new FileStorage( mCalendar );
247 mNavigator = new DateNavigator( this, "datevav", mViewManager ); 247 mNavigator = new DateNavigator( this, "datevav", mViewManager );
248 248
249 QBoxLayout *topLayout = (QBoxLayout*)layout(); 249 QBoxLayout *topLayout = (QBoxLayout*)layout();
250#ifndef KORG_NOSPLITTER 250#ifndef KORG_NOSPLITTER
251 // create the main layout frames. 251 // create the main layout frames.
252 mPanner = new QSplitter(QSplitter::Horizontal,this,"CalendarView::Panner"); 252 mPanner = new QSplitter(QSplitter::Horizontal,this,"CalendarView::Panner");
253 topLayout->addWidget(mPanner); 253 topLayout->addWidget(mPanner);
254 254
255 mLeftSplitter = new QSplitter(QSplitter::Vertical,mPanner, 255 mLeftSplitter = new QSplitter(QSplitter::Vertical,mPanner,
256 "CalendarView::LeftFrame"); 256 "CalendarView::LeftFrame");
257 mPanner->setResizeMode(mLeftSplitter,QSplitter::KeepSize); 257 mPanner->setResizeMode(mLeftSplitter,QSplitter::KeepSize);
258 258
259 mDateNavigator = new KDateNavigator(mLeftSplitter, mCalendar, TRUE, 259 mDateNavigator = new KDateNavigator(mLeftSplitter, mCalendar, TRUE,
260 "CalendarView::DateNavigator", QDate::currentDate() ); 260 "CalendarView::DateNavigator", QDate::currentDate() );
261 mLeftSplitter->setResizeMode(mDateNavigator,QSplitter::KeepSize); 261 mLeftSplitter->setResizeMode(mDateNavigator,QSplitter::KeepSize);
262 mTodoList = new KOTodoView(mCalendar, mLeftSplitter, "todolist_small2"); 262 mTodoList = new KOTodoView(mCalendar, mLeftSplitter, "todolist_small2");
263 mFilterView = new KOFilterView(&mFilters,mLeftSplitter,"CalendarView::FilterView"); 263 mFilterView = new KOFilterView(&mFilters,mLeftSplitter,"CalendarView::FilterView");
264 264
265#ifdef KORG_NORESOURCEVIEW 265#ifdef KORG_NORESOURCEVIEW
266 mResourceView = 0; 266 mResourceView = 0;
267#else 267#else
268 if ( mResourceManager ) { 268 if ( mResourceManager ) {
269 mResourceView = new ResourceView( mResourceManager, mLeftSplitter ); 269 mResourceView = new ResourceView( mResourceManager, mLeftSplitter );
270 mResourceView->updateView(); 270 mResourceView->updateView();
271 connect( mResourceView, SIGNAL( resourcesChanged() ), 271 connect( mResourceView, SIGNAL( resourcesChanged() ),
272 SLOT( updateView() ) ); 272 SLOT( updateView() ) );
273 } else { 273 } else {
274 mResourceView = 0; 274 mResourceView = 0;
275 } 275 }
276#endif 276#endif
277 QWidget *rightBox = new QWidget( mPanner ); 277 QWidget *rightBox = new QWidget( mPanner );
278 QBoxLayout *rightLayout = new QVBoxLayout( rightBox ); 278 QBoxLayout *rightLayout = new QVBoxLayout( rightBox );
279 279
280 mNavigatorBar = new NavigatorBar( QDate::currentDate(), rightBox, "useBigPixmaps" ); 280 mNavigatorBar = new NavigatorBar( QDate::currentDate(), rightBox, "useBigPixmaps" );
281 rightLayout->addWidget( mNavigatorBar ); 281 rightLayout->addWidget( mNavigatorBar );
282 282
283 mRightFrame = new QWidgetStack( rightBox ); 283 mRightFrame = new QWidgetStack( rightBox );
284 rightLayout->addWidget( mRightFrame, 1 ); 284 rightLayout->addWidget( mRightFrame, 1 );
285 285
286 mLeftFrame = mLeftSplitter; 286 mLeftFrame = mLeftSplitter;
287#else 287#else
288 QWidget *mainBox = new QWidget( this ); 288 QWidget *mainBox = new QWidget( this );
289 QWidget *leftFrame = new QWidget( mainBox ); 289 QWidget *leftFrame = new QWidget( mainBox );
290 290
291 QBoxLayout * mainBoxLayout; 291 QBoxLayout * mainBoxLayout;
292 QBoxLayout * leftFrameLayout; 292 QBoxLayout * leftFrameLayout;
293 if ( KOPrefs::instance()->mVerticalScreen ) { 293 if ( KOPrefs::instance()->mVerticalScreen ) {
294 mainBoxLayout = new QVBoxLayout(mainBox); 294 mainBoxLayout = new QVBoxLayout(mainBox);
295 leftFrameLayout = new QHBoxLayout(leftFrame ); 295 leftFrameLayout = new QHBoxLayout(leftFrame );
296 } else { 296 } else {
297 mainBoxLayout = new QHBoxLayout(mainBox); 297 mainBoxLayout = new QHBoxLayout(mainBox);
298 leftFrameLayout = new QVBoxLayout(leftFrame ); 298 leftFrameLayout = new QVBoxLayout(leftFrame );
299 } 299 }
300 topLayout->addWidget( mainBox ); 300 topLayout->addWidget( mainBox );
301 mainBoxLayout->addWidget (leftFrame); 301 mainBoxLayout->addWidget (leftFrame);
302 mDateNavigator = new KDateNavigator(leftFrame, mCalendar, TRUE, 302 mDateNavigator = new KDateNavigator(leftFrame, mCalendar, TRUE,
303 "CalendarView::DateNavigator", QDate::currentDate()); 303 "CalendarView::DateNavigator", QDate::currentDate());
304 // mDateNavigator->blockSignals( true ); 304 // mDateNavigator->blockSignals( true );
305 leftFrameLayout->addWidget( mDateNavigator ); 305 leftFrameLayout->addWidget( mDateNavigator );
306 mFilterView = new KOFilterView(&mFilters,leftFrame,"CalendarView::FilterView"); 306 mFilterView = new KOFilterView(&mFilters,leftFrame,"CalendarView::FilterView");
307 mTodoList = new KOTodoView(mCalendar, leftFrame, "todolist"); 307 mTodoList = new KOTodoView(mCalendar, leftFrame, "todolist");
308 308
309 if ( QApplication::desktop()->width() < 480 ) { 309 if ( QApplication::desktop()->width() < 480 ) {
310 leftFrameLayout->addWidget(mFilterView); 310 leftFrameLayout->addWidget(mFilterView);
311 leftFrameLayout->addWidget(mTodoList, 2 ); 311 leftFrameLayout->addWidget(mTodoList, 2 );
312 312
313 } else { 313 } else {
314 leftFrameLayout->addWidget(mTodoList,2 ); 314 leftFrameLayout->addWidget(mTodoList,2 );
315 leftFrameLayout->addWidget(mFilterView ); 315 leftFrameLayout->addWidget(mFilterView );
316 } 316 }
317 mFilterView->hide(); 317 mFilterView->hide();
318 QWidget *rightBox = new QWidget( mainBox ); 318 QWidget *rightBox = new QWidget( mainBox );
319 mainBoxLayout->addWidget ( rightBox, 10 ); 319 mainBoxLayout->addWidget ( rightBox, 10 );
320 QBoxLayout *rightLayout = new QVBoxLayout( rightBox ); 320 QBoxLayout *rightLayout = new QVBoxLayout( rightBox );
321 mNavigatorBar = new NavigatorBar( QDate::currentDate(), rightBox, "useBigPixmaps" ); 321 mNavigatorBar = new NavigatorBar( QDate::currentDate(), rightBox, "useBigPixmaps" );
322 mRightFrame = new QWidgetStack( rightBox ); 322 mRightFrame = new QWidgetStack( rightBox );
323 rightLayout->addWidget( mNavigatorBar ); 323 rightLayout->addWidget( mNavigatorBar );
324 rightLayout->addWidget( mRightFrame, 10 ); 324 rightLayout->addWidget( mRightFrame, 10 );
325 325
326 mLeftFrame = leftFrame; 326 mLeftFrame = leftFrame;
327 if ( KOPrefs::instance()->mVerticalScreen ) { 327 if ( KOPrefs::instance()->mVerticalScreen ) {
328 mTodoList->setFixedHeight( mDateNavigator->sizeHint().height() ); 328 mTodoList->setFixedHeight( mDateNavigator->sizeHint().height() );
329 leftFrame->setFixedHeight( mDateNavigator->sizeHint().height() ); 329 leftFrame->setFixedHeight( mDateNavigator->sizeHint().height() );
330 } else { 330 } else {
331 mTodoList->setFixedWidth( mDateNavigator->sizeHint().width() ); 331 mTodoList->setFixedWidth( mDateNavigator->sizeHint().width() );
332 leftFrame->setFixedWidth( mDateNavigator->sizeHint().width() ); 332 leftFrame->setFixedWidth( mDateNavigator->sizeHint().width() );
333 } 333 }
334 334
335 //qDebug("Calendarview Size %d %d ", width(), height()); 335 //qDebug("Calendarview Size %d %d ", width(), height());
336#endif 336#endif
337 337
338 connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), 338 connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ),
339 SLOT( showDates( const KCal::DateList & ) ) ); 339 SLOT( showDates( const KCal::DateList & ) ) );
340 connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), 340 connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ),
341 mDateNavigator, SLOT( selectDates( const KCal::DateList & ) ) ); 341 mDateNavigator, SLOT( selectDates( const KCal::DateList & ) ) );
342 342
343 connect( mNavigatorBar, SIGNAL( goPrevYear() ), 343 connect( mNavigatorBar, SIGNAL( goPrevYear() ),
344 mNavigator, SLOT( selectPreviousYear() ) ); 344 mNavigator, SLOT( selectPreviousYear() ) );
345 connect( mNavigatorBar, SIGNAL( goNextYear() ), 345 connect( mNavigatorBar, SIGNAL( goNextYear() ),
346 mNavigator, SLOT( selectNextYear() ) ); 346 mNavigator, SLOT( selectNextYear() ) );
347 connect( mNavigatorBar, SIGNAL( goPrevMonth() ), 347 connect( mNavigatorBar, SIGNAL( goPrevMonth() ),
348 mNavigator, SLOT( selectPreviousMonth() ) ); 348 mNavigator, SLOT( selectPreviousMonth() ) );
349 connect( mNavigatorBar, SIGNAL( goNextMonth() ), 349 connect( mNavigatorBar, SIGNAL( goNextMonth() ),
350 mNavigator, SLOT( selectNextMonth() ) ); 350 mNavigator, SLOT( selectNextMonth() ) );
351 351
352 connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), 352 connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ),
353 mNavigatorBar, SLOT( selectDates( const KCal::DateList & ) ) ); 353 mNavigatorBar, SLOT( selectDates( const KCal::DateList & ) ) );
354 354
355 connect( mDateNavigator, SIGNAL( weekClicked( const QDate & ) ), 355 connect( mDateNavigator, SIGNAL( weekClicked( const QDate & ) ),
356 mNavigator, SLOT( selectWeek( const QDate & ) ) ); 356 mNavigator, SLOT( selectWeek( const QDate & ) ) );
357 357
358 connect( mDateNavigator, SIGNAL( goPrevYear() ), 358 connect( mDateNavigator, SIGNAL( goPrevYear() ),
359 mNavigator, SLOT( selectPreviousYear() ) ); 359 mNavigator, SLOT( selectPreviousYear() ) );
360 connect( mDateNavigator, SIGNAL( goNextYear() ), 360 connect( mDateNavigator, SIGNAL( goNextYear() ),
361 mNavigator, SLOT( selectNextYear() ) ); 361 mNavigator, SLOT( selectNextYear() ) );
362 connect( mDateNavigator, SIGNAL( goPrevMonth() ), 362 connect( mDateNavigator, SIGNAL( goPrevMonth() ),
363 mNavigator, SLOT( selectPreviousMonth() ) ); 363 mNavigator, SLOT( selectPreviousMonth() ) );
364 connect( mDateNavigator, SIGNAL( goNextMonth() ), 364 connect( mDateNavigator, SIGNAL( goNextMonth() ),
365 mNavigator, SLOT( selectNextMonth() ) ); 365 mNavigator, SLOT( selectNextMonth() ) );
366 366
367 connect( mDateNavigator, SIGNAL( goPrevious() ), 367 connect( mDateNavigator, SIGNAL( goPrevious() ),
368 mNavigator, SLOT( selectPrevious() ) ); 368 mNavigator, SLOT( selectPrevious() ) );
369 connect( mDateNavigator, SIGNAL( goNext() ), 369 connect( mDateNavigator, SIGNAL( goNext() ),
370 mNavigator, SLOT( selectNext() ) ); 370 mNavigator, SLOT( selectNext() ) );
371 connect( mDateNavigator, SIGNAL( monthSelected ( int ) ), 371 connect( mDateNavigator, SIGNAL( monthSelected ( int ) ),
372 mNavigator, SLOT( slotMonthSelect( int ) ) ); 372 mNavigator, SLOT( slotMonthSelect( int ) ) );
373 connect( mNavigatorBar, SIGNAL( monthSelected ( int ) ), 373 connect( mNavigatorBar, SIGNAL( monthSelected ( int ) ),
374 mNavigator, SLOT( slotMonthSelect( int ) ) ); 374 mNavigator, SLOT( slotMonthSelect( int ) ) );
375 375
376 connect( mDateNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), 376 connect( mDateNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ),
377 mNavigator, SLOT( selectDates( const KCal::DateList & ) ) ); 377 mNavigator, SLOT( selectDates( const KCal::DateList & ) ) );
378 378
379 connect( mDateNavigator, SIGNAL( eventDropped( Event * ) ), 379 connect( mDateNavigator, SIGNAL( eventDropped( Event * ) ),
380 SLOT( eventAdded( Event *) ) ); 380 SLOT( eventAdded( Event *) ) );
381 381
382 connect(mDateNavigator,SIGNAL(dayPassed(QDate)),SLOT(updateView())); 382 connect(mDateNavigator,SIGNAL(dayPassed(QDate)),SLOT(updateView()));
383 383
384 connect( this, SIGNAL( configChanged() ), 384 connect( this, SIGNAL( configChanged() ),
385 mDateNavigator, SLOT( updateConfig() ) ); 385 mDateNavigator, SLOT( updateConfig() ) );
386 386
387 connect( mTodoList, SIGNAL( newTodoSignal() ), 387 connect( mTodoList, SIGNAL( newTodoSignal() ),
388 SLOT( newTodo() ) ); 388 SLOT( newTodo() ) );
389 connect( mTodoList, SIGNAL( newSubTodoSignal( Todo *) ), 389 connect( mTodoList, SIGNAL( newSubTodoSignal( Todo *) ),
390 SLOT( newSubTodo( Todo * ) ) ); 390 SLOT( newSubTodo( Todo * ) ) );
391 connect( mTodoList, SIGNAL( editTodoSignal( Todo * ) ), 391 connect( mTodoList, SIGNAL( editTodoSignal( Todo * ) ),
392 SLOT( editTodo( Todo * ) ) ); 392 SLOT( editTodo( Todo * ) ) );
393 connect( mTodoList, SIGNAL( showTodoSignal( Todo * ) ), 393 connect( mTodoList, SIGNAL( showTodoSignal( Todo * ) ),
394 SLOT( showTodo( Todo *) ) ); 394 SLOT( showTodo( Todo *) ) );
395 connect( mTodoList, SIGNAL( deleteTodoSignal( Todo *) ), 395 connect( mTodoList, SIGNAL( deleteTodoSignal( Todo *) ),
396 SLOT( deleteTodo( Todo *) ) ); 396 SLOT( deleteTodo( Todo *) ) );
397 connect( this, SIGNAL( configChanged()), mTodoList, SLOT( updateConfig() ) ); 397 connect( this, SIGNAL( configChanged()), mTodoList, SLOT( updateConfig() ) );
398 connect( mTodoList, SIGNAL( purgeCompletedSignal() ), 398 connect( mTodoList, SIGNAL( purgeCompletedSignal() ),
399 SLOT( purgeCompleted() ) ); 399 SLOT( purgeCompleted() ) );
400 connect( mTodoList, SIGNAL( todoModifiedSignal( Todo *, int ) ), 400 connect( mTodoList, SIGNAL( todoModifiedSignal( Todo *, int ) ),
401 SIGNAL( todoModified( Todo *, int ) ) ); 401 SIGNAL( todoModified( Todo *, int ) ) );
402 402
403 connect( mTodoList, SIGNAL( cloneTodoSignal( Incidence * ) ), 403 connect( mTodoList, SIGNAL( cloneTodoSignal( Incidence * ) ),
404 this, SLOT ( cloneIncidence( Incidence * ) ) ); 404 this, SLOT ( cloneIncidence( Incidence * ) ) );
405 connect( mTodoList, SIGNAL( cancelTodoSignal( Incidence * ) ), 405 connect( mTodoList, SIGNAL( cancelTodoSignal( Incidence * ) ),
406 this, SLOT (cancelIncidence( Incidence * ) ) ); 406 this, SLOT (cancelIncidence( Incidence * ) ) );
407 407
408 connect( mTodoList, SIGNAL( moveTodoSignal( Incidence * ) ), 408 connect( mTodoList, SIGNAL( moveTodoSignal( Incidence * ) ),
409 this, SLOT ( moveIncidence( Incidence * ) ) ); 409 this, SLOT ( moveIncidence( Incidence * ) ) );
410 connect( mTodoList, SIGNAL( beamTodoSignal( Incidence * ) ), 410 connect( mTodoList, SIGNAL( beamTodoSignal( Incidence * ) ),
411 this, SLOT ( beamIncidence( Incidence * ) ) ); 411 this, SLOT ( beamIncidence( Incidence * ) ) );
412 412
413 connect( mTodoList, SIGNAL( unparentTodoSignal( Todo * ) ), 413 connect( mTodoList, SIGNAL( unparentTodoSignal( Todo * ) ),
414 this, SLOT ( todo_unsub( Todo * ) ) ); 414 this, SLOT ( todo_unsub( Todo * ) ) );
415 415
416 connect( this, SIGNAL( todoModified( Todo *, int )), mTodoList, 416 connect( this, SIGNAL( todoModified( Todo *, int )), mTodoList,
417 SLOT( updateTodo( Todo *, int ) ) ); 417 SLOT( updateTodo( Todo *, int ) ) );
418 connect( this, SIGNAL( todoModified( Todo *, int )), this, 418 connect( this, SIGNAL( todoModified( Todo *, int )), this,
419 SLOT( changeTodoDisplay( Todo *, int ) ) ); 419 SLOT( changeTodoDisplay( Todo *, int ) ) );
420 420
421 421
422 connect( mFilterView, SIGNAL( filterChanged() ), SLOT( updateFilter() ) ); 422 connect( mFilterView, SIGNAL( filterChanged() ), SLOT( updateFilter() ) );
423 connect( mFilterView, SIGNAL( editFilters() ), SLOT( editFilters() ) ); 423 connect( mFilterView, SIGNAL( editFilters() ), SLOT( editFilters() ) );
424 connect( mCalendar, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addAlarm(const QDateTime &, const QString & ) ) ); 424 connect( mCalendar, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addAlarm(const QDateTime &, const QString & ) ) );
425 connect( mCalendar, SIGNAL( removeAlarm(const QDateTime &, const QString & ) ), SLOT( removeAlarm(const QDateTime &, const QString & ) ) ); 425 connect( mCalendar, SIGNAL( removeAlarm(const QDateTime &, const QString & ) ), SLOT( removeAlarm(const QDateTime &, const QString & ) ) );
426 426
427 427
428 428
429 429
430 430
431 connect(QApplication::clipboard(),SIGNAL(dataChanged()), 431 connect(QApplication::clipboard(),SIGNAL(dataChanged()),
432 SLOT(checkClipboard())); 432 SLOT(checkClipboard()));
433 connect( mTodoList,SIGNAL( incidenceSelected( Incidence * ) ), 433 connect( mTodoList,SIGNAL( incidenceSelected( Incidence * ) ),
434 SLOT( processTodoListSelection( Incidence * ) ) ); 434 SLOT( processTodoListSelection( Incidence * ) ) );
435 connect(mTodoList,SIGNAL(isModified(bool)),SLOT(setModified(bool))); 435 connect(mTodoList,SIGNAL(isModified(bool)),SLOT(setModified(bool)));
436 436
437 // kdDebug() << "CalendarView::CalendarView() done" << endl; 437 // kdDebug() << "CalendarView::CalendarView() done" << endl;
438 438
439 mDateFrame = new QVBox(0,0,WType_Popup); 439 mDateFrame = new QVBox(0,0,WType_Popup);
440 //mDateFrame->setFrameStyle(QFrame::PopupPanel | QFrame::Raised); 440 //mDateFrame->setFrameStyle(QFrame::PopupPanel | QFrame::Raised);
441 mDateFrame->setFrameStyle( QFrame::WinPanel |QFrame::Raised ); 441 mDateFrame->setFrameStyle( QFrame::WinPanel |QFrame::Raised );
442 mDateFrame->setLineWidth(3); 442 mDateFrame->setLineWidth(3);
443 mDateFrame->hide(); 443 mDateFrame->hide();
444 mDateFrame->setCaption( i18n( "Pick a date to display")); 444 mDateFrame->setCaption( i18n( "Pick a date to display"));
445 mDatePicker = new KDatePicker ( mDateFrame , QDate::currentDate() ); 445 mDatePicker = new KDatePicker ( mDateFrame , QDate::currentDate() );
446 446
447 connect(mDatePicker,SIGNAL(dateSelected(QDate)),SLOT(slotSelectPickerDate(QDate))); 447 connect(mDatePicker,SIGNAL(dateSelected(QDate)),SLOT(slotSelectPickerDate(QDate)));
448 448
449 mEventEditor = mDialogManager->getEventEditor(); 449 mEventEditor = mDialogManager->getEventEditor();
450 mTodoEditor = mDialogManager->getTodoEditor(); 450 mTodoEditor = mDialogManager->getTodoEditor();
451 451
452 mFlagEditDescription = false; 452 mFlagEditDescription = false;
453 453
454 mSuspendTimer = new QTimer( this ); 454 mSuspendTimer = new QTimer( this );
455 mAlarmTimer = new QTimer( this ); 455 mAlarmTimer = new QTimer( this );
456 mRecheckAlarmTimer = new QTimer( this ); 456 mRecheckAlarmTimer = new QTimer( this );
457 connect( mRecheckAlarmTimer, SIGNAL( timeout () ), SLOT( recheckTimerAlarm() ) ); 457 connect( mRecheckAlarmTimer, SIGNAL( timeout () ), SLOT( recheckTimerAlarm() ) );
458 connect( mSuspendTimer, SIGNAL( timeout () ), SLOT( suspendAlarm() ) ); 458 connect( mSuspendTimer, SIGNAL( timeout () ), SLOT( suspendAlarm() ) );
459 connect( mAlarmTimer, SIGNAL( timeout () ), SLOT( timerAlarm() ) ); 459 connect( mAlarmTimer, SIGNAL( timeout () ), SLOT( timerAlarm() ) );
460 mAlarmDialog = new AlarmDialog( this ); 460 mAlarmDialog = new AlarmDialog( this );
461 connect( mAlarmDialog, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addSuspendAlarm(const QDateTime &, const QString & ) ) ); 461 connect( mAlarmDialog, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addSuspendAlarm(const QDateTime &, const QString & ) ) );
462 mAlarmDialog->setServerNotification( false ); 462 mAlarmDialog->setServerNotification( false );
463 mAlarmDialog->setSuspendTime( KOPrefs::instance()->mAlarmSuspendTime ); 463 mAlarmDialog->setSuspendTime( KOPrefs::instance()->mAlarmSuspendTime );
464} 464}
465 465
466 466
467CalendarView::~CalendarView() 467CalendarView::~CalendarView()
468{ 468{
469 // kdDebug() << "~CalendarView()" << endl; 469 // kdDebug() << "~CalendarView()" << endl;
470 //qDebug("CalendarView::~CalendarView() "); 470 //qDebug("CalendarView::~CalendarView() ");
471 delete mDialogManager; 471 delete mDialogManager;
472 delete mViewManager; 472 delete mViewManager;
473 delete mStorage; 473 delete mStorage;
474 delete mDateFrame ; 474 delete mDateFrame ;
475 delete beamDialog; 475 delete beamDialog;
476 //kdDebug() << "~CalendarView() done" << endl; 476 //kdDebug() << "~CalendarView() done" << endl;
477} 477}
478void CalendarView::timerAlarm() 478void CalendarView::timerAlarm()
479{ 479{
480 //qDebug("CalendarView::timerAlarm() "); 480 //qDebug("CalendarView::timerAlarm() ");
481 computeAlarm(mAlarmNotification ); 481 computeAlarm(mAlarmNotification );
482} 482}
483 483
484void CalendarView::suspendAlarm() 484void CalendarView::suspendAlarm()
485{ 485{
486 //qDebug(" CalendarView::suspendAlarm() "); 486 //qDebug(" CalendarView::suspendAlarm() ");
487 computeAlarm(mSuspendAlarmNotification ); 487 computeAlarm(mSuspendAlarmNotification );
488 488
489} 489}
490 490
491void CalendarView::startAlarm( QString mess , QString filename) 491void CalendarView::startAlarm( QString mess , QString filename)
492{ 492{
493 mAlarmDialog->eventNotification( mess, KOPrefs::instance()->mAlarmPlayBeeps, filename, true,KOPrefs::instance()->mAlarmBeepInterval ,KOPrefs::instance()->mAlarmSuspendCount ); 493 mAlarmDialog->eventNotification( mess, KOPrefs::instance()->mAlarmPlayBeeps, filename, true,KOPrefs::instance()->mAlarmBeepInterval ,KOPrefs::instance()->mAlarmSuspendCount );
494 QTimer::singleShot( 3000, this, SLOT( checkNextTimerAlarm() ) ); 494 QTimer::singleShot( 3000, this, SLOT( checkNextTimerAlarm() ) );
495 495
496} 496}
497 497
498void CalendarView::checkNextTimerAlarm() 498void CalendarView::checkNextTimerAlarm()
499{ 499{
500 mCalendar->checkAlarmForIncidence( 0, true ); 500 mCalendar->checkAlarmForIncidence( 0, true );
501} 501}
502 502
503void CalendarView::computeAlarm( QString msg ) 503void CalendarView::computeAlarm( QString msg )
504{ 504{
505 505
506 QString mess = msg; 506 QString mess = msg;
507 QString mAlarmMessage = mess.mid( 9 ); 507 QString mAlarmMessage = mess.mid( 9 );
508 QString filename = MainWindow::resourcePath(); 508 QString filename = MainWindow::resourcePath();
509 filename += "koalarm.wav"; 509 filename += "koalarm.wav";
510 QString tempfilename; 510 QString tempfilename;
511 if ( mess.left( 13 ) == "suspend_alarm") { 511 if ( mess.left( 13 ) == "suspend_alarm") {
512 bool error = false; 512 bool error = false;
513 int len = mess.mid( 13 ).find("+++"); 513 int len = mess.mid( 13 ).find("+++");
514 if ( len < 2 ) 514 if ( len < 2 )
515 error = true; 515 error = true;
516 else { 516 else {
517 tempfilename = mess.mid( 13, len ); 517 tempfilename = mess.mid( 13, len );
518 if ( !QFile::exists( tempfilename ) ) 518 if ( !QFile::exists( tempfilename ) )
519 error = true; 519 error = true;
520 } 520 }
521 if ( ! error ) { 521 if ( ! error ) {
522 filename = tempfilename; 522 filename = tempfilename;
523 } 523 }
524 mAlarmMessage = mess.mid( 13+len+3 ); 524 mAlarmMessage = mess.mid( 13+len+3 );
525 //qDebug("suspend file %s ",tempfilename.latin1() ); 525 //qDebug("suspend file %s ",tempfilename.latin1() );
526 startAlarm( mAlarmMessage, filename); 526 startAlarm( mAlarmMessage, filename);
527 return; 527 return;
528 } 528 }
529 if ( mess.left( 11 ) == "timer_alarm") { 529 if ( mess.left( 11 ) == "timer_alarm") {
530 //mTimerTime = 0; 530 //mTimerTime = 0;
531 startAlarm( mess.mid( 11 ), filename ); 531 startAlarm( mess.mid( 11 ), filename );
532 return; 532 return;
533 } 533 }
534 if ( mess.left( 10 ) == "proc_alarm") { 534 if ( mess.left( 10 ) == "proc_alarm") {
535 bool error = false; 535 bool error = false;
536 int len = mess.mid( 10 ).find("+++"); 536 int len = mess.mid( 10 ).find("+++");
537 if ( len < 2 ) 537 if ( len < 2 )
538 error = true; 538 error = true;
539 else { 539 else {
540 tempfilename = mess.mid( 10, len ); 540 tempfilename = mess.mid( 10, len );
541 if ( !QFile::exists( tempfilename ) ) 541 if ( !QFile::exists( tempfilename ) )
542 error = true; 542 error = true;
543 } 543 }
544 if ( error ) { 544 if ( error ) {
545 mAlarmMessage = "Procedure Alarm\nError - File not found\n"; 545 mAlarmMessage = "Procedure Alarm\nError - File not found\n";
546 mAlarmMessage += mess.mid( 10+len+3+9 ); 546 mAlarmMessage += mess.mid( 10+len+3+9 );
547 } else { 547 } else {
548 //QCopEnvelope e("QPE/Application/kopi", "-writeFileSilent"); 548 //QCopEnvelope e("QPE/Application/kopi", "-writeFileSilent");
549 //qDebug("-----system command %s ",tempfilename.latin1() ); 549 //qDebug("-----system command %s ",tempfilename.latin1() );
550#ifndef _WIN32_ 550#ifndef _WIN32_
551 if ( vfork () == 0 ) { 551 if ( vfork () == 0 ) {
552 execl ( tempfilename.latin1(), 0 ); 552 execl ( tempfilename.latin1(), 0 );
553 return; 553 return;
554 } 554 }
555#else 555#else
556 QProcess* p = new QProcess(); 556 QProcess* p = new QProcess();
557 p->addArgument( tempfilename.latin1() ); 557 p->addArgument( tempfilename.latin1() );
558 p->start(); 558 p->start();
559 return; 559 return;
560#endif 560#endif
561 561
562 return; 562 return;
563 } 563 }
564 564
565 //qDebug("+++++++system command %s ",tempfilename.latin1() ); 565 //qDebug("+++++++system command %s ",tempfilename.latin1() );
566 } 566 }
567 if ( mess.left( 11 ) == "audio_alarm") { 567 if ( mess.left( 11 ) == "audio_alarm") {
568 bool error = false; 568 bool error = false;
569 int len = mess.mid( 11 ).find("+++"); 569 int len = mess.mid( 11 ).find("+++");
570 if ( len < 2 ) 570 if ( len < 2 )
571 error = true; 571 error = true;
572 else { 572 else {
573 tempfilename = mess.mid( 11, len ); 573 tempfilename = mess.mid( 11, len );
574 if ( !QFile::exists( tempfilename ) ) 574 if ( !QFile::exists( tempfilename ) )
575 error = true; 575 error = true;
576 } 576 }
577 if ( ! error ) { 577 if ( ! error ) {
578 filename = tempfilename; 578 filename = tempfilename;
579 } 579 }
580 mAlarmMessage = mess.mid( 11+len+3+9 ); 580 mAlarmMessage = mess.mid( 11+len+3+9 );
581 //qDebug("audio file command %s ",tempfilename.latin1() ); 581 //qDebug("audio file command %s ",tempfilename.latin1() );
582 } 582 }
583 if ( mess.left( 9 ) == "cal_alarm") { 583 if ( mess.left( 9 ) == "cal_alarm") {
584 mAlarmMessage = mess.mid( 9 ) ; 584 mAlarmMessage = mess.mid( 9 ) ;
585 } 585 }
586 586
587 startAlarm( mAlarmMessage, filename ); 587 startAlarm( mAlarmMessage, filename );
588 588
589 589
590} 590}
591 591
592void CalendarView::addSuspendAlarm(const QDateTime &qdt, const QString &noti ) 592void CalendarView::addSuspendAlarm(const QDateTime &qdt, const QString &noti )
593{ 593{
594 //qDebug("+++++addSUSPENDAlarm %s %s ", qdt.toString().latin1() , noti.latin1() ); 594 //qDebug("+++++addSUSPENDAlarm %s %s ", qdt.toString().latin1() , noti.latin1() );
595 595
596 mSuspendAlarmNotification = noti; 596 mSuspendAlarmNotification = noti;
597 int ms = QDateTime::currentDateTime().secsTo( qdt )*1000; 597 int ms = QDateTime::currentDateTime().secsTo( qdt )*1000;
598 //qDebug("Suspend Alarm timer started with secs: %d ", ms/1000); 598 //qDebug("Suspend Alarm timer started with secs: %d ", ms/1000);
599 mSuspendTimer->start( ms , true ); 599 mSuspendTimer->start( ms , true );
600 600
601} 601}
602 602
603void CalendarView::addAlarm(const QDateTime &qdt, const QString &noti ) 603void CalendarView::addAlarm(const QDateTime &qdt, const QString &noti )
604{ 604{
605 //qDebug("+++++addAlarm %s %s ", qdt.toString().latin1() , noti.latin1() ); 605 //qDebug("+++++addAlarm %s %s ", qdt.toString().latin1() , noti.latin1() );
606 if ( ! KOPrefs::instance()->mUseInternalAlarmNotification ) { 606 if ( ! KOPrefs::instance()->mUseInternalAlarmNotification ) {
607#ifndef DESKTOP_VERSION 607#ifndef DESKTOP_VERSION
608 AlarmServer::addAlarm ( qdt,"koalarm", noti.latin1() ); 608 AlarmServer::addAlarm ( qdt,"koalarm", noti.latin1() );
609#endif 609#endif
610 return; 610 return;
611 } 611 }
612 int maxSec; 612 int maxSec;
613 //maxSec = 5; //testing only 613 //maxSec = 5; //testing only
614 maxSec = 86400+3600; // one day+1hour 614 maxSec = 86400+3600; // one day+1hour
615 mAlarmNotification = noti; 615 mAlarmNotification = noti;
616 int sec = QDateTime::currentDateTime().secsTo( qdt ); 616 int sec = QDateTime::currentDateTime().secsTo( qdt );
617 if ( sec > maxSec ) { 617 if ( sec > maxSec ) {
618 mRecheckAlarmTimer->start( maxSec * 1000 ); 618 mRecheckAlarmTimer->start( maxSec * 1000 );
619 // qDebug("recheck Alarm timer started with secs: %d next alarm in sec:%d", maxSec,sec ); 619 // qDebug("recheck Alarm timer started with secs: %d next alarm in sec:%d", maxSec,sec );
620 return; 620 return;
621 } else { 621 } else {
622 mRecheckAlarmTimer->stop(); 622 mRecheckAlarmTimer->stop();
623 } 623 }
624 //qDebug("Alarm timer started with secs: %d ", sec); 624 //qDebug("Alarm timer started with secs: %d ", sec);
625 mAlarmTimer->start( sec *1000 , true ); 625 mAlarmTimer->start( sec *1000 , true );
626 626
627} 627}
628// called by mRecheckAlarmTimer to get next alarm 628// called by mRecheckAlarmTimer to get next alarm
629// we need this, because a QTimer has only a max range of 25 days 629// we need this, because a QTimer has only a max range of 25 days
630void CalendarView::recheckTimerAlarm() 630void CalendarView::recheckTimerAlarm()
631{ 631{
632 mAlarmTimer->stop(); 632 mAlarmTimer->stop();
633 mRecheckAlarmTimer->stop(); 633 mRecheckAlarmTimer->stop();
634 mCalendar->checkAlarmForIncidence( 0, true ); 634 mCalendar->checkAlarmForIncidence( 0, true );
635} 635}
636void CalendarView::removeAlarm(const QDateTime &qdt, const QString &noti ) 636void CalendarView::removeAlarm(const QDateTime &qdt, const QString &noti )
637{ 637{
638 //qDebug("-----removeAlarm %s %s ", qdt.toString().latin1() , noti.latin1() ); 638 //qDebug("-----removeAlarm %s %s ", qdt.toString().latin1() , noti.latin1() );
639 if ( ! KOPrefs::instance()->mUseInternalAlarmNotification ) { 639 if ( ! KOPrefs::instance()->mUseInternalAlarmNotification ) {
640#ifndef DESKTOP_VERSION 640#ifndef DESKTOP_VERSION
641 AlarmServer::deleteAlarm (qdt ,"koalarm" ,noti.latin1() ); 641 AlarmServer::deleteAlarm (qdt ,"koalarm" ,noti.latin1() );
642#endif 642#endif
643 return; 643 return;
644 } 644 }
645 mAlarmTimer->stop(); 645 mAlarmTimer->stop();
646} 646}
647void CalendarView::selectWeekNum ( int num ) 647void CalendarView::selectWeekNum ( int num )
648{ 648{
649 dateNavigator()->selectWeek( num ); 649 dateNavigator()->selectWeek( num );
650 mViewManager->showWeekView(); 650 mViewManager->showWeekView();
651} 651}
652KOViewManager *CalendarView::viewManager() 652KOViewManager *CalendarView::viewManager()
653{ 653{
654 return mViewManager; 654 return mViewManager;
655} 655}
656 656
657KODialogManager *CalendarView::dialogManager() 657KODialogManager *CalendarView::dialogManager()
658{ 658{
659 return mDialogManager; 659 return mDialogManager;
660} 660}
661 661
662QDate CalendarView::startDate() 662QDate CalendarView::startDate()
663{ 663{
664 DateList dates = mNavigator->selectedDates(); 664 DateList dates = mNavigator->selectedDates();
665 665
666 return dates.first(); 666 return dates.first();
667} 667}
668 668
669QDate CalendarView::endDate() 669QDate CalendarView::endDate()
670{ 670{
671 DateList dates = mNavigator->selectedDates(); 671 DateList dates = mNavigator->selectedDates();
672 672
673 return dates.last(); 673 return dates.last();
674} 674}
675 675
676 676
677void CalendarView::createPrinter() 677void CalendarView::createPrinter()
678{ 678{
679#ifndef KORG_NOPRINTER 679#ifndef KORG_NOPRINTER
680 if (!mCalPrinter) { 680 if (!mCalPrinter) {
681 mCalPrinter = new CalPrinter(this, mCalendar); 681 mCalPrinter = new CalPrinter(this, mCalendar);
682 connect(this, SIGNAL(configChanged()), mCalPrinter, SLOT(updateConfig())); 682 connect(this, SIGNAL(configChanged()), mCalPrinter, SLOT(updateConfig()));
683 } 683 }
684#endif 684#endif
685} 685}
686 686
687void CalendarView::confSync() 687void CalendarView::confSync()
688{ 688{
689 static KSyncPrefsDialog* sp = 0; 689 static KSyncPrefsDialog* sp = 0;
690 if ( ! sp ) { 690 if ( ! sp ) {
691 sp = new KSyncPrefsDialog( this, "syncprefs", true ); 691 sp = new KSyncPrefsDialog( this, "syncprefs", true );
692 } 692 }
693 sp->usrReadConfig(); 693 sp->usrReadConfig();
694#ifndef DESKTOP_VERSION 694#ifndef DESKTOP_VERSION
695 sp->showMaximized(); 695 sp->showMaximized();
696#else 696#else
697 sp->show(); 697 sp->show();
698#endif 698#endif
699 sp->exec(); 699 sp->exec();
700 KOPrefs::instance()->mSyncProfileNames = sp->getSyncProfileNames(); 700 KOPrefs::instance()->mSyncProfileNames = sp->getSyncProfileNames();
701 KOPrefs::instance()->mLocalMachineName = sp->getLocalMachineName (); 701 KOPrefs::instance()->mLocalMachineName = sp->getLocalMachineName ();
702} 702}
703 703
704 704
705//KOPrefs::instance()->mWriteBackFile 705//KOPrefs::instance()->mWriteBackFile
706//KOPrefs::instance()->mWriteBackExistingOnly 706//KOPrefs::instance()->mWriteBackExistingOnly
707 707
708// 0 syncPrefsGroup->addRadio(i18n("Take local entry on conflict")); 708// 0 syncPrefsGroup->addRadio(i18n("Take local entry on conflict"));
709// 1 syncPrefsGroup->addRadio(i18n("Take remote entry on conflict")); 709// 1 syncPrefsGroup->addRadio(i18n("Take remote entry on conflict"));
710// 2 syncPrefsGroup->addRadio(i18n("Take newest entry on conflict")); 710// 2 syncPrefsGroup->addRadio(i18n("Take newest entry on conflict"));
711// 3 syncPrefsGroup->addRadio(i18n("Ask for every entry on conflict")); 711// 3 syncPrefsGroup->addRadio(i18n("Ask for every entry on conflict"));
712// 4 syncPrefsGroup->addRadio(i18n("Force take local entry always")); 712// 4 syncPrefsGroup->addRadio(i18n("Force take local entry always"));
713// 5 syncPrefsGroup->addRadio(i18n("Force take remote entry always")); 713// 5 syncPrefsGroup->addRadio(i18n("Force take remote entry always"));
714 714
715int CalendarView::takeEvent( Incidence* local, Incidence* remote, int mode , bool full ) 715int CalendarView::takeEvent( Incidence* local, Incidence* remote, int mode , bool full )
716{ 716{
717 717
718 //void setZaurusId(int id); 718 //void setZaurusId(int id);
719 // int zaurusId() const; 719 // int zaurusId() const;
720 // void setZaurusUid(int id); 720 // void setZaurusUid(int id);
721 // int zaurusUid() const; 721 // int zaurusUid() const;
722 // void setZaurusStat(int id); 722 // void setZaurusStat(int id);
723 // int zaurusStat() const; 723 // int zaurusStat() const;
724 // 0 equal 724 // 0 equal
725 // 1 take local 725 // 1 take local
726 // 2 take remote 726 // 2 take remote
727 // 3 cancel 727 // 3 cancel
728 QDateTime lastSync = mLastCalendarSync; 728 QDateTime lastSync = mLastCalendarSync;
729 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 729 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
730 bool remCh, locCh; 730 bool remCh, locCh;
731 remCh = ( remote->getCsum(mCurrentSyncDevice) != local->getCsum(mCurrentSyncDevice) ); 731 remCh = ( remote->getCsum(mCurrentSyncDevice) != local->getCsum(mCurrentSyncDevice) );
732 locCh = ( local->lastModified() > mLastCalendarSync ); 732 locCh = ( local->lastModified() > mLastCalendarSync );
733 //qDebug("locCh %d remCh %d locuid %d remuid %d", locCh, remCh,local->zaurusUid(), remote->zaurusUid() ); 733 //qDebug("locCh %d remCh %d locuid %d remuid %d", locCh, remCh,local->zaurusUid(), remote->zaurusUid() );
734 if ( !remCh && ! locCh ) { 734 if ( !remCh && ! locCh ) {
735 //qDebug("both not changed "); 735 //qDebug("both not changed ");
736 lastSync = local->lastModified().addDays(1); 736 lastSync = local->lastModified().addDays(1);
737 } else { 737 } else {
738 if ( locCh ) { 738 if ( locCh ) {
739 //qDebug("loc changed %d %d", local->zaurusStat(), local->revision() ); 739 //qDebug("loc changed %d %d", local->zaurusStat(), local->revision() );
740 lastSync = local->lastModified().addDays( -1 ); 740 lastSync = local->lastModified().addDays( -1 );
741 if ( !remCh ) 741 if ( !remCh )
742 remote->setLastModified( lastSync.addDays( -1 ) ); 742 remote->setLastModified( lastSync.addDays( -1 ) );
743 } else { 743 } else {
744 //qDebug(" not loc changed "); 744 //qDebug(" not loc changed ");
745 lastSync = local->lastModified().addDays( 1 ); 745 lastSync = local->lastModified().addDays( 1 );
746 if ( remCh ) 746 if ( remCh )
747 remote->setLastModified( lastSync.addDays( 1 ) ); 747 remote->setLastModified( lastSync.addDays( 1 ) );
748 748
749 } 749 }
750 } 750 }
751 full = true; 751 full = true;
752 if ( mode < SYNC_PREF_ASK ) 752 if ( mode < SYNC_PREF_ASK )
753 mode = SYNC_PREF_ASK; 753 mode = SYNC_PREF_ASK;
754 } else { 754 } else {
755 if ( local->lastModified() == remote->lastModified() ) 755 if ( local->lastModified() == remote->lastModified() )
756 if ( local->revision() == remote->revision() ) 756 if ( local->revision() == remote->revision() )
757 return 0; 757 return 0;
758 758
759 } 759 }
760 // qDebug(" %d %d conflict on %s %s ", mode, full, local->summary().latin1(), remote->summary().latin1() ); 760 // qDebug(" %d %d conflict on %s %s ", mode, full, local->summary().latin1(), remote->summary().latin1() );
761 761
762 //qDebug("%s %d %s %d", local->lastModified().toString().latin1() , local->revision(), remote->lastModified().toString().latin1(), remote->revision()); 762 //qDebug("%s %d %s %d", local->lastModified().toString().latin1() , local->revision(), remote->lastModified().toString().latin1(), remote->revision());
763 //qDebug("%d %d %d %d ", local->lastModified().time().second(), local->lastModified().time().msec(), remote->lastModified().time().second(), remote->lastModified().time().msec() ); 763 //qDebug("%d %d %d %d ", local->lastModified().time().second(), local->lastModified().time().msec(), remote->lastModified().time().second(), remote->lastModified().time().msec() );
764 //full = true; //debug only 764 //full = true; //debug only
765 if ( full ) { 765 if ( full ) {
766 bool equ = false; 766 bool equ = false;
767 if ( local->type() == "Event" ) { 767 if ( local->type() == "Event" ) {
768 equ = (*((Event*) local) == *((Event*) remote)); 768 equ = (*((Event*) local) == *((Event*) remote));
769 } 769 }
770 else if ( local->type() =="Todo" ) 770 else if ( local->type() =="Todo" )
771 equ = (*((Todo*) local) == (*(Todo*) remote)); 771 equ = (*((Todo*) local) == (*(Todo*) remote));
772 else if ( local->type() =="Journal" ) 772 else if ( local->type() =="Journal" )
773 equ = (*((Journal*) local) == *((Journal*) remote)); 773 equ = (*((Journal*) local) == *((Journal*) remote));
774 if ( equ ) { 774 if ( equ ) {
775 //qDebug("equal "); 775 //qDebug("equal ");
776 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 776 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
777 local->setCsum( mCurrentSyncDevice, remote->getCsum(mCurrentSyncDevice) ); 777 local->setCsum( mCurrentSyncDevice, remote->getCsum(mCurrentSyncDevice) );
778 } 778 }
779 if ( mode < SYNC_PREF_FORCE_LOCAL ) 779 if ( mode < SYNC_PREF_FORCE_LOCAL )
780 return 0; 780 return 0;
781 781
782 }//else //debug only 782 }//else //debug only
783 //qDebug("not equal %s %s ", local->summary().latin1(), remote->summary().latin1()); 783 //qDebug("not equal %s %s ", local->summary().latin1(), remote->summary().latin1());
784 } 784 }
785 int result; 785 int result;
786 bool localIsNew; 786 bool localIsNew;
787 if ( full && mode < SYNC_PREF_NEWEST ) 787 if ( full && mode < SYNC_PREF_NEWEST )
788 mode = SYNC_PREF_ASK; 788 mode = SYNC_PREF_ASK;
789 789
790 switch( mode ) { 790 switch( mode ) {
791 case SYNC_PREF_LOCAL: 791 case SYNC_PREF_LOCAL:
792 if ( lastSync > remote->lastModified() ) 792 if ( lastSync > remote->lastModified() )
793 return 1; 793 return 1;
794 if ( lastSync > local->lastModified() ) 794 if ( lastSync > local->lastModified() )
795 return 2; 795 return 2;
796 return 1; 796 return 1;
797 break; 797 break;
798 case SYNC_PREF_REMOTE: 798 case SYNC_PREF_REMOTE:
799 if ( lastSync > remote->lastModified() ) 799 if ( lastSync > remote->lastModified() )
800 return 1; 800 return 1;
801 if ( lastSync > local->lastModified() ) 801 if ( lastSync > local->lastModified() )
802 return 2; 802 return 2;
803 return 2; 803 return 2;
804 break; 804 break;
805 case SYNC_PREF_NEWEST: 805 case SYNC_PREF_NEWEST:
806 if ( local->lastModified() > remote->lastModified() ) 806 if ( local->lastModified() > remote->lastModified() )
807 return 1; 807 return 1;
808 else 808 else
809 return 2; 809 return 2;
810 break; 810 break;
811 case SYNC_PREF_ASK: 811 case SYNC_PREF_ASK:
812 //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), local->lastModified().toString().latin1(), remote->lastModified().toString().latin1() ); 812 //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), local->lastModified().toString().latin1(), remote->lastModified().toString().latin1() );
813 if ( lastSync > remote->lastModified() ) 813 if ( lastSync > remote->lastModified() )
814 return 1; 814 return 1;
815 if ( lastSync > local->lastModified() ) 815 if ( lastSync > local->lastModified() )
816 return 2; 816 return 2;
817 //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), local->lastModified().toString().latin1(), remote->lastModified().toString().latin1() ); 817 //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), local->lastModified().toString().latin1(), remote->lastModified().toString().latin1() );
818 localIsNew = local->lastModified() > remote->lastModified(); 818 localIsNew = local->lastModified() > remote->lastModified();
819 if ( localIsNew ) 819 if ( localIsNew )
820 getEventViewerDialog()->setColorMode( 1 ); 820 getEventViewerDialog()->setColorMode( 1 );
821 else 821 else
822 getEventViewerDialog()->setColorMode( 2 ); 822 getEventViewerDialog()->setColorMode( 2 );
823 getEventViewerDialog()->setIncidence(local); 823 getEventViewerDialog()->setIncidence(local);
824 if ( localIsNew ) 824 if ( localIsNew )
825 getEventViewerDialog()->setColorMode( 2 ); 825 getEventViewerDialog()->setColorMode( 2 );
826 else 826 else
827 getEventViewerDialog()->setColorMode( 1 ); 827 getEventViewerDialog()->setColorMode( 1 );
828 getEventViewerDialog()->addIncidence(remote); 828 getEventViewerDialog()->addIncidence(remote);
829 getEventViewerDialog()->setColorMode( 0 ); 829 getEventViewerDialog()->setColorMode( 0 );
830 //qDebug("local %d remote %d ",local->relatedTo(),remote->relatedTo() ); 830 //qDebug("local %d remote %d ",local->relatedTo(),remote->relatedTo() );
831 getEventViewerDialog()->setCaption( mCurrentSyncDevice +i18n(" : Conflict! Please choose entry!")); 831 getEventViewerDialog()->setCaption( mCurrentSyncDevice +i18n(" : Conflict! Please choose entry!"));
832 getEventViewerDialog()->showMe(); 832 getEventViewerDialog()->showMe();
833 result = getEventViewerDialog()->executeS( localIsNew ); 833 result = getEventViewerDialog()->executeS( localIsNew );
834 return result; 834 return result;
835 835
836 break; 836 break;
837 case SYNC_PREF_FORCE_LOCAL: 837 case SYNC_PREF_FORCE_LOCAL:
838 return 1; 838 return 1;
839 break; 839 break;
840 case SYNC_PREF_FORCE_REMOTE: 840 case SYNC_PREF_FORCE_REMOTE:
841 return 2; 841 return 2;
842 break; 842 break;
843 843
844 default: 844 default:
845 // SYNC_PREF_TAKE_BOTH not implemented 845 // SYNC_PREF_TAKE_BOTH not implemented
846 break; 846 break;
847 } 847 }
848 return 0; 848 return 0;
849} 849}
850Event* CalendarView::getLastSyncEvent() 850Event* CalendarView::getLastSyncEvent()
851{ 851{
852 Event* lse; 852 Event* lse;
853 //qDebug("CurrentSyncDevice %s ",mCurrentSyncDevice .latin1() ); 853 //qDebug("CurrentSyncDevice %s ",mCurrentSyncDevice .latin1() );
854 lse = mCalendar->event( "last-syncEvent-"+mCurrentSyncDevice ); 854 lse = mCalendar->event( "last-syncEvent-"+mCurrentSyncDevice );
855 if (!lse) { 855 if (!lse) {
856 lse = new Event(); 856 lse = new Event();
857 lse->setUid( "last-syncEvent-"+mCurrentSyncDevice ); 857 lse->setUid( "last-syncEvent-"+mCurrentSyncDevice );
858 QString sum = ""; 858 QString sum = "";
859 if ( KOPrefs::instance()->mExternSyncProfiles.contains( mCurrentSyncDevice ) ) 859 if ( KOPrefs::instance()->mExternSyncProfiles.contains( mCurrentSyncDevice ) )
860 sum = "E: "; 860 sum = "E: ";
861 lse->setSummary(sum+mCurrentSyncDevice + i18n(" - sync event")); 861 lse->setSummary(sum+mCurrentSyncDevice + i18n(" - sync event"));
862 lse->setDtStart( mLastCalendarSync ); 862 lse->setDtStart( mLastCalendarSync );
863 lse->setDtEnd( mLastCalendarSync.addSecs( 7200 ) ); 863 lse->setDtEnd( mLastCalendarSync.addSecs( 7200 ) );
864 lse->setCategories( i18n("SyncEvent") ); 864 lse->setCategories( i18n("SyncEvent") );
865 lse->setReadOnly( true ); 865 lse->setReadOnly( true );
866 mCalendar->addEvent( lse ); 866 mCalendar->addEvent( lse );
867 } 867 }
868 868
869 return lse; 869 return lse;
870 870
871} 871}
872// probaly useless 872// probaly useless
873void CalendarView::setupExternSyncProfiles() 873void CalendarView::setupExternSyncProfiles()
874{ 874{
875 Event* lse; 875 Event* lse;
876 mExternLastSyncEvent.clear(); 876 mExternLastSyncEvent.clear();
877 int i; 877 int i;
878 for ( i = 0; i < KOPrefs::instance()->mExternSyncProfiles.count(); ++i ) { 878 for ( i = 0; i < KOPrefs::instance()->mExternSyncProfiles.count(); ++i ) {
879 lse = mCalendar->event( "last-syncEvent-"+ KOPrefs::instance()->mExternSyncProfiles[i] ); 879 lse = mCalendar->event( "last-syncEvent-"+ KOPrefs::instance()->mExternSyncProfiles[i] );
880 if ( lse ) 880 if ( lse )
881 mExternLastSyncEvent.append( lse ); 881 mExternLastSyncEvent.append( lse );
882 else 882 else
883 qDebug("Last Sync event not found for %s ", KOPrefs::instance()->mExternSyncProfiles[i].latin1()); 883 qDebug("Last Sync event not found for %s ", KOPrefs::instance()->mExternSyncProfiles[i].latin1());
884 } 884 }
885 885
886} 886}
887// we check, if the to delete event has a id for a profile 887// we check, if the to delete event has a id for a profile
888// if yes, we set this id in the profile to delete 888// if yes, we set this id in the profile to delete
889void CalendarView::checkExternSyncEvent( QPtrList<Event> lastSync , Incidence* toDelete ) 889void CalendarView::checkExternSyncEvent( QPtrList<Event> lastSync , Incidence* toDelete )
890{ 890{
891 if ( lastSync.count() == 0 ) { 891 if ( lastSync.count() == 0 ) {
892 //qDebug(" lastSync.count() == 0"); 892 //qDebug(" lastSync.count() == 0");
893 return; 893 return;
894 } 894 }
895 if ( toDelete->type() == "Journal" ) 895 if ( toDelete->type() == "Journal" )
896 return; 896 return;
897 897
898 Event* eve = lastSync.first(); 898 Event* eve = lastSync.first();
899 899
900 while ( eve ) { 900 while ( eve ) {
901 QString id = toDelete->getID( eve->uid().mid( 15 ) ); // this is the sync profile name 901 QString id = toDelete->getID( eve->uid().mid( 15 ) ); // this is the sync profile name
902 if ( !id.isEmpty() ) { 902 if ( !id.isEmpty() ) {
903 QString des = eve->description(); 903 QString des = eve->description();
904 QString pref = "e"; 904 QString pref = "e";
905 if ( toDelete->type() == "Todo" ) 905 if ( toDelete->type() == "Todo" )
906 pref = "t"; 906 pref = "t";
907 des += pref+ id + ","; 907 des += pref+ id + ",";
908 eve->setReadOnly( false ); 908 eve->setReadOnly( false );
909 eve->setDescription( des ); 909 eve->setDescription( des );
910 //qDebug("setdes %s ", des.latin1()); 910 //qDebug("setdes %s ", des.latin1());
911 eve->setReadOnly( true ); 911 eve->setReadOnly( true );
912 } 912 }
913 eve = lastSync.next(); 913 eve = lastSync.next();
914 } 914 }
915 915
916} 916}
917void CalendarView::checkExternalId( Incidence * inc ) 917void CalendarView::checkExternalId( Incidence * inc )
918{ 918{
919 QPtrList<Event> lastSync = mCalendar->getExternLastSyncEvents() ; 919 QPtrList<Event> lastSync = mCalendar->getExternLastSyncEvents() ;
920 checkExternSyncEvent( lastSync, inc ); 920 checkExternSyncEvent( lastSync, inc );
921 921
922} 922}
923bool CalendarView::synchronizeCalendar( Calendar* local, Calendar* remote, int mode ) 923bool CalendarView::synchronizeCalendar( Calendar* local, Calendar* remote, int mode )
924{ 924{
925 bool syncOK = true; 925 bool syncOK = true;
926 int addedEvent = 0; 926 int addedEvent = 0;
927 int addedEventR = 0; 927 int addedEventR = 0;
928 int deletedEventR = 0; 928 int deletedEventR = 0;
929 int deletedEventL = 0; 929 int deletedEventL = 0;
930 int changedLocal = 0; 930 int changedLocal = 0;
931 int changedRemote = 0; 931 int changedRemote = 0;
932 //QPtrList<Event> el = local->rawEvents(); 932 //QPtrList<Event> el = local->rawEvents();
933 Event* eventR; 933 Event* eventR;
934 QString uid; 934 QString uid;
935 int take; 935 int take;
936 Event* eventL; 936 Event* eventL;
937 Event* eventRSync; 937 Event* eventRSync;
938 Event* eventLSync; 938 Event* eventLSync;
939 QPtrList<Event> eventRSyncSharp = remote->getExternLastSyncEvents(); 939 QPtrList<Event> eventRSyncSharp = remote->getExternLastSyncEvents();
940 QPtrList<Event> eventLSyncSharp = local->getExternLastSyncEvents(); 940 QPtrList<Event> eventLSyncSharp = local->getExternLastSyncEvents();
941 bool fullDateRange = false; 941 bool fullDateRange = false;
942 local->resetTempSyncStat(); 942 local->resetTempSyncStat();
943 mLastCalendarSync = QDateTime::currentDateTime(); 943 mLastCalendarSync = QDateTime::currentDateTime();
944 QDateTime modifiedCalendar = mLastCalendarSync;; 944 QDateTime modifiedCalendar = mLastCalendarSync;;
945 eventR = remote->event("last-syncEvent-"+mCurrentSyncName ); 945 eventR = remote->event("last-syncEvent-"+mCurrentSyncName );
946 if ( eventR ) { 946 if ( eventR ) {
947 eventRSync = (Event*) eventR->clone(); 947 eventRSync = (Event*) eventR->clone();
948 remote->deleteEvent(eventR ); 948 remote->deleteEvent(eventR );
949 949
950 } else { 950 } else {
951 fullDateRange = true; 951 fullDateRange = true;
952 eventRSync = new Event(); 952 eventRSync = new Event();
953 eventRSync->setSummary(mCurrentSyncName + i18n(" - sync event")); 953 eventRSync->setSummary(mCurrentSyncName + i18n(" - sync event"));
954 eventRSync->setUid("last-syncEvent-"+mCurrentSyncName ); 954 eventRSync->setUid("last-syncEvent-"+mCurrentSyncName );
955 eventRSync->setDtStart( mLastCalendarSync ); 955 eventRSync->setDtStart( mLastCalendarSync );
956 eventRSync->setDtEnd( mLastCalendarSync.addSecs( 7200 ) ); 956 eventRSync->setDtEnd( mLastCalendarSync.addSecs( 7200 ) );
957 eventRSync->setCategories( i18n("SyncEvent") ); 957 eventRSync->setCategories( i18n("SyncEvent") );
958 } 958 }
959 eventLSync = getLastSyncEvent(); 959 eventLSync = getLastSyncEvent();
960 if ( eventLSync->dtStart() == mLastCalendarSync ) 960 if ( eventLSync->dtStart() == mLastCalendarSync )
961 fullDateRange = true; 961 fullDateRange = true;
962 962
963 if ( ! fullDateRange ) { 963 if ( ! fullDateRange ) {
964 if ( eventLSync->dtStart() != eventRSync->dtStart() ) { 964 if ( eventLSync->dtStart() != eventRSync->dtStart() ) {
965 965
966 // qDebug("set fulldate to true %s %s" ,eventLSync->dtStart().toString().latin1(), eventRSync->dtStart().toString().latin1() ); 966 // qDebug("set fulldate to true %s %s" ,eventLSync->dtStart().toString().latin1(), eventRSync->dtStart().toString().latin1() );
967 //qDebug("%d %d %d %d ", eventLSync->dtStart().time().second(), eventLSync->dtStart().time().msec() , eventRSync->dtStart().time().second(), eventRSync->dtStart().time().msec()); 967 //qDebug("%d %d %d %d ", eventLSync->dtStart().time().second(), eventLSync->dtStart().time().msec() , eventRSync->dtStart().time().second(), eventRSync->dtStart().time().msec());
968 fullDateRange = true; 968 fullDateRange = true;
969 } 969 }
970 } 970 }
971 if ( fullDateRange ) 971 if ( fullDateRange )
972 mLastCalendarSync = QDateTime::currentDateTime().addDays( -100*365); 972 mLastCalendarSync = QDateTime::currentDateTime().addDays( -100*365);
973 else 973 else
974 mLastCalendarSync = eventLSync->dtStart(); 974 mLastCalendarSync = eventLSync->dtStart();
975 // for resyncing if own file has changed 975 // for resyncing if own file has changed
976 if ( mCurrentSyncDevice == "deleteaftersync" ) { 976 if ( mCurrentSyncDevice == "deleteaftersync" ) {
977 mLastCalendarSync = loadedFileVersion; 977 mLastCalendarSync = loadedFileVersion;
978 qDebug("setting mLastCalendarSync "); 978 qDebug("setting mLastCalendarSync ");
979 } 979 }
980 //qDebug("*************************** "); 980 //qDebug("*************************** ");
981 qDebug("mLastCalendarSync %s ",mLastCalendarSync.toString().latin1() ); 981 qDebug("mLastCalendarSync %s ",mLastCalendarSync.toString().latin1() );
982 QPtrList<Incidence> er = remote->rawIncidences(); 982 QPtrList<Incidence> er = remote->rawIncidences();
983 Incidence* inR = er.first(); 983 Incidence* inR = er.first();
984 Incidence* inL; 984 Incidence* inL;
985 QProgressBar bar( er.count(),0 ); 985 QProgressBar bar( er.count(),0 );
986 bar.setCaption (i18n("Syncing - close to abort!") ); 986 bar.setCaption (i18n("Syncing - close to abort!") );
987 987
988 int w = 300; 988 int w = 300;
989 if ( QApplication::desktop()->width() < 320 ) 989 if ( QApplication::desktop()->width() < 320 )
990 w = 220; 990 w = 220;
991 int h = bar.sizeHint().height() ; 991 int h = bar.sizeHint().height() ;
992 int dw = QApplication::desktop()->width(); 992 int dw = QApplication::desktop()->width();
993 int dh = QApplication::desktop()->height(); 993 int dh = QApplication::desktop()->height();
994 bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); 994 bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h );
995 bar.show(); 995 bar.show();
996 int modulo = (er.count()/10)+1; 996 int modulo = (er.count()/10)+1;
997 int incCounter = 0; 997 int incCounter = 0;
998 while ( inR ) { 998 while ( inR ) {
999 if ( ! bar.isVisible() ) 999 if ( ! bar.isVisible() )
1000 return false; 1000 return false;
1001 if ( incCounter % modulo == 0 ) 1001 if ( incCounter % modulo == 0 )
1002 bar.setProgress( incCounter ); 1002 bar.setProgress( incCounter );
1003 ++incCounter; 1003 ++incCounter;
1004 uid = inR->uid(); 1004 uid = inR->uid();
1005 bool skipIncidence = false; 1005 bool skipIncidence = false;
1006 if ( uid.left(15) == QString("last-syncEvent-") ) 1006 if ( uid.left(15) == QString("last-syncEvent-") )
1007 skipIncidence = true; 1007 skipIncidence = true;
1008 1008
1009 qApp->processEvents(); 1009 qApp->processEvents();
1010 if ( !skipIncidence ) { 1010 if ( !skipIncidence ) {
1011 inL = local->incidence( uid ); 1011 inL = local->incidence( uid );
1012 if ( inL ) { // maybe conflict - same uid in both calendars 1012 if ( inL ) { // maybe conflict - same uid in both calendars
1013 int maxrev = inL->revision(); 1013 int maxrev = inL->revision();
1014 if ( maxrev < inR->revision() ) 1014 if ( maxrev < inR->revision() )
1015 maxrev = inR->revision(); 1015 maxrev = inR->revision();
1016 if ( (take = takeEvent( inL, inR, mode, fullDateRange )) > 0 ) { 1016 if ( (take = takeEvent( inL, inR, mode, fullDateRange )) > 0 ) {
1017 //qDebug("take %d %s ", take, inL->summary().latin1()); 1017 //qDebug("take %d %s ", take, inL->summary().latin1());
1018 if ( take == 3 ) 1018 if ( take == 3 )
1019 return false; 1019 return false;
1020 if ( take == 1 ) {// take local 1020 if ( take == 1 ) {// take local
1021 inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); 1021 inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) );
1022 remote->deleteIncidence( inR ); 1022 remote->deleteIncidence( inR );
1023 if ( inL->revision() < maxrev ) 1023 if ( inL->revision() < maxrev )
1024 inL->setRevision( maxrev ); 1024 inL->setRevision( maxrev );
1025 remote->addIncidence( inL->clone() ); 1025 remote->addIncidence( inL->clone() );
1026 ++changedRemote; 1026 ++changedRemote;
1027 } else { 1027 } else {
1028 if ( inR->revision() < maxrev ) 1028 if ( inR->revision() < maxrev )
1029 inR->setRevision( maxrev ); 1029 inR->setRevision( maxrev );
1030 local->deleteIncidence( inL ); 1030 local->deleteIncidence( inL );
1031 local->addIncidence( inR->clone() ); 1031 local->addIncidence( inR->clone() );
1032 ++changedLocal; 1032 ++changedLocal;
1033 } 1033 }
1034 } 1034 }
1035 } else { // no conflict 1035 } else { // no conflict
1036 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 1036 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
1037 QString des = eventLSync->description(); 1037 QString des = eventLSync->description();
1038 QString pref = "e"; 1038 QString pref = "e";
1039 if ( inR->type() == "Todo" ) 1039 if ( inR->type() == "Todo" )
1040 pref = "t"; 1040 pref = "t";
1041 if ( des.find(pref+ inR->getID(mCurrentSyncDevice) +"," ) >= 0 && mode != 5) { // delete it 1041 if ( des.find(pref+ inR->getID(mCurrentSyncDevice) +"," ) >= 0 && mode != 5) { // delete it
1042 inR->setTempSyncStat( SYNC_TEMPSTATE_DELETE ); 1042 inR->setTempSyncStat( SYNC_TEMPSTATE_DELETE );
1043 //remote->deleteIncidence( inR ); 1043 //remote->deleteIncidence( inR );
1044 ++deletedEventR; 1044 ++deletedEventR;
1045 } else { 1045 } else {
1046 inR->setLastModified( modifiedCalendar ); 1046 inR->setLastModified( modifiedCalendar );
1047 local->addIncidence( inR->clone() ); 1047 local->addIncidence( inR->clone() );
1048 ++addedEvent; 1048 ++addedEvent;
1049 } 1049 }
1050 } else { 1050 } else {
1051 if ( inR->lastModified() > mLastCalendarSync || mode == 5 ) { 1051 if ( inR->lastModified() > mLastCalendarSync || mode == 5 ) {
1052 inR->setLastModified( modifiedCalendar ); 1052 inR->setLastModified( modifiedCalendar );
1053 local->addIncidence( inR->clone() ); 1053 local->addIncidence( inR->clone() );
1054 ++addedEvent; 1054 ++addedEvent;
1055 } else { 1055 } else {
1056 checkExternSyncEvent(eventRSyncSharp, inR); 1056 checkExternSyncEvent(eventRSyncSharp, inR);
1057 remote->deleteIncidence( inR ); 1057 remote->deleteIncidence( inR );
1058 ++deletedEventR; 1058 ++deletedEventR;
1059 } 1059 }
1060 } 1060 }
1061 } 1061 }
1062 } 1062 }
1063 inR = er.next(); 1063 inR = er.next();
1064 } 1064 }
1065 QPtrList<Incidence> el = local->rawIncidences(); 1065 QPtrList<Incidence> el = local->rawIncidences();
1066 inL = el.first(); 1066 inL = el.first();
1067 modulo = (el.count()/10)+1; 1067 modulo = (el.count()/10)+1;
1068 bar.setCaption (i18n("Add / remove events") ); 1068 bar.setCaption (i18n("Add / remove events") );
1069 bar.setTotalSteps ( el.count() ) ; 1069 bar.setTotalSteps ( el.count() ) ;
1070 bar.show(); 1070 bar.show();
1071 incCounter = 0; 1071 incCounter = 0;
1072 1072
1073 while ( inL ) { 1073 while ( inL ) {
1074 1074
1075 qApp->processEvents(); 1075 qApp->processEvents();
1076 if ( ! bar.isVisible() ) 1076 if ( ! bar.isVisible() )
1077 return false; 1077 return false;
1078 if ( incCounter % modulo == 0 ) 1078 if ( incCounter % modulo == 0 )
1079 bar.setProgress( incCounter ); 1079 bar.setProgress( incCounter );
1080 ++incCounter; 1080 ++incCounter;
1081 uid = inL->uid(); 1081 uid = inL->uid();
1082 bool skipIncidence = false; 1082 bool skipIncidence = false;
1083 if ( uid.left(15) == QString("last-syncEvent-") ) 1083 if ( uid.left(15) == QString("last-syncEvent-") )
1084 skipIncidence = true; 1084 skipIncidence = true;
1085 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL && inL->type() == "Journal" ) 1085 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL && inL->type() == "Journal" )
1086 skipIncidence = true; 1086 skipIncidence = true;
1087 if ( !skipIncidence ) { 1087 if ( !skipIncidence ) {
1088 inR = remote->incidence( uid ); 1088 inR = remote->incidence( uid );
1089 if ( ! inR ) { 1089 if ( ! inR ) {
1090 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { 1090 if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) {
1091 if ( !inL->getID(mCurrentSyncDevice).isEmpty() && mode != 4 ) { 1091 if ( !inL->getID(mCurrentSyncDevice).isEmpty() && mode != 4 ) {
1092 local->deleteIncidence( inL ); 1092 local->deleteIncidence( inL );
1093 ++deletedEventL; 1093 ++deletedEventL;
1094 } else { 1094 } else {
1095 if ( ! KOPrefs::instance()->mWriteBackExistingOnly ) { 1095 if ( ! KOPrefs::instance()->mWriteBackExistingOnly ) {
1096 inL->removeID(mCurrentSyncDevice ); 1096 inL->removeID(mCurrentSyncDevice );
1097 ++addedEventR; 1097 ++addedEventR;
1098 inL->setLastModified( modifiedCalendar ); 1098 inL->setLastModified( modifiedCalendar );
1099 remote->addIncidence( inL->clone() ); 1099 remote->addIncidence( inL->clone() );
1100 } 1100 }
1101 } 1101 }
1102 } else { 1102 } else {
1103 if ( inL->lastModified() < mLastCalendarSync && mode != 4 ) { 1103 if ( inL->lastModified() < mLastCalendarSync && mode != 4 ) {
1104 checkExternSyncEvent(eventLSyncSharp, inL); 1104 checkExternSyncEvent(eventLSyncSharp, inL);
1105 local->deleteIncidence( inL ); 1105 local->deleteIncidence( inL );
1106 ++deletedEventL; 1106 ++deletedEventL;
1107 } else { 1107 } else {
1108 if ( ! KOPrefs::instance()->mWriteBackExistingOnly ) { 1108 if ( ! KOPrefs::instance()->mWriteBackExistingOnly ) {
1109 ++addedEventR; 1109 ++addedEventR;
1110 inL->setLastModified( modifiedCalendar ); 1110 inL->setLastModified( modifiedCalendar );
1111 remote->addIncidence( inL->clone() ); 1111 remote->addIncidence( inL->clone() );
1112 } 1112 }
1113 } 1113 }
1114 } 1114 }
1115 } 1115 }
1116 } 1116 }
1117 inL = el.next(); 1117 inL = el.next();
1118 } 1118 }
1119 1119
1120 bar.hide(); 1120 bar.hide();
1121 mLastCalendarSync = QDateTime::currentDateTime().addSecs( 1 ); 1121 mLastCalendarSync = QDateTime::currentDateTime().addSecs( 1 );
1122 eventLSync->setReadOnly( false ); 1122 eventLSync->setReadOnly( false );
1123 eventLSync->setDtStart( mLastCalendarSync ); 1123 eventLSync->setDtStart( mLastCalendarSync );
1124 eventRSync->setDtStart( mLastCalendarSync ); 1124 eventRSync->setDtStart( mLastCalendarSync );
1125 eventLSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) ); 1125 eventLSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) );
1126 eventRSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) ); 1126 eventRSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) );
1127 eventRSync->setLocation( i18n("Remote from: ")+mCurrentSyncName ) ; 1127 eventRSync->setLocation( i18n("Remote from: ")+mCurrentSyncName ) ;
1128 eventLSync->setLocation(i18n("Local from: ") + mCurrentSyncName ); 1128 eventLSync->setLocation(i18n("Local from: ") + mCurrentSyncName );
1129 eventLSync->setReadOnly( true ); 1129 eventLSync->setReadOnly( true );
1130 if ( mGlobalSyncMode == SYNC_MODE_NORMAL) 1130 if ( mGlobalSyncMode == SYNC_MODE_NORMAL)
1131 remote->addEvent( eventRSync ); 1131 remote->addEvent( eventRSync );
1132 QString mes; 1132 QString mes;
1133 mes .sprintf( i18n("Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n"),addedEvent, addedEventR, changedLocal, changedRemote, deletedEventL, deletedEventR ); 1133 mes .sprintf( i18n("Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n"),addedEvent, addedEventR, changedLocal, changedRemote, deletedEventL, deletedEventR );
1134 if ( KOPrefs::instance()->mShowSyncSummary ) { 1134 if ( KOPrefs::instance()->mShowSyncSummary ) {
1135 KMessageBox::information(this, mes, i18n("KO/Pi Synchronization") ); 1135 KMessageBox::information(this, mes, i18n("KO/Pi Synchronization") );
1136 } 1136 }
1137 qDebug( mes ); 1137 qDebug( mes );
1138 mCalendar->checkAlarmForIncidence( 0, true ); 1138 mCalendar->checkAlarmForIncidence( 0, true );
1139 return syncOK; 1139 return syncOK;
1140} 1140}
1141 1141
1142void CalendarView::setSyncDevice( QString s ) 1142void CalendarView::setSyncDevice( QString s )
1143{ 1143{
1144 mCurrentSyncDevice= s; 1144 mCurrentSyncDevice= s;
1145} 1145}
1146void CalendarView::setSyncName( QString s ) 1146void CalendarView::setSyncName( QString s )
1147{ 1147{
1148 mCurrentSyncName= s; 1148 mCurrentSyncName= s;
1149} 1149}
1150bool CalendarView::syncCalendar(QString filename, int mode) 1150bool CalendarView::syncCalendar(QString filename, int mode)
1151{ 1151{
1152 mGlobalSyncMode = SYNC_MODE_NORMAL; 1152 mGlobalSyncMode = SYNC_MODE_NORMAL;
1153 CalendarLocal* calendar = new CalendarLocal(); 1153 CalendarLocal* calendar = new CalendarLocal();
1154 calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); 1154 calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId);
1155 FileStorage* storage = new FileStorage( calendar ); 1155 FileStorage* storage = new FileStorage( calendar );
1156 bool syncOK = false; 1156 bool syncOK = false;
1157 storage->setFileName( filename ); 1157 storage->setFileName( filename );
1158 // qDebug("loading ... "); 1158 // qDebug("loading ... ");
1159 if ( storage->load(KOPrefs::instance()->mUseQuicksave) ) { 1159 if ( storage->load(KOPrefs::instance()->mUseQuicksave) ) {
1160 getEventViewerDialog()->setSyncMode( true ); 1160 getEventViewerDialog()->setSyncMode( true );
1161 syncOK = synchronizeCalendar( mCalendar, calendar, mode ); 1161 syncOK = synchronizeCalendar( mCalendar, calendar, mode );
1162 getEventViewerDialog()->setSyncMode( false ); 1162 getEventViewerDialog()->setSyncMode( false );
1163 if ( syncOK ) { 1163 if ( syncOK ) {
1164 if ( KOPrefs::instance()->mWriteBackFile ) 1164 if ( KOPrefs::instance()->mWriteBackFile )
1165 { 1165 {
1166 storage->setSaveFormat( new ICalFormat( KOPrefs::instance()->mUseQuicksave) ); 1166 storage->setSaveFormat( new ICalFormat( KOPrefs::instance()->mUseQuicksave) );
1167 storage->save(); 1167 storage->save();
1168 } 1168 }
1169 } 1169 }
1170 setModified( true ); 1170 setModified( true );
1171 } 1171 }
1172 delete storage; 1172 delete storage;
1173 delete calendar; 1173 delete calendar;
1174 if ( syncOK ) 1174 if ( syncOK )
1175 updateView(); 1175 updateView();
1176 return syncOK; 1176 return syncOK;
1177} 1177}
1178void CalendarView::syncPhone() 1178void CalendarView::syncPhone()
1179{ 1179{
1180 syncExternal( 1 ); 1180 syncExternal( 1 );
1181} 1181}
1182void CalendarView::syncExternal( int mode ) 1182void CalendarView::syncExternal( int mode )
1183{ 1183{
1184 mGlobalSyncMode = SYNC_MODE_EXTERNAL; 1184 mGlobalSyncMode = SYNC_MODE_EXTERNAL;
1185 //mCurrentSyncDevice = "sharp-DTM"; 1185 //mCurrentSyncDevice = "sharp-DTM";
1186 if ( KOPrefs::instance()->mAskForPreferences ) 1186 if ( KOPrefs::instance()->mAskForPreferences )
1187 edit_sync_options(); 1187 edit_sync_options();
1188 qApp->processEvents(); 1188 qApp->processEvents();
1189 CalendarLocal* calendar = new CalendarLocal(); 1189 CalendarLocal* calendar = new CalendarLocal();
1190 calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); 1190 calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId);
1191 bool syncOK = false; 1191 bool syncOK = false;
1192 bool loadSuccess = false; 1192 bool loadSuccess = false;
1193 PhoneFormat* phoneFormat = 0; 1193 PhoneFormat* phoneFormat = 0;
1194#ifndef DESKTOP_VERSION 1194#ifndef DESKTOP_VERSION
1195 SharpFormat* sharpFormat = 0; 1195 SharpFormat* sharpFormat = 0;
1196 if ( mode == 0 ) { // sharp 1196 if ( mode == 0 ) { // sharp
1197 sharpFormat = new SharpFormat () ; 1197 sharpFormat = new SharpFormat () ;
1198 loadSuccess = sharpFormat->load( calendar, mCalendar ); 1198 loadSuccess = sharpFormat->load( calendar, mCalendar );
1199 1199
1200 } else 1200 } else
1201#endif 1201#endif
1202 if ( mode == 1 ) { // phone 1202 if ( mode == 1 ) { // phone
1203 phoneFormat = new PhoneFormat (mCurrentSyncDevice, 1203 phoneFormat = new PhoneFormat (mCurrentSyncDevice,
1204 KOPrefs::instance()->mPhoneDevice, 1204 KOPrefs::instance()->mPhoneDevice,
1205 KOPrefs::instance()->mPhoneConnection, 1205 KOPrefs::instance()->mPhoneConnection,
1206 KOPrefs::instance()->mPhoneModel); 1206 KOPrefs::instance()->mPhoneModel);
1207 loadSuccess = phoneFormat->load( calendar,mCalendar); 1207 loadSuccess = phoneFormat->load( calendar,mCalendar);
1208 1208
1209 } else 1209 } else
1210 return; 1210 return;
1211 if ( loadSuccess ) { 1211 if ( loadSuccess ) {
1212 getEventViewerDialog()->setSyncMode( true ); 1212 getEventViewerDialog()->setSyncMode( true );
1213 syncOK = synchronizeCalendar( mCalendar, calendar, KOPrefs::instance()->mSyncAlgoPrefs ); 1213 syncOK = synchronizeCalendar( mCalendar, calendar, KOPrefs::instance()->mSyncAlgoPrefs );
1214 getEventViewerDialog()->setSyncMode( false ); 1214 getEventViewerDialog()->setSyncMode( false );
1215 qApp->processEvents(); 1215 qApp->processEvents();
1216 if ( syncOK ) { 1216 if ( syncOK ) {
1217 if ( KOPrefs::instance()->mWriteBackFile ) 1217 if ( KOPrefs::instance()->mWriteBackFile )
1218 { 1218 {
1219 QPtrList<Incidence> iL = mCalendar->rawIncidences(); 1219 QPtrList<Incidence> iL = mCalendar->rawIncidences();
1220 Incidence* inc = iL.first(); 1220 Incidence* inc = iL.first();
1221 /* obsolete 1221 /* obsolete
1222 while ( inc ) { 1222 while ( inc ) {
1223 inc->setZaurusStat( inc->revision () ); 1223 inc->setZaurusStat( inc->revision () );
1224 inc = iL.next(); 1224 inc = iL.next();
1225 } 1225 }
1226 */ 1226 */
1227#ifndef DESKTOP_VERSION 1227#ifndef DESKTOP_VERSION
1228 if ( sharpFormat ) 1228 if ( sharpFormat )
1229 sharpFormat->save(calendar); 1229 sharpFormat->save(calendar);
1230#endif 1230#endif
1231 if ( phoneFormat ) 1231 if ( phoneFormat )
1232 phoneFormat->save(calendar); 1232 phoneFormat->save(calendar);
1233 iL = calendar->rawIncidences(); 1233 iL = calendar->rawIncidences();
1234 inc = iL.first(); 1234 inc = iL.first();
1235 Incidence* loc; 1235 Incidence* loc;
1236 while ( inc ) { 1236 while ( inc ) {
1237 if ( inc->tempSyncStat() == SYNC_TEMPSTATE_NEW_ID ) { 1237 if ( inc->tempSyncStat() == SYNC_TEMPSTATE_NEW_ID ) {
1238 loc = mCalendar->incidence(inc->uid() ); 1238 loc = mCalendar->incidence(inc->uid() );
1239 if ( loc ) { 1239 if ( loc ) {
1240 loc->setID(mCurrentSyncDevice, inc->getID(mCurrentSyncDevice) ); 1240 loc->setID(mCurrentSyncDevice, inc->getID(mCurrentSyncDevice) );
1241 loc->setCsum( mCurrentSyncDevice, inc->getCsum(mCurrentSyncDevice) ); 1241 loc->setCsum( mCurrentSyncDevice, inc->getCsum(mCurrentSyncDevice) );
1242 } 1242 }
1243 } 1243 }
1244 inc = iL.next(); 1244 inc = iL.next();
1245 } 1245 }
1246 Incidence* lse = getLastSyncEvent(); 1246 Incidence* lse = getLastSyncEvent();
1247 if ( lse ) { 1247 if ( lse ) {
1248 lse->setReadOnly( false ); 1248 lse->setReadOnly( false );
1249 lse->setDescription( "" ); 1249 lse->setDescription( "" );
1250 lse->setReadOnly( true ); 1250 lse->setReadOnly( true );
1251 } 1251 }
1252 } 1252 }
1253 } 1253 }
1254 setModified( true ); 1254 setModified( true );
1255 } else { 1255 } else {
1256 QString question = i18n("Sorry, the database access\ncommand failed!\n\nNothing synced!\n") ; 1256 QString question = i18n("Sorry, the database access\ncommand failed!\n\nNothing synced!\n") ;
1257 QMessageBox::information( 0, i18n("KO/Pi Import - ERROR"), 1257 QMessageBox::information( 0, i18n("KO/Pi Import - ERROR"),
1258 question, i18n("Ok")) ; 1258 question, i18n("Ok")) ;
1259 1259
1260 } 1260 }
1261 delete calendar; 1261 delete calendar;
1262 updateView(); 1262 updateView();
1263 return ;//syncOK; 1263 return ;//syncOK;
1264 1264
1265} 1265}
1266void CalendarView::syncSharp() 1266void CalendarView::syncSharp()
1267{ 1267{
1268 syncExternal( 0 ); 1268 syncExternal( 0 );
1269 1269
1270} 1270}
1271 1271
1272 1272
1273#include <kabc/stdaddressbook.h> 1273#include <kabc/stdaddressbook.h>
1274bool CalendarView::importBday() 1274bool CalendarView::importBday()
1275{ 1275{
1276 KABC::StdAddressBook* AddressBook = KABC::StdAddressBook::self( true ); 1276 KABC::StdAddressBook* AddressBook = KABC::StdAddressBook::self( true );
1277 KABC::AddressBook::Iterator it; 1277 KABC::AddressBook::Iterator it;
1278 int count = 0; 1278 int count = 0;
1279 for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) { 1279 for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) {
1280 ++count; 1280 ++count;
1281 } 1281 }
1282 QProgressBar bar(count,0 ); 1282 QProgressBar bar(count,0 );
1283 int w = 300; 1283 int w = 300;
1284 if ( QApplication::desktop()->width() < 320 ) 1284 if ( QApplication::desktop()->width() < 320 )
1285 w = 220; 1285 w = 220;
1286 int h = bar.sizeHint().height() ; 1286 int h = bar.sizeHint().height() ;
1287 int dw = QApplication::desktop()->width(); 1287 int dw = QApplication::desktop()->width();
1288 int dh = QApplication::desktop()->height(); 1288 int dh = QApplication::desktop()->height();
1289 bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); 1289 bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h );
1290 bar.show(); 1290 bar.show();
1291 bar.setCaption (i18n("Reading addressbook - close to abort!") ); 1291 bar.setCaption (i18n("Reading addressbook - close to abort!") );
1292 qApp->processEvents(); 1292 qApp->processEvents();
1293 count = 0; 1293 count = 0;
1294 int addCount = 0; 1294 int addCount = 0;
1295 KCal::Attendee* a = 0; 1295 KCal::Attendee* a = 0;
1296 for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) { 1296 for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) {
1297 if ( ! bar.isVisible() ) 1297 if ( ! bar.isVisible() )
1298 return false; 1298 return false;
1299 bar.setProgress( count++ ); 1299 bar.setProgress( count++ );
1300 qApp->processEvents(); 1300 qApp->processEvents();
1301 //qDebug("add BDay %s %s", (*it).realName().latin1(),(*it).birthday().date().toString().latin1() ); 1301 //qDebug("add BDay %s %s", (*it).realName().latin1(),(*it).birthday().date().toString().latin1() );
1302 if ( (*it).birthday().date().isValid() ){ 1302 if ( (*it).birthday().date().isValid() ){
1303 a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ; 1303 a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ;
1304 if ( addAnniversary( (*it).birthday().date(), (*it).assembledName(), a, true ) ) 1304 if ( addAnniversary( (*it).birthday().date(), (*it).assembledName(), a, true ) )
1305 ++addCount; 1305 ++addCount;
1306 } 1306 }
1307 QDate anni = KGlobal::locale()->readDate( (*it).custom("KADDRESSBOOK", "X-Anniversary" ), "%Y-%m-%d"); 1307 QDate anni = KGlobal::locale()->readDate( (*it).custom("KADDRESSBOOK", "X-Anniversary" ), "%Y-%m-%d");
1308 if ( anni.isValid() ){ 1308 if ( anni.isValid() ){
1309 a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ; 1309 a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ;
1310 if ( addAnniversary( anni, (*it).assembledName(), a, false ) ) 1310 if ( addAnniversary( anni, (*it).assembledName(), a, false ) )
1311 ++addCount; 1311 ++addCount;
1312 } 1312 }
1313 } 1313 }
1314 updateView(); 1314 updateView();
1315 topLevelWidget()->setCaption(QString::number( addCount )+ i18n(" birthdays/anniversaries added!")); 1315 topLevelWidget()->setCaption(QString::number( addCount )+ i18n(" birthdays/anniversaries added!"));
1316 return true; 1316 return true;
1317} 1317}
1318 1318
1319bool CalendarView::addAnniversary( QDate date, QString name, KCal::Attendee* a, bool birthday) 1319bool CalendarView::addAnniversary( QDate date, QString name, KCal::Attendee* a, bool birthday)
1320{ 1320{
1321 //qDebug("addAnni "); 1321 //qDebug("addAnni ");
1322 Event * ev = new Event(); 1322 Event * ev = new Event();
1323 if ( a ) { 1323 if ( a ) {
1324 ev->addAttendee( a ); 1324 ev->addAttendee( a );
1325 } 1325 }
1326 QString kind; 1326 QString kind;
1327 if ( birthday ) 1327 if ( birthday )
1328 kind = i18n( "Birthday" ); 1328 kind = i18n( "Birthday" );
1329 else 1329 else
1330 kind = i18n( "Anniversary" ); 1330 kind = i18n( "Anniversary" );
1331 ev->setSummary( name + " - " + kind ); 1331 ev->setSummary( name + " - " + kind );
1332 ev->setOrganizer( "nobody@nowhere" ); 1332 ev->setOrganizer( "nobody@nowhere" );
1333 ev->setCategories( kind ); 1333 ev->setCategories( kind );
1334 ev->setDtStart( QDateTime(date) ); 1334 ev->setDtStart( QDateTime(date) );
1335 ev->setDtEnd( QDateTime(date) ); 1335 ev->setDtEnd( QDateTime(date) );
1336 ev->setFloats( true ); 1336 ev->setFloats( true );
1337 Recurrence * rec = ev->recurrence(); 1337 Recurrence * rec = ev->recurrence();
1338 rec->setYearly(Recurrence::rYearlyMonth,1,-1); 1338 rec->setYearly(Recurrence::rYearlyMonth,1,-1);
1339 rec->addYearlyNum( date.month() ); 1339 rec->addYearlyNum( date.month() );
1340 if ( !mCalendar->addAnniversaryNoDup( ev ) ) { 1340 if ( !mCalendar->addAnniversaryNoDup( ev ) ) {
1341 delete ev; 1341 delete ev;
1342 return false; 1342 return false;
1343 } 1343 }
1344 return true; 1344 return true;
1345 1345
1346} 1346}
1347bool CalendarView::importQtopia( const QString &categories, 1347bool CalendarView::importQtopia( const QString &categories,
1348 const QString &datebook, 1348 const QString &datebook,
1349 const QString &todolist ) 1349 const QString &todolist )
1350{ 1350{
1351 1351
1352 QtopiaFormat qtopiaFormat; 1352 QtopiaFormat qtopiaFormat;
1353 qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories)); 1353 qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories));
1354 if ( !categories.isEmpty() ) qtopiaFormat.load( mCalendar, categories ); 1354 if ( !categories.isEmpty() ) qtopiaFormat.load( mCalendar, categories );
1355 if ( !datebook.isEmpty() ) qtopiaFormat.load( mCalendar, datebook ); 1355 if ( !datebook.isEmpty() ) qtopiaFormat.load( mCalendar, datebook );
1356 if ( !todolist.isEmpty() ) qtopiaFormat.load( mCalendar, todolist ); 1356 if ( !todolist.isEmpty() ) qtopiaFormat.load( mCalendar, todolist );
1357 1357
1358 updateView(); 1358 updateView();
1359 return true; 1359 return true;
1360 1360
1361#if 0 1361#if 0
1362 mGlobalSyncMode = SYNC_MODE_QTOPIA; 1362 mGlobalSyncMode = SYNC_MODE_QTOPIA;
1363 mCurrentSyncDevice = "qtopia-XML"; 1363 mCurrentSyncDevice = "qtopia-XML";
1364 if ( KOPrefs::instance()->mAskForPreferences ) 1364 if ( KOPrefs::instance()->mAskForPreferences )
1365 edit_sync_options(); 1365 edit_sync_options();
1366 qApp->processEvents(); 1366 qApp->processEvents();
1367 CalendarLocal* calendar = new CalendarLocal(); 1367 CalendarLocal* calendar = new CalendarLocal();
1368 calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); 1368 calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId);
1369 bool syncOK = false; 1369 bool syncOK = false;
1370 QtopiaFormat qtopiaFormat; 1370 QtopiaFormat qtopiaFormat;
1371 qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories)); 1371 qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories));
1372 bool loadOk = true; 1372 bool loadOk = true;
1373 if ( !categories.isEmpty() ) 1373 if ( !categories.isEmpty() )
1374 loadOk = qtopiaFormat.load( calendar, categories ); 1374 loadOk = qtopiaFormat.load( calendar, categories );
1375 if ( loadOk && !datebook.isEmpty() ) 1375 if ( loadOk && !datebook.isEmpty() )
1376 loadOk = qtopiaFormat.load( calendar, datebook ); 1376 loadOk = qtopiaFormat.load( calendar, datebook );
1377 if ( loadOk && !todolist.isEmpty() ) 1377 if ( loadOk && !todolist.isEmpty() )
1378 loadOk = qtopiaFormat.load( calendar, todolist ); 1378 loadOk = qtopiaFormat.load( calendar, todolist );
1379 1379
1380 if ( loadOk ) { 1380 if ( loadOk ) {
1381 getEventViewerDialog()->setSyncMode( true ); 1381 getEventViewerDialog()->setSyncMode( true );
1382 syncOK = synchronizeCalendar( mCalendar, calendar, KOPrefs::instance()->mSyncAlgoPrefs ); 1382 syncOK = synchronizeCalendar( mCalendar, calendar, KOPrefs::instance()->mSyncAlgoPrefs );
1383 getEventViewerDialog()->setSyncMode( false ); 1383 getEventViewerDialog()->setSyncMode( false );
1384 qApp->processEvents(); 1384 qApp->processEvents();
1385 if ( syncOK ) { 1385 if ( syncOK ) {
1386 if ( KOPrefs::instance()->mWriteBackFile ) 1386 if ( KOPrefs::instance()->mWriteBackFile )
1387 { 1387 {
1388 // write back XML file 1388 // write back XML file
1389 1389
1390 } 1390 }
1391 setModified( true ); 1391 setModified( true );
1392 } 1392 }
1393 } else { 1393 } else {
1394 QString question = i18n("Sorry, the file loading\ncommand failed!\n\nNothing synced!\n") ; 1394 QString question = i18n("Sorry, the file loading\ncommand failed!\n\nNothing synced!\n") ;
1395 QMessageBox::information( 0, i18n("KO/Pi Sync - ERROR"), 1395 QMessageBox::information( 0, i18n("KO/Pi Sync - ERROR"),
1396 question, i18n("Ok")) ; 1396 question, i18n("Ok")) ;
1397 } 1397 }
1398 delete calendar; 1398 delete calendar;
1399 updateView(); 1399 updateView();
1400 return syncOK; 1400 return syncOK;
1401 1401
1402 1402
1403#endif 1403#endif
1404 1404
1405} 1405}
1406 1406
1407void CalendarView::setSyncEventsReadOnly() 1407void CalendarView::setSyncEventsReadOnly()
1408{ 1408{
1409 Event * ev; 1409 Event * ev;
1410 QPtrList<Event> eL = mCalendar->rawEvents(); 1410 QPtrList<Event> eL = mCalendar->rawEvents();
1411 ev = eL.first(); 1411 ev = eL.first();
1412 while ( ev ) { 1412 while ( ev ) {
1413 if ( ev->uid().left(15) == QString("last-syncEvent-") ) 1413 if ( ev->uid().left(15) == QString("last-syncEvent-") )
1414 ev->setReadOnly( true ); 1414 ev->setReadOnly( true );
1415 ev = eL.next(); 1415 ev = eL.next();
1416 } 1416 }
1417} 1417}
1418bool CalendarView::openCalendar(QString filename, bool merge) 1418bool CalendarView::openCalendar(QString filename, bool merge)
1419{ 1419{
1420 1420
1421 if (filename.isEmpty()) { 1421 if (filename.isEmpty()) {
1422 return false; 1422 return false;
1423 } 1423 }
1424 1424
1425 if (!QFile::exists(filename)) { 1425 if (!QFile::exists(filename)) {
1426 KMessageBox::error(this,i18n("File does not exist:\n '%1'.").arg(filename)); 1426 KMessageBox::error(this,i18n("File does not exist:\n '%1'.").arg(filename));
1427 return false; 1427 return false;
1428 } 1428 }
1429 1429
1430 globalFlagBlockAgenda = 1; 1430 globalFlagBlockAgenda = 1;
1431 if (!merge) mCalendar->close(); 1431 if (!merge) mCalendar->close();
1432 1432
1433 mStorage->setFileName( filename ); 1433 mStorage->setFileName( filename );
1434 1434
1435 if ( mStorage->load(KOPrefs::instance()->mUseQuicksave) ) { 1435 if ( mStorage->load(KOPrefs::instance()->mUseQuicksave) ) {
1436 if ( merge ) ;//setModified( true ); 1436 if ( merge ) ;//setModified( true );
1437 else { 1437 else {
1438 //setModified( true ); 1438 //setModified( true );
1439 mViewManager->setDocumentId( filename ); 1439 mViewManager->setDocumentId( filename );
1440 mDialogManager->setDocumentId( filename ); 1440 mDialogManager->setDocumentId( filename );
1441 mTodoList->setDocumentId( filename ); 1441 mTodoList->setDocumentId( filename );
1442 } 1442 }
1443 globalFlagBlockAgenda = 2; 1443 globalFlagBlockAgenda = 2;
1444 // if ( getLastSyncEvent() ) 1444 // if ( getLastSyncEvent() )
1445 // getLastSyncEvent()->setReadOnly( true ); 1445 // getLastSyncEvent()->setReadOnly( true );
1446 mCalendar->reInitAlarmSettings(); 1446 mCalendar->reInitAlarmSettings();
1447 setSyncEventsReadOnly(); 1447 setSyncEventsReadOnly();
1448 updateUnmanagedViews(); 1448 updateUnmanagedViews();
1449 updateView(); 1449 updateView();
1450 if ( filename != MainWindow::defaultFileName() ) 1450 if ( filename != MainWindow::defaultFileName() )
1451 saveCalendar( MainWindow::defaultFileName() ); 1451 saveCalendar( MainWindow::defaultFileName() );
1452 loadedFileVersion = QDateTime::currentDateTime(); 1452 loadedFileVersion = QDateTime::currentDateTime();
1453 return true; 1453 return true;
1454 } else { 1454 } else {
1455 // while failing to load, the calendar object could 1455 // while failing to load, the calendar object could
1456 // have become partially populated. Clear it out. 1456 // have become partially populated. Clear it out.
1457 if ( !merge ) mCalendar->close(); 1457 if ( !merge ) mCalendar->close();
1458 1458
1459 KMessageBox::error(this,i18n("Couldn't load calendar\n '%1'.").arg(filename)); 1459 KMessageBox::error(this,i18n("Couldn't load calendar\n '%1'.").arg(filename));
1460 1460
1461 globalFlagBlockAgenda = 2; 1461 globalFlagBlockAgenda = 2;
1462 updateView(); 1462 updateView();
1463 } 1463 }
1464 return false; 1464 return false;
1465} 1465}
1466void CalendarView::setLoadedFileVersion(QDateTime dt) 1466void CalendarView::setLoadedFileVersion(QDateTime dt)
1467{ 1467{
1468 loadedFileVersion = dt; 1468 loadedFileVersion = dt;
1469} 1469}
1470bool CalendarView::checkFileChanged(QString fn) 1470bool CalendarView::checkFileChanged(QString fn)
1471{ 1471{
1472 QFileInfo finf ( fn ); 1472 QFileInfo finf ( fn );
1473 if ( !finf.exists() ) 1473 if ( !finf.exists() )
1474 return true; 1474 return true;
1475 QDateTime dt = finf.lastModified (); 1475 QDateTime dt = finf.lastModified ();
1476 if ( dt <= loadedFileVersion ) 1476 if ( dt <= loadedFileVersion )
1477 return false; 1477 return false;
1478 return true; 1478 return true;
1479 1479
1480} 1480}
1481bool CalendarView::checkFileVersion(QString fn) 1481bool CalendarView::checkFileVersion(QString fn)
1482{ 1482{
1483 QFileInfo finf ( fn ); 1483 QFileInfo finf ( fn );
1484 if ( !finf.exists() ) 1484 if ( !finf.exists() )
1485 return true; 1485 return true;
1486 QDateTime dt = finf.lastModified (); 1486 QDateTime dt = finf.lastModified ();
1487 //qDebug("loaded file version %s",loadedFileVersion.toString().latin1()); 1487 //qDebug("loaded file version %s",loadedFileVersion.toString().latin1());
1488 //qDebug("file on disk version %s",dt.toString().latin1()); 1488 //qDebug("file on disk version %s",dt.toString().latin1());
1489 if ( dt <= loadedFileVersion ) 1489 if ( dt <= loadedFileVersion )
1490 return true; 1490 return true;
1491 int km = KMessageBox::warningYesNoCancel(this, i18n("\nThe file on disk has changed!\nFile size: %1 bytes.\nLast modified: %2\nDo you want to:\n\n - Save and overwrite file?\n - Sync with file, then save?\n - Cancel without saving? \n").arg( QString::number( finf.size())).arg( KGlobal::locale()->formatDateTime(finf.lastModified (), true, false)) , 1491 int km = KMessageBox::warningYesNoCancel(this, i18n("\nThe file on disk has changed!\nFile size: %1 bytes.\nLast modified: %2\nDo you want to:\n\n - Save and overwrite file?\n - Sync with file, then save?\n - Cancel without saving? \n").arg( QString::number( finf.size())).arg( KGlobal::locale()->formatDateTime(finf.lastModified (), true, false)) ,
1492 i18n("KO/Pi Warning"),i18n("Overwrite"), 1492 i18n("KO/Pi Warning"),i18n("Overwrite"),
1493 i18n("Sync+save")); 1493 i18n("Sync+save"));
1494 1494
1495 if ( km == KMessageBox::Cancel ) 1495 if ( km == KMessageBox::Cancel )
1496 return false; 1496 return false;
1497 if ( km == KMessageBox::Yes ) 1497 if ( km == KMessageBox::Yes )
1498 return true; 1498 return true;
1499 1499
1500 setSyncDevice("deleteaftersync" ); 1500 setSyncDevice("deleteaftersync" );
1501 KOPrefs::instance()->mAskForPreferences = true; 1501 KOPrefs::instance()->mAskForPreferences = true;
1502 KOPrefs::instance()->mSyncAlgoPrefs = 3; 1502 KOPrefs::instance()->mSyncAlgoPrefs = 3;
1503 KOPrefs::instance()->mWriteBackFile = false; 1503 KOPrefs::instance()->mWriteBackFile = false;
1504 KOPrefs::instance()->mWriteBackExistingOnly = false; 1504 KOPrefs::instance()->mWriteBackExistingOnly = false;
1505 KOPrefs::instance()->mShowSyncSummary = false; 1505 KOPrefs::instance()->mShowSyncSummary = false;
1506 syncCalendar( fn, 3 ); 1506 syncCalendar( fn, 3 );
1507 Event * e = getLastSyncEvent(); 1507 Event * e = getLastSyncEvent();
1508 mCalendar->deleteEvent ( e ); 1508 mCalendar->deleteEvent ( e );
1509 updateView(); 1509 updateView();
1510 return true; 1510 return true;
1511} 1511}
1512 1512
1513bool CalendarView::saveCalendar( QString filename ) 1513bool CalendarView::saveCalendar( QString filename )
1514{ 1514{
1515 1515
1516 // Store back all unsaved data into calendar object 1516 // Store back all unsaved data into calendar object
1517 // qDebug("file %s %d ", filename.latin1() , mViewManager->currentView() ); 1517 // qDebug("file %s %d ", filename.latin1() , mViewManager->currentView() );
1518 if ( mViewManager->currentView() ) 1518 if ( mViewManager->currentView() )
1519 mViewManager->currentView()->flushView(); 1519 mViewManager->currentView()->flushView();
1520 1520
1521 //mStorage->setFileName( filename ); 1521 //mStorage->setFileName( filename );
1522 1522
1523 mStorage->setSaveFormat( new ICalFormat( KOPrefs::instance()->mUseQuicksave) ); 1523 mStorage->setSaveFormat( new ICalFormat( KOPrefs::instance()->mUseQuicksave) );
1524 mStorage->setFileName( filename ); 1524 mStorage->setFileName( filename );
1525 bool success; 1525 bool success;
1526 success = mStorage->save(); 1526 success = mStorage->save();
1527 if ( !success ) { 1527 if ( !success ) {
1528 return false; 1528 return false;
1529 } 1529 }
1530 1530
1531 return true; 1531 return true;
1532} 1532}
1533 1533
1534void CalendarView::closeCalendar() 1534void CalendarView::closeCalendar()
1535{ 1535{
1536 1536
1537 // child windows no longer valid 1537 // child windows no longer valid
1538 emit closingDown(); 1538 emit closingDown();
1539 1539
1540 mCalendar->close(); 1540 mCalendar->close();
1541 setModified(false); 1541 setModified(false);
1542 updateView(); 1542 updateView();
1543} 1543}
1544 1544
1545void CalendarView::archiveCalendar() 1545void CalendarView::archiveCalendar()
1546{ 1546{
1547 mDialogManager->showArchiveDialog(); 1547 mDialogManager->showArchiveDialog();
1548} 1548}
1549 1549
1550 1550
1551void CalendarView::readSettings() 1551void CalendarView::readSettings()
1552{ 1552{
1553 1553
1554 1554
1555 // mViewManager->showAgendaView(); 1555 // mViewManager->showAgendaView();
1556 QString str; 1556 QString str;
1557 //qDebug("CalendarView::readSettings() "); 1557 //qDebug("CalendarView::readSettings() ");
1558 // read settings from the KConfig, supplying reasonable 1558 // read settings from the KConfig, supplying reasonable
1559 // defaults where none are to be found 1559 // defaults where none are to be found
1560 KConfig *config = KOGlobals::config(); 1560 KConfig *config = KOGlobals::config();
1561#ifndef KORG_NOSPLITTER 1561#ifndef KORG_NOSPLITTER
1562 config->setGroup("KOrganizer Geometry"); 1562 config->setGroup("KOrganizer Geometry");
1563 1563
1564 QValueList<int> sizes = config->readIntListEntry("Separator1"); 1564 QValueList<int> sizes = config->readIntListEntry("Separator1");
1565 if (sizes.count() != 2) { 1565 if (sizes.count() != 2) {
1566 sizes << mDateNavigator->minimumSizeHint().width(); 1566 sizes << mDateNavigator->minimumSizeHint().width();
1567 sizes << 300; 1567 sizes << 300;
1568 } 1568 }
1569 mPanner->setSizes(sizes); 1569 mPanner->setSizes(sizes);
1570 1570
1571 sizes = config->readIntListEntry("Separator2"); 1571 sizes = config->readIntListEntry("Separator2");
1572 if ( ( mResourceView && sizes.count() == 4 ) || 1572 if ( ( mResourceView && sizes.count() == 4 ) ||
1573 ( !mResourceView && sizes.count() == 3 ) ) { 1573 ( !mResourceView && sizes.count() == 3 ) ) {
1574 mLeftSplitter->setSizes(sizes); 1574 mLeftSplitter->setSizes(sizes);
1575 } 1575 }
1576#endif 1576#endif
1577 globalFlagBlockAgenda = 1; 1577 globalFlagBlockAgenda = 1;
1578 mViewManager->showAgendaView(); 1578 mViewManager->showAgendaView();
1579 //mViewManager->readSettings( config ); 1579 //mViewManager->readSettings( config );
1580 mTodoList->restoreLayout(config,QString("Todo Layout")); 1580 mTodoList->restoreLayout(config,QString("Todo Layout"));
1581 readFilterSettings(config); 1581 readFilterSettings(config);
1582 config->setGroup( "Views" ); 1582 config->setGroup( "Views" );
1583 int dateCount = config->readNumEntry( "ShownDatesCount", 7 ); 1583 int dateCount = config->readNumEntry( "ShownDatesCount", 7 );
1584 if ( dateCount == 5 ) mNavigator->selectWorkWeek(); 1584 if ( dateCount == 5 ) mNavigator->selectWorkWeek();
1585 else if ( dateCount == 7 ) mNavigator->selectWeek(); 1585 else if ( dateCount == 7 ) mNavigator->selectWeek();
1586 else mNavigator->selectDates( dateCount ); 1586 else mNavigator->selectDates( dateCount );
1587 // mViewManager->readSettings( config ); 1587 // mViewManager->readSettings( config );
1588 updateConfig(); 1588 updateConfig();
1589 globalFlagBlockAgenda = 2; 1589 globalFlagBlockAgenda = 2;
1590 mViewManager->readSettings( config ); 1590 mViewManager->readSettings( config );
1591#ifdef DESKTOP_VERSION 1591#ifdef DESKTOP_VERSION
1592 config->setGroup("WidgetLayout"); 1592 config->setGroup("WidgetLayout");
1593 QStringList list; 1593 QStringList list;
1594 list = config->readListEntry("MainLayout"); 1594 list = config->readListEntry("MainLayout");
1595 int x,y,w,h; 1595 int x,y,w,h;
1596 if ( ! list.isEmpty() ) { 1596 if ( ! list.isEmpty() ) {
1597 x = list[0].toInt(); 1597 x = list[0].toInt();
1598 y = list[1].toInt(); 1598 y = list[1].toInt();
1599 w = list[2].toInt(); 1599 w = list[2].toInt();
1600 h = list[3].toInt(); 1600 h = list[3].toInt();
1601 topLevelWidget()->setGeometry(x,y,w,h); 1601 topLevelWidget()->setGeometry(x,y,w,h);
1602 1602
1603 } else { 1603 } else {
1604 topLevelWidget()->setGeometry( 40 ,40 , 640, 440); 1604 topLevelWidget()->setGeometry( 40 ,40 , 640, 440);
1605 } 1605 }
1606 list = config->readListEntry("EditEventLayout"); 1606 list = config->readListEntry("EditEventLayout");
1607 if ( ! list.isEmpty() ) { 1607 if ( ! list.isEmpty() ) {
1608 x = list[0].toInt(); 1608 x = list[0].toInt();
1609 y = list[1].toInt(); 1609 y = list[1].toInt();
1610 w = list[2].toInt(); 1610 w = list[2].toInt();
1611 h = list[3].toInt(); 1611 h = list[3].toInt();
1612 mEventEditor->setGeometry(x,y,w,h); 1612 mEventEditor->setGeometry(x,y,w,h);
1613 1613
1614 } 1614 }
1615 list = config->readListEntry("EditTodoLayout"); 1615 list = config->readListEntry("EditTodoLayout");
1616 if ( ! list.isEmpty() ) { 1616 if ( ! list.isEmpty() ) {
1617 x = list[0].toInt(); 1617 x = list[0].toInt();
1618 y = list[1].toInt(); 1618 y = list[1].toInt();
1619 w = list[2].toInt(); 1619 w = list[2].toInt();
1620 h = list[3].toInt(); 1620 h = list[3].toInt();
1621 mTodoEditor->setGeometry(x,y,w,h); 1621 mTodoEditor->setGeometry(x,y,w,h);
1622 1622
1623 } 1623 }
1624 list = config->readListEntry("ViewerLayout"); 1624 list = config->readListEntry("ViewerLayout");
1625 if ( ! list.isEmpty() ) { 1625 if ( ! list.isEmpty() ) {
1626 x = list[0].toInt(); 1626 x = list[0].toInt();
1627 y = list[1].toInt(); 1627 y = list[1].toInt();
1628 w = list[2].toInt(); 1628 w = list[2].toInt();
1629 h = list[3].toInt(); 1629 h = list[3].toInt();
1630 getEventViewerDialog()->setGeometry(x,y,w,h); 1630 getEventViewerDialog()->setGeometry(x,y,w,h);
1631 } 1631 }
1632#endif 1632#endif
1633 1633
1634} 1634}
1635 1635
1636 1636
1637void CalendarView::writeSettings() 1637void CalendarView::writeSettings()
1638{ 1638{
1639 // kdDebug() << "CalendarView::writeSettings" << endl; 1639 // kdDebug() << "CalendarView::writeSettings" << endl;
1640 1640
1641 KConfig *config = KOGlobals::config(); 1641 KConfig *config = KOGlobals::config();
1642 1642
1643#ifndef KORG_NOSPLITTER 1643#ifndef KORG_NOSPLITTER
1644 config->setGroup("KOrganizer Geometry"); 1644 config->setGroup("KOrganizer Geometry");
1645 1645
1646 QValueList<int> list = mPanner->sizes(); 1646 QValueList<int> list = mPanner->sizes();
1647 config->writeEntry("Separator1",list); 1647 config->writeEntry("Separator1",list);
1648 1648
1649 list = mLeftSplitter->sizes(); 1649 list = mLeftSplitter->sizes();
1650 config->writeEntry("Separator2",list); 1650 config->writeEntry("Separator2",list);
1651#endif 1651#endif
1652 1652
1653 mViewManager->writeSettings( config ); 1653 mViewManager->writeSettings( config );
1654 mTodoList->saveLayout(config,QString("Todo Layout")); 1654 mTodoList->saveLayout(config,QString("Todo Layout"));
1655 mDialogManager->writeSettings( config ); 1655 mDialogManager->writeSettings( config );
1656 //KOPrefs::instance()->usrWriteConfig(); 1656 //KOPrefs::instance()->usrWriteConfig();
1657 KOPrefs::instance()->writeConfig(); 1657 KOPrefs::instance()->writeConfig();
1658 1658
1659 writeFilterSettings(config); 1659 writeFilterSettings(config);
1660 1660
1661 config->setGroup( "Views" ); 1661 config->setGroup( "Views" );
1662 config->writeEntry( "ShownDatesCount", mNavigator->selectedDates().count() ); 1662 config->writeEntry( "ShownDatesCount", mNavigator->selectedDates().count() );
1663 1663
1664#ifdef DESKTOP_VERSION 1664#ifdef DESKTOP_VERSION
1665 config->setGroup("WidgetLayout"); 1665 config->setGroup("WidgetLayout");
1666 QStringList list ;//= config->readListEntry("MainLayout"); 1666 QStringList list ;//= config->readListEntry("MainLayout");
1667 int x,y,w,h; 1667 int x,y,w,h;
1668 QWidget* wid; 1668 QWidget* wid;
1669 wid = topLevelWidget(); 1669 wid = topLevelWidget();
1670 x = wid->geometry().x(); 1670 x = wid->geometry().x();
1671 y = wid->geometry().y(); 1671 y = wid->geometry().y();
1672 w = wid->width(); 1672 w = wid->width();
1673 h = wid->height(); 1673 h = wid->height();
1674 list.clear(); 1674 list.clear();
1675 list << QString::number( x ); 1675 list << QString::number( x );
1676 list << QString::number( y ); 1676 list << QString::number( y );
1677 list << QString::number( w ); 1677 list << QString::number( w );
1678 list << QString::number( h ); 1678 list << QString::number( h );
1679 config->writeEntry("MainLayout",list ); 1679 config->writeEntry("MainLayout",list );
1680 1680
1681 wid = mEventEditor; 1681 wid = mEventEditor;
1682 x = wid->geometry().x(); 1682 x = wid->geometry().x();
1683 y = wid->geometry().y(); 1683 y = wid->geometry().y();
1684 w = wid->width(); 1684 w = wid->width();
1685 h = wid->height(); 1685 h = wid->height();
1686 list.clear(); 1686 list.clear();
1687 list << QString::number( x ); 1687 list << QString::number( x );
1688 list << QString::number( y ); 1688 list << QString::number( y );
1689 list << QString::number( w ); 1689 list << QString::number( w );
1690 list << QString::number( h ); 1690 list << QString::number( h );
1691 config->writeEntry("EditEventLayout",list ); 1691 config->writeEntry("EditEventLayout",list );
1692 1692
1693 wid = mTodoEditor; 1693 wid = mTodoEditor;
1694 x = wid->geometry().x(); 1694 x = wid->geometry().x();
1695 y = wid->geometry().y(); 1695 y = wid->geometry().y();
1696 w = wid->width(); 1696 w = wid->width();
1697 h = wid->height(); 1697 h = wid->height();
1698 list.clear(); 1698 list.clear();
1699 list << QString::number( x ); 1699 list << QString::number( x );
1700 list << QString::number( y ); 1700 list << QString::number( y );
1701 list << QString::number( w ); 1701 list << QString::number( w );
1702 list << QString::number( h ); 1702 list << QString::number( h );
1703 config->writeEntry("EditTodoLayout",list ); 1703 config->writeEntry("EditTodoLayout",list );
1704 wid = getEventViewerDialog(); 1704 wid = getEventViewerDialog();
1705 x = wid->geometry().x(); 1705 x = wid->geometry().x();
1706 y = wid->geometry().y(); 1706 y = wid->geometry().y();
1707 w = wid->width(); 1707 w = wid->width();
1708 h = wid->height(); 1708 h = wid->height();
1709 list.clear(); 1709 list.clear();
1710 list << QString::number( x ); 1710 list << QString::number( x );
1711 list << QString::number( y ); 1711 list << QString::number( y );
1712 list << QString::number( w ); 1712 list << QString::number( w );
1713 list << QString::number( h ); 1713 list << QString::number( h );
1714 config->writeEntry("ViewerLayout",list ); 1714 config->writeEntry("ViewerLayout",list );
1715 wid = mDialogManager->getSearchDialog(); 1715 wid = mDialogManager->getSearchDialog();
1716 if ( wid ) { 1716 if ( wid ) {
1717 x = wid->geometry().x(); 1717 x = wid->geometry().x();
1718 y = wid->geometry().y(); 1718 y = wid->geometry().y();
1719 w = wid->width(); 1719 w = wid->width();
1720 h = wid->height(); 1720 h = wid->height();
1721 list.clear(); 1721 list.clear();
1722 list << QString::number( x ); 1722 list << QString::number( x );
1723 list << QString::number( y ); 1723 list << QString::number( y );
1724 list << QString::number( w ); 1724 list << QString::number( w );
1725 list << QString::number( h ); 1725 list << QString::number( h );
1726 config->writeEntry("SearchLayout",list ); 1726 config->writeEntry("SearchLayout",list );
1727 } 1727 }
1728#endif 1728#endif
1729 1729
1730 1730
1731 config->sync(); 1731 config->sync();
1732} 1732}
1733 1733
1734void CalendarView::readFilterSettings(KConfig *config) 1734void CalendarView::readFilterSettings(KConfig *config)
1735{ 1735{
1736 // kdDebug() << "CalendarView::readFilterSettings()" << endl; 1736 // kdDebug() << "CalendarView::readFilterSettings()" << endl;
1737 1737
1738 mFilters.clear(); 1738 mFilters.clear();
1739 1739
1740 config->setGroup("General"); 1740 config->setGroup("General");
1741 QStringList filterList = config->readListEntry("CalendarFilters"); 1741 QStringList filterList = config->readListEntry("CalendarFilters");
1742 1742
1743 QStringList::ConstIterator it = filterList.begin(); 1743 QStringList::ConstIterator it = filterList.begin();
1744 QStringList::ConstIterator end = filterList.end(); 1744 QStringList::ConstIterator end = filterList.end();
1745 while(it != end) { 1745 while(it != end) {
1746 // kdDebug() << " filter: " << (*it) << endl; 1746 // kdDebug() << " filter: " << (*it) << endl;
1747 1747
1748 CalFilter *filter; 1748 CalFilter *filter;
1749 filter = new CalFilter(*it); 1749 filter = new CalFilter(*it);
1750 config->setGroup("Filter_" + (*it)); 1750 config->setGroup("Filter_" + (*it));
1751 //qDebug("readFilterSettings %d ",config->readNumEntry("Criteria",0) ); 1751 //qDebug("readFilterSettings %d ",config->readNumEntry("Criteria",0) );
1752 filter->setCriteria(config->readNumEntry("Criteria",0)); 1752 filter->setCriteria(config->readNumEntry("Criteria",0));
1753 filter->setCategoryList(config->readListEntry("CategoryList")); 1753 filter->setCategoryList(config->readListEntry("CategoryList"));
1754 mFilters.append(filter); 1754 mFilters.append(filter);
1755 1755
1756 ++it; 1756 ++it;
1757 } 1757 }
1758 1758
1759 if (mFilters.count() == 0) { 1759 if (mFilters.count() == 0) {
1760 CalFilter *filter = new CalFilter(i18n("Default")); 1760 CalFilter *filter = new CalFilter(i18n("Default"));
1761 mFilters.append(filter); 1761 mFilters.append(filter);
1762 } 1762 }
1763 mFilterView->updateFilters(); 1763 mFilterView->updateFilters();
1764 config->setGroup("FilterView"); 1764 config->setGroup("FilterView");
1765 1765
1766 mFilterView->blockSignals(true); 1766 mFilterView->blockSignals(true);
1767 mFilterView->setFiltersEnabled(config->readBoolEntry("FilterEnabled")); 1767 mFilterView->setFiltersEnabled(config->readBoolEntry("FilterEnabled"));
1768 mFilterView->setSelectedFilter(config->readEntry("Current Filter")); 1768 mFilterView->setSelectedFilter(config->readEntry("Current Filter"));
1769 mFilterView->blockSignals(false); 1769 mFilterView->blockSignals(false);
1770 // We do it manually to avoid it being done twice by the above calls 1770 // We do it manually to avoid it being done twice by the above calls
1771 updateFilter(); 1771 updateFilter();
1772} 1772}
1773 1773
1774void CalendarView::writeFilterSettings(KConfig *config) 1774void CalendarView::writeFilterSettings(KConfig *config)
1775{ 1775{
1776 // kdDebug() << "CalendarView::writeFilterSettings()" << endl; 1776 // kdDebug() << "CalendarView::writeFilterSettings()" << endl;
1777 1777
1778 QStringList filterList; 1778 QStringList filterList;
1779 1779
1780 CalFilter *filter = mFilters.first(); 1780 CalFilter *filter = mFilters.first();
1781 while(filter) { 1781 while(filter) {
1782 // kdDebug() << " fn: " << filter->name() << endl; 1782 // kdDebug() << " fn: " << filter->name() << endl;
1783 filterList << filter->name(); 1783 filterList << filter->name();
1784 config->setGroup("Filter_" + filter->name()); 1784 config->setGroup("Filter_" + filter->name());
1785 config->writeEntry("Criteria",filter->criteria()); 1785 config->writeEntry("Criteria",filter->criteria());
1786 config->writeEntry("CategoryList",filter->categoryList()); 1786 config->writeEntry("CategoryList",filter->categoryList());
1787 filter = mFilters.next(); 1787 filter = mFilters.next();
1788 } 1788 }
1789 config->setGroup("General"); 1789 config->setGroup("General");
1790 config->writeEntry("CalendarFilters",filterList); 1790 config->writeEntry("CalendarFilters",filterList);
1791 1791
1792 config->setGroup("FilterView"); 1792 config->setGroup("FilterView");
1793 config->writeEntry("FilterEnabled",mFilterView->filtersEnabled()); 1793 config->writeEntry("FilterEnabled",mFilterView->filtersEnabled());
1794 config->writeEntry("Current Filter",mFilterView->selectedFilter()->name()); 1794 config->writeEntry("Current Filter",mFilterView->selectedFilter()->name());
1795} 1795}
1796 1796
1797 1797
1798void CalendarView::goToday() 1798void CalendarView::goToday()
1799{ 1799{
1800 mNavigator->selectToday(); 1800 mNavigator->selectToday();
1801} 1801}
1802 1802
1803void CalendarView::goNext() 1803void CalendarView::goNext()
1804{ 1804{
1805 mNavigator->selectNext(); 1805 mNavigator->selectNext();
1806} 1806}
1807 1807
1808void CalendarView::goPrevious() 1808void CalendarView::goPrevious()
1809{ 1809{
1810 mNavigator->selectPrevious(); 1810 mNavigator->selectPrevious();
1811} 1811}
1812void CalendarView::goNextMonth() 1812void CalendarView::goNextMonth()
1813{ 1813{
1814 mNavigator->selectNextMonth(); 1814 mNavigator->selectNextMonth();
1815} 1815}
1816 1816
1817void CalendarView::goPreviousMonth() 1817void CalendarView::goPreviousMonth()
1818{ 1818{
1819 mNavigator->selectPreviousMonth(); 1819 mNavigator->selectPreviousMonth();
1820} 1820}
1821void CalendarView::writeLocale() 1821void CalendarView::writeLocale()
1822{ 1822{
1823 KGlobal::locale()->setHore24Format( !KOPrefs::instance()->mPreferredTime ); 1823 KGlobal::locale()->setHore24Format( !KOPrefs::instance()->mPreferredTime );
1824 KGlobal::locale()->setWeekStartMonday( !KOPrefs::instance()->mWeekStartsOnSunday ); 1824 KGlobal::locale()->setWeekStartMonday( !KOPrefs::instance()->mWeekStartsOnSunday );
1825 KGlobal::locale()->setIntDateFormat( (KLocale::IntDateFormat)KOPrefs::instance()->mPreferredDate ); 1825 KGlobal::locale()->setIntDateFormat( (KLocale::IntDateFormat)KOPrefs::instance()->mPreferredDate );
1826 KGlobal::locale()->setLanguage( KOPrefs::instance()->mPreferredLanguage ); 1826 KGlobal::locale()->setLanguage( KOPrefs::instance()->mPreferredLanguage );
1827 QString dummy = KOPrefs::instance()->mUserDateFormatLong; 1827 QString dummy = KOPrefs::instance()->mUserDateFormatLong;
1828 KGlobal::locale()->setDateFormat(dummy.replace( QRegExp("K"), QString(",") )); 1828 KGlobal::locale()->setDateFormat(dummy.replace( QRegExp("K"), QString(",") ));
1829 dummy = KOPrefs::instance()->mUserDateFormatShort; 1829 dummy = KOPrefs::instance()->mUserDateFormatShort;
1830 KGlobal::locale()->setDateFormatShort(dummy.replace( QRegExp("K"), QString(",") )); 1830 KGlobal::locale()->setDateFormatShort(dummy.replace( QRegExp("K"), QString(",") ));
1831 KGlobal::locale()->setDaylightSaving( KOPrefs::instance()->mUseDaylightsaving, 1831 KGlobal::locale()->setDaylightSaving( KOPrefs::instance()->mUseDaylightsaving,
1832 KOPrefs::instance()->mDaylightsavingStart, 1832 KOPrefs::instance()->mDaylightsavingStart,
1833 KOPrefs::instance()->mDaylightsavingEnd ); 1833 KOPrefs::instance()->mDaylightsavingEnd );
1834 KGlobal::locale()->setTimezone( KOPrefs::instance()->mTimeZoneId ); 1834 KGlobal::locale()->setTimezone( KOPrefs::instance()->mTimeZoneId );
1835} 1835}
1836void CalendarView::updateConfig() 1836void CalendarView::updateConfig()
1837{ 1837{
1838 writeLocale(); 1838 writeLocale();
1839 if ( KOPrefs::instance()->mUseAppColors ) 1839 if ( KOPrefs::instance()->mUseAppColors )
1840 QApplication::setPalette( QPalette (KOPrefs::instance()->mAppColor1, KOPrefs::instance()->mAppColor2), true ); 1840 QApplication::setPalette( QPalette (KOPrefs::instance()->mAppColor1, KOPrefs::instance()->mAppColor2), true );
1841 emit configChanged(); 1841 emit configChanged();
1842 mTodoList->updateConfig(); 1842 mTodoList->updateConfig();
1843 // mDateNavigator->setFont ( KOPrefs::instance()->mDateNavigatorFont); 1843 // mDateNavigator->setFont ( KOPrefs::instance()->mDateNavigatorFont);
1844 mCalendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); 1844 mCalendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId);
1845 // To make the "fill window" configurations work 1845 // To make the "fill window" configurations work
1846 //mViewManager->raiseCurrentView(); 1846 //mViewManager->raiseCurrentView();
1847} 1847}
1848 1848
1849 1849
1850void CalendarView::eventChanged(Event *event) 1850void CalendarView::eventChanged(Event *event)
1851{ 1851{
1852 changeEventDisplay(event,KOGlobals::EVENTEDITED); 1852 changeEventDisplay(event,KOGlobals::EVENTEDITED);
1853 //updateUnmanagedViews(); 1853 //updateUnmanagedViews();
1854} 1854}
1855 1855
1856void CalendarView::eventAdded(Event *event) 1856void CalendarView::eventAdded(Event *event)
1857{ 1857{
1858 changeEventDisplay(event,KOGlobals::EVENTADDED); 1858 changeEventDisplay(event,KOGlobals::EVENTADDED);
1859} 1859}
1860 1860
1861void CalendarView::eventToBeDeleted(Event *) 1861void CalendarView::eventToBeDeleted(Event *)
1862{ 1862{
1863 kdDebug() << "CalendarView::eventToBeDeleted(): to be implemented" << endl; 1863 kdDebug() << "CalendarView::eventToBeDeleted(): to be implemented" << endl;
1864} 1864}
1865 1865
1866void CalendarView::eventDeleted() 1866void CalendarView::eventDeleted()
1867{ 1867{
1868 changeEventDisplay(0,KOGlobals::EVENTDELETED); 1868 changeEventDisplay(0,KOGlobals::EVENTDELETED);
1869} 1869}
1870void CalendarView::changeTodoDisplay(Todo *which, int action) 1870void CalendarView::changeTodoDisplay(Todo *which, int action)
1871{ 1871{
1872 changeIncidenceDisplay((Incidence *)which, action); 1872 changeIncidenceDisplay((Incidence *)which, action);
1873 mDateNavigator->updateView(); 1873 mDateNavigator->updateView();
1874 //mDialogManager->updateSearchDialog(); 1874 //mDialogManager->updateSearchDialog();
1875 1875
1876 if (which) { 1876 if (which) {
1877 mViewManager->currentView()->updateView(); 1877 mViewManager->currentView()->updateView();
1878 mTodoList->updateView(); 1878 //mTodoList->updateView();
1879 } 1879 }
1880 1880
1881} 1881}
1882 1882
1883void CalendarView::changeIncidenceDisplay(Incidence *which, int action) 1883void CalendarView::changeIncidenceDisplay(Incidence *which, int action)
1884{ 1884{
1885 updateUnmanagedViews(); 1885 updateUnmanagedViews();
1886 //qDebug(" CalendarView::changeIncidenceDisplay++++++++++++++++++++++++++ %d %d ",which, action ); 1886 //qDebug(" CalendarView::changeIncidenceDisplay++++++++++++++++++++++++++ %d %d ",which, action );
1887 if ( action == KOGlobals::EVENTDELETED ) { //delete 1887 if ( action == KOGlobals::EVENTDELETED ) { //delete
1888 mCalendar->checkAlarmForIncidence( 0, true ); 1888 mCalendar->checkAlarmForIncidence( 0, true );
1889 if ( mEventViewerDialog ) 1889 if ( mEventViewerDialog )
1890 mEventViewerDialog->hide(); 1890 mEventViewerDialog->hide();
1891 } 1891 }
1892 else 1892 else
1893 mCalendar->checkAlarmForIncidence( which , false ); 1893 mCalendar->checkAlarmForIncidence( which , false );
1894} 1894}
1895 1895
1896// most of the changeEventDisplays() right now just call the view's 1896// most of the changeEventDisplays() right now just call the view's
1897// total update mode, but they SHOULD be recoded to be more refresh-efficient. 1897// total update mode, but they SHOULD be recoded to be more refresh-efficient.
1898void CalendarView::changeEventDisplay(Event *which, int action) 1898void CalendarView::changeEventDisplay(Event *which, int action)
1899{ 1899{
1900 // kdDebug() << "CalendarView::changeEventDisplay" << endl; 1900 // kdDebug() << "CalendarView::changeEventDisplay" << endl;
1901 changeIncidenceDisplay((Incidence *)which, action); 1901 changeIncidenceDisplay((Incidence *)which, action);
1902 mDateNavigator->updateView(); 1902 mDateNavigator->updateView();
1903 //mDialogManager->updateSearchDialog(); 1903 //mDialogManager->updateSearchDialog();
1904 1904
1905 if (which) { 1905 if (which) {
1906 // If there is an event view visible update the display 1906 // If there is an event view visible update the display
1907 mViewManager->currentView()->changeEventDisplay(which,action); 1907 mViewManager->currentView()->changeEventDisplay(which,action);
1908 // TODO: check, if update needed 1908 // TODO: check, if update needed
1909 // if (which->getTodoStatus()) { 1909 // if (which->getTodoStatus()) {
1910 mTodoList->updateView(); 1910 mTodoList->updateView();
1911 // } 1911 // }
1912 } else { 1912 } else {
1913 mViewManager->currentView()->updateView(); 1913 mViewManager->currentView()->updateView();
1914 } 1914 }
1915} 1915}
1916 1916
1917 1917
1918void CalendarView::updateTodoViews() 1918void CalendarView::updateTodoViews()
1919{ 1919{
1920 1920
1921 mTodoList->updateView(); 1921 mTodoList->updateView();
1922 mViewManager->currentView()->updateView(); 1922 mViewManager->currentView()->updateView();
1923 1923
1924} 1924}
1925 1925
1926 1926
1927void CalendarView::updateView(const QDate &start, const QDate &end) 1927void CalendarView::updateView(const QDate &start, const QDate &end)
1928{ 1928{
1929 mTodoList->updateView(); 1929 mTodoList->updateView();
1930 mViewManager->updateView(start, end); 1930 mViewManager->updateView(start, end);
1931 //mDateNavigator->updateView(); 1931 //mDateNavigator->updateView();
1932} 1932}
1933 1933
1934void CalendarView::updateView() 1934void CalendarView::updateView()
1935{ 1935{
1936 DateList tmpList = mNavigator->selectedDates(); 1936 DateList tmpList = mNavigator->selectedDates();
1937 1937
1938 // We assume that the navigator only selects consecutive days. 1938 // We assume that the navigator only selects consecutive days.
1939 updateView( tmpList.first(), tmpList.last() ); 1939 updateView( tmpList.first(), tmpList.last() );
1940} 1940}
1941 1941
1942void CalendarView::updateUnmanagedViews() 1942void CalendarView::updateUnmanagedViews()
1943{ 1943{
1944 mDateNavigator->updateDayMatrix(); 1944 mDateNavigator->updateDayMatrix();
1945} 1945}
1946 1946
1947int CalendarView::msgItemDelete() 1947int CalendarView::msgItemDelete()
1948{ 1948{
1949 return KMessageBox::warningContinueCancel(this, 1949 return KMessageBox::warningContinueCancel(this,
1950 i18n("This item will be\npermanently deleted."), 1950 i18n("This item will be\npermanently deleted."),
1951 i18n("KO/Pi Confirmation"),i18n("Delete")); 1951 i18n("KO/Pi Confirmation"),i18n("Delete"));
1952} 1952}
1953 1953
1954 1954
1955void CalendarView::edit_cut() 1955void CalendarView::edit_cut()
1956{ 1956{
1957 Event *anEvent=0; 1957 Event *anEvent=0;
1958 1958
1959 Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); 1959 Incidence *incidence = mViewManager->currentView()->selectedIncidences().first();
1960 1960
1961 if (mViewManager->currentView()->isEventView()) { 1961 if (mViewManager->currentView()->isEventView()) {
1962 if ( incidence && incidence->type() == "Event" ) { 1962 if ( incidence && incidence->type() == "Event" ) {
1963 anEvent = static_cast<Event *>(incidence); 1963 anEvent = static_cast<Event *>(incidence);
1964 } 1964 }
1965 } 1965 }
1966 1966
1967 if (!anEvent) { 1967 if (!anEvent) {
1968 KNotifyClient::beep(); 1968 KNotifyClient::beep();
1969 return; 1969 return;
1970 } 1970 }
1971 DndFactory factory( mCalendar ); 1971 DndFactory factory( mCalendar );
1972 factory.cutEvent(anEvent); 1972 factory.cutEvent(anEvent);
1973 changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); 1973 changeEventDisplay(anEvent, KOGlobals::EVENTDELETED);
1974} 1974}
1975 1975
1976void CalendarView::edit_copy() 1976void CalendarView::edit_copy()
1977{ 1977{
1978 Event *anEvent=0; 1978 Event *anEvent=0;
1979 1979
1980 Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); 1980 Incidence *incidence = mViewManager->currentView()->selectedIncidences().first();
1981 1981
1982 if (mViewManager->currentView()->isEventView()) { 1982 if (mViewManager->currentView()->isEventView()) {
1983 if ( incidence && incidence->type() == "Event" ) { 1983 if ( incidence && incidence->type() == "Event" ) {
1984 anEvent = static_cast<Event *>(incidence); 1984 anEvent = static_cast<Event *>(incidence);
1985 } 1985 }
1986 } 1986 }
1987 1987
1988 if (!anEvent) { 1988 if (!anEvent) {
1989 KNotifyClient::beep(); 1989 KNotifyClient::beep();
1990 return; 1990 return;
1991 } 1991 }
1992 DndFactory factory( mCalendar ); 1992 DndFactory factory( mCalendar );
1993 factory.copyEvent(anEvent); 1993 factory.copyEvent(anEvent);
1994} 1994}
1995 1995
1996void CalendarView::edit_paste() 1996void CalendarView::edit_paste()
1997{ 1997{
1998 QDate date = mNavigator->selectedDates().first(); 1998 QDate date = mNavigator->selectedDates().first();
1999 1999
2000 DndFactory factory( mCalendar ); 2000 DndFactory factory( mCalendar );
2001 Event *pastedEvent = factory.pasteEvent( date ); 2001 Event *pastedEvent = factory.pasteEvent( date );
2002 2002
2003 changeEventDisplay( pastedEvent, KOGlobals::EVENTADDED ); 2003 changeEventDisplay( pastedEvent, KOGlobals::EVENTADDED );
2004} 2004}
2005 2005
2006void CalendarView::edit_options() 2006void CalendarView::edit_options()
2007{ 2007{
2008 mDialogManager->showOptionsDialog(); 2008 mDialogManager->showOptionsDialog();
2009 //writeSettings(); 2009 //writeSettings();
2010} 2010}
2011void CalendarView::edit_sync_options() 2011void CalendarView::edit_sync_options()
2012{ 2012{
2013 //mDialogManager->showSyncOptions(); 2013 //mDialogManager->showSyncOptions();
2014 //KOPrefs::instance()->mSyncAlgoPrefs 2014 //KOPrefs::instance()->mSyncAlgoPrefs
2015 QDialog dia( this, "dia", true ); 2015 QDialog dia( this, "dia", true );
2016 dia.setCaption( i18n("Device: " ) +mCurrentSyncDevice ); 2016 dia.setCaption( i18n("Device: " ) +mCurrentSyncDevice );
2017 QButtonGroup gr ( 1, Qt::Horizontal, i18n("Sync preferences"), &dia); 2017 QButtonGroup gr ( 1, Qt::Horizontal, i18n("Sync preferences"), &dia);
2018 QVBoxLayout lay ( &dia ); 2018 QVBoxLayout lay ( &dia );
2019 lay.setSpacing( 2 ); 2019 lay.setSpacing( 2 );
2020 lay.setMargin( 3 ); 2020 lay.setMargin( 3 );
2021 lay.addWidget(&gr); 2021 lay.addWidget(&gr);
2022 QRadioButton loc ( i18n("Take local entry on conflict"), &gr ); 2022 QRadioButton loc ( i18n("Take local entry on conflict"), &gr );
2023 QRadioButton rem ( i18n("Take remote entry on conflict"), &gr ); 2023 QRadioButton rem ( i18n("Take remote entry on conflict"), &gr );
2024 QRadioButton newest( i18n("Take newest entry on conflict"), &gr ); 2024 QRadioButton newest( i18n("Take newest entry on conflict"), &gr );
2025 QRadioButton ask( i18n("Ask for every entry on conflict"), &gr ); 2025 QRadioButton ask( i18n("Ask for every entry on conflict"), &gr );
2026 QRadioButton f_loc( i18n("Force: Take local entry always"), &gr ); 2026 QRadioButton f_loc( i18n("Force: Take local entry always"), &gr );
2027 QRadioButton f_rem( i18n("Force: Take remote entry always"), &gr ); 2027 QRadioButton f_rem( i18n("Force: Take remote entry always"), &gr );
2028 //QRadioButton both( i18n("Take both on conflict"), &gr ); 2028 //QRadioButton both( i18n("Take both on conflict"), &gr );
2029 QPushButton pb ( "OK", &dia); 2029 QPushButton pb ( "OK", &dia);
2030 lay.addWidget( &pb ); 2030 lay.addWidget( &pb );
2031 connect(&pb, SIGNAL( clicked() ), &dia, SLOT ( accept() ) ); 2031 connect(&pb, SIGNAL( clicked() ), &dia, SLOT ( accept() ) );
2032 switch ( KOPrefs::instance()->mSyncAlgoPrefs ) { 2032 switch ( KOPrefs::instance()->mSyncAlgoPrefs ) {
2033 case 0: 2033 case 0:
2034 loc.setChecked( true); 2034 loc.setChecked( true);
2035 break; 2035 break;
2036 case 1: 2036 case 1:
2037 rem.setChecked( true ); 2037 rem.setChecked( true );
2038 break; 2038 break;
2039 case 2: 2039 case 2:
2040 newest.setChecked( true); 2040 newest.setChecked( true);
2041 break; 2041 break;
2042 case 3: 2042 case 3:
2043 ask.setChecked( true); 2043 ask.setChecked( true);
2044 break; 2044 break;
2045 case 4: 2045 case 4:
2046 f_loc.setChecked( true); 2046 f_loc.setChecked( true);
2047 break; 2047 break;
2048 case 5: 2048 case 5:
2049 f_rem.setChecked( true); 2049 f_rem.setChecked( true);
2050 break; 2050 break;
2051 case 6: 2051 case 6:
2052 // both.setChecked( true); 2052 // both.setChecked( true);
2053 break; 2053 break;
2054 default: 2054 default:
2055 break; 2055 break;
2056 } 2056 }
2057 if ( dia.exec() ) { 2057 if ( dia.exec() ) {
2058 KOPrefs::instance()->mSyncAlgoPrefs = rem.isChecked()*1+newest.isChecked()*2+ ask.isChecked()*3+ f_loc.isChecked()*4+ f_rem.isChecked()*5;//+ both.isChecked()*6 ; 2058 KOPrefs::instance()->mSyncAlgoPrefs = rem.isChecked()*1+newest.isChecked()*2+ ask.isChecked()*3+ f_loc.isChecked()*4+ f_rem.isChecked()*5;//+ both.isChecked()*6 ;
2059 } 2059 }
2060 2060
2061} 2061}
2062 2062
2063void CalendarView::slotSelectPickerDate( QDate d) 2063void CalendarView::slotSelectPickerDate( QDate d)
2064{ 2064{
2065 mDateFrame->hide(); 2065 mDateFrame->hide();
2066 if ( mDatePickerMode == 1 ) { 2066 if ( mDatePickerMode == 1 ) {
2067 mNavigator->slotDaySelect( d ); 2067 mNavigator->slotDaySelect( d );
2068 } else if ( mDatePickerMode == 2 ) { 2068 } else if ( mDatePickerMode == 2 ) {
2069 if ( mMoveIncidence->type() == "Todo" ) { 2069 if ( mMoveIncidence->type() == "Todo" ) {
2070 Todo * to = (Todo *) mMoveIncidence; 2070 Todo * to = (Todo *) mMoveIncidence;
2071 QTime tim; 2071 QTime tim;
2072 if ( to->hasDueDate() ) 2072 if ( to->hasDueDate() )
2073 tim = to->dtDue().time(); 2073 tim = to->dtDue().time();
2074 else { 2074 else {
2075 tim = QTime ( 0,0,0 ); 2075 tim = QTime ( 0,0,0 );
2076 to->setFloats( true ); 2076 to->setFloats( true );
2077 to->setHasDueDate( true ); 2077 to->setHasDueDate( true );
2078 } 2078 }
2079 QDateTime dt ( d,tim ); 2079 QDateTime dt ( d,tim );
2080 to->setDtDue( dt ); 2080 to->setDtDue( dt );
2081 todoChanged( to ); 2081 todoChanged( to );
2082 } else { 2082 } else {
2083 QTime tim = mMoveIncidence->dtStart().time(); 2083 QTime tim = mMoveIncidence->dtStart().time();
2084 int secs = mMoveIncidence->dtStart().secsTo( mMoveIncidence->dtEnd()); 2084 int secs = mMoveIncidence->dtStart().secsTo( mMoveIncidence->dtEnd());
2085 QDateTime dt ( d,tim ); 2085 QDateTime dt ( d,tim );
2086 mMoveIncidence->setDtStart( dt ); 2086 mMoveIncidence->setDtStart( dt );
2087 ((Event*)mMoveIncidence)->setDtEnd( dt.addSecs( secs ) ); 2087 ((Event*)mMoveIncidence)->setDtEnd( dt.addSecs( secs ) );
2088 changeEventDisplay((Event*)mMoveIncidence, KOGlobals::EVENTEDITED); 2088 changeEventDisplay((Event*)mMoveIncidence, KOGlobals::EVENTEDITED);
2089 } 2089 }
2090 2090
2091 mMoveIncidence->setRevision( mMoveIncidence->revision()+1 ); 2091 mMoveIncidence->setRevision( mMoveIncidence->revision()+1 );
2092 } 2092 }
2093} 2093}
2094 2094
2095void CalendarView::removeCategories() 2095void CalendarView::removeCategories()
2096{ 2096{
2097 QPtrList<Incidence> incList = mCalendar->rawIncidences(); 2097 QPtrList<Incidence> incList = mCalendar->rawIncidences();
2098 QStringList catList = KOPrefs::instance()->mCustomCategories; 2098 QStringList catList = KOPrefs::instance()->mCustomCategories;
2099 QStringList catIncList; 2099 QStringList catIncList;
2100 QStringList newCatList; 2100 QStringList newCatList;
2101 Incidence* inc = incList.first(); 2101 Incidence* inc = incList.first();
2102 int i; 2102 int i;
2103 int count = 0; 2103 int count = 0;
2104 while ( inc ) { 2104 while ( inc ) {
2105 newCatList.clear(); 2105 newCatList.clear();
2106 catIncList = inc->categories() ; 2106 catIncList = inc->categories() ;
2107 for( i = 0; i< catIncList.count(); ++i ) { 2107 for( i = 0; i< catIncList.count(); ++i ) {
2108 if ( catList.contains (catIncList[i])) 2108 if ( catList.contains (catIncList[i]))
2109 newCatList.append( catIncList[i] ); 2109 newCatList.append( catIncList[i] );
2110 } 2110 }
2111 newCatList.sort(); 2111 newCatList.sort();
2112 inc->setCategories( newCatList.join(",") ); 2112 inc->setCategories( newCatList.join(",") );
2113 inc = incList.next(); 2113 inc = incList.next();
2114 } 2114 }
2115} 2115}
2116 2116
2117int CalendarView::addCategories() 2117int CalendarView::addCategories()
2118{ 2118{
2119 QPtrList<Incidence> incList = mCalendar->rawIncidences(); 2119 QPtrList<Incidence> incList = mCalendar->rawIncidences();
2120 QStringList catList = KOPrefs::instance()->mCustomCategories; 2120 QStringList catList = KOPrefs::instance()->mCustomCategories;
2121 QStringList catIncList; 2121 QStringList catIncList;
2122 Incidence* inc = incList.first(); 2122 Incidence* inc = incList.first();
2123 int i; 2123 int i;
2124 int count = 0; 2124 int count = 0;
2125 while ( inc ) { 2125 while ( inc ) {
2126 catIncList = inc->categories() ; 2126 catIncList = inc->categories() ;
2127 for( i = 0; i< catIncList.count(); ++i ) { 2127 for( i = 0; i< catIncList.count(); ++i ) {
2128 if ( !catList.contains (catIncList[i])) { 2128 if ( !catList.contains (catIncList[i])) {
2129 catList.append( catIncList[i] ); 2129 catList.append( catIncList[i] );
2130 //qDebug("add cat %s ", catIncList[i].latin1()); 2130 //qDebug("add cat %s ", catIncList[i].latin1());
2131 ++count; 2131 ++count;
2132 } 2132 }
2133 } 2133 }
2134 inc = incList.next(); 2134 inc = incList.next();
2135 } 2135 }
2136 catList.sort(); 2136 catList.sort();
2137 KOPrefs::instance()->mCustomCategories = catList; 2137 KOPrefs::instance()->mCustomCategories = catList;
2138 return count; 2138 return count;
2139} 2139}
2140 2140
2141void CalendarView::manageCategories() 2141void CalendarView::manageCategories()
2142{ 2142{
2143 KOCatPrefs* cp = new KOCatPrefs(); 2143 KOCatPrefs* cp = new KOCatPrefs();
2144 cp->show(); 2144 cp->show();
2145 int w =cp->sizeHint().width() ; 2145 int w =cp->sizeHint().width() ;
2146 int h = cp->sizeHint().height() ; 2146 int h = cp->sizeHint().height() ;
2147 int dw = QApplication::desktop()->width(); 2147 int dw = QApplication::desktop()->width();
2148 int dh = QApplication::desktop()->height(); 2148 int dh = QApplication::desktop()->height();
2149 cp->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); 2149 cp->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h );
2150 if ( !cp->exec() ) { 2150 if ( !cp->exec() ) {
2151 delete cp; 2151 delete cp;
2152 return; 2152 return;
2153 } 2153 }
2154 int count = 0; 2154 int count = 0;
2155 if ( cp->addCat() ) { 2155 if ( cp->addCat() ) {
2156 count = addCategories(); 2156 count = addCategories();
2157 if ( count ) { 2157 if ( count ) {
2158 topLevelWidget()->setCaption(QString::number( count )+ i18n(" Categories added to list! ")); 2158 topLevelWidget()->setCaption(QString::number( count )+ i18n(" Categories added to list! "));
2159 writeSettings(); 2159 writeSettings();
2160 } 2160 }
2161 } else { 2161 } else {
2162 removeCategories(); 2162 removeCategories();
2163 updateView(); 2163 updateView();
2164 } 2164 }
2165 delete cp; 2165 delete cp;
2166} 2166}
2167 2167
2168void CalendarView::beamIncidence(Incidence * Inc) 2168void CalendarView::beamIncidence(Incidence * Inc)
2169{ 2169{
2170 QPtrList<Incidence> delSel ; 2170 QPtrList<Incidence> delSel ;
2171 delSel.append(Inc); 2171 delSel.append(Inc);
2172 beamIncidenceList( delSel ); 2172 beamIncidenceList( delSel );
2173} 2173}
2174void CalendarView::beamCalendar() 2174void CalendarView::beamCalendar()
2175{ 2175{
2176 QPtrList<Incidence> delSel = mCalendar->rawIncidences(); 2176 QPtrList<Incidence> delSel = mCalendar->rawIncidences();
2177 //qDebug("beamCalendar() "); 2177 //qDebug("beamCalendar() ");
2178 beamIncidenceList( delSel ); 2178 beamIncidenceList( delSel );
2179} 2179}
2180void CalendarView::beamFilteredCalendar() 2180void CalendarView::beamFilteredCalendar()
2181{ 2181{
2182 QPtrList<Incidence> delSel = mCalendar->incidences(); 2182 QPtrList<Incidence> delSel = mCalendar->incidences();
2183 //qDebug("beamFilteredCalendar() "); 2183 //qDebug("beamFilteredCalendar() ");
2184 beamIncidenceList( delSel ); 2184 beamIncidenceList( delSel );
2185} 2185}
2186void CalendarView::beamIncidenceList(QPtrList<Incidence> delSel ) 2186void CalendarView::beamIncidenceList(QPtrList<Incidence> delSel )
2187{ 2187{
2188 if ( beamDialog->exec () == QDialog::Rejected ) 2188 if ( beamDialog->exec () == QDialog::Rejected )
2189 return; 2189 return;
2190 2190
2191 QString fn = "/tmp/kopibeamfile"; 2191 QString fn = "/tmp/kopibeamfile";
2192 QString mes; 2192 QString mes;
2193 bool createbup = true; 2193 bool createbup = true;
2194 if ( createbup ) { 2194 if ( createbup ) {
2195 QString description = "\n"; 2195 QString description = "\n";
2196 CalendarLocal* cal = new CalendarLocal(); 2196 CalendarLocal* cal = new CalendarLocal();
2197 if ( beamDialog->beamLocal() ) 2197 if ( beamDialog->beamLocal() )
2198 cal->setLocalTime(); 2198 cal->setLocalTime();
2199 else 2199 else
2200 cal->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); 2200 cal->setTimeZoneId(KOPrefs::instance()->mTimeZoneId);
2201 Incidence *incidence = delSel.first(); 2201 Incidence *incidence = delSel.first();
2202 bool addText = false; 2202 bool addText = false;
2203 if ( delSel.count() < 10 ) 2203 if ( delSel.count() < 10 )
2204 addText = true; 2204 addText = true;
2205 else { 2205 else {
2206 description.sprintf(i18n(" %d items?"),delSel.count() ); 2206 description.sprintf(i18n(" %d items?"),delSel.count() );
2207 } 2207 }
2208 while ( incidence ) { 2208 while ( incidence ) {
2209 Incidence *in = incidence->clone(); 2209 Incidence *in = incidence->clone();
2210 if ( addText ) 2210 if ( addText )
2211 description += in->summary() + "\n"; 2211 description += in->summary() + "\n";
2212 cal->addIncidence( in ); 2212 cal->addIncidence( in );
2213 incidence = delSel.next(); 2213 incidence = delSel.next();
2214 } 2214 }
2215 if ( beamDialog->beamVcal() ) { 2215 if ( beamDialog->beamVcal() ) {
2216 fn += ".vcs"; 2216 fn += ".vcs";
2217 FileStorage storage( cal, fn, new VCalFormat ); 2217 FileStorage storage( cal, fn, new VCalFormat );
2218 storage.save(); 2218 storage.save();
2219 } else { 2219 } else {
2220 fn += ".ics"; 2220 fn += ".ics";
2221 FileStorage storage( cal, fn, new ICalFormat( KOPrefs::instance()->mUseQuicksave) ); 2221 FileStorage storage( cal, fn, new ICalFormat( KOPrefs::instance()->mUseQuicksave) );
2222 storage.save(); 2222 storage.save();
2223 } 2223 }
2224 delete cal; 2224 delete cal;
2225 mes = i18n("KO/Pi: Ready for beaming"); 2225 mes = i18n("KO/Pi: Ready for beaming");
2226 setCaption(mes); 2226 setCaption(mes);
2227 2227
2228#ifndef DESKTOP_VERSION 2228#ifndef DESKTOP_VERSION
2229 Ir *ir = new Ir( this ); 2229 Ir *ir = new Ir( this );
2230 connect( ir, SIGNAL( done( Ir * ) ), this, SLOT( beamDone( Ir * ) ) ); 2230 connect( ir, SIGNAL( done( Ir * ) ), this, SLOT( beamDone( Ir * ) ) );
2231 ir->send( fn, description, "text/x-vCalendar" ); 2231 ir->send( fn, description, "text/x-vCalendar" );
2232#endif 2232#endif
2233 } 2233 }
2234} 2234}
2235void CalendarView::beamDone( Ir *ir ) 2235void CalendarView::beamDone( Ir *ir )
2236{ 2236{
2237#ifndef DESKTOP_VERSION 2237#ifndef DESKTOP_VERSION
2238 delete ir; 2238 delete ir;
2239#endif 2239#endif
2240} 2240}
2241 2241
2242void CalendarView::moveIncidence(Incidence * inc ) 2242void CalendarView::moveIncidence(Incidence * inc )
2243{ 2243{
2244 if ( !inc ) return; 2244 if ( !inc ) return;
2245 // qDebug("showDatePickerForIncidence( ) "); 2245 // qDebug("showDatePickerForIncidence( ) ");
2246 if ( mDateFrame->isVisible() ) 2246 if ( mDateFrame->isVisible() )
2247 mDateFrame->hide(); 2247 mDateFrame->hide();
2248 else { 2248 else {
2249 int w =mDatePicker->sizeHint().width()+2*mDateFrame->lineWidth() ; 2249 int w =mDatePicker->sizeHint().width()+2*mDateFrame->lineWidth() ;
2250 int h = mDatePicker->sizeHint().height()+2*mDateFrame->lineWidth() ; 2250 int h = mDatePicker->sizeHint().height()+2*mDateFrame->lineWidth() ;
2251 int dw = QApplication::desktop()->width(); 2251 int dw = QApplication::desktop()->width();
2252 int dh = QApplication::desktop()->height(); 2252 int dh = QApplication::desktop()->height();
2253 mDateFrame->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); 2253 mDateFrame->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h );
2254 mDateFrame->show(); 2254 mDateFrame->show();
2255 } 2255 }
2256 mDatePickerMode = 2; 2256 mDatePickerMode = 2;
2257 mMoveIncidence = inc ; 2257 mMoveIncidence = inc ;
2258 QDate da; 2258 QDate da;
2259 if ( mMoveIncidence->type() == "Todo" ) { 2259 if ( mMoveIncidence->type() == "Todo" ) {
2260 Todo * to = (Todo *) mMoveIncidence; 2260 Todo * to = (Todo *) mMoveIncidence;
2261 if ( to->hasDueDate() ) 2261 if ( to->hasDueDate() )
2262 da = to->dtDue().date(); 2262 da = to->dtDue().date();
2263 else 2263 else
2264 da = QDate::currentDate(); 2264 da = QDate::currentDate();
2265 } else { 2265 } else {
2266 da = mMoveIncidence->dtStart().date(); 2266 da = mMoveIncidence->dtStart().date();
2267 } 2267 }
2268 mDatePicker->setDate( da ); 2268 mDatePicker->setDate( da );
2269} 2269}
2270void CalendarView::showDatePicker( ) 2270void CalendarView::showDatePicker( )
2271{ 2271{
2272 //qDebug("CalendarView::showDatePicker( ) "); 2272 //qDebug("CalendarView::showDatePicker( ) ");
2273 if ( mDateFrame->isVisible() ) 2273 if ( mDateFrame->isVisible() )
2274 mDateFrame->hide(); 2274 mDateFrame->hide();
2275 else { 2275 else {
2276 int w =mDatePicker->sizeHint().width() ; 2276 int w =mDatePicker->sizeHint().width() ;
2277 int h = mDatePicker->sizeHint().height() ; 2277 int h = mDatePicker->sizeHint().height() ;
2278 int dw = QApplication::desktop()->width(); 2278 int dw = QApplication::desktop()->width();
2279 int dh = QApplication::desktop()->height(); 2279 int dh = QApplication::desktop()->height();
2280 mDateFrame->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); 2280 mDateFrame->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h );
2281 mDateFrame->show(); 2281 mDateFrame->show();
2282 } 2282 }
2283 mDatePickerMode = 1; 2283 mDatePickerMode = 1;
2284 mDatePicker->setDate( mNavigator->selectedDates().first() ); 2284 mDatePicker->setDate( mNavigator->selectedDates().first() );
2285} 2285}
2286 2286
2287void CalendarView::showEventEditor() 2287void CalendarView::showEventEditor()
2288{ 2288{
2289#ifdef DESKTOP_VERSION 2289#ifdef DESKTOP_VERSION
2290 mEventEditor->show(); 2290 mEventEditor->show();
2291#else 2291#else
2292 mEventEditor->showMaximized(); 2292 mEventEditor->showMaximized();
2293#endif 2293#endif
2294} 2294}
2295void CalendarView::showTodoEditor() 2295void CalendarView::showTodoEditor()
2296{ 2296{
2297#ifdef DESKTOP_VERSION 2297#ifdef DESKTOP_VERSION
2298 mTodoEditor->show(); 2298 mTodoEditor->show();
2299#else 2299#else
2300 mTodoEditor->showMaximized(); 2300 mTodoEditor->showMaximized();
2301#endif 2301#endif
2302} 2302}
2303void CalendarView::cancelIncidence(Incidence * inc ) 2303void CalendarView::cancelIncidence(Incidence * inc )
2304{ 2304{
2305 inc->setCancelled( ! inc->cancelled() ); 2305 inc->setCancelled( ! inc->cancelled() );
2306 changeIncidenceDisplay( inc,KOGlobals::EVENTEDITED ); 2306 changeIncidenceDisplay( inc,KOGlobals::EVENTEDITED );
2307 updateView(); 2307 updateView();
2308} 2308}
2309void CalendarView::cloneIncidence(Incidence * orgInc ) 2309void CalendarView::cloneIncidence(Incidence * orgInc )
2310{ 2310{
2311 Incidence * newInc = orgInc->clone(); 2311 Incidence * newInc = orgInc->clone();
2312 newInc->recreate(); 2312 newInc->recreate();
2313 2313
2314 if ( newInc->type() == "Todo" ) { 2314 if ( newInc->type() == "Todo" ) {
2315 Todo* t = (Todo*) newInc; 2315 Todo* t = (Todo*) newInc;
2316 mTodoEditor->editTodo( t ); 2316 mTodoEditor->editTodo( t );
2317 showTodoEditor(); 2317 showTodoEditor();
2318 if ( mTodoEditor->exec() ) { 2318 if ( mTodoEditor->exec() ) {
2319 mCalendar->addTodo( t ); 2319 mCalendar->addTodo( t );
2320 updateView(); 2320 updateView();
2321 } else { 2321 } else {
2322 delete t; 2322 delete t;
2323 } 2323 }
2324 } 2324 }
2325 else { 2325 else {
2326 Event* e = (Event*) newInc; 2326 Event* e = (Event*) newInc;
2327 mEventEditor->editEvent( e ); 2327 mEventEditor->editEvent( e );
2328 showEventEditor(); 2328 showEventEditor();
2329 if ( mEventEditor->exec() ) { 2329 if ( mEventEditor->exec() ) {
2330 mCalendar->addEvent( e ); 2330 mCalendar->addEvent( e );
2331 updateView(); 2331 updateView();
2332 } else { 2332 } else {
2333 delete e; 2333 delete e;
2334 } 2334 }
2335 } 2335 }
2336} 2336}
2337 2337
2338void CalendarView::newEvent() 2338void CalendarView::newEvent()
2339{ 2339{
2340 // TODO: Replace this code by a common eventDurationHint of KOBaseView. 2340 // TODO: Replace this code by a common eventDurationHint of KOBaseView.
2341 KOAgendaView *aView = mViewManager->agendaView(); 2341 KOAgendaView *aView = mViewManager->agendaView();
2342 if (aView) { 2342 if (aView) {
2343 if (aView->selectionStart().isValid()) { 2343 if (aView->selectionStart().isValid()) {
2344 if (aView->selectedIsAllDay()) { 2344 if (aView->selectedIsAllDay()) {
2345 newEvent(aView->selectionStart(),aView->selectionEnd(),true); 2345 newEvent(aView->selectionStart(),aView->selectionEnd(),true);
2346 } else { 2346 } else {
2347 newEvent(aView->selectionStart(),aView->selectionEnd()); 2347 newEvent(aView->selectionStart(),aView->selectionEnd());
2348 } 2348 }
2349 return; 2349 return;
2350 } 2350 }
2351 } 2351 }
2352 2352
2353 QDate date = mNavigator->selectedDates().first(); 2353 QDate date = mNavigator->selectedDates().first();
2354 QDateTime current = QDateTime::currentDateTime(); 2354 QDateTime current = QDateTime::currentDateTime();
2355 if ( date <= current.date() ) { 2355 if ( date <= current.date() ) {
2356 int hour = current.time().hour() +1; 2356 int hour = current.time().hour() +1;
2357 newEvent( QDateTime( current.date(), QTime( hour, 0, 0 ) ), 2357 newEvent( QDateTime( current.date(), QTime( hour, 0, 0 ) ),
2358 QDateTime( current.date(), QTime( hour+ KOPrefs::instance()->mDefaultDuration, 0, 0 ) ) ); 2358 QDateTime( current.date(), QTime( hour+ KOPrefs::instance()->mDefaultDuration, 0, 0 ) ) );
2359 } else 2359 } else
2360 newEvent( QDateTime( date, QTime( KOPrefs::instance()->mStartTime, 0, 0 ) ), 2360 newEvent( QDateTime( date, QTime( KOPrefs::instance()->mStartTime, 0, 0 ) ),
2361 QDateTime( date, QTime( KOPrefs::instance()->mStartTime + 2361 QDateTime( date, QTime( KOPrefs::instance()->mStartTime +
2362 KOPrefs::instance()->mDefaultDuration, 0, 0 ) ) ); 2362 KOPrefs::instance()->mDefaultDuration, 0, 0 ) ) );
2363} 2363}
2364 2364
2365void CalendarView::newEvent(QDateTime fh) 2365void CalendarView::newEvent(QDateTime fh)
2366{ 2366{
2367 newEvent(fh, 2367 newEvent(fh,
2368 QDateTime(fh.addSecs(3600*KOPrefs::instance()->mDefaultDuration))); 2368 QDateTime(fh.addSecs(3600*KOPrefs::instance()->mDefaultDuration)));
2369} 2369}
2370 2370
2371void CalendarView::newEvent(QDate dt) 2371void CalendarView::newEvent(QDate dt)
2372{ 2372{
2373 newEvent(QDateTime(dt, QTime(0,0,0)), 2373 newEvent(QDateTime(dt, QTime(0,0,0)),
2374 QDateTime(dt, QTime(0,0,0)), true); 2374 QDateTime(dt, QTime(0,0,0)), true);
2375} 2375}
2376 2376
2377void CalendarView::newEvent(QDateTime fromHint, QDateTime toHint, bool allDay) 2377void CalendarView::newEvent(QDateTime fromHint, QDateTime toHint, bool allDay)
2378{ 2378{
2379 2379
2380 mEventEditor->newEvent(fromHint,toHint,allDay); 2380 mEventEditor->newEvent(fromHint,toHint,allDay);
2381 if ( mFilterView->filtersEnabled() ) { 2381 if ( mFilterView->filtersEnabled() ) {
2382 CalFilter *filter = mFilterView->selectedFilter(); 2382 CalFilter *filter = mFilterView->selectedFilter();
2383 if (filter && filter->showCategories()) { 2383 if (filter && filter->showCategories()) {
2384 mEventEditor->setCategories(filter->categoryList().join(",") ); 2384 mEventEditor->setCategories(filter->categoryList().join(",") );
2385 } 2385 }
2386 if ( filter ) 2386 if ( filter )
2387 mEventEditor->setSecrecy( filter->getSecrecy() ); 2387 mEventEditor->setSecrecy( filter->getSecrecy() );
2388 } 2388 }
2389 showEventEditor(); 2389 showEventEditor();
2390} 2390}
2391void CalendarView::todoAdded(Todo * t) 2391void CalendarView::todoAdded(Todo * t)
2392{ 2392{
2393 2393
2394 changeTodoDisplay ( t ,KOGlobals::EVENTADDED); 2394 changeTodoDisplay ( t ,KOGlobals::EVENTADDED);
2395 updateTodoViews(); 2395 updateTodoViews();
2396} 2396}
2397void CalendarView::todoChanged(Todo * t) 2397void CalendarView::todoChanged(Todo * t)
2398{ 2398{
2399 emit todoModified( t, 4 ); 2399 emit todoModified( t, 4 );
2400 // updateTodoViews(); 2400 // updateTodoViews();
2401} 2401}
2402void CalendarView::todoToBeDeleted(Todo *) 2402void CalendarView::todoToBeDeleted(Todo *)
2403{ 2403{
2404 //qDebug("todoToBeDeleted(Todo *) "); 2404 //qDebug("todoToBeDeleted(Todo *) ");
2405 updateTodoViews(); 2405 updateTodoViews();
2406} 2406}
2407void CalendarView::todoDeleted() 2407void CalendarView::todoDeleted()
2408{ 2408{
2409 //qDebug(" todoDeleted()"); 2409 //qDebug(" todoDeleted()");
2410 updateTodoViews(); 2410 updateTodoViews();
2411} 2411}
2412 2412
2413 2413
2414 2414
2415void CalendarView::newTodo() 2415void CalendarView::newTodo()
2416{ 2416{
2417 2417
2418 mTodoEditor->newTodo(QDateTime::currentDateTime().addDays(7),0,true); 2418 mTodoEditor->newTodo(QDateTime::currentDateTime().addDays(7),0,true);
2419 if ( mFilterView->filtersEnabled() ) { 2419 if ( mFilterView->filtersEnabled() ) {
2420 CalFilter *filter = mFilterView->selectedFilter(); 2420 CalFilter *filter = mFilterView->selectedFilter();
2421 if (filter && filter->showCategories()) { 2421 if (filter && filter->showCategories()) {
2422 mTodoEditor->setCategories(filter->categoryList().join(",") ); 2422 mTodoEditor->setCategories(filter->categoryList().join(",") );
2423 } 2423 }
2424 if ( filter ) 2424 if ( filter )
2425 mTodoEditor->setSecrecy( filter->getSecrecy() ); 2425 mTodoEditor->setSecrecy( filter->getSecrecy() );
2426 } 2426 }
2427 showTodoEditor(); 2427 showTodoEditor();
2428} 2428}
2429 2429
2430void CalendarView::newSubTodo() 2430void CalendarView::newSubTodo()
2431{ 2431{
2432 Todo *todo = selectedTodo(); 2432 Todo *todo = selectedTodo();
2433 if ( todo ) newSubTodo( todo ); 2433 if ( todo ) newSubTodo( todo );
2434} 2434}
2435 2435
2436void CalendarView::newSubTodo(Todo *parentEvent) 2436void CalendarView::newSubTodo(Todo *parentEvent)
2437{ 2437{
2438 2438
2439 mTodoEditor->newTodo(QDateTime::currentDateTime().addDays(7),parentEvent,true); 2439 mTodoEditor->newTodo(QDateTime::currentDateTime().addDays(7),parentEvent,true);
2440 showTodoEditor(); 2440 showTodoEditor();
2441} 2441}
2442 2442
2443void CalendarView::newFloatingEvent() 2443void CalendarView::newFloatingEvent()
2444{ 2444{
2445 DateList tmpList = mNavigator->selectedDates(); 2445 DateList tmpList = mNavigator->selectedDates();
2446 QDate date = tmpList.first(); 2446 QDate date = tmpList.first();
2447 2447
2448 newEvent( QDateTime( date, QTime( 12, 0, 0 ) ), 2448 newEvent( QDateTime( date, QTime( 12, 0, 0 ) ),
2449 QDateTime( date, QTime( 12, 0, 0 ) ), true ); 2449 QDateTime( date, QTime( 12, 0, 0 ) ), true );
2450} 2450}
2451 2451
2452 2452
2453void CalendarView::editEvent( Event *event ) 2453void CalendarView::editEvent( Event *event )
2454{ 2454{
2455 2455
2456 if ( !event ) return; 2456 if ( !event ) return;
2457 if ( event->isReadOnly() ) { 2457 if ( event->isReadOnly() ) {
2458 showEvent( event ); 2458 showEvent( event );
2459 return; 2459 return;
2460 } 2460 }
2461 mEventEditor->editEvent( event , mFlagEditDescription); 2461 mEventEditor->editEvent( event , mFlagEditDescription);
2462 showEventEditor(); 2462 showEventEditor();
2463} 2463}
2464void CalendarView::editJournal( Journal *jour ) 2464void CalendarView::editJournal( Journal *jour )
2465{ 2465{
2466 if ( !jour ) return; 2466 if ( !jour ) return;
2467 mDialogManager->hideSearchDialog(); 2467 mDialogManager->hideSearchDialog();
2468 mViewManager->showJournalView(); 2468 mViewManager->showJournalView();
2469 mNavigator->slotDaySelect( jour->dtStart().date() ); 2469 mNavigator->slotDaySelect( jour->dtStart().date() );
2470} 2470}
2471void CalendarView::editTodo( Todo *todo ) 2471void CalendarView::editTodo( Todo *todo )
2472{ 2472{
2473 if ( !todo ) return; 2473 if ( !todo ) return;
2474 2474
2475 if ( todo->isReadOnly() ) { 2475 if ( todo->isReadOnly() ) {
2476 showTodo( todo ); 2476 showTodo( todo );
2477 return; 2477 return;
2478 } 2478 }
2479 mTodoEditor->editTodo( todo ,mFlagEditDescription); 2479 mTodoEditor->editTodo( todo ,mFlagEditDescription);
2480 showTodoEditor(); 2480 showTodoEditor();
2481 2481
2482} 2482}
2483 2483
2484KOEventViewerDialog* CalendarView::getEventViewerDialog() 2484KOEventViewerDialog* CalendarView::getEventViewerDialog()
2485{ 2485{
2486 if ( !mEventViewerDialog ) { 2486 if ( !mEventViewerDialog ) {
2487 mEventViewerDialog = new KOEventViewerDialog(this); 2487 mEventViewerDialog = new KOEventViewerDialog(this);
2488 connect( mEventViewerDialog, SIGNAL( editIncidence( Incidence* )), this, SLOT(editIncidence( Incidence* ) ) ); 2488 connect( mEventViewerDialog, SIGNAL( editIncidence( Incidence* )), this, SLOT(editIncidence( Incidence* ) ) );
2489 connect( this, SIGNAL(configChanged()), mEventViewerDialog, SLOT(updateConfig())); 2489 connect( this, SIGNAL(configChanged()), mEventViewerDialog, SLOT(updateConfig()));
2490 connect( mEventViewerDialog, SIGNAL(jumpToTime( const QDate &)), 2490 connect( mEventViewerDialog, SIGNAL(jumpToTime( const QDate &)),
2491 dateNavigator(), SLOT( selectWeek( const QDate & ) ) ); 2491 dateNavigator(), SLOT( selectWeek( const QDate & ) ) );
2492 connect( mEventViewerDialog, SIGNAL(showAgendaView( bool ) ), 2492 connect( mEventViewerDialog, SIGNAL(showAgendaView( bool ) ),
2493 viewManager(), SLOT( showAgendaView( bool ) ) ); 2493 viewManager(), SLOT( showAgendaView( bool ) ) );
2494 mEventViewerDialog->resize( 640, 480 ); 2494 mEventViewerDialog->resize( 640, 480 );
2495 2495
2496 } 2496 }
2497 return mEventViewerDialog; 2497 return mEventViewerDialog;
2498} 2498}
2499void CalendarView::showEvent(Event *event) 2499void CalendarView::showEvent(Event *event)
2500{ 2500{
2501 getEventViewerDialog()->setEvent(event); 2501 getEventViewerDialog()->setEvent(event);
2502 getEventViewerDialog()->showMe(); 2502 getEventViewerDialog()->showMe();
2503} 2503}
2504 2504
2505void CalendarView::showTodo(Todo *event) 2505void CalendarView::showTodo(Todo *event)
2506{ 2506{
2507 getEventViewerDialog()->setTodo(event); 2507 getEventViewerDialog()->setTodo(event);
2508 getEventViewerDialog()->showMe(); 2508 getEventViewerDialog()->showMe();
2509} 2509}
2510void CalendarView::showJournal( Journal *jour ) 2510void CalendarView::showJournal( Journal *jour )
2511{ 2511{
2512 getEventViewerDialog()->setJournal(jour); 2512 getEventViewerDialog()->setJournal(jour);
2513 getEventViewerDialog()->showMe(); 2513 getEventViewerDialog()->showMe();
2514 2514
2515} 2515}
2516// void CalendarView::todoModified (Todo *event, int changed) 2516// void CalendarView::todoModified (Todo *event, int changed)
2517// { 2517// {
2518// // if (mDialogList.find (event) != mDialogList.end ()) { 2518// // if (mDialogList.find (event) != mDialogList.end ()) {
2519// // kdDebug() << "Todo modified and open" << endl; 2519// // kdDebug() << "Todo modified and open" << endl;
2520// // KOTodoEditor* temp = (KOTodoEditor *) mDialogList[event]; 2520// // KOTodoEditor* temp = (KOTodoEditor *) mDialogList[event];
2521// // temp->modified (changed); 2521// // temp->modified (changed);
2522 2522
2523// // } 2523// // }
2524 2524
2525// mViewManager->updateView(); 2525// mViewManager->updateView();
2526// } 2526// }
2527 2527
2528void CalendarView::appointment_show() 2528void CalendarView::appointment_show()
2529{ 2529{
2530 Event *anEvent = 0; 2530 Event *anEvent = 0;
2531 2531
2532 Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); 2532 Incidence *incidence = mViewManager->currentView()->selectedIncidences().first();
2533 2533
2534 if (mViewManager->currentView()->isEventView()) { 2534 if (mViewManager->currentView()->isEventView()) {
2535 if ( incidence && incidence->type() == "Event" ) { 2535 if ( incidence && incidence->type() == "Event" ) {
2536 anEvent = static_cast<Event *>(incidence); 2536 anEvent = static_cast<Event *>(incidence);
2537 } 2537 }
2538 } 2538 }
2539 2539
2540 if (!anEvent) { 2540 if (!anEvent) {
2541 KNotifyClient::beep(); 2541 KNotifyClient::beep();
2542 return; 2542 return;
2543 } 2543 }
2544 2544
2545 showEvent(anEvent); 2545 showEvent(anEvent);
2546} 2546}
2547 2547
2548void CalendarView::appointment_edit() 2548void CalendarView::appointment_edit()
2549{ 2549{
2550 Event *anEvent = 0; 2550 Event *anEvent = 0;
2551 2551
2552 Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); 2552 Incidence *incidence = mViewManager->currentView()->selectedIncidences().first();
2553 2553
2554 if (mViewManager->currentView()->isEventView()) { 2554 if (mViewManager->currentView()->isEventView()) {
2555 if ( incidence && incidence->type() == "Event" ) { 2555 if ( incidence && incidence->type() == "Event" ) {
2556 anEvent = static_cast<Event *>(incidence); 2556 anEvent = static_cast<Event *>(incidence);
2557 } 2557 }
2558 } 2558 }
2559 2559
2560 if (!anEvent) { 2560 if (!anEvent) {
2561 KNotifyClient::beep(); 2561 KNotifyClient::beep();
2562 return; 2562 return;
2563 } 2563 }
2564 2564
2565 editEvent(anEvent); 2565 editEvent(anEvent);
2566} 2566}
2567 2567
2568void CalendarView::appointment_delete() 2568void CalendarView::appointment_delete()
2569{ 2569{
2570 Event *anEvent = 0; 2570 Event *anEvent = 0;
2571 2571
2572 Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); 2572 Incidence *incidence = mViewManager->currentView()->selectedIncidences().first();
2573 2573
2574 if (mViewManager->currentView()->isEventView()) { 2574 if (mViewManager->currentView()->isEventView()) {
2575 if ( incidence && incidence->type() == "Event" ) { 2575 if ( incidence && incidence->type() == "Event" ) {
2576 anEvent = static_cast<Event *>(incidence); 2576 anEvent = static_cast<Event *>(incidence);
2577 } 2577 }
2578 } 2578 }
2579 2579
2580 if (!anEvent) { 2580 if (!anEvent) {
2581 KNotifyClient::beep(); 2581 KNotifyClient::beep();
2582 return; 2582 return;
2583 } 2583 }
2584 2584
2585 deleteEvent(anEvent); 2585 deleteEvent(anEvent);
2586} 2586}
2587 2587
2588void CalendarView::todo_unsub(Todo *anTodo ) 2588void CalendarView::todo_unsub(Todo *anTodo )
2589{ 2589{
2590 // Todo *anTodo = selectedTodo(); 2590 // Todo *anTodo = selectedTodo();
2591 if (!anTodo) return; 2591 if (!anTodo) return;
2592 if (!anTodo->relatedTo()) return; 2592 if (!anTodo->relatedTo()) return;
2593 anTodo->relatedTo()->removeRelation(anTodo); 2593 anTodo->relatedTo()->removeRelation(anTodo);
2594 anTodo->setRelatedTo(0); 2594 anTodo->setRelatedTo(0);
2595 anTodo->updated(); 2595 anTodo->updated();
2596 anTodo->setRelatedToUid(""); 2596 anTodo->setRelatedToUid("");
2597 setModified(true); 2597 setModified(true);
2598 updateView(); 2598 updateView();
2599} 2599}
2600 2600
2601void CalendarView::deleteTodo(Todo *todo) 2601void CalendarView::deleteTodo(Todo *todo)
2602{ 2602{
2603 if (!todo) { 2603 if (!todo) {
2604 KNotifyClient::beep(); 2604 KNotifyClient::beep();
2605 return; 2605 return;
2606 } 2606 }
2607 if (KOPrefs::instance()->mConfirm) { 2607 if (KOPrefs::instance()->mConfirm) {
2608 switch (msgItemDelete()) { 2608 switch (msgItemDelete()) {
2609 case KMessageBox::Continue: // OK 2609 case KMessageBox::Continue: // OK
2610 if (!todo->relations().isEmpty()) { 2610 if (!todo->relations().isEmpty()) {
2611 KMessageBox::sorry(this,i18n("Cannot delete To-Do\nwhich has children."), 2611 KMessageBox::sorry(this,i18n("Cannot delete To-Do\nwhich has children."),
2612 i18n("Delete To-Do")); 2612 i18n("Delete To-Do"));
2613 } else { 2613 } else {
2614 checkExternalId( todo ); 2614 checkExternalId( todo );
2615 calendar()->deleteTodo(todo); 2615 calendar()->deleteTodo(todo);
2616 changeTodoDisplay( todo,KOGlobals::EVENTDELETED ); 2616 changeTodoDisplay( todo,KOGlobals::EVENTDELETED );
2617 updateView(); 2617 updateView();
2618 } 2618 }
2619 break; 2619 break;
2620 } // switch 2620 } // switch
2621 } else { 2621 } else {
2622 if (!todo->relations().isEmpty()) { 2622 if (!todo->relations().isEmpty()) {
2623 KMessageBox::sorry(this,i18n("Cannot delete To-Do\nwhich has children."), 2623 KMessageBox::sorry(this,i18n("Cannot delete To-Do\nwhich has children."),
2624 i18n("Delete To-Do")); 2624 i18n("Delete To-Do"));
2625 } else { 2625 } else {
2626 checkExternalId( todo ); 2626 checkExternalId( todo );
2627 mCalendar->deleteTodo(todo); 2627 mCalendar->deleteTodo(todo);
2628 changeTodoDisplay( todo,KOGlobals::EVENTDELETED ); 2628 changeTodoDisplay( todo,KOGlobals::EVENTDELETED );
2629 updateView(); 2629 updateView();
2630 } 2630 }
2631 } 2631 }
2632 emit updateSearchDialog(); 2632 emit updateSearchDialog();
2633} 2633}
2634void CalendarView::deleteJournal(Journal *jour) 2634void CalendarView::deleteJournal(Journal *jour)
2635{ 2635{
2636 if (!jour) { 2636 if (!jour) {
2637 KNotifyClient::beep(); 2637 KNotifyClient::beep();
2638 return; 2638 return;
2639 } 2639 }
2640 if (KOPrefs::instance()->mConfirm) { 2640 if (KOPrefs::instance()->mConfirm) {
2641 switch (msgItemDelete()) { 2641 switch (msgItemDelete()) {
2642 case KMessageBox::Continue: // OK 2642 case KMessageBox::Continue: // OK
2643 calendar()->deleteJournal(jour); 2643 calendar()->deleteJournal(jour);
2644 updateView(); 2644 updateView();
2645 break; 2645 break;
2646 } // switch 2646 } // switch
2647 } else { 2647 } else {
2648 calendar()->deleteJournal(jour);; 2648 calendar()->deleteJournal(jour);;
2649 updateView(); 2649 updateView();
2650 } 2650 }
2651 emit updateSearchDialog(); 2651 emit updateSearchDialog();
2652} 2652}
2653 2653
2654void CalendarView::deleteEvent(Event *anEvent) 2654void CalendarView::deleteEvent(Event *anEvent)
2655{ 2655{
2656 if (!anEvent) { 2656 if (!anEvent) {
2657 KNotifyClient::beep(); 2657 KNotifyClient::beep();
2658 return; 2658 return;
2659 } 2659 }
2660 2660
2661 if (anEvent->recurrence()->doesRecur()) { 2661 if (anEvent->recurrence()->doesRecur()) {
2662 QDate itemDate = mViewManager->currentSelectionDate(); 2662 QDate itemDate = mViewManager->currentSelectionDate();
2663 int km; 2663 int km;
2664 if (!itemDate.isValid()) { 2664 if (!itemDate.isValid()) {
2665 //kdDebug() << "Date Not Valid" << endl; 2665 //kdDebug() << "Date Not Valid" << endl;
2666 if (KOPrefs::instance()->mConfirm) { 2666 if (KOPrefs::instance()->mConfirm) {
2667 km = KMessageBox::warningContinueCancel(this,anEvent->summary() + 2667 km = KMessageBox::warningContinueCancel(this,anEvent->summary() +
2668 i18n("\nThis event recurs\nover multiple dates.\nAre you sure you want\nto delete this event\nand all its recurrences?"), 2668 i18n("\nThis event recurs\nover multiple dates.\nAre you sure you want\nto delete this event\nand all its recurrences?"),
2669 i18n("KO/Pi Confirmation"),i18n("Delete All")); 2669 i18n("KO/Pi Confirmation"),i18n("Delete All"));
2670 if ( km == KMessageBox::Continue ) 2670 if ( km == KMessageBox::Continue )
2671 km = KMessageBox::No; // No = all below 2671 km = KMessageBox::No; // No = all below
2672 } else 2672 } else
2673 km = KMessageBox::No; 2673 km = KMessageBox::No;
2674 } else { 2674 } else {
2675 km = KMessageBox::warningYesNoCancel(this,anEvent->summary() + 2675 km = KMessageBox::warningYesNoCancel(this,anEvent->summary() +
2676 i18n("\nThis event recurs\nover multiple dates.\nDo you want to delete\nall it's recurrences,\nor only the current one on:\n")+ 2676 i18n("\nThis event recurs\nover multiple dates.\nDo you want to delete\nall it's recurrences,\nor only the current one on:\n")+
2677 KGlobal::locale()->formatDate(itemDate)+i18n(" ?\n\nDelete:\n"), 2677 KGlobal::locale()->formatDate(itemDate)+i18n(" ?\n\nDelete:\n"),
2678 i18n("KO/Pi Confirmation"),i18n("Current"), 2678 i18n("KO/Pi Confirmation"),i18n("Current"),
2679 i18n("All")); 2679 i18n("All"));
2680 } 2680 }
2681 switch(km) { 2681 switch(km) {
2682 2682
2683 case KMessageBox::No: // Continue // all 2683 case KMessageBox::No: // Continue // all
2684 //qDebug("KMessageBox::No "); 2684 //qDebug("KMessageBox::No ");
2685 if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0) 2685 if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0)
2686 schedule(Scheduler::Cancel,anEvent); 2686 schedule(Scheduler::Cancel,anEvent);
2687 2687
2688 checkExternalId( anEvent); 2688 checkExternalId( anEvent);
2689 mCalendar->deleteEvent(anEvent); 2689 mCalendar->deleteEvent(anEvent);
2690 changeEventDisplay(anEvent,KOGlobals::EVENTDELETED); 2690 changeEventDisplay(anEvent,KOGlobals::EVENTDELETED);
2691 break; 2691 break;
2692 2692
2693 // Disabled because it does not work 2693 // Disabled because it does not work
2694 //#if 0 2694 //#if 0
2695 case KMessageBox::Yes: // just this one 2695 case KMessageBox::Yes: // just this one
2696 //QDate qd = mNavigator->selectedDates().first(); 2696 //QDate qd = mNavigator->selectedDates().first();
2697 //if (!qd.isValid()) { 2697 //if (!qd.isValid()) {
2698 // kdDebug() << "no date selected, or invalid date" << endl; 2698 // kdDebug() << "no date selected, or invalid date" << endl;
2699 // KNotifyClient::beep(); 2699 // KNotifyClient::beep();
2700 // return; 2700 // return;
2701 //} 2701 //}
2702 //while (!anEvent->recursOn(qd)) qd = qd.addDays(1); 2702 //while (!anEvent->recursOn(qd)) qd = qd.addDays(1);
2703 if (itemDate!=QDate(1,1,1) || itemDate.isValid()) { 2703 if (itemDate!=QDate(1,1,1) || itemDate.isValid()) {
2704 anEvent->addExDate(itemDate); 2704 anEvent->addExDate(itemDate);
2705 int duration = anEvent->recurrence()->duration(); 2705 int duration = anEvent->recurrence()->duration();
2706 if ( duration > 0 ) { 2706 if ( duration > 0 ) {
2707 anEvent->recurrence()->setDuration( duration - 1 ); 2707 anEvent->recurrence()->setDuration( duration - 1 );
2708 } 2708 }
2709 changeEventDisplay(anEvent, KOGlobals::EVENTEDITED); 2709 changeEventDisplay(anEvent, KOGlobals::EVENTEDITED);
2710 } 2710 }
2711 break; 2711 break;
2712 //#endif 2712 //#endif
2713 } // switch 2713 } // switch
2714 } else { 2714 } else {
2715 if (KOPrefs::instance()->mConfirm) { 2715 if (KOPrefs::instance()->mConfirm) {
2716 switch (KMessageBox::warningContinueCancel(this,anEvent->summary() + 2716 switch (KMessageBox::warningContinueCancel(this,anEvent->summary() +
2717 i18n("\nAre you sure you want\nto delete this event?"), 2717 i18n("\nAre you sure you want\nto delete this event?"),
2718 i18n("KO/Pi Confirmation"),i18n("Delete"))) { 2718 i18n("KO/Pi Confirmation"),i18n("Delete"))) {
2719 case KMessageBox::Continue: // OK 2719 case KMessageBox::Continue: // OK
2720 if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0) 2720 if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0)
2721 schedule(Scheduler::Cancel,anEvent); 2721 schedule(Scheduler::Cancel,anEvent);
2722 checkExternalId( anEvent); 2722 checkExternalId( anEvent);
2723 mCalendar->deleteEvent(anEvent); 2723 mCalendar->deleteEvent(anEvent);
2724 changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); 2724 changeEventDisplay(anEvent, KOGlobals::EVENTDELETED);
2725 break; 2725 break;
2726 } // switch 2726 } // switch
2727 } else { 2727 } else {
2728 if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0) 2728 if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0)
2729 schedule(Scheduler::Cancel,anEvent); 2729 schedule(Scheduler::Cancel,anEvent);
2730 checkExternalId( anEvent); 2730 checkExternalId( anEvent);
2731 mCalendar->deleteEvent(anEvent); 2731 mCalendar->deleteEvent(anEvent);
2732 changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); 2732 changeEventDisplay(anEvent, KOGlobals::EVENTDELETED);
2733 } 2733 }
2734 } // if-else 2734 } // if-else
2735 emit updateSearchDialog(); 2735 emit updateSearchDialog();
2736} 2736}
2737 2737
2738bool CalendarView::deleteEvent(const QString &uid) 2738bool CalendarView::deleteEvent(const QString &uid)
2739{ 2739{
2740 Event *ev = mCalendar->event(uid); 2740 Event *ev = mCalendar->event(uid);
2741 if (ev) { 2741 if (ev) {
2742 deleteEvent(ev); 2742 deleteEvent(ev);
2743 return true; 2743 return true;
2744 } else { 2744 } else {
2745 return false; 2745 return false;
2746 } 2746 }
2747} 2747}
2748 2748
2749/*****************************************************************************/ 2749/*****************************************************************************/
2750 2750
2751void CalendarView::action_mail() 2751void CalendarView::action_mail()
2752{ 2752{
2753#ifndef KORG_NOMAIL 2753#ifndef KORG_NOMAIL
2754 KOMailClient mailClient; 2754 KOMailClient mailClient;
2755 2755
2756 Incidence *incidence = currentSelection(); 2756 Incidence *incidence = currentSelection();
2757 2757
2758 if (!incidence) { 2758 if (!incidence) {
2759 KMessageBox::sorry(this,i18n("Can't generate mail:\nNo event selected.")); 2759 KMessageBox::sorry(this,i18n("Can't generate mail:\nNo event selected."));
2760 return; 2760 return;
2761 } 2761 }
2762 if(incidence->attendeeCount() == 0 ) { 2762 if(incidence->attendeeCount() == 0 ) {
2763 KMessageBox::sorry(this, 2763 KMessageBox::sorry(this,
2764 i18n("Can't generate mail:\nNo attendees defined.\n")); 2764 i18n("Can't generate mail:\nNo attendees defined.\n"));
2765 return; 2765 return;
2766 } 2766 }
2767 2767
2768 CalendarLocal cal_tmp; 2768 CalendarLocal cal_tmp;
2769 Event *event = 0; 2769 Event *event = 0;
2770 Event *ev = 0; 2770 Event *ev = 0;
2771 if ( incidence && incidence->type() == "Event" ) { 2771 if ( incidence && incidence->type() == "Event" ) {
2772 event = static_cast<Event *>(incidence); 2772 event = static_cast<Event *>(incidence);
2773 ev = new Event(*event); 2773 ev = new Event(*event);
2774 cal_tmp.addEvent(ev); 2774 cal_tmp.addEvent(ev);
2775 } 2775 }
2776 ICalFormat mForm( KOPrefs::instance()->mUseQuicksave); 2776 ICalFormat mForm( KOPrefs::instance()->mUseQuicksave);
2777 QString attachment = mForm.toString( &cal_tmp ); 2777 QString attachment = mForm.toString( &cal_tmp );
2778 if (ev) delete(ev); 2778 if (ev) delete(ev);
2779 2779
2780 mailClient.mailAttendees(currentSelection(), attachment); 2780 mailClient.mailAttendees(currentSelection(), attachment);
2781 2781
2782#endif 2782#endif
2783 2783
2784#if 0 2784#if 0
2785 Event *anEvent = 0; 2785 Event *anEvent = 0;
2786 if (mViewManager->currentView()->isEventView()) { 2786 if (mViewManager->currentView()->isEventView()) {
2787 anEvent = dynamic_cast<Event *>((mViewManager->currentView()->selectedIncidences()).first()); 2787 anEvent = dynamic_cast<Event *>((mViewManager->currentView()->selectedIncidences()).first());
2788 } 2788 }
2789 2789
2790 if (!anEvent) { 2790 if (!anEvent) {
2791 KMessageBox::sorry(this,i18n("Can't generate mail:\nNo event selected.")); 2791 KMessageBox::sorry(this,i18n("Can't generate mail:\nNo event selected."));
2792 return; 2792 return;
2793 } 2793 }
2794 if(anEvent->attendeeCount() == 0 ) { 2794 if(anEvent->attendeeCount() == 0 ) {
2795 KMessageBox::sorry(this, 2795 KMessageBox::sorry(this,
2796 i18n("Can't generate mail:\nNo attendees defined.\n")); 2796 i18n("Can't generate mail:\nNo attendees defined.\n"));
2797 return; 2797 return;
2798 } 2798 }
2799 2799
2800 mailobject.emailEvent(anEvent); 2800 mailobject.emailEvent(anEvent);
2801#endif 2801#endif
2802} 2802}
2803 2803
2804 2804
2805void CalendarView::schedule_publish(Incidence *incidence) 2805void CalendarView::schedule_publish(Incidence *incidence)
2806{ 2806{
2807 Event *event = 0; 2807 Event *event = 0;
2808 Todo *todo = 0; 2808 Todo *todo = 0;
2809 2809
2810 if (incidence == 0) { 2810 if (incidence == 0) {
2811 incidence = mViewManager->currentView()->selectedIncidences().first(); 2811 incidence = mViewManager->currentView()->selectedIncidences().first();
2812 if (incidence == 0) { 2812 if (incidence == 0) {
2813 incidence = mTodoList->selectedIncidences().first(); 2813 incidence = mTodoList->selectedIncidences().first();
2814 } 2814 }
2815 } 2815 }
2816 if ( incidence && incidence->type() == "Event" ) { 2816 if ( incidence && incidence->type() == "Event" ) {
2817 event = static_cast<Event *>(incidence); 2817 event = static_cast<Event *>(incidence);
2818 } else { 2818 } else {
2819 if ( incidence && incidence->type() == "Todo" ) { 2819 if ( incidence && incidence->type() == "Todo" ) {
2820 todo = static_cast<Todo *>(incidence); 2820 todo = static_cast<Todo *>(incidence);
2821 } 2821 }
2822 } 2822 }
2823 2823
2824 if (!event && !todo) { 2824 if (!event && !todo) {
2825 KMessageBox::sorry(this,i18n("No event selected.")); 2825 KMessageBox::sorry(this,i18n("No event selected."));
2826 return; 2826 return;
2827 } 2827 }
2828 2828
2829 PublishDialog *publishdlg = new PublishDialog(); 2829 PublishDialog *publishdlg = new PublishDialog();
2830 if (incidence->attendeeCount()>0) { 2830 if (incidence->attendeeCount()>0) {
2831 QPtrList<Attendee> attendees = incidence->attendees(); 2831 QPtrList<Attendee> attendees = incidence->attendees();
2832 attendees.first(); 2832 attendees.first();
2833 while ( attendees.current()!=0 ) { 2833 while ( attendees.current()!=0 ) {
2834 publishdlg->addAttendee(attendees.current()); 2834 publishdlg->addAttendee(attendees.current());
2835 attendees.next(); 2835 attendees.next();
2836 } 2836 }
2837 } 2837 }
2838 bool send = true; 2838 bool send = true;
2839 if ( KOPrefs::instance()->mMailClient == KOPrefs::MailClientSendmail ) { 2839 if ( KOPrefs::instance()->mMailClient == KOPrefs::MailClientSendmail ) {
2840 if ( publishdlg->exec() != QDialog::Accepted ) 2840 if ( publishdlg->exec() != QDialog::Accepted )
2841 send = false; 2841 send = false;
2842 } 2842 }
2843 if ( send ) { 2843 if ( send ) {
2844 OutgoingDialog *dlg = mDialogManager->outgoingDialog(); 2844 OutgoingDialog *dlg = mDialogManager->outgoingDialog();
2845 if ( event ) { 2845 if ( event ) {
2846 Event *ev = new Event(*event); 2846 Event *ev = new Event(*event);
2847 ev->registerObserver(0); 2847 ev->registerObserver(0);
2848 ev->clearAttendees(); 2848 ev->clearAttendees();
2849 if (!dlg->addMessage(ev,Scheduler::Publish,publishdlg->addresses())) { 2849 if (!dlg->addMessage(ev,Scheduler::Publish,publishdlg->addresses())) {
2850 delete(ev); 2850 delete(ev);
2851 } 2851 }
2852 } else { 2852 } else {
2853 if ( todo ) { 2853 if ( todo ) {
2854 Todo *ev = new Todo(*todo); 2854 Todo *ev = new Todo(*todo);
2855 ev->registerObserver(0); 2855 ev->registerObserver(0);
2856 ev->clearAttendees(); 2856 ev->clearAttendees();
2857 if (!dlg->addMessage(ev,Scheduler::Publish,publishdlg->addresses())) { 2857 if (!dlg->addMessage(ev,Scheduler::Publish,publishdlg->addresses())) {
2858 delete(ev); 2858 delete(ev);
2859 } 2859 }
2860 } 2860 }
2861 } 2861 }
2862 } 2862 }
2863 delete publishdlg; 2863 delete publishdlg;
2864} 2864}
2865 2865
2866void CalendarView::schedule_request(Incidence *incidence) 2866void CalendarView::schedule_request(Incidence *incidence)
2867{ 2867{
2868 schedule(Scheduler::Request,incidence); 2868 schedule(Scheduler::Request,incidence);
2869} 2869}
2870 2870
2871void CalendarView::schedule_refresh(Incidence *incidence) 2871void CalendarView::schedule_refresh(Incidence *incidence)
2872{ 2872{
2873 schedule(Scheduler::Refresh,incidence); 2873 schedule(Scheduler::Refresh,incidence);
2874} 2874}
2875 2875
2876void CalendarView::schedule_cancel(Incidence *incidence) 2876void CalendarView::schedule_cancel(Incidence *incidence)
2877{ 2877{
2878 schedule(Scheduler::Cancel,incidence); 2878 schedule(Scheduler::Cancel,incidence);
2879} 2879}
2880 2880
2881void CalendarView::schedule_add(Incidence *incidence) 2881void CalendarView::schedule_add(Incidence *incidence)
2882{ 2882{
2883 schedule(Scheduler::Add,incidence); 2883 schedule(Scheduler::Add,incidence);
2884} 2884}
2885 2885
2886void CalendarView::schedule_reply(Incidence *incidence) 2886void CalendarView::schedule_reply(Incidence *incidence)
2887{ 2887{
2888 schedule(Scheduler::Reply,incidence); 2888 schedule(Scheduler::Reply,incidence);
2889} 2889}
2890 2890
2891void CalendarView::schedule_counter(Incidence *incidence) 2891void CalendarView::schedule_counter(Incidence *incidence)
2892{ 2892{
2893 schedule(Scheduler::Counter,incidence); 2893 schedule(Scheduler::Counter,incidence);
2894} 2894}
2895 2895
2896void CalendarView::schedule_declinecounter(Incidence *incidence) 2896void CalendarView::schedule_declinecounter(Incidence *incidence)
2897{ 2897{
2898 schedule(Scheduler::Declinecounter,incidence); 2898 schedule(Scheduler::Declinecounter,incidence);
2899} 2899}
2900 2900
2901void CalendarView::schedule_publish_freebusy(int daysToPublish) 2901void CalendarView::schedule_publish_freebusy(int daysToPublish)
2902{ 2902{
2903 QDateTime start = QDateTime::currentDateTime(); 2903 QDateTime start = QDateTime::currentDateTime();
2904 QDateTime end = start.addDays(daysToPublish); 2904 QDateTime end = start.addDays(daysToPublish);
2905 2905
2906 FreeBusy *freebusy = new FreeBusy(mCalendar, start, end); 2906 FreeBusy *freebusy = new FreeBusy(mCalendar, start, end);
2907 freebusy->setOrganizer(KOPrefs::instance()->email()); 2907 freebusy->setOrganizer(KOPrefs::instance()->email());
2908 2908
2909 2909
2910 PublishDialog *publishdlg = new PublishDialog(); 2910 PublishDialog *publishdlg = new PublishDialog();
2911 if ( publishdlg->exec() == QDialog::Accepted ) { 2911 if ( publishdlg->exec() == QDialog::Accepted ) {
2912 OutgoingDialog *dlg = mDialogManager->outgoingDialog(); 2912 OutgoingDialog *dlg = mDialogManager->outgoingDialog();
2913 if (!dlg->addMessage(freebusy,Scheduler::Publish,publishdlg->addresses())) { 2913 if (!dlg->addMessage(freebusy,Scheduler::Publish,publishdlg->addresses())) {
2914 delete(freebusy); 2914 delete(freebusy);
2915 } 2915 }
2916 } 2916 }
2917 delete publishdlg; 2917 delete publishdlg;
2918} 2918}
2919 2919
2920void CalendarView::schedule(Scheduler::Method method, Incidence *incidence) 2920void CalendarView::schedule(Scheduler::Method method, Incidence *incidence)
2921{ 2921{
2922 Event *event = 0; 2922 Event *event = 0;
2923 Todo *todo = 0; 2923 Todo *todo = 0;
2924 2924
2925 if (incidence == 0) { 2925 if (incidence == 0) {
2926 incidence = mViewManager->currentView()->selectedIncidences().first(); 2926 incidence = mViewManager->currentView()->selectedIncidences().first();
2927 if (incidence == 0) { 2927 if (incidence == 0) {
2928 incidence = mTodoList->selectedIncidences().first(); 2928 incidence = mTodoList->selectedIncidences().first();
2929 } 2929 }
2930 } 2930 }
2931 if ( incidence && incidence->type() == "Event" ) { 2931 if ( incidence && incidence->type() == "Event" ) {
2932 event = static_cast<Event *>(incidence); 2932 event = static_cast<Event *>(incidence);
2933 } 2933 }
2934 if ( incidence && incidence->type() == "Todo" ) { 2934 if ( incidence && incidence->type() == "Todo" ) {
2935 todo = static_cast<Todo *>(incidence); 2935 todo = static_cast<Todo *>(incidence);
2936 } 2936 }
2937 2937
2938 if (!event && !todo) { 2938 if (!event && !todo) {
2939 KMessageBox::sorry(this,i18n("No event selected.")); 2939 KMessageBox::sorry(this,i18n("No event selected."));
2940 return; 2940 return;
2941 } 2941 }
2942 2942
2943 if( incidence->attendeeCount() == 0 && method != Scheduler::Publish ) { 2943 if( incidence->attendeeCount() == 0 && method != Scheduler::Publish ) {
2944 KMessageBox::sorry(this,i18n("The event has no attendees.")); 2944 KMessageBox::sorry(this,i18n("The event has no attendees."));
2945 return; 2945 return;
2946 } 2946 }
2947 2947
2948 Event *ev = 0; 2948 Event *ev = 0;
2949 if (event) ev = new Event(*event); 2949 if (event) ev = new Event(*event);
2950 Todo *to = 0; 2950 Todo *to = 0;
2951 if (todo) to = new Todo(*todo); 2951 if (todo) to = new Todo(*todo);
2952 2952
2953 if (method == Scheduler::Reply || method == Scheduler::Refresh) { 2953 if (method == Scheduler::Reply || method == Scheduler::Refresh) {
2954 Attendee *me = incidence->attendeeByMails(KOPrefs::instance()->mAdditionalMails,KOPrefs::instance()->email()); 2954 Attendee *me = incidence->attendeeByMails(KOPrefs::instance()->mAdditionalMails,KOPrefs::instance()->email());
2955 if (!me) { 2955 if (!me) {
2956 KMessageBox::sorry(this,i18n("Could not find your attendee entry.\nPlease check the emails.")); 2956 KMessageBox::sorry(this,i18n("Could not find your attendee entry.\nPlease check the emails."));
2957 return; 2957 return;
2958 } 2958 }
2959 if (me->status()==Attendee::NeedsAction && me->RSVP() && method==Scheduler::Reply) { 2959 if (me->status()==Attendee::NeedsAction && me->RSVP() && method==Scheduler::Reply) {
2960 StatusDialog *statdlg = new StatusDialog(this); 2960 StatusDialog *statdlg = new StatusDialog(this);
2961 if (!statdlg->exec()==QDialog::Accepted) return; 2961 if (!statdlg->exec()==QDialog::Accepted) return;
2962 me->setStatus( statdlg->status() ); 2962 me->setStatus( statdlg->status() );
2963 delete(statdlg); 2963 delete(statdlg);
2964 } 2964 }
2965 Attendee *menew = new Attendee(*me); 2965 Attendee *menew = new Attendee(*me);
2966 if (ev) { 2966 if (ev) {
2967 ev->clearAttendees(); 2967 ev->clearAttendees();
2968 ev->addAttendee(menew,false); 2968 ev->addAttendee(menew,false);
2969 } else { 2969 } else {
2970 if (to) { 2970 if (to) {
2971 todo->clearAttendees(); 2971 todo->clearAttendees();
2972 todo->addAttendee(menew,false); 2972 todo->addAttendee(menew,false);
2973 } 2973 }
2974 } 2974 }
2975 } 2975 }
2976 2976
2977 OutgoingDialog *dlg = mDialogManager->outgoingDialog(); 2977 OutgoingDialog *dlg = mDialogManager->outgoingDialog();
2978 if (ev) { 2978 if (ev) {
2979 if ( !dlg->addMessage(ev,method) ) delete(ev); 2979 if ( !dlg->addMessage(ev,method) ) delete(ev);
2980 } else { 2980 } else {
2981 if (to) { 2981 if (to) {
2982 if ( !dlg->addMessage(to,method) ) delete(to); 2982 if ( !dlg->addMessage(to,method) ) delete(to);
2983 } 2983 }
2984 } 2984 }
2985} 2985}
2986 2986
2987void CalendarView::openAddressbook() 2987void CalendarView::openAddressbook()
2988{ 2988{
2989 KRun::runCommand("kaddressbook"); 2989 KRun::runCommand("kaddressbook");
2990} 2990}
2991 2991
2992void CalendarView::setModified(bool modified) 2992void CalendarView::setModified(bool modified)
2993{ 2993{
2994 if ( modified ) 2994 if ( modified )
2995 emit signalmodified(); 2995 emit signalmodified();
2996 if (mModified != modified) { 2996 if (mModified != modified) {
2997 mModified = modified; 2997 mModified = modified;
2998 emit modifiedChanged(mModified); 2998 emit modifiedChanged(mModified);
2999 } 2999 }
3000} 3000}
3001 3001
3002bool CalendarView::isReadOnly() 3002bool CalendarView::isReadOnly()
3003{ 3003{
3004 return mReadOnly; 3004 return mReadOnly;
3005} 3005}
3006 3006
3007void CalendarView::setReadOnly(bool readOnly) 3007void CalendarView::setReadOnly(bool readOnly)
3008{ 3008{
3009 if (mReadOnly != readOnly) { 3009 if (mReadOnly != readOnly) {
3010 mReadOnly = readOnly; 3010 mReadOnly = readOnly;
3011 emit readOnlyChanged(mReadOnly); 3011 emit readOnlyChanged(mReadOnly);
3012 } 3012 }
3013} 3013}
3014 3014
3015bool CalendarView::isModified() 3015bool CalendarView::isModified()
3016{ 3016{
3017 return mModified; 3017 return mModified;
3018} 3018}
3019 3019
3020void CalendarView::printSetup() 3020void CalendarView::printSetup()
3021{ 3021{
3022#ifndef KORG_NOPRINTER 3022#ifndef KORG_NOPRINTER
3023 createPrinter(); 3023 createPrinter();
3024 3024
3025 mCalPrinter->setupPrinter(); 3025 mCalPrinter->setupPrinter();
3026#endif 3026#endif
3027} 3027}
3028 3028
3029void CalendarView::print() 3029void CalendarView::print()
3030{ 3030{
3031#ifndef KORG_NOPRINTER 3031#ifndef KORG_NOPRINTER
3032 createPrinter(); 3032 createPrinter();
3033 3033
3034 DateList tmpDateList = mNavigator->selectedDates(); 3034 DateList tmpDateList = mNavigator->selectedDates();
3035 mCalPrinter->print(CalPrinter::Month, 3035 mCalPrinter->print(CalPrinter::Month,
3036 tmpDateList.first(), tmpDateList.last()); 3036 tmpDateList.first(), tmpDateList.last());
3037#endif 3037#endif
3038} 3038}
3039 3039
3040void CalendarView::printPreview() 3040void CalendarView::printPreview()
3041{ 3041{
3042#ifndef KORG_NOPRINTER 3042#ifndef KORG_NOPRINTER
3043 kdDebug() << "CalendarView::printPreview()" << endl; 3043 kdDebug() << "CalendarView::printPreview()" << endl;
3044 3044
3045 createPrinter(); 3045 createPrinter();
3046 3046
3047 DateList tmpDateList = mNavigator->selectedDates(); 3047 DateList tmpDateList = mNavigator->selectedDates();
3048 3048
3049 mViewManager->currentView()->printPreview(mCalPrinter,tmpDateList.first(), 3049 mViewManager->currentView()->printPreview(mCalPrinter,tmpDateList.first(),
3050 tmpDateList.last()); 3050 tmpDateList.last());
3051#endif 3051#endif
3052} 3052}
3053 3053
3054void CalendarView::exportICalendar() 3054void CalendarView::exportICalendar()
3055{ 3055{
3056 QString filename = KFileDialog::getSaveFileName("icalout.ics",i18n("*.ics|ICalendars"),this); 3056 QString filename = KFileDialog::getSaveFileName("icalout.ics",i18n("*.ics|ICalendars"),this);
3057 3057
3058 // Force correct extension 3058 // Force correct extension
3059 if (filename.right(4) != ".ics") filename += ".ics"; 3059 if (filename.right(4) != ".ics") filename += ".ics";
3060 3060
3061 FileStorage storage( mCalendar, filename, new ICalFormat( KOPrefs::instance()->mUseQuicksave) ); 3061 FileStorage storage( mCalendar, filename, new ICalFormat( KOPrefs::instance()->mUseQuicksave) );
3062 storage.save(); 3062 storage.save();
3063} 3063}
3064 3064
3065bool CalendarView::exportVCalendar( QString filename ) 3065bool CalendarView::exportVCalendar( QString filename )
3066{ 3066{
3067 if (mCalendar->journals().count() > 0) { 3067 if (mCalendar->journals().count() > 0) {
3068 int result = KMessageBox::warningContinueCancel(this, 3068 int result = KMessageBox::warningContinueCancel(this,
3069 i18n("The journal entries can not be\nexported to a vCalendar file."), 3069 i18n("The journal entries can not be\nexported to a vCalendar file."),
3070 i18n("Data Loss Warning"),i18n("Proceed"),i18n("Cancel"), 3070 i18n("Data Loss Warning"),i18n("Proceed"),i18n("Cancel"),
3071 true); 3071 true);
3072 if (result != KMessageBox::Continue) return false; 3072 if (result != KMessageBox::Continue) return false;
3073 } 3073 }
3074 3074
3075 //QString filename = KFileDialog::getSaveFileName("vcalout.vcs",i18n("*.vcs|VCalendars"),this); 3075 //QString filename = KFileDialog::getSaveFileName("vcalout.vcs",i18n("*.vcs|VCalendars"),this);
3076 3076
3077 // Force correct extension 3077 // Force correct extension
3078 if (filename.right(4) != ".vcs") filename += ".vcs"; 3078 if (filename.right(4) != ".vcs") filename += ".vcs";
3079 3079
3080 FileStorage storage( mCalendar, filename, new VCalFormat ); 3080 FileStorage storage( mCalendar, filename, new VCalFormat );
3081 return storage.save(); 3081 return storage.save();
3082 3082
3083} 3083}
3084 3084
3085void CalendarView::eventUpdated(Incidence *) 3085void CalendarView::eventUpdated(Incidence *)
3086{ 3086{
3087 setModified(); 3087 setModified();
3088 // Don't call updateView here. The code, which has caused the update of the 3088 // Don't call updateView here. The code, which has caused the update of the
3089 // event is responsible for updating the view. 3089 // event is responsible for updating the view.
3090 // updateView(); 3090 // updateView();
3091} 3091}
3092 3092
3093void CalendarView::adaptNavigationUnits() 3093void CalendarView::adaptNavigationUnits()
3094{ 3094{
3095 if (mViewManager->currentView()->isEventView()) { 3095 if (mViewManager->currentView()->isEventView()) {
3096 int days = mViewManager->currentView()->currentDateCount(); 3096 int days = mViewManager->currentView()->currentDateCount();
3097 if (days == 1) { 3097 if (days == 1) {
3098 emit changeNavStringPrev(i18n("&Previous Day")); 3098 emit changeNavStringPrev(i18n("&Previous Day"));
3099 emit changeNavStringNext(i18n("&Next Day")); 3099 emit changeNavStringNext(i18n("&Next Day"));
3100 } else { 3100 } else {
3101 emit changeNavStringPrev(i18n("&Previous Week")); 3101 emit changeNavStringPrev(i18n("&Previous Week"));
3102 emit changeNavStringNext(i18n("&Next Week")); 3102 emit changeNavStringNext(i18n("&Next Week"));
3103 } 3103 }
3104 } 3104 }
3105} 3105}
3106 3106
3107void CalendarView::processMainViewSelection( Incidence *incidence ) 3107void CalendarView::processMainViewSelection( Incidence *incidence )
3108{ 3108{
3109 if ( incidence ) mTodoList->clearSelection(); 3109 if ( incidence ) mTodoList->clearSelection();
3110 processIncidenceSelection( incidence ); 3110 processIncidenceSelection( incidence );
3111} 3111}
3112 3112
3113void CalendarView::processTodoListSelection( Incidence *incidence ) 3113void CalendarView::processTodoListSelection( Incidence *incidence )
3114{ 3114{
3115 if ( incidence && mViewManager->currentView() ) { 3115 if ( incidence && mViewManager->currentView() ) {
3116 mViewManager->currentView()->clearSelection(); 3116 mViewManager->currentView()->clearSelection();
3117 } 3117 }
3118 processIncidenceSelection( incidence ); 3118 processIncidenceSelection( incidence );
3119} 3119}
3120 3120
3121void CalendarView::processIncidenceSelection( Incidence *incidence ) 3121void CalendarView::processIncidenceSelection( Incidence *incidence )
3122{ 3122{
3123 if ( incidence == mSelectedIncidence ) return; 3123 if ( incidence == mSelectedIncidence ) return;
3124 3124
3125 mSelectedIncidence = incidence; 3125 mSelectedIncidence = incidence;
3126 3126
3127 emit incidenceSelected( mSelectedIncidence ); 3127 emit incidenceSelected( mSelectedIncidence );
3128 3128
3129 if ( incidence && incidence->type() == "Event" ) { 3129 if ( incidence && incidence->type() == "Event" ) {
3130 Event *event = static_cast<Event *>( incidence ); 3130 Event *event = static_cast<Event *>( incidence );
3131 if ( event->organizer() == KOPrefs::instance()->email() ) { 3131 if ( event->organizer() == KOPrefs::instance()->email() ) {
3132 emit organizerEventsSelected( true ); 3132 emit organizerEventsSelected( true );
3133 } else { 3133 } else {
3134 emit organizerEventsSelected(false); 3134 emit organizerEventsSelected(false);
3135 } 3135 }
3136 if (event->attendeeByMails( KOPrefs::instance()->mAdditionalMails, 3136 if (event->attendeeByMails( KOPrefs::instance()->mAdditionalMails,
3137 KOPrefs::instance()->email() ) ) { 3137 KOPrefs::instance()->email() ) ) {
3138 emit groupEventsSelected( true ); 3138 emit groupEventsSelected( true );
3139 } else { 3139 } else {
3140 emit groupEventsSelected(false); 3140 emit groupEventsSelected(false);
3141 } 3141 }
3142 return; 3142 return;
3143 } else { 3143 } else {
3144 if ( incidence && incidence->type() == "Todo" ) { 3144 if ( incidence && incidence->type() == "Todo" ) {
3145 emit todoSelected( true ); 3145 emit todoSelected( true );
3146 Todo *event = static_cast<Todo *>( incidence ); 3146 Todo *event = static_cast<Todo *>( incidence );
3147 if ( event->organizer() == KOPrefs::instance()->email() ) { 3147 if ( event->organizer() == KOPrefs::instance()->email() ) {
3148 emit organizerEventsSelected( true ); 3148 emit organizerEventsSelected( true );
3149 } else { 3149 } else {
3150 emit organizerEventsSelected(false); 3150 emit organizerEventsSelected(false);
3151 } 3151 }
3152 if (event->attendeeByMails( KOPrefs::instance()->mAdditionalMails, 3152 if (event->attendeeByMails( KOPrefs::instance()->mAdditionalMails,
3153 KOPrefs::instance()->email() ) ) { 3153 KOPrefs::instance()->email() ) ) {
3154 emit groupEventsSelected( true ); 3154 emit groupEventsSelected( true );
3155 } else { 3155 } else {
3156 emit groupEventsSelected(false); 3156 emit groupEventsSelected(false);
3157 } 3157 }
3158 return; 3158 return;
3159 } else { 3159 } else {
3160 emit todoSelected( false ); 3160 emit todoSelected( false );
3161 emit organizerEventsSelected(false); 3161 emit organizerEventsSelected(false);
3162 emit groupEventsSelected(false); 3162 emit groupEventsSelected(false);
3163 } 3163 }
3164 return; 3164 return;
3165 } 3165 }
3166 3166
3167 /* if ( incidence && incidence->type() == "Todo" ) { 3167 /* if ( incidence && incidence->type() == "Todo" ) {
3168 emit todoSelected( true ); 3168 emit todoSelected( true );
3169 } else { 3169 } else {
3170 emit todoSelected( false ); 3170 emit todoSelected( false );
3171 }*/ 3171 }*/
3172} 3172}
3173 3173
3174 3174
3175void CalendarView::checkClipboard() 3175void CalendarView::checkClipboard()
3176{ 3176{
3177#ifndef KORG_NODND 3177#ifndef KORG_NODND
3178 if (ICalDrag::canDecode(QApplication::clipboard()->data())) { 3178 if (ICalDrag::canDecode(QApplication::clipboard()->data())) {
3179 emit pasteEnabled(true); 3179 emit pasteEnabled(true);
3180 } else { 3180 } else {
3181 emit pasteEnabled(false); 3181 emit pasteEnabled(false);
3182 } 3182 }
3183#endif 3183#endif
3184} 3184}
3185 3185
3186void CalendarView::showDates(const DateList &selectedDates) 3186void CalendarView::showDates(const DateList &selectedDates)
3187{ 3187{
3188 // kdDebug() << "CalendarView::selectDates()" << endl; 3188 // kdDebug() << "CalendarView::selectDates()" << endl;
3189 3189
3190 if ( mViewManager->currentView() ) { 3190 if ( mViewManager->currentView() ) {
3191 updateView( selectedDates.first(), selectedDates.last() ); 3191 updateView( selectedDates.first(), selectedDates.last() );
3192 } else { 3192 } else {
3193 mViewManager->showAgendaView(); 3193 mViewManager->showAgendaView();
3194 } 3194 }
3195 3195
3196 QString selDates; 3196 QString selDates;
3197 selDates = KGlobal::locale()->formatDate( selectedDates.first(), true); 3197 selDates = KGlobal::locale()->formatDate( selectedDates.first(), true);
3198 if (selectedDates.first() < selectedDates.last() ) 3198 if (selectedDates.first() < selectedDates.last() )
3199 selDates += " - " + KGlobal::locale()->formatDate( selectedDates.last(),true); 3199 selDates += " - " + KGlobal::locale()->formatDate( selectedDates.last(),true);
3200 topLevelWidget()->setCaption( i18n("Dates: ") + selDates ); 3200 topLevelWidget()->setCaption( i18n("Dates: ") + selDates );
3201 3201
3202} 3202}
3203 3203
3204QPtrList<CalFilter> CalendarView::filters() 3204QPtrList<CalFilter> CalendarView::filters()
3205{ 3205{
3206 return mFilters; 3206 return mFilters;
3207 3207
3208} 3208}
3209void CalendarView::editFilters() 3209void CalendarView::editFilters()
3210{ 3210{
3211 // kdDebug() << "CalendarView::editFilters()" << endl; 3211 // kdDebug() << "CalendarView::editFilters()" << endl;
3212 3212
3213 CalFilter *filter = mFilters.first(); 3213 CalFilter *filter = mFilters.first();
3214 while(filter) { 3214 while(filter) {
3215 kdDebug() << " Filter: " << filter->name() << endl; 3215 kdDebug() << " Filter: " << filter->name() << endl;
3216 filter = mFilters.next(); 3216 filter = mFilters.next();
3217 } 3217 }
3218 3218
3219 mDialogManager->showFilterEditDialog(&mFilters); 3219 mDialogManager->showFilterEditDialog(&mFilters);
3220} 3220}
3221void CalendarView::toggleFilter() 3221void CalendarView::toggleFilter()
3222{ 3222{
3223 showFilter(! mFilterView->isVisible()); 3223 showFilter(! mFilterView->isVisible());
3224} 3224}
3225 3225
3226KOFilterView *CalendarView::filterView() 3226KOFilterView *CalendarView::filterView()
3227{ 3227{
3228 return mFilterView; 3228 return mFilterView;
3229} 3229}
3230void CalendarView::selectFilter( int fil ) 3230void CalendarView::selectFilter( int fil )
3231{ 3231{
3232 mFilterView->setSelectedFilter( fil ); 3232 mFilterView->setSelectedFilter( fil );
3233} 3233}
3234void CalendarView::showFilter(bool visible) 3234void CalendarView::showFilter(bool visible)
3235{ 3235{
3236 if (visible) mFilterView->show(); 3236 if (visible) mFilterView->show();
3237 else mFilterView->hide(); 3237 else mFilterView->hide();
3238} 3238}
3239void CalendarView::toggleFilerEnabled( ) 3239void CalendarView::toggleFilerEnabled( )
3240{ 3240{
3241 mFilterView->setFiltersEnabled ( !mFilterView->filtersEnabled() ); 3241 mFilterView->setFiltersEnabled ( !mFilterView->filtersEnabled() );
3242 if ( !mFilterView->filtersEnabled() ) 3242 if ( !mFilterView->filtersEnabled() )
3243 topLevelWidget()->setCaption( i18n("Filter disabled ") ); 3243 topLevelWidget()->setCaption( i18n("Filter disabled ") );
3244 3244
3245} 3245}
3246void CalendarView::updateFilter() 3246void CalendarView::updateFilter()
3247{ 3247{
3248 CalFilter *filter = mFilterView->selectedFilter(); 3248 CalFilter *filter = mFilterView->selectedFilter();
3249 if (filter) { 3249 if (filter) {
3250 if (mFilterView->filtersEnabled()) { 3250 if (mFilterView->filtersEnabled()) {
3251 topLevelWidget()->setCaption( i18n("Filter selected: ")+filter->name() ); 3251 topLevelWidget()->setCaption( i18n("Filter selected: ")+filter->name() );
3252 filter->setEnabled(true); 3252 filter->setEnabled(true);
3253 } 3253 }
3254 else filter->setEnabled(false); 3254 else filter->setEnabled(false);
3255 mCalendar->setFilter(filter); 3255 mCalendar->setFilter(filter);
3256 updateView(); 3256 updateView();
3257 } 3257 }
3258} 3258}
3259 3259
3260void CalendarView::filterEdited() 3260void CalendarView::filterEdited()
3261{ 3261{
3262 mFilterView->updateFilters(); 3262 mFilterView->updateFilters();
3263 updateFilter(); 3263 updateFilter();
3264 writeSettings(); 3264 writeSettings();
3265} 3265}
3266 3266
3267 3267
3268void CalendarView::takeOverEvent() 3268void CalendarView::takeOverEvent()
3269{ 3269{
3270 Incidence *incidence = currentSelection(); 3270 Incidence *incidence = currentSelection();
3271 3271
3272 if (!incidence) return; 3272 if (!incidence) return;
3273 3273
3274 incidence->setOrganizer(KOPrefs::instance()->email()); 3274 incidence->setOrganizer(KOPrefs::instance()->email());
3275 incidence->recreate(); 3275 incidence->recreate();
3276 incidence->setReadOnly(false); 3276 incidence->setReadOnly(false);
3277 3277
3278 updateView(); 3278 updateView();
3279} 3279}
3280 3280
3281void CalendarView::takeOverCalendar() 3281void CalendarView::takeOverCalendar()
3282{ 3282{
3283 // TODO: Create Calendar::allIncidences() function and use it here 3283 // TODO: Create Calendar::allIncidences() function and use it here
3284 3284
3285 QPtrList<Event> events = mCalendar->events(); 3285 QPtrList<Event> events = mCalendar->events();
3286 for(uint i=0; i<events.count(); ++i) { 3286 for(uint i=0; i<events.count(); ++i) {
3287 events.at(i)->setOrganizer(KOPrefs::instance()->email()); 3287 events.at(i)->setOrganizer(KOPrefs::instance()->email());
3288 events.at(i)->recreate(); 3288 events.at(i)->recreate();
3289 events.at(i)->setReadOnly(false); 3289 events.at(i)->setReadOnly(false);
3290 } 3290 }
3291 3291
3292 QPtrList<Todo> todos = mCalendar->todos(); 3292 QPtrList<Todo> todos = mCalendar->todos();
3293 for(uint i=0; i<todos.count(); ++i) { 3293 for(uint i=0; i<todos.count(); ++i) {
3294 todos.at(i)->setOrganizer(KOPrefs::instance()->email()); 3294 todos.at(i)->setOrganizer(KOPrefs::instance()->email());
3295 todos.at(i)->recreate(); 3295 todos.at(i)->recreate();
3296 todos.at(i)->setReadOnly(false); 3296 todos.at(i)->setReadOnly(false);
3297 } 3297 }
3298 3298
3299 QPtrList<Journal> journals = mCalendar->journals(); 3299 QPtrList<Journal> journals = mCalendar->journals();
3300 for(uint i=0; i<journals.count(); ++i) { 3300 for(uint i=0; i<journals.count(); ++i) {
3301 journals.at(i)->setOrganizer(KOPrefs::instance()->email()); 3301 journals.at(i)->setOrganizer(KOPrefs::instance()->email());
3302 journals.at(i)->recreate(); 3302 journals.at(i)->recreate();
3303 journals.at(i)->setReadOnly(false); 3303 journals.at(i)->setReadOnly(false);
3304 } 3304 }
3305 3305
3306 updateView(); 3306 updateView();
3307} 3307}
3308 3308
3309void CalendarView::showIntro() 3309void CalendarView::showIntro()
3310{ 3310{
3311 kdDebug() << "To be implemented." << endl; 3311 kdDebug() << "To be implemented." << endl;
3312} 3312}
3313 3313
3314QWidgetStack *CalendarView::viewStack() 3314QWidgetStack *CalendarView::viewStack()
3315{ 3315{
3316 return mRightFrame; 3316 return mRightFrame;
3317} 3317}
3318 3318
3319QWidget *CalendarView::leftFrame() 3319QWidget *CalendarView::leftFrame()
3320{ 3320{
3321 return mLeftFrame; 3321 return mLeftFrame;
3322} 3322}
3323 3323
3324DateNavigator *CalendarView::dateNavigator() 3324DateNavigator *CalendarView::dateNavigator()
3325{ 3325{
3326 return mNavigator; 3326 return mNavigator;
3327} 3327}
3328 3328
3329KDateNavigator* CalendarView::dateNavigatorWidget() 3329KDateNavigator* CalendarView::dateNavigatorWidget()
3330{ 3330{
3331 return mDateNavigator; 3331 return mDateNavigator;
3332} 3332}
3333void CalendarView::toggleDateNavigatorWidget() 3333void CalendarView::toggleDateNavigatorWidget()
3334{ 3334{
3335 if (mDateNavigator->isVisible()) 3335 if (mDateNavigator->isVisible())
3336 mDateNavigator->hide(); 3336 mDateNavigator->hide();
3337 else 3337 else
3338 mDateNavigator->show(); 3338 mDateNavigator->show();
3339} 3339}
3340void CalendarView::addView(KOrg::BaseView *view) 3340void CalendarView::addView(KOrg::BaseView *view)
3341{ 3341{
3342 mViewManager->addView(view); 3342 mViewManager->addView(view);
3343} 3343}
3344 3344
3345void CalendarView::showView(KOrg::BaseView *view) 3345void CalendarView::showView(KOrg::BaseView *view)
3346{ 3346{
3347 mViewManager->showView(view, mLeftFrame->isVisible()); 3347 mViewManager->showView(view, mLeftFrame->isVisible());
3348} 3348}
3349 3349
3350Incidence *CalendarView::currentSelection() 3350Incidence *CalendarView::currentSelection()
3351{ 3351{
3352 return mViewManager->currentSelection(); 3352 return mViewManager->currentSelection();
3353} 3353}
3354void CalendarView::toggleAllDaySize() 3354void CalendarView::toggleAllDaySize()
3355{ 3355{
3356 /* 3356 /*
3357 if ( KOPrefs::instance()->mAllDaySize > 47 ) 3357 if ( KOPrefs::instance()->mAllDaySize > 47 )
3358 KOPrefs::instance()->mAllDaySize = KOPrefs::instance()->mAllDaySize /2; 3358 KOPrefs::instance()->mAllDaySize = KOPrefs::instance()->mAllDaySize /2;
3359 else 3359 else
3360 KOPrefs::instance()->mAllDaySize = KOPrefs::instance()->mAllDaySize *2; 3360 KOPrefs::instance()->mAllDaySize = KOPrefs::instance()->mAllDaySize *2;
3361 */ 3361 */
3362 viewManager()->agendaView()->toggleAllDay(); 3362 viewManager()->agendaView()->toggleAllDay();
3363} 3363}
3364void CalendarView::toggleExpand() 3364void CalendarView::toggleExpand()
3365{ 3365{
3366 // if ( mLeftFrame->isHidden() ) { 3366 // if ( mLeftFrame->isHidden() ) {
3367 // mLeftFrame->show(); 3367 // mLeftFrame->show();
3368 // emit calendarViewExpanded( false ); 3368 // emit calendarViewExpanded( false );
3369 // } else { 3369 // } else {
3370 // mLeftFrame->hide(); 3370 // mLeftFrame->hide();
3371 // emit calendarViewExpanded( true ); 3371 // emit calendarViewExpanded( true );
3372 // } 3372 // }
3373 3373
3374 globalFlagBlockAgenda = 1; 3374 globalFlagBlockAgenda = 1;
3375 emit calendarViewExpanded( !mLeftFrame->isHidden() ); 3375 emit calendarViewExpanded( !mLeftFrame->isHidden() );
3376 globalFlagBlockAgenda = 5; 3376 globalFlagBlockAgenda = 5;
3377 mViewManager->raiseCurrentView( !mLeftFrame->isHidden() ); 3377 mViewManager->raiseCurrentView( !mLeftFrame->isHidden() );
3378 //mViewManager->showView( 0, true ); 3378 //mViewManager->showView( 0, true );
3379} 3379}
3380 3380
3381void CalendarView::calendarModified( bool modified, Calendar * ) 3381void CalendarView::calendarModified( bool modified, Calendar * )
3382{ 3382{
3383 setModified( modified ); 3383 setModified( modified );
3384} 3384}
3385 3385
3386Todo *CalendarView::selectedTodo() 3386Todo *CalendarView::selectedTodo()
3387{ 3387{
3388 Incidence *incidence = currentSelection(); 3388 Incidence *incidence = currentSelection();
3389 if ( incidence && incidence->type() == "Todo" ) { 3389 if ( incidence && incidence->type() == "Todo" ) {
3390 return static_cast<Todo *>( incidence ); 3390 return static_cast<Todo *>( incidence );
3391 } 3391 }
3392 3392
3393 incidence = mTodoList->selectedIncidences().first(); 3393 incidence = mTodoList->selectedIncidences().first();
3394 if ( incidence && incidence->type() == "Todo" ) { 3394 if ( incidence && incidence->type() == "Todo" ) {
3395 return static_cast<Todo *>( incidence ); 3395 return static_cast<Todo *>( incidence );
3396 } 3396 }
3397 3397
3398 return 0; 3398 return 0;
3399} 3399}
3400 3400
3401void CalendarView::dialogClosing(Incidence *in) 3401void CalendarView::dialogClosing(Incidence *in)
3402{ 3402{
3403 // mDialogList.remove(in); 3403 // mDialogList.remove(in);
3404} 3404}
3405 3405
3406void CalendarView::showIncidence() 3406void CalendarView::showIncidence()
3407{ 3407{
3408 Incidence *incidence = currentSelection(); 3408 Incidence *incidence = currentSelection();
3409 if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); 3409 if ( !incidence ) incidence = mTodoList->selectedIncidences().first();
3410 if ( incidence ) { 3410 if ( incidence ) {
3411 ShowIncidenceVisitor v; 3411 ShowIncidenceVisitor v;
3412 v.act( incidence, this ); 3412 v.act( incidence, this );
3413 } 3413 }
3414} 3414}
3415void CalendarView::editIncidenceDescription() 3415void CalendarView::editIncidenceDescription()
3416{ 3416{
3417 mFlagEditDescription = true; 3417 mFlagEditDescription = true;
3418 editIncidence(); 3418 editIncidence();
3419 mFlagEditDescription = false; 3419 mFlagEditDescription = false;
3420} 3420}
3421void CalendarView::editIncidence() 3421void CalendarView::editIncidence()
3422{ 3422{
3423 // qDebug("editIncidence() "); 3423 // qDebug("editIncidence() ");
3424 Incidence *incidence = currentSelection(); 3424 Incidence *incidence = currentSelection();
3425 if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); 3425 if ( !incidence ) incidence = mTodoList->selectedIncidences().first();
3426 if ( incidence ) { 3426 if ( incidence ) {
3427 EditIncidenceVisitor v; 3427 EditIncidenceVisitor v;
3428 v.act( incidence, this ); 3428 v.act( incidence, this );
3429 } 3429 }
3430} 3430}
3431 3431
3432void CalendarView::deleteIncidence() 3432void CalendarView::deleteIncidence()
3433{ 3433{
3434 Incidence *incidence = currentSelection(); 3434 Incidence *incidence = currentSelection();
3435 if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); 3435 if ( !incidence ) incidence = mTodoList->selectedIncidences().first();
3436 if ( incidence ) { 3436 if ( incidence ) {
3437 deleteIncidence(incidence); 3437 deleteIncidence(incidence);
3438 } 3438 }
3439} 3439}
3440 3440
3441void CalendarView::showIncidence(Incidence *incidence) 3441void CalendarView::showIncidence(Incidence *incidence)
3442{ 3442{
3443 if ( incidence ) { 3443 if ( incidence ) {
3444 ShowIncidenceVisitor v; 3444 ShowIncidenceVisitor v;
3445 v.act( incidence, this ); 3445 v.act( incidence, this );
3446 } 3446 }
3447} 3447}
3448 3448
3449void CalendarView::editIncidence(Incidence *incidence) 3449void CalendarView::editIncidence(Incidence *incidence)
3450{ 3450{
3451 if ( incidence ) { 3451 if ( incidence ) {
3452 3452
3453 EditIncidenceVisitor v; 3453 EditIncidenceVisitor v;
3454 v.act( incidence, this ); 3454 v.act( incidence, this );
3455 3455
3456 } 3456 }
3457} 3457}
3458 3458
3459void CalendarView::deleteIncidence(Incidence *incidence) 3459void CalendarView::deleteIncidence(Incidence *incidence)
3460{ 3460{
3461 //qDebug(" CalendarView::deleteIncidence "); 3461 //qDebug(" CalendarView::deleteIncidence ");
3462 if ( incidence ) { 3462 if ( incidence ) {
3463 DeleteIncidenceVisitor v; 3463 DeleteIncidenceVisitor v;
3464 v.act( incidence, this ); 3464 v.act( incidence, this );
3465 } 3465 }
3466} 3466}
3467 3467
3468 3468
3469void CalendarView::lookForOutgoingMessages() 3469void CalendarView::lookForOutgoingMessages()
3470{ 3470{
3471 OutgoingDialog *ogd = mDialogManager->outgoingDialog(); 3471 OutgoingDialog *ogd = mDialogManager->outgoingDialog();
3472 ogd->loadMessages(); 3472 ogd->loadMessages();
3473} 3473}
3474 3474
3475void CalendarView::lookForIncomingMessages() 3475void CalendarView::lookForIncomingMessages()
3476{ 3476{
3477 IncomingDialog *icd = mDialogManager->incomingDialog(); 3477 IncomingDialog *icd = mDialogManager->incomingDialog();
3478 icd->retrieve(); 3478 icd->retrieve();
3479} 3479}
3480 3480
3481bool CalendarView::removeCompletedSubTodos( Todo* t ) 3481bool CalendarView::removeCompletedSubTodos( Todo* t )
3482{ 3482{
3483 bool deleteTodo = true; 3483 bool deleteTodo = true;
3484 QPtrList<Incidence> subTodos; 3484 QPtrList<Incidence> subTodos;
3485 Incidence *aTodo; 3485 Incidence *aTodo;
3486 subTodos = t->relations(); 3486 subTodos = t->relations();
3487 for (aTodo = subTodos.first(); aTodo; aTodo = subTodos.next()) { 3487 for (aTodo = subTodos.first(); aTodo; aTodo = subTodos.next()) {
3488 if (! removeCompletedSubTodos( (Todo*) aTodo )) 3488 if (! removeCompletedSubTodos( (Todo*) aTodo ))
3489 deleteTodo = false; 3489 deleteTodo = false;
3490 } 3490 }
3491 if ( deleteTodo ) { 3491 if ( deleteTodo ) {
3492 if ( t->isCompleted() ) { 3492 if ( t->isCompleted() ) {
3493 checkExternalId( t ); 3493 checkExternalId( t );
3494 mCalendar->deleteTodo( t ); 3494 mCalendar->deleteTodo( t );
3495 changeTodoDisplay( t,KOGlobals::EVENTDELETED ); 3495 changeTodoDisplay( t,KOGlobals::EVENTDELETED );
3496 } 3496 }
3497 else 3497 else
3498 deleteTodo = false; 3498 deleteTodo = false;
3499 } 3499 }
3500 return deleteTodo; 3500 return deleteTodo;
3501 3501
3502} 3502}
3503void CalendarView::purgeCompleted() 3503void CalendarView::purgeCompleted()
3504{ 3504{
3505 int result = KMessageBox::warningContinueCancel(this, 3505 int result = KMessageBox::warningContinueCancel(this,
3506 i18n("Delete all\ncompleted To-Dos?"),i18n("Purge To-Dos"),i18n("Purge")); 3506 i18n("Delete all\ncompleted To-Dos?"),i18n("Purge To-Dos"),i18n("Purge"));
3507 3507
3508 if (result == KMessageBox::Continue) { 3508 if (result == KMessageBox::Continue) {
3509 3509
3510 QPtrList<Todo> todoCal; 3510 QPtrList<Todo> todoCal;
3511 QPtrList<Todo> rootTodos; 3511 QPtrList<Todo> rootTodos;
3512 //QPtrList<Incidence> rel; 3512 //QPtrList<Incidence> rel;
3513 Todo *aTodo;//, *rTodo; 3513 Todo *aTodo;//, *rTodo;
3514 Incidence *rIncidence; 3514 Incidence *rIncidence;
3515 bool childDelete = false; 3515 bool childDelete = false;
3516 bool deletedOne = true; 3516 bool deletedOne = true;
3517 todoCal = calendar()->todos(); 3517 todoCal = calendar()->todos();
3518 for (aTodo = todoCal.first(); aTodo; aTodo = todoCal.next()) { 3518 for (aTodo = todoCal.first(); aTodo; aTodo = todoCal.next()) {
3519 if ( !aTodo->relatedTo() ) 3519 if ( !aTodo->relatedTo() )
3520 rootTodos.append( aTodo ); 3520 rootTodos.append( aTodo );
3521 } 3521 }
3522 for (aTodo = rootTodos.first(); aTodo; aTodo = rootTodos.next()) { 3522 for (aTodo = rootTodos.first(); aTodo; aTodo = rootTodos.next()) {
3523 removeCompletedSubTodos( aTodo ); 3523 removeCompletedSubTodos( aTodo );
3524 } 3524 }
3525 3525
3526 updateView(); 3526 updateView();
3527 } 3527 }
3528} 3528}
3529 3529
3530void CalendarView::slotCalendarChanged() 3530void CalendarView::slotCalendarChanged()
3531{ 3531{
3532 ; 3532 ;
3533} 3533}
3534 3534
3535NavigatorBar *CalendarView::navigatorBar() 3535NavigatorBar *CalendarView::navigatorBar()
3536{ 3536{
3537 return mNavigatorBar; 3537 return mNavigatorBar;
3538} 3538}
3539 3539
3540 3540
3541 3541
3542void CalendarView::keyPressEvent ( QKeyEvent *e) 3542void CalendarView::keyPressEvent ( QKeyEvent *e)
3543{ 3543{
3544 //qDebug(" alendarView::keyPressEvent "); 3544 //qDebug(" alendarView::keyPressEvent ");
3545 e->ignore(); 3545 e->ignore();
3546} 3546}
3547 3547
3548//#include "calendarview.moc" 3548//#include "calendarview.moc"
3549 3549
3550//#include "calendarviewbase.moc" 3550//#include "calendarviewbase.moc"
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro
index 9fdcd2f..543db86 100644
--- a/korganizer/korganizer.pro
+++ b/korganizer/korganizer.pro
@@ -1,193 +1,192 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on 2 CONFIG = qt warn_on
3 TARGET = kopi 3 TARGET = kopi
4OBJECTS_DIR = _obj/ 4OBJECTS_DIR = _obj/
5MOC_DIR = _moc 5MOC_DIR = _moc
6DESTDIR= ../bin 6DESTDIR= ../bin
7 7
8include( ../variables.pri ) 8include( ../variables.pri )
9 9
10INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim 10INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim
11#../qtcompat 11#../qtcompat
12DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL 12DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL
13DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER 13DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER
14#KORG_NOPRINTER KORG_NOKABC 14#KORG_NOPRINTER KORG_NOKABC
15DEFINES += KORG_NOLVALTERNATION 15DEFINES += KORG_NOLVALTERNATION
16DEFINES += DESKTOP_VERSION 16DEFINES += DESKTOP_VERSION
17unix : { 17unix : {
18LIBS += ../bin/libmicrokdepim.so 18LIBS += ../bin/libmicrokdepim.so
19LIBS += ../bin/libmicrokcal.so 19LIBS += ../bin/libmicrokcal.so
20LIBS += ../bin/libmicrokde.so 20LIBS += ../bin/libmicrokde.so
21LIBS += ../bin/libmicrokabc.so 21LIBS += ../bin/libmicrokabc.so
22LIBS += ../bin/libmicrogammu.so
23LIBS += -lbluetooth 22LIBS += -lbluetooth
24LIBS += -lsdp 23LIBS += -lsdp
25 24
26LIBS += -lldap 25LIBS += -lldap
27OBJECTS_DIR = obj/unix 26OBJECTS_DIR = obj/unix
28MOC_DIR = moc/unix 27MOC_DIR = moc/unix
29} 28}
30win32: { 29win32: {
31DEFINES += _WIN32_ 30DEFINES += _WIN32_
32LIBS += ../bin/microkdepim.lib 31LIBS += ../bin/microkdepim.lib
33LIBS += ../bin/microkcal.lib 32LIBS += ../bin/microkcal.lib
34LIBS += ../bin/microkde.lib 33LIBS += ../bin/microkde.lib
35LIBS += ../bin/microkabc.lib 34LIBS += ../bin/microkabc.lib
36LIBS += ../libical/lib/ical.lib 35LIBS += ../libical/lib/ical.lib
37LIBS += ../libical/lib/icalss.lib 36LIBS += ../libical/lib/icalss.lib
38#LIBS += atls.lib 37#LIBS += atls.lib
39LIBS += mfc71u.lib 38LIBS += mfc71u.lib
40QMAKE_LINK += /NODEFAULTLIB:LIBC 39QMAKE_LINK += /NODEFAULTLIB:LIBC
41#QMAKE_LINK += /NODEFAULTLIB:MSVCRT 40#QMAKE_LINK += /NODEFAULTLIB:MSVCRT
42#QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib 41#QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib
43OBJECTS_DIR = obj/win 42OBJECTS_DIR = obj/win
44MOC_DIR = moc/win 43MOC_DIR = moc/win
45} 44}
46 45
47 46
48INTERFACES = kofilterview_base.ui 47INTERFACES = kofilterview_base.ui
49# filteredit_base.ui 48# filteredit_base.ui
50 49
51# kdateedit.h \ 50# kdateedit.h \
52 51
53HEADERS = \ 52HEADERS = \
54 filteredit_base.h \ 53 filteredit_base.h \
55 alarmclient.h \ 54 alarmclient.h \
56 calendarview.h \ 55 calendarview.h \
57 customlistviewitem.h \ 56 customlistviewitem.h \
58 datenavigator.h \ 57 datenavigator.h \
59 docprefs.h \ 58 docprefs.h \
60 filtereditdialog.h \ 59 filtereditdialog.h \
61 incomingdialog.h \ 60 incomingdialog.h \
62 incomingdialog_base.h \ 61 incomingdialog_base.h \
63 interfaces/korganizer/baseview.h \ 62 interfaces/korganizer/baseview.h \
64 interfaces/korganizer/calendarviewbase.h \ 63 interfaces/korganizer/calendarviewbase.h \
65 journalentry.h \ 64 journalentry.h \
66 kdatenavigator.h \ 65 kdatenavigator.h \
67 koagenda.h \ 66 koagenda.h \
68 koagendaitem.h \ 67 koagendaitem.h \
69 koagendaview.h \ 68 koagendaview.h \
70 kocounterdialog.h \ 69 kocounterdialog.h \
71 kodaymatrix.h \ 70 kodaymatrix.h \
72 kodialogmanager.h \ 71 kodialogmanager.h \
73 koeditordetails.h \ 72 koeditordetails.h \
74 koeditorgeneral.h \ 73 koeditorgeneral.h \
75 koeditorgeneralevent.h \ 74 koeditorgeneralevent.h \
76 koeditorgeneraltodo.h \ 75 koeditorgeneraltodo.h \
77 koeditorrecurrence.h \ 76 koeditorrecurrence.h \
78 koeventeditor.h \ 77 koeventeditor.h \
79 koeventpopupmenu.h \ 78 koeventpopupmenu.h \
80 koeventview.h \ 79 koeventview.h \
81 koeventviewer.h \ 80 koeventviewer.h \
82 koeventviewerdialog.h \ 81 koeventviewerdialog.h \
83 kofilterview.h \ 82 kofilterview.h \
84 koglobals.h \ 83 koglobals.h \
85 koincidenceeditor.h \ 84 koincidenceeditor.h \
86 kojournalview.h \ 85 kojournalview.h \
87 kolistview.h \ 86 kolistview.h \
88 kolocationbox.h \ 87 kolocationbox.h \
89 komonthview.h \ 88 komonthview.h \
90 koprefs.h \ 89 koprefs.h \
91 koprefsdialog.h \ 90 koprefsdialog.h \
92 kotimespanview.h \ 91 kotimespanview.h \
93 kotodoeditor.h \ 92 kotodoeditor.h \
94 kotodoview.h \ 93 kotodoview.h \
95 kotodoviewitem.h \ 94 kotodoviewitem.h \
96 koviewmanager.h \ 95 koviewmanager.h \
97 kowhatsnextview.h \ 96 kowhatsnextview.h \
98 ktimeedit.h \ 97 ktimeedit.h \
99 lineview.h \ 98 lineview.h \
100 mainwindow.h \ 99 mainwindow.h \
101 navigatorbar.h \ 100 navigatorbar.h \
102 outgoingdialog.h \ 101 outgoingdialog.h \
103 outgoingdialog_base.h \ 102 outgoingdialog_base.h \
104 publishdialog.h \ 103 publishdialog.h \
105 publishdialog_base.h \ 104 publishdialog_base.h \
106 savetemplatedialog.h \ 105 savetemplatedialog.h \
107 searchdialog.h \ 106 searchdialog.h \
108 simplealarmclient.h \ 107 simplealarmclient.h \
109 statusdialog.h \ 108 statusdialog.h \
110 timeline.h \ 109 timeline.h \
111 timespanview.h \ 110 timespanview.h \
112 version.h \ 111 version.h \
113 ../kalarmd/alarmdialog.h \ 112 ../kalarmd/alarmdialog.h \
114 113
115 114
116SOURCES = \ 115SOURCES = \
117filteredit_base.cpp \ 116filteredit_base.cpp \
118 calendarview.cpp \ 117 calendarview.cpp \
119 datenavigator.cpp \ 118 datenavigator.cpp \
120 docprefs.cpp \ 119 docprefs.cpp \
121 filtereditdialog.cpp \ 120 filtereditdialog.cpp \
122 incomingdialog.cpp \ 121 incomingdialog.cpp \
123 incomingdialog_base.cpp \ 122 incomingdialog_base.cpp \
124 journalentry.cpp \ 123 journalentry.cpp \
125 kdatenavigator.cpp \ 124 kdatenavigator.cpp \
126 koagenda.cpp \ 125 koagenda.cpp \
127 koagendaitem.cpp \ 126 koagendaitem.cpp \
128 koagendaview.cpp \ 127 koagendaview.cpp \
129 kocounterdialog.cpp \ 128 kocounterdialog.cpp \
130 kodaymatrix.cpp \ 129 kodaymatrix.cpp \
131 kodialogmanager.cpp \ 130 kodialogmanager.cpp \
132 koeditordetails.cpp \ 131 koeditordetails.cpp \
133 koeditorgeneral.cpp \ 132 koeditorgeneral.cpp \
134 koeditorgeneralevent.cpp \ 133 koeditorgeneralevent.cpp \
135 koeditorgeneraltodo.cpp \ 134 koeditorgeneraltodo.cpp \
136 koeditorrecurrence.cpp \ 135 koeditorrecurrence.cpp \
137 koeventeditor.cpp \ 136 koeventeditor.cpp \
138 koeventpopupmenu.cpp \ 137 koeventpopupmenu.cpp \
139 koeventview.cpp \ 138 koeventview.cpp \
140 koeventviewer.cpp \ 139 koeventviewer.cpp \
141 koeventviewerdialog.cpp \ 140 koeventviewerdialog.cpp \
142 kofilterview.cpp \ 141 kofilterview.cpp \
143 koglobals.cpp \ 142 koglobals.cpp \
144 koincidenceeditor.cpp \ 143 koincidenceeditor.cpp \
145 kojournalview.cpp \ 144 kojournalview.cpp \
146 kolistview.cpp \ 145 kolistview.cpp \
147 kolocationbox.cpp \ 146 kolocationbox.cpp \
148 komonthview.cpp \ 147 komonthview.cpp \
149 koprefs.cpp \ 148 koprefs.cpp \
150 koprefsdialog.cpp \ 149 koprefsdialog.cpp \
151 kotimespanview.cpp \ 150 kotimespanview.cpp \
152 kotodoeditor.cpp \ 151 kotodoeditor.cpp \
153 kotodoview.cpp \ 152 kotodoview.cpp \
154 kotodoviewitem.cpp \ 153 kotodoviewitem.cpp \
155 koviewmanager.cpp \ 154 koviewmanager.cpp \
156 kowhatsnextview.cpp \ 155 kowhatsnextview.cpp \
157 ktimeedit.cpp \ 156 ktimeedit.cpp \
158 lineview.cpp \ 157 lineview.cpp \
159 main.cpp \ 158 main.cpp \
160 mainwindow.cpp \ 159 mainwindow.cpp \
161 navigatorbar.cpp \ 160 navigatorbar.cpp \
162 outgoingdialog.cpp \ 161 outgoingdialog.cpp \
163 outgoingdialog_base.cpp \ 162 outgoingdialog_base.cpp \
164 publishdialog.cpp \ 163 publishdialog.cpp \
165 publishdialog_base.cpp \ 164 publishdialog_base.cpp \
166 savetemplatedialog.cpp \ 165 savetemplatedialog.cpp \
167 searchdialog.cpp \ 166 searchdialog.cpp \
168 simplealarmclient.cpp \ 167 simplealarmclient.cpp \
169 statusdialog.cpp \ 168 statusdialog.cpp \
170 timeline.cpp \ 169 timeline.cpp \
171 timespanview.cpp \ 170 timespanview.cpp \
172 ../kalarmd/alarmdialog.cpp 171 ../kalarmd/alarmdialog.cpp
173 172
174HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h 173HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h
175INTERFACES += calprintdayconfig_base.ui \ 174INTERFACES += calprintdayconfig_base.ui \
176 calprintmonthconfig_base.ui \ 175 calprintmonthconfig_base.ui \
177 calprinttodoconfig_base.ui \ 176 calprinttodoconfig_base.ui \
178 calprintweekconfig_base.ui 177 calprintweekconfig_base.ui
179SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp 178SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp
180 179
181 180
182 181
183win32: { 182win32: {
184HEADERS += ../outport/msoutl9.h \ 183HEADERS += ../outport/msoutl9.h \
185 koimportoldialog.h 184 koimportoldialog.h
186 185
187 186
188SOURCES += ../outport/msoutl9.cpp \ 187SOURCES += ../outport/msoutl9.cpp \
189 koimportoldialog.cpp 188 koimportoldialog.cpp
190 189
191 190
192} 191}
193 192