author | zautrix <zautrix> | 2005-03-27 13:04:11 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-03-27 13:04:11 (UTC) |
commit | 9e3e43aaca0986ae224c752d2d3a760661be61b6 (patch) (unidiff) | |
tree | 18295c0cc7177be6022a7abec716131f06b2a756 /korganizer | |
parent | 1800cf5f3af1f666dddcbfffe3171adcd467ae3d (diff) | |
download | kdepimpi-9e3e43aaca0986ae224c752d2d3a760661be61b6.zip kdepimpi-9e3e43aaca0986ae224c752d2d3a760661be61b6.tar.gz kdepimpi-9e3e43aaca0986ae224c752d2d3a760661be61b6.tar.bz2 |
fixes
-rw-r--r-- | korganizer/calendarview.cpp | 28 | ||||
-rw-r--r-- | korganizer/koagendaview.cpp | 27 | ||||
-rw-r--r-- | korganizer/mainwindow.cpp | 8 |
3 files changed, 43 insertions, 20 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 73aa733..a330414 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp | |||
@@ -1,4082 +1,4104 @@ | |||
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 | #include <libkdepim/kpimglobalprefs.h> | 66 | #include <libkdepim/kpimglobalprefs.h> |
67 | 67 | ||
68 | #include <libkcal/vcaldrag.h> | 68 | #include <libkcal/vcaldrag.h> |
69 | #include <libkcal/icaldrag.h> | 69 | #include <libkcal/icaldrag.h> |
70 | #include <libkcal/icalformat.h> | 70 | #include <libkcal/icalformat.h> |
71 | #include <libkcal/vcalformat.h> | 71 | #include <libkcal/vcalformat.h> |
72 | #include <libkcal/scheduler.h> | 72 | #include <libkcal/scheduler.h> |
73 | #include <libkcal/calendarlocal.h> | 73 | #include <libkcal/calendarlocal.h> |
74 | #include <libkcal/journal.h> | 74 | #include <libkcal/journal.h> |
75 | #include <libkcal/calfilter.h> | 75 | #include <libkcal/calfilter.h> |
76 | #include <libkcal/attendee.h> | 76 | #include <libkcal/attendee.h> |
77 | #include <libkcal/dndfactory.h> | 77 | #include <libkcal/dndfactory.h> |
78 | #include <libkcal/freebusy.h> | 78 | #include <libkcal/freebusy.h> |
79 | #include <libkcal/filestorage.h> | 79 | #include <libkcal/filestorage.h> |
80 | #include <libkcal/calendarresources.h> | 80 | #include <libkcal/calendarresources.h> |
81 | #include <libkcal/qtopiaformat.h> | 81 | #include <libkcal/qtopiaformat.h> |
82 | #include "../kalarmd/alarmdialog.h" | 82 | #include "../kalarmd/alarmdialog.h" |
83 | 83 | ||
84 | #ifndef DESKTOP_VERSION | 84 | #ifndef DESKTOP_VERSION |
85 | #include <libkcal/sharpformat.h> | 85 | #include <libkcal/sharpformat.h> |
86 | #include <externalapphandler.h> | 86 | #include <externalapphandler.h> |
87 | #endif | 87 | #endif |
88 | #include <libkcal/phoneformat.h> | 88 | #include <libkcal/phoneformat.h> |
89 | #ifndef KORG_NOMAIL | 89 | #ifndef KORG_NOMAIL |
90 | #include "komailclient.h" | 90 | #include "komailclient.h" |
91 | #endif | 91 | #endif |
92 | #ifndef KORG_NOPRINTER | 92 | #ifndef KORG_NOPRINTER |
93 | #include "calprinter.h" | 93 | #include "calprinter.h" |
94 | #endif | 94 | #endif |
95 | #ifndef KORG_NOPLUGINS | 95 | #ifndef KORG_NOPLUGINS |
96 | #include "kocore.h" | 96 | #include "kocore.h" |
97 | #endif | 97 | #endif |
98 | #include "koeventeditor.h" | 98 | #include "koeventeditor.h" |
99 | #include "kotodoeditor.h" | 99 | #include "kotodoeditor.h" |
100 | #include "koprefs.h" | 100 | #include "koprefs.h" |
101 | #include "koeventviewerdialog.h" | 101 | #include "koeventviewerdialog.h" |
102 | #include "publishdialog.h" | 102 | #include "publishdialog.h" |
103 | #include "kofilterview.h" | 103 | #include "kofilterview.h" |
104 | #include "koglobals.h" | 104 | #include "koglobals.h" |
105 | #include "koviewmanager.h" | 105 | #include "koviewmanager.h" |
106 | #include "koagendaview.h" | 106 | #include "koagendaview.h" |
107 | #include "kodialogmanager.h" | 107 | #include "kodialogmanager.h" |
108 | #include "outgoingdialog.h" | 108 | #include "outgoingdialog.h" |
109 | #include "incomingdialog.h" | 109 | #include "incomingdialog.h" |
110 | #include "datenavigatorcontainer.h" | 110 | #include "datenavigatorcontainer.h" |
111 | #include "statusdialog.h" | 111 | #include "statusdialog.h" |
112 | #include "kdatenavigator.h" | 112 | #include "kdatenavigator.h" |
113 | #include "kotodoview.h" | 113 | #include "kotodoview.h" |
114 | #include "datenavigator.h" | 114 | #include "datenavigator.h" |
115 | #include "resourceview.h" | 115 | #include "resourceview.h" |
116 | #include "navigatorbar.h" | 116 | #include "navigatorbar.h" |
117 | #include "searchdialog.h" | 117 | #include "searchdialog.h" |
118 | #include "mainwindow.h" | 118 | #include "mainwindow.h" |
119 | 119 | ||
120 | #include "calendarview.h" | 120 | #include "calendarview.h" |
121 | #ifndef DESKTOP_VERSION | 121 | #ifndef DESKTOP_VERSION |
122 | #include <qtopia/alarmserver.h> | 122 | #include <qtopia/alarmserver.h> |
123 | #endif | 123 | #endif |
124 | #ifndef _WIN32_ | 124 | #ifndef _WIN32_ |
125 | #include <stdlib.h> | 125 | #include <stdlib.h> |
126 | #include <stdio.h> | 126 | #include <stdio.h> |
127 | #include <unistd.h> | 127 | #include <unistd.h> |
128 | #else | 128 | #else |
129 | #include <qprocess.h> | 129 | #include <qprocess.h> |
130 | #endif | 130 | #endif |
131 | 131 | ||
132 | #ifdef DESKTOP_VERSION | 132 | #ifdef DESKTOP_VERSION |
133 | #include <kabc/stdaddressbook.h> | 133 | #include <kabc/stdaddressbook.h> |
134 | #endif | 134 | #endif |
135 | using namespace KOrg; | 135 | using namespace KOrg; |
136 | using namespace KCal; | 136 | using namespace KCal; |
137 | extern int globalFlagBlockAgenda; | 137 | extern int globalFlagBlockAgenda; |
138 | extern int globalFlagBlockStartup; | 138 | extern int globalFlagBlockStartup; |
139 | 139 | ||
140 | 140 | ||
141 | 141 | ||
142 | class KOBeamPrefs : public QDialog | 142 | class KOBeamPrefs : public QDialog |
143 | { | 143 | { |
144 | public: | 144 | public: |
145 | KOBeamPrefs( QWidget *parent=0, const char *name=0 ) : | 145 | KOBeamPrefs( QWidget *parent=0, const char *name=0 ) : |
146 | QDialog( parent, name, true ) | 146 | QDialog( parent, name, true ) |
147 | { | 147 | { |
148 | setCaption( i18n("Beam Options") ); | 148 | setCaption( i18n("Beam Options") ); |
149 | QVBoxLayout* lay = new QVBoxLayout( this ); | 149 | QVBoxLayout* lay = new QVBoxLayout( this ); |
150 | lay->setSpacing( 3 ); | 150 | lay->setSpacing( 3 ); |
151 | lay->setMargin( 3 ); | 151 | lay->setMargin( 3 ); |
152 | QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("File format"), this ); | 152 | QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("File format"), this ); |
153 | lay->addWidget( format ); | 153 | lay->addWidget( format ); |
154 | format->setExclusive ( true ) ; | 154 | format->setExclusive ( true ) ; |
155 | QButtonGroup* time = new QButtonGroup(1, Horizontal, i18n("Time format"), this ); | 155 | QButtonGroup* time = new QButtonGroup(1, Horizontal, i18n("Time format"), this ); |
156 | lay->addWidget( time ); time->setExclusive ( true ) ; | 156 | lay->addWidget( time ); time->setExclusive ( true ) ; |
157 | vcal = new QRadioButton(" vCalendar ", format ); | 157 | vcal = new QRadioButton(" vCalendar ", format ); |
158 | ical = new QRadioButton(" iCalendar ", format ); | 158 | ical = new QRadioButton(" iCalendar ", format ); |
159 | vcal->setChecked( true ); | 159 | vcal->setChecked( true ); |
160 | tz = new QRadioButton(i18n(" With timezone "), time ); | 160 | tz = new QRadioButton(i18n(" With timezone "), time ); |
161 | local = new QRadioButton(i18n(" Local time "), time ); | 161 | local = new QRadioButton(i18n(" Local time "), time ); |
162 | tz->setChecked( true ); | 162 | tz->setChecked( true ); |
163 | QPushButton * ok = new QPushButton( i18n("Beam via IR!"), this ); | 163 | QPushButton * ok = new QPushButton( i18n("Beam via IR!"), this ); |
164 | lay->addWidget( ok ); | 164 | lay->addWidget( ok ); |
165 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); | 165 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); |
166 | lay->addWidget( cancel ); | 166 | lay->addWidget( cancel ); |
167 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); | 167 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); |
168 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); | 168 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); |
169 | resize( 200, 200 ); | 169 | resize( 200, 200 ); |
170 | } | 170 | } |
171 | 171 | ||
172 | bool beamVcal() { return vcal->isChecked(); } | 172 | bool beamVcal() { return vcal->isChecked(); } |
173 | bool beamLocal() { return local->isChecked(); } | 173 | bool beamLocal() { return local->isChecked(); } |
174 | private: | 174 | private: |
175 | QRadioButton* vcal, *ical, *local, *tz; | 175 | QRadioButton* vcal, *ical, *local, *tz; |
176 | }; | 176 | }; |
177 | class KOCatPrefs : public QDialog | 177 | class KOCatPrefs : public QDialog |
178 | { | 178 | { |
179 | public: | 179 | public: |
180 | KOCatPrefs( QWidget *parent=0, const char *name=0 ) : | 180 | KOCatPrefs( QWidget *parent=0, const char *name=0 ) : |
181 | QDialog( parent, name, true ) | 181 | QDialog( parent, name, true ) |
182 | { | 182 | { |
183 | setCaption( i18n("Manage new Categories") ); | 183 | setCaption( i18n("Manage new Categories") ); |
184 | QVBoxLayout* lay = new QVBoxLayout( this ); | 184 | QVBoxLayout* lay = new QVBoxLayout( this ); |
185 | lay->setSpacing( 3 ); | 185 | lay->setSpacing( 3 ); |
186 | lay->setMargin( 3 ); | 186 | lay->setMargin( 3 ); |
187 | 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 ); | 187 | 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 ); |
188 | lay->addWidget( lab ); | 188 | lay->addWidget( lab ); |
189 | QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("New categories not in list:"), this ); | 189 | QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("New categories not in list:"), this ); |
190 | lay->addWidget( format ); | 190 | lay->addWidget( format ); |
191 | format->setExclusive ( true ) ; | 191 | format->setExclusive ( true ) ; |
192 | addCatBut = new QRadioButton(i18n("Add to category list"), format ); | 192 | addCatBut = new QRadioButton(i18n("Add to category list"), format ); |
193 | new QRadioButton(i18n("Remove from Events/Todos"), format ); | 193 | new QRadioButton(i18n("Remove from Events/Todos"), format ); |
194 | addCatBut->setChecked( true ); | 194 | addCatBut->setChecked( true ); |
195 | QPushButton * ok = new QPushButton( i18n("OK"), this ); | 195 | QPushButton * ok = new QPushButton( i18n("OK"), this ); |
196 | lay->addWidget( ok ); | 196 | lay->addWidget( ok ); |
197 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); | 197 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); |
198 | lay->addWidget( cancel ); | 198 | lay->addWidget( cancel ); |
199 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); | 199 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); |
200 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); | 200 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); |
201 | resize( 200, 200 ); | 201 | resize( 200, 200 ); |
202 | } | 202 | } |
203 | 203 | ||
204 | bool addCat() { return addCatBut->isChecked(); } | 204 | bool addCat() { return addCatBut->isChecked(); } |
205 | private: | 205 | private: |
206 | QRadioButton* addCatBut; | 206 | QRadioButton* addCatBut; |
207 | }; | 207 | }; |
208 | 208 | ||
209 | 209 | ||
210 | 210 | ||
211 | CalendarView::CalendarView( CalendarResources *calendar, | 211 | CalendarView::CalendarView( CalendarResources *calendar, |
212 | QWidget *parent, const char *name ) | 212 | QWidget *parent, const char *name ) |
213 | : CalendarViewBase( parent, name ), | 213 | : CalendarViewBase( parent, name ), |
214 | mCalendar( calendar ), | 214 | mCalendar( calendar ), |
215 | mResourceManager( calendar->resourceManager() ) | 215 | mResourceManager( calendar->resourceManager() ) |
216 | { | 216 | { |
217 | 217 | ||
218 | mEventEditor = 0; | 218 | mEventEditor = 0; |
219 | mTodoEditor = 0; | 219 | mTodoEditor = 0; |
220 | 220 | ||
221 | init(); | 221 | init(); |
222 | } | 222 | } |
223 | 223 | ||
224 | CalendarView::CalendarView( Calendar *calendar, | 224 | CalendarView::CalendarView( Calendar *calendar, |
225 | QWidget *parent, const char *name ) | 225 | QWidget *parent, const char *name ) |
226 | : CalendarViewBase( parent, name ), | 226 | : CalendarViewBase( parent, name ), |
227 | mCalendar( calendar ), | 227 | mCalendar( calendar ), |
228 | mResourceManager( 0 ) | 228 | mResourceManager( 0 ) |
229 | { | 229 | { |
230 | 230 | ||
231 | mEventEditor = 0; | 231 | mEventEditor = 0; |
232 | mTodoEditor = 0; | 232 | mTodoEditor = 0; |
233 | init(); | 233 | init(); |
234 | } | 234 | } |
235 | 235 | ||
236 | void CalendarView::init() | 236 | void CalendarView::init() |
237 | { | 237 | { |
238 | mNextAlarmDateTime = QDateTime::currentDateTime(); | 238 | mNextAlarmDateTime = QDateTime::currentDateTime(); |
239 | setFocusPolicy ( WheelFocus ); | 239 | setFocusPolicy ( WheelFocus ); |
240 | mViewerCallerIsSearchDialog = false; | 240 | mViewerCallerIsSearchDialog = false; |
241 | mBlockShowDates = false; | 241 | mBlockShowDates = false; |
242 | beamDialog = new KOBeamPrefs(); | 242 | beamDialog = new KOBeamPrefs(); |
243 | mDatePickerMode = 0; | 243 | mDatePickerMode = 0; |
244 | mCurrentSyncDevice = ""; | 244 | mCurrentSyncDevice = ""; |
245 | writeLocale(); | 245 | writeLocale(); |
246 | mViewManager = new KOViewManager( this ); | 246 | mViewManager = new KOViewManager( this ); |
247 | mDialogManager = new KODialogManager( this ); | 247 | mDialogManager = new KODialogManager( this ); |
248 | mEventViewerDialog = 0; | 248 | mEventViewerDialog = 0; |
249 | mModified = false; | 249 | mModified = false; |
250 | mReadOnly = false; | 250 | mReadOnly = false; |
251 | mSelectedIncidence = 0; | 251 | mSelectedIncidence = 0; |
252 | mCalPrinter = 0; | 252 | mCalPrinter = 0; |
253 | mFilters.setAutoDelete(true); | 253 | mFilters.setAutoDelete(true); |
254 | 254 | ||
255 | mCalendar->registerObserver( this ); | 255 | mCalendar->registerObserver( this ); |
256 | // TODO: Make sure that view is updated, when calendar is changed. | 256 | // TODO: Make sure that view is updated, when calendar is changed. |
257 | 257 | ||
258 | mStorage = new FileStorage( mCalendar ); | 258 | mStorage = new FileStorage( mCalendar ); |
259 | mNavigator = new DateNavigator( this, "datevav", mViewManager ); | 259 | mNavigator = new DateNavigator( this, "datevav", mViewManager ); |
260 | 260 | ||
261 | QBoxLayout *topLayout = (QBoxLayout*)layout(); | 261 | QBoxLayout *topLayout = (QBoxLayout*)layout(); |
262 | #ifndef KORG_NOSPLITTER | 262 | #ifndef KORG_NOSPLITTER |
263 | // create the main layout frames. | 263 | // create the main layout frames. |
264 | mPanner = new QSplitter(QSplitter::Horizontal,this,"CalendarView::Panner"); | 264 | mPanner = new QSplitter(QSplitter::Horizontal,this,"CalendarView::Panner"); |
265 | topLayout->addWidget(mPanner); | 265 | topLayout->addWidget(mPanner); |
266 | 266 | ||
267 | mLeftSplitter = new QSplitter(QSplitter::Vertical,mPanner, | 267 | mLeftSplitter = new QSplitter(QSplitter::Vertical,mPanner, |
268 | "CalendarView::LeftFrame"); | 268 | "CalendarView::LeftFrame"); |
269 | mPanner->setResizeMode(mLeftSplitter,QSplitter::KeepSize); | 269 | mPanner->setResizeMode(mLeftSplitter,QSplitter::KeepSize); |
270 | 270 | ||
271 | mDateNavigator = new DateNavigatorContainer( mLeftSplitter, | 271 | mDateNavigator = new DateNavigatorContainer( mLeftSplitter, |
272 | "CalendarView::DateNavigator" ); | 272 | "CalendarView::DateNavigator" ); |
273 | 273 | ||
274 | mLeftSplitter->setResizeMode(mDateNavigator,QSplitter::KeepSize); | 274 | mLeftSplitter->setResizeMode(mDateNavigator,QSplitter::KeepSize); |
275 | mTodoList = new KOTodoView(mCalendar, mLeftSplitter, "todolist_small2"); | 275 | mTodoList = new KOTodoView(mCalendar, mLeftSplitter, "todolist_small2"); |
276 | mTodoList->setNavigator( mNavigator ); | 276 | mTodoList->setNavigator( mNavigator ); |
277 | mFilterView = new KOFilterView(&mFilters,mLeftSplitter,"CalendarView::FilterView"); | 277 | mFilterView = new KOFilterView(&mFilters,mLeftSplitter,"CalendarView::FilterView"); |
278 | 278 | ||
279 | #ifdef KORG_NORESOURCEVIEW | 279 | #ifdef KORG_NORESOURCEVIEW |
280 | mResourceView = 0; | 280 | mResourceView = 0; |
281 | #else | 281 | #else |
282 | if ( mResourceManager ) { | 282 | if ( mResourceManager ) { |
283 | mResourceView = new ResourceView( mResourceManager, mLeftSplitter ); | 283 | mResourceView = new ResourceView( mResourceManager, mLeftSplitter ); |
284 | mResourceView->updateView(); | 284 | mResourceView->updateView(); |
285 | connect( mResourceView, SIGNAL( resourcesChanged() ), | 285 | connect( mResourceView, SIGNAL( resourcesChanged() ), |
286 | SLOT( updateView() ) ); | 286 | SLOT( updateView() ) ); |
287 | } else { | 287 | } else { |
288 | mResourceView = 0; | 288 | mResourceView = 0; |
289 | } | 289 | } |
290 | #endif | 290 | #endif |
291 | QWidget *rightBox = new QWidget( mPanner ); | 291 | QWidget *rightBox = new QWidget( mPanner ); |
292 | QBoxLayout *rightLayout = new QVBoxLayout( rightBox ); | 292 | QBoxLayout *rightLayout = new QVBoxLayout( rightBox ); |
293 | 293 | ||
294 | mRightFrame = new QWidgetStack( rightBox ); | 294 | mRightFrame = new QWidgetStack( rightBox ); |
295 | rightLayout->addWidget( mRightFrame, 1 ); | 295 | rightLayout->addWidget( mRightFrame, 1 ); |
296 | 296 | ||
297 | mLeftFrame = mLeftSplitter; | 297 | mLeftFrame = mLeftSplitter; |
298 | #else | 298 | #else |
299 | //QWidget *mainBox = new QWidget( this ); | 299 | //QWidget *mainBox = new QWidget( this ); |
300 | //QWidget *leftFrame = new QWidget( mainBox ); | 300 | //QWidget *leftFrame = new QWidget( mainBox ); |
301 | //QBoxLayout * mainBoxLayout; | 301 | //QBoxLayout * mainBoxLayout; |
302 | if ( KOPrefs::instance()->mVerticalScreen ) { | 302 | if ( KOPrefs::instance()->mVerticalScreen ) { |
303 | //mainBoxLayout = new QVBoxLayout(mainBox); | 303 | //mainBoxLayout = new QVBoxLayout(mainBox); |
304 | //leftFrameLayout = new QHBoxLayout(leftFrame ); | 304 | //leftFrameLayout = new QHBoxLayout(leftFrame ); |
305 | mMainFrame = new KDGanttMinimizeSplitter( Qt::Vertical, this ); | 305 | mMainFrame = new KDGanttMinimizeSplitter( Qt::Vertical, this ); |
306 | mMainFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); | 306 | mMainFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); |
307 | mLeftFrame = new KDGanttMinimizeSplitter( Qt::Horizontal, mMainFrame);; | 307 | mLeftFrame = new KDGanttMinimizeSplitter( Qt::Horizontal, mMainFrame);; |
308 | mLeftFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Right ); | 308 | mLeftFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Right ); |
309 | } else { | 309 | } else { |
310 | //mainBoxLayout = new QHBoxLayout(mainBox); | 310 | //mainBoxLayout = new QHBoxLayout(mainBox); |
311 | //leftFrameLayout = new QVBoxLayout(leftFrame ); | 311 | //leftFrameLayout = new QVBoxLayout(leftFrame ); |
312 | mMainFrame = new KDGanttMinimizeSplitter( Qt::Horizontal, this); | 312 | mMainFrame = new KDGanttMinimizeSplitter( Qt::Horizontal, this); |
313 | mMainFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Left); | 313 | mMainFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Left); |
314 | mLeftFrame = new KDGanttMinimizeSplitter( Qt::Vertical, mMainFrame); | 314 | mLeftFrame = new KDGanttMinimizeSplitter( Qt::Vertical, mMainFrame); |
315 | mLeftFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); | 315 | mLeftFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); |
316 | } | 316 | } |
317 | mMainFrame->setSizePolicy( QSizePolicy (QSizePolicy::Expanding,QSizePolicy::Expanding) ); | 317 | mMainFrame->setSizePolicy( QSizePolicy (QSizePolicy::Expanding,QSizePolicy::Expanding) ); |
318 | //QBoxLayout * leftFrameLayout; | 318 | //QBoxLayout * leftFrameLayout; |
319 | topLayout->addWidget( mMainFrame ); | 319 | topLayout->addWidget( mMainFrame ); |
320 | //mainBoxLayout->addWidget (mLeftFrame); | 320 | //mainBoxLayout->addWidget (mLeftFrame); |
321 | mDateNavigator = new DateNavigatorContainer( mLeftFrame, | 321 | mDateNavigator = new DateNavigatorContainer( mLeftFrame, |
322 | "CalendarView::DateNavigator" ); | 322 | "CalendarView::DateNavigator" ); |
323 | #if 0 | 323 | #if 0 |
324 | // FIXME | 324 | // FIXME |
325 | mDateNavigator = new KDateNavigator(mLeftFrame, mCalendar, TRUE, | 325 | mDateNavigator = new KDateNavigator(mLeftFrame, mCalendar, TRUE, |
326 | "CalendarView::DateNavigator", QDate::currentDate()); | 326 | "CalendarView::DateNavigator", QDate::currentDate()); |
327 | #endif | 327 | #endif |
328 | // mDateNavigator->blockSignals( true ); | 328 | // mDateNavigator->blockSignals( true ); |
329 | //leftFrameLayout->addWidget( mDateNavigator ); | 329 | //leftFrameLayout->addWidget( mDateNavigator ); |
330 | mTodoList = new KOTodoView(mCalendar, mLeftFrame, "todolistsmall"); | 330 | mTodoList = new KOTodoView(mCalendar, mLeftFrame, "todolistsmall"); |
331 | mFilterView = new KOFilterView(&mFilters,mLeftFrame,"CalendarView::FilterView"); | 331 | mFilterView = new KOFilterView(&mFilters,mLeftFrame,"CalendarView::FilterView"); |
332 | mTodoList->setNavigator( mNavigator ); | 332 | mTodoList->setNavigator( mNavigator ); |
333 | #if 0 | 333 | #if 0 |
334 | if ( QApplication::desktop()->width() < 480 ) { | 334 | if ( QApplication::desktop()->width() < 480 ) { |
335 | leftFrameLayout->addWidget(mFilterView); | 335 | leftFrameLayout->addWidget(mFilterView); |
336 | leftFrameLayout->addWidget(mTodoList, 2 ); | 336 | leftFrameLayout->addWidget(mTodoList, 2 ); |
337 | 337 | ||
338 | } else { | 338 | } else { |
339 | leftFrameLayout->addWidget(mTodoList,2 ); | 339 | leftFrameLayout->addWidget(mTodoList,2 ); |
340 | leftFrameLayout->addWidget(mFilterView ); | 340 | leftFrameLayout->addWidget(mFilterView ); |
341 | } | 341 | } |
342 | #endif | 342 | #endif |
343 | mFilterView->hide(); | 343 | mFilterView->hide(); |
344 | QWidget *rightBox = new QWidget( mMainFrame ); | 344 | QWidget *rightBox = new QWidget( mMainFrame ); |
345 | //mainBoxLayout->addWidget ( rightBox, 10 ); | 345 | //mainBoxLayout->addWidget ( rightBox, 10 ); |
346 | QBoxLayout *rightLayout = new QVBoxLayout( rightBox ); | 346 | QBoxLayout *rightLayout = new QVBoxLayout( rightBox ); |
347 | mRightFrame = new QWidgetStack( rightBox ); | 347 | mRightFrame = new QWidgetStack( rightBox ); |
348 | rightLayout->addWidget( mRightFrame, 10 ); | 348 | rightLayout->addWidget( mRightFrame, 10 ); |
349 | 349 | ||
350 | //mLeftFrame = (QWidget *)leftFrame; | 350 | //mLeftFrame = (QWidget *)leftFrame; |
351 | if ( KOPrefs::instance()->mVerticalScreen ) { | 351 | if ( KOPrefs::instance()->mVerticalScreen ) { |
352 | //mDateNavigator->setFixedHeight( mDateNavigator->sizeHint().height() ); | 352 | //mDateNavigator->setFixedHeight( mDateNavigator->sizeHint().height() ); |
353 | //mDateNavigator->setMinimumWidth( mDateNavigator->sizeHint().width() ); | 353 | //mDateNavigator->setMinimumWidth( mDateNavigator->sizeHint().width() ); |
354 | //mTodoList->setFixedHeight( mDateNavigator->sizeHint().height() ); | 354 | //mTodoList->setFixedHeight( mDateNavigator->sizeHint().height() ); |
355 | //leftFrame->setFixedHeight( mDateNavigator->sizeHint().height() ); | 355 | //leftFrame->setFixedHeight( mDateNavigator->sizeHint().height() ); |
356 | } else { | 356 | } else { |
357 | //mDateNavigator->setFixedWidth( mDateNavigator->sizeHint().width() ); | 357 | //mDateNavigator->setFixedWidth( mDateNavigator->sizeHint().width() ); |
358 | //mTodoList->setFixedWidth( mDateNavigator->sizeHint().width() ); | 358 | //mTodoList->setFixedWidth( mDateNavigator->sizeHint().width() ); |
359 | //leftFrame->setFixedWidth( mDateNavigator->sizeHint().width() ); | 359 | //leftFrame->setFixedWidth( mDateNavigator->sizeHint().width() ); |
360 | } | 360 | } |
361 | if ( !KOPrefs::instance()->mShowDateNavigator) | 361 | if ( !KOPrefs::instance()->mShowDateNavigator) |
362 | mDateNavigator->hide(); | 362 | mDateNavigator->hide(); |
363 | //qDebug("Calendarview Size %d %d ", width(), height()); | 363 | //qDebug("Calendarview Size %d %d ", width(), height()); |
364 | #endif | 364 | #endif |
365 | 365 | ||
366 | connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), | 366 | connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), |
367 | SLOT( showDates( const KCal::DateList & ) ) ); | 367 | SLOT( showDates( const KCal::DateList & ) ) ); |
368 | 368 | ||
369 | connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), | 369 | connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), |
370 | mDateNavigator, SLOT( selectDates( const KCal::DateList & ) ) ); | 370 | mDateNavigator, SLOT( selectDates( const KCal::DateList & ) ) ); |
371 | 371 | ||
372 | 372 | ||
373 | 373 | ||
374 | connect( mDateNavigator, SIGNAL( showMonth( const QDate & ) ), | 374 | connect( mDateNavigator, SIGNAL( showMonth( const QDate & ) ), |
375 | mViewManager, SLOT( showMonth( const QDate & ) ) ); | 375 | mViewManager, SLOT( showMonth( const QDate & ) ) ); |
376 | 376 | ||
377 | connect( mDateNavigator, SIGNAL( weekClicked( const QDate & ) ), | 377 | connect( mDateNavigator, SIGNAL( weekClicked( const QDate & ) ), |
378 | mNavigator, SLOT( selectWeek( const QDate & ) ) ); | 378 | mNavigator, SLOT( selectWeek( const QDate & ) ) ); |
379 | 379 | ||
380 | connect( mDateNavigator, SIGNAL( goPrevYear() ), | 380 | connect( mDateNavigator, SIGNAL( goPrevYear() ), |
381 | mNavigator, SLOT( selectPreviousYear() ) ); | 381 | mNavigator, SLOT( selectPreviousYear() ) ); |
382 | connect( mDateNavigator, SIGNAL( goNextYear() ), | 382 | connect( mDateNavigator, SIGNAL( goNextYear() ), |
383 | mNavigator, SLOT( selectNextYear() ) ); | 383 | mNavigator, SLOT( selectNextYear() ) ); |
384 | connect( mDateNavigator, SIGNAL( goPrevMonth() ), | 384 | connect( mDateNavigator, SIGNAL( goPrevMonth() ), |
385 | mNavigator, SLOT( selectPreviousMonth() ) ); | 385 | mNavigator, SLOT( selectPreviousMonth() ) ); |
386 | connect( mDateNavigator, SIGNAL( goNextMonth() ), | 386 | connect( mDateNavigator, SIGNAL( goNextMonth() ), |
387 | mNavigator, SLOT( selectNextMonth() ) ); | 387 | mNavigator, SLOT( selectNextMonth() ) ); |
388 | 388 | ||
389 | connect( mDateNavigator, SIGNAL( goPrevious() ), | 389 | connect( mDateNavigator, SIGNAL( goPrevious() ), |
390 | mNavigator, SLOT( selectPrevious() ) ); | 390 | mNavigator, SLOT( selectPrevious() ) ); |
391 | connect( mDateNavigator, SIGNAL( goNext() ), | 391 | connect( mDateNavigator, SIGNAL( goNext() ), |
392 | mNavigator, SLOT( selectNext() ) ); | 392 | mNavigator, SLOT( selectNext() ) ); |
393 | connect( mDateNavigator, SIGNAL( monthSelected ( int ) ), | 393 | connect( mDateNavigator, SIGNAL( monthSelected ( int ) ), |
394 | mNavigator, SLOT( slotMonthSelect( int ) ) ); | 394 | mNavigator, SLOT( slotMonthSelect( int ) ) ); |
395 | 395 | ||
396 | connect( mDateNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), | 396 | connect( mDateNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), |
397 | mNavigator, SLOT( selectDates( const KCal::DateList & ) ) ); | 397 | mNavigator, SLOT( selectDates( const KCal::DateList & ) ) ); |
398 | #if 0 | 398 | #if 0 |
399 | connect( mDateNavigator, SIGNAL( incidenceDropped( Incidence * ) ), | 399 | connect( mDateNavigator, SIGNAL( incidenceDropped( Incidence * ) ), |
400 | SLOT( incidenceAdded( Incidence *) ) ); | 400 | SLOT( incidenceAdded( Incidence *) ) ); |
401 | #endif | 401 | #endif |
402 | // connect(mDateNavigator,SIGNAL(dayPassed(QDate)),SLOT(updateView())); | 402 | // connect(mDateNavigator,SIGNAL(dayPassed(QDate)),SLOT(updateView())); |
403 | 403 | ||
404 | connect( this, SIGNAL( configChanged() ), | 404 | connect( this, SIGNAL( configChanged() ), |
405 | mDateNavigator, SLOT( updateConfig() ) ); | 405 | mDateNavigator, SLOT( updateConfig() ) ); |
406 | 406 | ||
407 | connect( mTodoList, SIGNAL( newTodoSignal() ), | 407 | connect( mTodoList, SIGNAL( newTodoSignal() ), |
408 | SLOT( newTodo() ) ); | 408 | SLOT( newTodo() ) ); |
409 | connect( mTodoList, SIGNAL( newSubTodoSignal( Todo *) ), | 409 | connect( mTodoList, SIGNAL( newSubTodoSignal( Todo *) ), |
410 | SLOT( newSubTodo( Todo * ) ) ); | 410 | SLOT( newSubTodo( Todo * ) ) ); |
411 | connect( mTodoList, SIGNAL( editTodoSignal( Todo * ) ), | 411 | connect( mTodoList, SIGNAL( editTodoSignal( Todo * ) ), |
412 | SLOT( editTodo( Todo * ) ) ); | 412 | SLOT( editTodo( Todo * ) ) ); |
413 | connect( mTodoList, SIGNAL( showTodoSignal( Todo * ) ), | 413 | connect( mTodoList, SIGNAL( showTodoSignal( Todo * ) ), |
414 | SLOT( showTodo( Todo *) ) ); | 414 | SLOT( showTodo( Todo *) ) ); |
415 | connect( mTodoList, SIGNAL( deleteTodoSignal( Todo *) ), | 415 | connect( mTodoList, SIGNAL( deleteTodoSignal( Todo *) ), |
416 | SLOT( deleteTodo( Todo *) ) ); | 416 | SLOT( deleteTodo( Todo *) ) ); |
417 | connect( this, SIGNAL( configChanged()), mTodoList, SLOT( updateConfig() ) ); | 417 | connect( this, SIGNAL( configChanged()), mTodoList, SLOT( updateConfig() ) ); |
418 | connect( mTodoList, SIGNAL( purgeCompletedSignal() ), | 418 | connect( mTodoList, SIGNAL( purgeCompletedSignal() ), |
419 | SLOT( purgeCompleted() ) ); | 419 | SLOT( purgeCompleted() ) ); |
420 | connect( mTodoList, SIGNAL( todoModifiedSignal( Todo *, int ) ), | 420 | connect( mTodoList, SIGNAL( todoModifiedSignal( Todo *, int ) ), |
421 | SIGNAL( todoModified( Todo *, int ) ) ); | 421 | SIGNAL( todoModified( Todo *, int ) ) ); |
422 | 422 | ||
423 | connect( mTodoList, SIGNAL( cloneTodoSignal( Incidence * ) ), | 423 | connect( mTodoList, SIGNAL( cloneTodoSignal( Incidence * ) ), |
424 | this, SLOT ( cloneIncidence( Incidence * ) ) ); | 424 | this, SLOT ( cloneIncidence( Incidence * ) ) ); |
425 | connect( mTodoList, SIGNAL( cancelTodoSignal( Incidence * ) ), | 425 | connect( mTodoList, SIGNAL( cancelTodoSignal( Incidence * ) ), |
426 | this, SLOT (cancelIncidence( Incidence * ) ) ); | 426 | this, SLOT (cancelIncidence( Incidence * ) ) ); |
427 | 427 | ||
428 | connect( mTodoList, SIGNAL( moveTodoSignal( Incidence * ) ), | 428 | connect( mTodoList, SIGNAL( moveTodoSignal( Incidence * ) ), |
429 | this, SLOT ( moveIncidence( Incidence * ) ) ); | 429 | this, SLOT ( moveIncidence( Incidence * ) ) ); |
430 | connect( mTodoList, SIGNAL( beamTodoSignal( Incidence * ) ), | 430 | connect( mTodoList, SIGNAL( beamTodoSignal( Incidence * ) ), |
431 | this, SLOT ( beamIncidence( Incidence * ) ) ); | 431 | this, SLOT ( beamIncidence( Incidence * ) ) ); |
432 | 432 | ||
433 | connect( mTodoList, SIGNAL( unparentTodoSignal( Todo * ) ), | 433 | connect( mTodoList, SIGNAL( unparentTodoSignal( Todo * ) ), |
434 | this, SLOT ( todo_unsub( Todo * ) ) ); | 434 | this, SLOT ( todo_unsub( Todo * ) ) ); |
435 | 435 | ||
436 | connect( mTodoList, SIGNAL( reparentTodoSignal( Todo *,Todo * ) ), | 436 | connect( mTodoList, SIGNAL( reparentTodoSignal( Todo *,Todo * ) ), |
437 | this, SLOT ( todo_resub( Todo *,Todo * ) ) ); | 437 | this, SLOT ( todo_resub( Todo *,Todo * ) ) ); |
438 | connect( this, SIGNAL( todoModified( Todo *, int )), mTodoList, | 438 | connect( this, SIGNAL( todoModified( Todo *, int )), mTodoList, |
439 | SLOT( updateTodo( Todo *, int ) ) ); | 439 | SLOT( updateTodo( Todo *, int ) ) ); |
440 | connect( this, SIGNAL( todoModified( Todo *, int )), this, | 440 | connect( this, SIGNAL( todoModified( Todo *, int )), this, |
441 | SLOT( changeTodoDisplay( Todo *, int ) ) ); | 441 | SLOT( changeTodoDisplay( Todo *, int ) ) ); |
442 | 442 | ||
443 | 443 | ||
444 | connect( mFilterView, SIGNAL( filterChanged() ), SLOT( updateFilter() ) ); | 444 | connect( mFilterView, SIGNAL( filterChanged() ), SLOT( updateFilter() ) ); |
445 | connect( mFilterView, SIGNAL( editFilters() ), SLOT( editFilters() ) ); | 445 | connect( mFilterView, SIGNAL( editFilters() ), SLOT( editFilters() ) ); |
446 | connect( mCalendar, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addAlarm(const QDateTime &, const QString & ) ) ); | 446 | connect( mCalendar, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addAlarm(const QDateTime &, const QString & ) ) ); |
447 | connect( mCalendar, SIGNAL( removeAlarm(const QDateTime &, const QString & ) ), SLOT( removeAlarm(const QDateTime &, const QString & ) ) ); | 447 | connect( mCalendar, SIGNAL( removeAlarm(const QDateTime &, const QString & ) ), SLOT( removeAlarm(const QDateTime &, const QString & ) ) ); |
448 | 448 | ||
449 | 449 | ||
450 | 450 | ||
451 | 451 | ||
452 | 452 | ||
453 | connect(QApplication::clipboard(),SIGNAL(dataChanged()), | 453 | connect(QApplication::clipboard(),SIGNAL(dataChanged()), |
454 | SLOT(checkClipboard())); | 454 | SLOT(checkClipboard())); |
455 | connect( mTodoList,SIGNAL( incidenceSelected( Incidence * ) ), | 455 | connect( mTodoList,SIGNAL( incidenceSelected( Incidence * ) ), |
456 | SLOT( processTodoListSelection( Incidence * ) ) ); | 456 | SLOT( processTodoListSelection( Incidence * ) ) ); |
457 | connect(mTodoList,SIGNAL(isModified(bool)),SLOT(setModified(bool))); | 457 | connect(mTodoList,SIGNAL(isModified(bool)),SLOT(setModified(bool))); |
458 | 458 | ||
459 | // kdDebug() << "CalendarView::CalendarView() done" << endl; | 459 | // kdDebug() << "CalendarView::CalendarView() done" << endl; |
460 | 460 | ||
461 | mDateFrame = new QVBox(0,0,WType_Popup); | 461 | mDateFrame = new QVBox(0,0,WType_Popup); |
462 | //mDateFrame->setFrameStyle(QFrame::PopupPanel | QFrame::Raised); | 462 | //mDateFrame->setFrameStyle(QFrame::PopupPanel | QFrame::Raised); |
463 | mDateFrame->setFrameStyle( QFrame::WinPanel |QFrame::Raised ); | 463 | mDateFrame->setFrameStyle( QFrame::WinPanel |QFrame::Raised ); |
464 | mDateFrame->setLineWidth(3); | 464 | mDateFrame->setLineWidth(3); |
465 | mDateFrame->hide(); | 465 | mDateFrame->hide(); |
466 | mDateFrame->setCaption( i18n( "Pick a date to display")); | 466 | mDateFrame->setCaption( i18n( "Pick a date to display")); |
467 | mDatePicker = new KDatePicker ( mDateFrame , QDate::currentDate() ); | 467 | mDatePicker = new KDatePicker ( mDateFrame , QDate::currentDate() ); |
468 | 468 | ||
469 | connect(mDatePicker,SIGNAL(dateSelected(QDate)),SLOT(slotSelectPickerDate(QDate))); | 469 | connect(mDatePicker,SIGNAL(dateSelected(QDate)),SLOT(slotSelectPickerDate(QDate))); |
470 | 470 | ||
471 | mEventEditor = mDialogManager->getEventEditor(); | 471 | mEventEditor = mDialogManager->getEventEditor(); |
472 | mTodoEditor = mDialogManager->getTodoEditor(); | 472 | mTodoEditor = mDialogManager->getTodoEditor(); |
473 | 473 | ||
474 | mFlagEditDescription = false; | 474 | mFlagEditDescription = false; |
475 | 475 | ||
476 | mSuspendTimer = new QTimer( this ); | 476 | mSuspendTimer = new QTimer( this ); |
477 | mAlarmTimer = new QTimer( this ); | 477 | mAlarmTimer = new QTimer( this ); |
478 | mRecheckAlarmTimer = new QTimer( this ); | 478 | mRecheckAlarmTimer = new QTimer( this ); |
479 | connect( mRecheckAlarmTimer, SIGNAL( timeout () ), SLOT( recheckTimerAlarm() ) ); | 479 | connect( mRecheckAlarmTimer, SIGNAL( timeout () ), SLOT( recheckTimerAlarm() ) ); |
480 | connect( mSuspendTimer, SIGNAL( timeout () ), SLOT( suspendAlarm() ) ); | 480 | connect( mSuspendTimer, SIGNAL( timeout () ), SLOT( suspendAlarm() ) ); |
481 | connect( mAlarmTimer, SIGNAL( timeout () ), SLOT( timerAlarm() ) ); | 481 | connect( mAlarmTimer, SIGNAL( timeout () ), SLOT( timerAlarm() ) ); |
482 | mAlarmDialog = new AlarmDialog( this ); | 482 | mAlarmDialog = new AlarmDialog( this ); |
483 | connect( mAlarmDialog, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addSuspendAlarm(const QDateTime &, const QString & ) ) ); | 483 | connect( mAlarmDialog, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addSuspendAlarm(const QDateTime &, const QString & ) ) ); |
484 | mAlarmDialog->setServerNotification( false ); | 484 | mAlarmDialog->setServerNotification( false ); |
485 | mAlarmDialog->setSuspendTime( KOPrefs::instance()->mAlarmSuspendTime ); | 485 | mAlarmDialog->setSuspendTime( KOPrefs::instance()->mAlarmSuspendTime ); |
486 | 486 | ||
487 | 487 | ||
488 | #ifndef DESKTOP_VERSION | 488 | #ifndef DESKTOP_VERSION |
489 | //US listen for arriving address resultsets | 489 | //US listen for arriving address resultsets |
490 | connect(ExternalAppHandler::instance(), SIGNAL(receivedBirthdayListEvent(const QString&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&)), | 490 | connect(ExternalAppHandler::instance(), SIGNAL(receivedBirthdayListEvent(const QString&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&)), |
491 | this, SLOT(insertBirthdays(const QString&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&))); | 491 | this, SLOT(insertBirthdays(const QString&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&))); |
492 | #endif | 492 | #endif |
493 | mDateNavigator->setCalendar( mCalendar ); | 493 | mDateNavigator->setCalendar( mCalendar ); |
494 | } | 494 | } |
495 | 495 | ||
496 | 496 | ||
497 | CalendarView::~CalendarView() | 497 | CalendarView::~CalendarView() |
498 | { | 498 | { |
499 | // kdDebug() << "~CalendarView()" << endl; | 499 | // kdDebug() << "~CalendarView()" << endl; |
500 | //qDebug("CalendarView::~CalendarView() "); | 500 | //qDebug("CalendarView::~CalendarView() "); |
501 | delete mDialogManager; | 501 | delete mDialogManager; |
502 | delete mViewManager; | 502 | delete mViewManager; |
503 | delete mStorage; | 503 | delete mStorage; |
504 | delete mDateFrame ; | 504 | delete mDateFrame ; |
505 | delete beamDialog; | 505 | delete beamDialog; |
506 | delete mEventViewerDialog; | 506 | delete mEventViewerDialog; |
507 | //kdDebug() << "~CalendarView() done" << endl; | 507 | //kdDebug() << "~CalendarView() done" << endl; |
508 | } | 508 | } |
509 | 509 | ||
510 | void CalendarView::showDay( QDate d ) | 510 | void CalendarView::showDay( QDate d ) |
511 | { | 511 | { |
512 | dateNavigator()->blockSignals( true ); | 512 | dateNavigator()->blockSignals( true ); |
513 | dateNavigator()->selectDate( d ); | 513 | dateNavigator()->selectDate( d ); |
514 | dateNavigator()->blockSignals( false ); | 514 | dateNavigator()->blockSignals( false ); |
515 | mViewManager->showDayView(); | 515 | mViewManager->showDayView(); |
516 | //dateNavigator()->selectDate( d ); | 516 | //dateNavigator()->selectDate( d ); |
517 | } | 517 | } |
518 | void CalendarView::timerAlarm() | 518 | void CalendarView::timerAlarm() |
519 | { | 519 | { |
520 | //qDebug("CalendarView::timerAlarm() "); | 520 | //qDebug("CalendarView::timerAlarm() "); |
521 | computeAlarm(mAlarmNotification ); | 521 | computeAlarm(mAlarmNotification ); |
522 | } | 522 | } |
523 | 523 | ||
524 | void CalendarView::suspendAlarm() | 524 | void CalendarView::suspendAlarm() |
525 | { | 525 | { |
526 | //qDebug(" CalendarView::suspendAlarm() "); | 526 | //qDebug(" CalendarView::suspendAlarm() "); |
527 | computeAlarm(mSuspendAlarmNotification ); | 527 | computeAlarm(mSuspendAlarmNotification ); |
528 | 528 | ||
529 | } | 529 | } |
530 | 530 | ||
531 | void CalendarView::startAlarm( QString mess , QString filename) | 531 | void CalendarView::startAlarm( QString mess , QString filename) |
532 | { | 532 | { |
533 | mAlarmDialog->eventNotification( mess, KOPrefs::instance()->mAlarmPlayBeeps, filename, true,KOPrefs::instance()->mAlarmBeepInterval ,KOPrefs::instance()->mAlarmSuspendCount ); | 533 | mAlarmDialog->eventNotification( mess, KOPrefs::instance()->mAlarmPlayBeeps, filename, true,KOPrefs::instance()->mAlarmBeepInterval ,KOPrefs::instance()->mAlarmSuspendCount ); |
534 | QTimer::singleShot( 3000, this, SLOT( checkNextTimerAlarm() ) ); | 534 | QTimer::singleShot( 3000, this, SLOT( checkNextTimerAlarm() ) ); |
535 | 535 | ||
536 | } | 536 | } |
537 | 537 | ||
538 | void CalendarView::checkNextTimerAlarm() | 538 | void CalendarView::checkNextTimerAlarm() |
539 | { | 539 | { |
540 | mCalendar->checkAlarmForIncidence( 0, true ); | 540 | mCalendar->checkAlarmForIncidence( 0, true ); |
541 | } | 541 | } |
542 | 542 | ||
543 | void CalendarView::computeAlarm( QString msg ) | 543 | void CalendarView::computeAlarm( QString msg ) |
544 | { | 544 | { |
545 | 545 | ||
546 | QString mess = msg; | 546 | QString mess = msg; |
547 | QString mAlarmMessage = mess.mid( 9 ); | 547 | QString mAlarmMessage = mess.mid( 9 ); |
548 | QString filename = MainWindow::resourcePath(); | 548 | QString filename = MainWindow::resourcePath(); |
549 | filename += "koalarm.wav"; | 549 | filename += "koalarm.wav"; |
550 | QString tempfilename; | 550 | QString tempfilename; |
551 | if ( mess.left( 13 ) == "suspend_alarm") { | 551 | if ( mess.left( 13 ) == "suspend_alarm") { |
552 | bool error = false; | 552 | bool error = false; |
553 | int len = mess.mid( 13 ).find("+++"); | 553 | int len = mess.mid( 13 ).find("+++"); |
554 | if ( len < 2 ) | 554 | if ( len < 2 ) |
555 | error = true; | 555 | error = true; |
556 | else { | 556 | else { |
557 | tempfilename = mess.mid( 13, len ); | 557 | tempfilename = mess.mid( 13, len ); |
558 | if ( !QFile::exists( tempfilename ) ) | 558 | if ( !QFile::exists( tempfilename ) ) |
559 | error = true; | 559 | error = true; |
560 | } | 560 | } |
561 | if ( ! error ) { | 561 | if ( ! error ) { |
562 | filename = tempfilename; | 562 | filename = tempfilename; |
563 | } | 563 | } |
564 | mAlarmMessage = mess.mid( 13+len+3 ); | 564 | mAlarmMessage = mess.mid( 13+len+3 ); |
565 | //qDebug("suspend file %s ",tempfilename.latin1() ); | 565 | //qDebug("suspend file %s ",tempfilename.latin1() ); |
566 | startAlarm( mAlarmMessage, filename); | 566 | startAlarm( mAlarmMessage, filename); |
567 | return; | 567 | return; |
568 | } | 568 | } |
569 | if ( mess.left( 11 ) == "timer_alarm") { | 569 | if ( mess.left( 11 ) == "timer_alarm") { |
570 | //mTimerTime = 0; | 570 | //mTimerTime = 0; |
571 | startAlarm( mess.mid( 11 ), filename ); | 571 | startAlarm( mess.mid( 11 ), filename ); |
572 | return; | 572 | return; |
573 | } | 573 | } |
574 | if ( mess.left( 10 ) == "proc_alarm") { | 574 | if ( mess.left( 10 ) == "proc_alarm") { |
575 | bool error = false; | 575 | bool error = false; |
576 | int len = mess.mid( 10 ).find("+++"); | 576 | int len = mess.mid( 10 ).find("+++"); |
577 | if ( len < 2 ) | 577 | if ( len < 2 ) |
578 | error = true; | 578 | error = true; |
579 | else { | 579 | else { |
580 | tempfilename = mess.mid( 10, len ); | 580 | tempfilename = mess.mid( 10, len ); |
581 | if ( !QFile::exists( tempfilename ) ) | 581 | if ( !QFile::exists( tempfilename ) ) |
582 | error = true; | 582 | error = true; |
583 | } | 583 | } |
584 | if ( error ) { | 584 | if ( error ) { |
585 | mAlarmMessage = "Procedure Alarm\nError - File not found\n"; | 585 | mAlarmMessage = "Procedure Alarm\nError - File not found\n"; |
586 | mAlarmMessage += mess.mid( 10+len+3+9 ); | 586 | mAlarmMessage += mess.mid( 10+len+3+9 ); |
587 | } else { | 587 | } else { |
588 | //QCopEnvelope e("QPE/Application/kopi", "-writeFileSilent"); | 588 | //QCopEnvelope e("QPE/Application/kopi", "-writeFileSilent"); |
589 | //qDebug("-----system command %s ",tempfilename.latin1() ); | 589 | //qDebug("-----system command %s ",tempfilename.latin1() ); |
590 | #ifndef _WIN32_ | 590 | #ifndef _WIN32_ |
591 | if ( vfork () == 0 ) { | 591 | if ( vfork () == 0 ) { |
592 | execl ( tempfilename.latin1(), 0 ); | 592 | execl ( tempfilename.latin1(), 0 ); |
593 | return; | 593 | return; |
594 | } | 594 | } |
595 | #else | 595 | #else |
596 | QProcess* p = new QProcess(); | 596 | QProcess* p = new QProcess(); |
597 | p->addArgument( tempfilename.latin1() ); | 597 | p->addArgument( tempfilename.latin1() ); |
598 | p->start(); | 598 | p->start(); |
599 | return; | 599 | return; |
600 | #endif | 600 | #endif |
601 | 601 | ||
602 | return; | 602 | return; |
603 | } | 603 | } |
604 | 604 | ||
605 | //qDebug("+++++++system command %s ",tempfilename.latin1() ); | 605 | //qDebug("+++++++system command %s ",tempfilename.latin1() ); |
606 | } | 606 | } |
607 | if ( mess.left( 11 ) == "audio_alarm") { | 607 | if ( mess.left( 11 ) == "audio_alarm") { |
608 | bool error = false; | 608 | bool error = false; |
609 | int len = mess.mid( 11 ).find("+++"); | 609 | int len = mess.mid( 11 ).find("+++"); |
610 | if ( len < 2 ) | 610 | if ( len < 2 ) |
611 | error = true; | 611 | error = true; |
612 | else { | 612 | else { |
613 | tempfilename = mess.mid( 11, len ); | 613 | tempfilename = mess.mid( 11, len ); |
614 | if ( !QFile::exists( tempfilename ) ) | 614 | if ( !QFile::exists( tempfilename ) ) |
615 | error = true; | 615 | error = true; |
616 | } | 616 | } |
617 | if ( ! error ) { | 617 | if ( ! error ) { |
618 | filename = tempfilename; | 618 | filename = tempfilename; |
619 | } | 619 | } |
620 | mAlarmMessage = mess.mid( 11+len+3+9 ); | 620 | mAlarmMessage = mess.mid( 11+len+3+9 ); |
621 | //qDebug("audio file command %s ",tempfilename.latin1() ); | 621 | //qDebug("audio file command %s ",tempfilename.latin1() ); |
622 | } | 622 | } |
623 | if ( mess.left( 9 ) == "cal_alarm") { | 623 | if ( mess.left( 9 ) == "cal_alarm") { |
624 | mAlarmMessage = mess.mid( 9 ) ; | 624 | mAlarmMessage = mess.mid( 9 ) ; |
625 | } | 625 | } |
626 | 626 | ||
627 | startAlarm( mAlarmMessage, filename ); | 627 | startAlarm( mAlarmMessage, filename ); |
628 | 628 | ||
629 | 629 | ||
630 | } | 630 | } |
631 | 631 | ||
632 | void CalendarView::addSuspendAlarm(const QDateTime &qdt, const QString ¬i ) | 632 | void CalendarView::addSuspendAlarm(const QDateTime &qdt, const QString ¬i ) |
633 | { | 633 | { |
634 | //qDebug("+++++addSUSPENDAlarm %s %s ", qdt.toString().latin1() , noti.latin1() ); | 634 | //qDebug("+++++addSUSPENDAlarm %s %s ", qdt.toString().latin1() , noti.latin1() ); |
635 | 635 | ||
636 | mSuspendAlarmNotification = noti; | 636 | mSuspendAlarmNotification = noti; |
637 | int ms = QDateTime::currentDateTime().secsTo( qdt )*1000; | 637 | int ms = QDateTime::currentDateTime().secsTo( qdt )*1000; |
638 | //qDebug("Suspend Alarm timer started with secs: %d ", ms/1000); | 638 | //qDebug("Suspend Alarm timer started with secs: %d ", ms/1000); |
639 | mSuspendTimer->start( ms , true ); | 639 | mSuspendTimer->start( ms , true ); |
640 | 640 | ||
641 | } | 641 | } |
642 | 642 | ||
643 | void CalendarView::addAlarm(const QDateTime &qdt, const QString ¬i ) | 643 | void CalendarView::addAlarm(const QDateTime &qdt, const QString ¬i ) |
644 | { | 644 | { |
645 | mNextAlarmDateTime = qdt; | 645 | mNextAlarmDateTime = qdt; |
646 | //qDebug("+++++addAlarm %s %s ", qdt.toString().latin1() , noti.latin1() ); | 646 | //qDebug("+++++addAlarm %s %s ", qdt.toString().latin1() , noti.latin1() ); |
647 | if ( ! KOPrefs::instance()->mUseInternalAlarmNotification ) { | 647 | if ( ! KOPrefs::instance()->mUseInternalAlarmNotification ) { |
648 | #ifndef DESKTOP_VERSION | 648 | #ifndef DESKTOP_VERSION |
649 | AlarmServer::addAlarm ( qdt,"koalarm", noti.latin1() ); | 649 | AlarmServer::addAlarm ( qdt,"koalarm", noti.latin1() ); |
650 | #endif | 650 | #endif |
651 | return; | 651 | return; |
652 | } | 652 | } |
653 | int maxSec; | 653 | int maxSec; |
654 | //maxSec = 5; //testing only | 654 | //maxSec = 5; //testing only |
655 | maxSec = 86400+3600; // one day+1hour | 655 | maxSec = 86400+3600; // one day+1hour |
656 | mAlarmNotification = noti; | 656 | mAlarmNotification = noti; |
657 | int sec = QDateTime::currentDateTime().secsTo( qdt ); | 657 | int sec = QDateTime::currentDateTime().secsTo( qdt ); |
658 | if ( sec > maxSec ) { | 658 | if ( sec > maxSec ) { |
659 | mRecheckAlarmTimer->start( maxSec * 1000 ); | 659 | mRecheckAlarmTimer->start( maxSec * 1000 ); |
660 | // qDebug("recheck Alarm timer started with secs: %d next alarm in sec:%d", maxSec,sec ); | 660 | // qDebug("recheck Alarm timer started with secs: %d next alarm in sec:%d", maxSec,sec ); |
661 | return; | 661 | return; |
662 | } else { | 662 | } else { |
663 | mRecheckAlarmTimer->stop(); | 663 | mRecheckAlarmTimer->stop(); |
664 | } | 664 | } |
665 | //qDebug("Alarm timer started with secs: %d ", sec); | 665 | //qDebug("Alarm timer started with secs: %d ", sec); |
666 | mAlarmTimer->start( sec *1000 , true ); | 666 | mAlarmTimer->start( sec *1000 , true ); |
667 | 667 | ||
668 | } | 668 | } |
669 | // called by mRecheckAlarmTimer to get next alarm | 669 | // called by mRecheckAlarmTimer to get next alarm |
670 | // we need this, because a QTimer has only a max range of 25 days | 670 | // we need this, because a QTimer has only a max range of 25 days |
671 | void CalendarView::recheckTimerAlarm() | 671 | void CalendarView::recheckTimerAlarm() |
672 | { | 672 | { |
673 | mAlarmTimer->stop(); | 673 | mAlarmTimer->stop(); |
674 | mRecheckAlarmTimer->stop(); | 674 | mRecheckAlarmTimer->stop(); |
675 | mCalendar->checkAlarmForIncidence( 0, true ); | 675 | mCalendar->checkAlarmForIncidence( 0, true ); |
676 | } | 676 | } |
677 | void CalendarView::removeAlarm(const QDateTime &qdt, const QString ¬i ) | 677 | void CalendarView::removeAlarm(const QDateTime &qdt, const QString ¬i ) |
678 | { | 678 | { |
679 | //qDebug("-----removeAlarm %s %s ", qdt.toString().latin1() , noti.latin1() ); | 679 | //qDebug("-----removeAlarm %s %s ", qdt.toString().latin1() , noti.latin1() ); |
680 | if ( ! KOPrefs::instance()->mUseInternalAlarmNotification ) { | 680 | if ( ! KOPrefs::instance()->mUseInternalAlarmNotification ) { |
681 | #ifndef DESKTOP_VERSION | 681 | #ifndef DESKTOP_VERSION |
682 | AlarmServer::deleteAlarm (qdt ,"koalarm" ,noti.latin1() ); | 682 | AlarmServer::deleteAlarm (qdt ,"koalarm" ,noti.latin1() ); |
683 | #endif | 683 | #endif |
684 | return; | 684 | return; |
685 | } | 685 | } |
686 | mAlarmTimer->stop(); | 686 | mAlarmTimer->stop(); |
687 | } | 687 | } |
688 | void CalendarView::selectWeekNum ( int num ) | 688 | void CalendarView::selectWeekNum ( int num ) |
689 | { | 689 | { |
690 | dateNavigator()->blockSignals( true ); | 690 | dateNavigator()->blockSignals( true ); |
691 | dateNavigator()->selectWeek( num ); | 691 | dateNavigator()->selectWeek( num ); |
692 | dateNavigator()->blockSignals( false ); | 692 | dateNavigator()->blockSignals( false ); |
693 | mViewManager->showWeekView(); | 693 | mViewManager->showWeekView(); |
694 | } | 694 | } |
695 | KOViewManager *CalendarView::viewManager() | 695 | KOViewManager *CalendarView::viewManager() |
696 | { | 696 | { |
697 | return mViewManager; | 697 | return mViewManager; |
698 | } | 698 | } |
699 | 699 | ||
700 | KODialogManager *CalendarView::dialogManager() | 700 | KODialogManager *CalendarView::dialogManager() |
701 | { | 701 | { |
702 | return mDialogManager; | 702 | return mDialogManager; |
703 | } | 703 | } |
704 | 704 | ||
705 | QDate CalendarView::startDate() | 705 | QDate CalendarView::startDate() |
706 | { | 706 | { |
707 | DateList dates = mNavigator->selectedDates(); | 707 | DateList dates = mNavigator->selectedDates(); |
708 | 708 | ||
709 | return dates.first(); | 709 | return dates.first(); |
710 | } | 710 | } |
711 | 711 | ||
712 | QDate CalendarView::endDate() | 712 | QDate CalendarView::endDate() |
713 | { | 713 | { |
714 | DateList dates = mNavigator->selectedDates(); | 714 | DateList dates = mNavigator->selectedDates(); |
715 | 715 | ||
716 | return dates.last(); | 716 | return dates.last(); |
717 | } | 717 | } |
718 | 718 | ||
719 | 719 | ||
720 | void CalendarView::createPrinter() | 720 | void CalendarView::createPrinter() |
721 | { | 721 | { |
722 | #ifndef KORG_NOPRINTER | 722 | #ifndef KORG_NOPRINTER |
723 | if (!mCalPrinter) { | 723 | if (!mCalPrinter) { |
724 | mCalPrinter = new CalPrinter(this, mCalendar); | 724 | mCalPrinter = new CalPrinter(this, mCalendar); |
725 | connect(this, SIGNAL(configChanged()), mCalPrinter, SLOT(updateConfig())); | 725 | connect(this, SIGNAL(configChanged()), mCalPrinter, SLOT(updateConfig())); |
726 | } | 726 | } |
727 | #endif | 727 | #endif |
728 | } | 728 | } |
729 | 729 | ||
730 | 730 | ||
731 | //KOPrefs::instance()->mWriteBackFile | 731 | //KOPrefs::instance()->mWriteBackFile |
732 | //KOPrefs::instance()->mWriteBackExistingOnly | 732 | //KOPrefs::instance()->mWriteBackExistingOnly |
733 | 733 | ||
734 | // 0 syncPrefsGroup->addRadio(i18n("Take local entry on conflict")); | 734 | // 0 syncPrefsGroup->addRadio(i18n("Take local entry on conflict")); |
735 | // 1 syncPrefsGroup->addRadio(i18n("Take remote entry on conflict")); | 735 | // 1 syncPrefsGroup->addRadio(i18n("Take remote entry on conflict")); |
736 | // 2 syncPrefsGroup->addRadio(i18n("Take newest entry on conflict")); | 736 | // 2 syncPrefsGroup->addRadio(i18n("Take newest entry on conflict")); |
737 | // 3 syncPrefsGroup->addRadio(i18n("Ask for every entry on conflict")); | 737 | // 3 syncPrefsGroup->addRadio(i18n("Ask for every entry on conflict")); |
738 | // 4 syncPrefsGroup->addRadio(i18n("Force take local entry always")); | 738 | // 4 syncPrefsGroup->addRadio(i18n("Force take local entry always")); |
739 | // 5 syncPrefsGroup->addRadio(i18n("Force take remote entry always")); | 739 | // 5 syncPrefsGroup->addRadio(i18n("Force take remote entry always")); |
740 | 740 | ||
741 | int CalendarView::takeEvent( Incidence* local, Incidence* remote, int mode , bool full ) | 741 | int CalendarView::takeEvent( Incidence* local, Incidence* remote, int mode , bool full ) |
742 | { | 742 | { |
743 | 743 | ||
744 | // 0 equal | 744 | // 0 equal |
745 | // 1 take local | 745 | // 1 take local |
746 | // 2 take remote | 746 | // 2 take remote |
747 | // 3 cancel | 747 | // 3 cancel |
748 | QDateTime lastSync = mLastCalendarSync; | 748 | QDateTime lastSync = mLastCalendarSync; |
749 | QDateTime localMod = local->lastModified(); | 749 | QDateTime localMod = local->lastModified(); |
750 | QDateTime remoteMod = remote->lastModified(); | 750 | QDateTime remoteMod = remote->lastModified(); |
751 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 751 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
752 | bool remCh, locCh; | 752 | bool remCh, locCh; |
753 | remCh = ( remote->getCsum(mCurrentSyncDevice) != local->getCsum(mCurrentSyncDevice) ); | 753 | remCh = ( remote->getCsum(mCurrentSyncDevice) != local->getCsum(mCurrentSyncDevice) ); |
754 | //if ( remCh ) | 754 | //if ( remCh ) |
755 | //qDebug("loc %s rem %s", local->getCsum(mCurrentSyncDevice).latin1(), remote->getCsum(mCurrentSyncDevice).latin1() ); | 755 | //qDebug("loc %s rem %s", local->getCsum(mCurrentSyncDevice).latin1(), remote->getCsum(mCurrentSyncDevice).latin1() ); |
756 | locCh = ( localMod > mLastCalendarSync ); | 756 | locCh = ( localMod > mLastCalendarSync ); |
757 | if ( !remCh && ! locCh ) { | 757 | if ( !remCh && ! locCh ) { |
758 | //qDebug("both not changed "); | 758 | //qDebug("both not changed "); |
759 | lastSync = localMod.addDays(1); | 759 | lastSync = localMod.addDays(1); |
760 | if ( mode <= SYNC_PREF_ASK ) | 760 | if ( mode <= SYNC_PREF_ASK ) |
761 | return 0; | 761 | return 0; |
762 | } else { | 762 | } else { |
763 | if ( locCh ) { | 763 | if ( locCh ) { |
764 | //qDebug("loc changed %d %s %s", local->revision() , localMod.toString().latin1(), mLastCalendarSync.toString().latin1()); | 764 | //qDebug("loc changed %d %s %s", local->revision() , localMod.toString().latin1(), mLastCalendarSync.toString().latin1()); |
765 | lastSync = localMod.addDays( -1 ); | 765 | lastSync = localMod.addDays( -1 ); |
766 | if ( !remCh ) | 766 | if ( !remCh ) |
767 | remoteMod = ( lastSync.addDays( -1 ) ); | 767 | remoteMod = ( lastSync.addDays( -1 ) ); |
768 | } else { | 768 | } else { |
769 | //qDebug(" not loc changed "); | 769 | //qDebug(" not loc changed "); |
770 | lastSync = localMod.addDays( 1 ); | 770 | lastSync = localMod.addDays( 1 ); |
771 | if ( remCh ) | 771 | if ( remCh ) |
772 | remoteMod =( lastSync.addDays( 1 ) ); | 772 | remoteMod =( lastSync.addDays( 1 ) ); |
773 | 773 | ||
774 | } | 774 | } |
775 | } | 775 | } |
776 | full = true; | 776 | full = true; |
777 | if ( mode < SYNC_PREF_ASK ) | 777 | if ( mode < SYNC_PREF_ASK ) |
778 | mode = SYNC_PREF_ASK; | 778 | mode = SYNC_PREF_ASK; |
779 | } else { | 779 | } else { |
780 | if ( localMod == remoteMod ) | 780 | if ( localMod == remoteMod ) |
781 | // if ( local->revision() == remote->revision() ) | 781 | // if ( local->revision() == remote->revision() ) |
782 | return 0; | 782 | return 0; |
783 | 783 | ||
784 | } | 784 | } |
785 | // qDebug(" %d %d conflict on %s %s ", mode, full, local->summary().latin1(), remote->summary().latin1() ); | 785 | // qDebug(" %d %d conflict on %s %s ", mode, full, local->summary().latin1(), remote->summary().latin1() ); |
786 | 786 | ||
787 | //qDebug("%s %d %s %d", localMod.toString().latin1() , local->revision(), remoteMod.toString().latin1(), remote->revision()); | 787 | //qDebug("%s %d %s %d", localMod.toString().latin1() , local->revision(), remoteMod.toString().latin1(), remote->revision()); |
788 | //qDebug("%d %d %d %d ", localMod.time().second(), localMod.time().msec(), remoteMod.time().second(), remoteMod.time().msec() ); | 788 | //qDebug("%d %d %d %d ", localMod.time().second(), localMod.time().msec(), remoteMod.time().second(), remoteMod.time().msec() ); |
789 | //full = true; //debug only | 789 | //full = true; //debug only |
790 | if ( full ) { | 790 | if ( full ) { |
791 | bool equ = false; | 791 | bool equ = false; |
792 | if ( local->type() == "Event" ) { | 792 | if ( local->type() == "Event" ) { |
793 | equ = (*((Event*) local) == *((Event*) remote)); | 793 | equ = (*((Event*) local) == *((Event*) remote)); |
794 | } | 794 | } |
795 | else if ( local->type() =="Todo" ) | 795 | else if ( local->type() =="Todo" ) |
796 | equ = (*((Todo*) local) == (*(Todo*) remote)); | 796 | equ = (*((Todo*) local) == (*(Todo*) remote)); |
797 | else if ( local->type() =="Journal" ) | 797 | else if ( local->type() =="Journal" ) |
798 | equ = (*((Journal*) local) == *((Journal*) remote)); | 798 | equ = (*((Journal*) local) == *((Journal*) remote)); |
799 | if ( equ ) { | 799 | if ( equ ) { |
800 | //qDebug("equal "); | 800 | //qDebug("equal "); |
801 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 801 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
802 | local->setCsum( mCurrentSyncDevice, remote->getCsum(mCurrentSyncDevice) ); | 802 | local->setCsum( mCurrentSyncDevice, remote->getCsum(mCurrentSyncDevice) ); |
803 | } | 803 | } |
804 | if ( mode < SYNC_PREF_FORCE_LOCAL ) | 804 | if ( mode < SYNC_PREF_FORCE_LOCAL ) |
805 | return 0; | 805 | return 0; |
806 | 806 | ||
807 | }//else //debug only | 807 | }//else //debug only |
808 | //qDebug("not equal %s %s ", local->summary().latin1(), remote->summary().latin1()); | 808 | //qDebug("not equal %s %s ", local->summary().latin1(), remote->summary().latin1()); |
809 | } | 809 | } |
810 | int result; | 810 | int result; |
811 | bool localIsNew; | 811 | bool localIsNew; |
812 | //qDebug("%s -- %s mLastCalendarSync %s lastsync %s --- local %s remote %s ",local->summary().latin1(), remote->summary().latin1(),mLastCalendarSync.toString().latin1() ,lastSync.toString().latin1() , localMod.toString().latin1() , remoteMod.toString().latin1() ); | 812 | //qDebug("%s -- %s mLastCalendarSync %s lastsync %s --- local %s remote %s ",local->summary().latin1(), remote->summary().latin1(),mLastCalendarSync.toString().latin1() ,lastSync.toString().latin1() , localMod.toString().latin1() , remoteMod.toString().latin1() ); |
813 | 813 | ||
814 | if ( full && mode < SYNC_PREF_NEWEST ) | 814 | if ( full && mode < SYNC_PREF_NEWEST ) |
815 | mode = SYNC_PREF_ASK; | 815 | mode = SYNC_PREF_ASK; |
816 | 816 | ||
817 | switch( mode ) { | 817 | switch( mode ) { |
818 | case SYNC_PREF_LOCAL: | 818 | case SYNC_PREF_LOCAL: |
819 | if ( lastSync > remoteMod ) | 819 | if ( lastSync > remoteMod ) |
820 | return 1; | 820 | return 1; |
821 | if ( lastSync > localMod ) | 821 | if ( lastSync > localMod ) |
822 | return 2; | 822 | return 2; |
823 | return 1; | 823 | return 1; |
824 | break; | 824 | break; |
825 | case SYNC_PREF_REMOTE: | 825 | case SYNC_PREF_REMOTE: |
826 | if ( lastSync > remoteMod ) | 826 | if ( lastSync > remoteMod ) |
827 | return 1; | 827 | return 1; |
828 | if ( lastSync > localMod ) | 828 | if ( lastSync > localMod ) |
829 | return 2; | 829 | return 2; |
830 | return 2; | 830 | return 2; |
831 | break; | 831 | break; |
832 | case SYNC_PREF_NEWEST: | 832 | case SYNC_PREF_NEWEST: |
833 | if ( localMod > remoteMod ) | 833 | if ( localMod > remoteMod ) |
834 | return 1; | 834 | return 1; |
835 | else | 835 | else |
836 | return 2; | 836 | return 2; |
837 | break; | 837 | break; |
838 | case SYNC_PREF_ASK: | 838 | case SYNC_PREF_ASK: |
839 | //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), localMod.toString().latin1(), remoteMod.toString().latin1() ); | 839 | //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), localMod.toString().latin1(), remoteMod.toString().latin1() ); |
840 | if ( lastSync > remoteMod ) | 840 | if ( lastSync > remoteMod ) |
841 | return 1; | 841 | return 1; |
842 | if ( lastSync > localMod ) | 842 | if ( lastSync > localMod ) |
843 | return 2; | 843 | return 2; |
844 | //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), localMod.toString().latin1(), remoteMod.toString().latin1() ); | 844 | //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), localMod.toString().latin1(), remoteMod.toString().latin1() ); |
845 | localIsNew = localMod >= remoteMod; | 845 | localIsNew = localMod >= remoteMod; |
846 | if ( localIsNew ) | 846 | if ( localIsNew ) |
847 | getEventViewerDialog()->setColorMode( 1 ); | 847 | getEventViewerDialog()->setColorMode( 1 ); |
848 | else | 848 | else |
849 | getEventViewerDialog()->setColorMode( 2 ); | 849 | getEventViewerDialog()->setColorMode( 2 ); |
850 | getEventViewerDialog()->setIncidence(local); | 850 | getEventViewerDialog()->setIncidence(local); |
851 | if ( localIsNew ) | 851 | if ( localIsNew ) |
852 | getEventViewerDialog()->setColorMode( 2 ); | 852 | getEventViewerDialog()->setColorMode( 2 ); |
853 | else | 853 | else |
854 | getEventViewerDialog()->setColorMode( 1 ); | 854 | getEventViewerDialog()->setColorMode( 1 ); |
855 | getEventViewerDialog()->addIncidence(remote); | 855 | getEventViewerDialog()->addIncidence(remote); |
856 | getEventViewerDialog()->setColorMode( 0 ); | 856 | getEventViewerDialog()->setColorMode( 0 ); |
857 | //qDebug("local %d remote %d ",local->relatedTo(),remote->relatedTo() ); | 857 | //qDebug("local %d remote %d ",local->relatedTo(),remote->relatedTo() ); |
858 | getEventViewerDialog()->setCaption( mCurrentSyncDevice +i18n(" : Conflict! Please choose entry!")); | 858 | getEventViewerDialog()->setCaption( mCurrentSyncDevice +i18n(" : Conflict! Please choose entry!")); |
859 | getEventViewerDialog()->showMe(); | 859 | getEventViewerDialog()->showMe(); |
860 | result = getEventViewerDialog()->executeS( localIsNew ); | 860 | result = getEventViewerDialog()->executeS( localIsNew ); |
861 | return result; | 861 | return result; |
862 | 862 | ||
863 | break; | 863 | break; |
864 | case SYNC_PREF_FORCE_LOCAL: | 864 | case SYNC_PREF_FORCE_LOCAL: |
865 | return 1; | 865 | return 1; |
866 | break; | 866 | break; |
867 | case SYNC_PREF_FORCE_REMOTE: | 867 | case SYNC_PREF_FORCE_REMOTE: |
868 | return 2; | 868 | return 2; |
869 | break; | 869 | break; |
870 | 870 | ||
871 | default: | 871 | default: |
872 | // SYNC_PREF_TAKE_BOTH not implemented | 872 | // SYNC_PREF_TAKE_BOTH not implemented |
873 | break; | 873 | break; |
874 | } | 874 | } |
875 | return 0; | 875 | return 0; |
876 | } | 876 | } |
877 | Event* CalendarView::getLastSyncEvent() | 877 | Event* CalendarView::getLastSyncEvent() |
878 | { | 878 | { |
879 | Event* lse; | 879 | Event* lse; |
880 | //qDebug("CurrentSyncDevice %s ",mCurrentSyncDevice .latin1() ); | 880 | //qDebug("CurrentSyncDevice %s ",mCurrentSyncDevice .latin1() ); |
881 | lse = mCalendar->event( "last-syncEvent-"+mCurrentSyncDevice ); | 881 | lse = mCalendar->event( "last-syncEvent-"+mCurrentSyncDevice ); |
882 | if (!lse) { | 882 | if (!lse) { |
883 | lse = new Event(); | 883 | lse = new Event(); |
884 | lse->setUid( "last-syncEvent-"+mCurrentSyncDevice ); | 884 | lse->setUid( "last-syncEvent-"+mCurrentSyncDevice ); |
885 | QString sum = ""; | 885 | QString sum = ""; |
886 | if ( mSyncManager->mExternSyncProfiles.contains( mCurrentSyncDevice ) ) | 886 | if ( mSyncManager->mExternSyncProfiles.contains( mCurrentSyncDevice ) ) |
887 | sum = "E: "; | 887 | sum = "E: "; |
888 | lse->setSummary(sum+mCurrentSyncDevice + i18n(" - sync event")); | 888 | lse->setSummary(sum+mCurrentSyncDevice + i18n(" - sync event")); |
889 | lse->setDtStart( mLastCalendarSync ); | 889 | lse->setDtStart( mLastCalendarSync ); |
890 | lse->setDtEnd( mLastCalendarSync.addSecs( 7200 ) ); | 890 | lse->setDtEnd( mLastCalendarSync.addSecs( 7200 ) ); |
891 | lse->setCategories( i18n("SyncEvent") ); | 891 | lse->setCategories( i18n("SyncEvent") ); |
892 | lse->setReadOnly( true ); | 892 | lse->setReadOnly( true ); |
893 | mCalendar->addEvent( lse ); | 893 | mCalendar->addEvent( lse ); |
894 | } | 894 | } |
895 | 895 | ||
896 | return lse; | 896 | return lse; |
897 | 897 | ||
898 | } | 898 | } |
899 | 899 | ||
900 | // we check, if the to delete event has a id for a profile | 900 | // we check, if the to delete event has a id for a profile |
901 | // if yes, we set this id in the profile to delete | 901 | // if yes, we set this id in the profile to delete |
902 | void CalendarView::checkExternSyncEvent( QPtrList<Event> lastSync , Incidence* toDelete ) | 902 | void CalendarView::checkExternSyncEvent( QPtrList<Event> lastSync , Incidence* toDelete ) |
903 | { | 903 | { |
904 | if ( lastSync.count() == 0 ) { | 904 | if ( lastSync.count() == 0 ) { |
905 | //qDebug(" lastSync.count() == 0"); | 905 | //qDebug(" lastSync.count() == 0"); |
906 | return; | 906 | return; |
907 | } | 907 | } |
908 | if ( toDelete->type() == "Journal" ) | 908 | if ( toDelete->type() == "Journal" ) |
909 | return; | 909 | return; |
910 | 910 | ||
911 | Event* eve = lastSync.first(); | 911 | Event* eve = lastSync.first(); |
912 | 912 | ||
913 | while ( eve ) { | 913 | while ( eve ) { |
914 | QString id = toDelete->getID( eve->uid().mid( 15 ) ); // this is the sync profile name | 914 | QString id = toDelete->getID( eve->uid().mid( 15 ) ); // this is the sync profile name |
915 | if ( !id.isEmpty() ) { | 915 | if ( !id.isEmpty() ) { |
916 | QString des = eve->description(); | 916 | QString des = eve->description(); |
917 | QString pref = "e"; | 917 | QString pref = "e"; |
918 | if ( toDelete->type() == "Todo" ) | 918 | if ( toDelete->type() == "Todo" ) |
919 | pref = "t"; | 919 | pref = "t"; |
920 | des += pref+ id + ","; | 920 | des += pref+ id + ","; |
921 | eve->setReadOnly( false ); | 921 | eve->setReadOnly( false ); |
922 | eve->setDescription( des ); | 922 | eve->setDescription( des ); |
923 | //qDebug("setdes %s ", des.latin1()); | 923 | //qDebug("setdes %s ", des.latin1()); |
924 | eve->setReadOnly( true ); | 924 | eve->setReadOnly( true ); |
925 | } | 925 | } |
926 | eve = lastSync.next(); | 926 | eve = lastSync.next(); |
927 | } | 927 | } |
928 | 928 | ||
929 | } | 929 | } |
930 | void CalendarView::checkExternalId( Incidence * inc ) | 930 | void CalendarView::checkExternalId( Incidence * inc ) |
931 | { | 931 | { |
932 | QPtrList<Event> lastSync = mCalendar->getExternLastSyncEvents() ; | 932 | QPtrList<Event> lastSync = mCalendar->getExternLastSyncEvents() ; |
933 | checkExternSyncEvent( lastSync, inc ); | 933 | checkExternSyncEvent( lastSync, inc ); |
934 | 934 | ||
935 | } | 935 | } |
936 | bool CalendarView::synchronizeCalendar( Calendar* local, Calendar* remote, int mode ) | 936 | bool CalendarView::synchronizeCalendar( Calendar* local, Calendar* remote, int mode ) |
937 | { | 937 | { |
938 | bool syncOK = true; | 938 | bool syncOK = true; |
939 | int addedEvent = 0; | 939 | int addedEvent = 0; |
940 | int addedEventR = 0; | 940 | int addedEventR = 0; |
941 | int deletedEventR = 0; | 941 | int deletedEventR = 0; |
942 | int deletedEventL = 0; | 942 | int deletedEventL = 0; |
943 | int changedLocal = 0; | 943 | int changedLocal = 0; |
944 | int changedRemote = 0; | 944 | int changedRemote = 0; |
945 | int filteredIN = 0; | 945 | int filteredIN = 0; |
946 | int filteredOUT = 0; | 946 | int filteredOUT = 0; |
947 | //QPtrList<Event> el = local->rawEvents(); | 947 | //QPtrList<Event> el = local->rawEvents(); |
948 | Event* eventR; | 948 | Event* eventR; |
949 | QString uid; | 949 | QString uid; |
950 | int take; | 950 | int take; |
951 | Event* eventL; | 951 | Event* eventL; |
952 | Event* eventRSync; | 952 | Event* eventRSync; |
953 | Event* eventLSync; | 953 | Event* eventLSync; |
954 | QPtrList<Event> eventRSyncSharp = remote->getExternLastSyncEvents(); | 954 | QPtrList<Event> eventRSyncSharp = remote->getExternLastSyncEvents(); |
955 | QPtrList<Event> eventLSyncSharp = local->getExternLastSyncEvents(); | 955 | QPtrList<Event> eventLSyncSharp = local->getExternLastSyncEvents(); |
956 | bool fullDateRange = false; | 956 | bool fullDateRange = false; |
957 | local->resetTempSyncStat(); | 957 | local->resetTempSyncStat(); |
958 | mLastCalendarSync = QDateTime::currentDateTime(); | 958 | mLastCalendarSync = QDateTime::currentDateTime(); |
959 | if ( mSyncManager->syncWithDesktop() ) { | 959 | if ( mSyncManager->syncWithDesktop() ) { |
960 | remote->resetPilotStat(1); | 960 | remote->resetPilotStat(1); |
961 | if ( KSyncManager::mRequestedSyncEvent.isValid() ) { | 961 | if ( KSyncManager::mRequestedSyncEvent.isValid() ) { |
962 | mLastCalendarSync = KSyncManager::mRequestedSyncEvent; | 962 | mLastCalendarSync = KSyncManager::mRequestedSyncEvent; |
963 | qDebug("KO: using extern time for calendar sync: %s ", mLastCalendarSync.toString().latin1() ); | 963 | qDebug("KO: using extern time for calendar sync: %s ", mLastCalendarSync.toString().latin1() ); |
964 | } else { | 964 | } else { |
965 | qDebug("KSyncManager::mRequestedSyncEvent has invalid datatime "); | 965 | qDebug("KSyncManager::mRequestedSyncEvent has invalid datatime "); |
966 | } | 966 | } |
967 | } | 967 | } |
968 | QDateTime modifiedCalendar = mLastCalendarSync; | 968 | QDateTime modifiedCalendar = mLastCalendarSync; |
969 | eventLSync = getLastSyncEvent(); | 969 | eventLSync = getLastSyncEvent(); |
970 | eventR = remote->event("last-syncEvent-"+mCurrentSyncName ); | 970 | eventR = remote->event("last-syncEvent-"+mCurrentSyncName ); |
971 | if ( eventR ) { | 971 | if ( eventR ) { |
972 | eventRSync = (Event*) eventR->clone(); | 972 | eventRSync = (Event*) eventR->clone(); |
973 | remote->deleteEvent(eventR ); | 973 | remote->deleteEvent(eventR ); |
974 | 974 | ||
975 | } else { | 975 | } else { |
976 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL || mSyncManager->syncWithDesktop()) { | 976 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL || mSyncManager->syncWithDesktop()) { |
977 | eventRSync = (Event*)eventLSync->clone(); | 977 | eventRSync = (Event*)eventLSync->clone(); |
978 | } else { | 978 | } else { |
979 | fullDateRange = true; | 979 | fullDateRange = true; |
980 | eventRSync = new Event(); | 980 | eventRSync = new Event(); |
981 | eventRSync->setSummary(mCurrentSyncName + i18n(" - sync event")); | 981 | eventRSync->setSummary(mCurrentSyncName + i18n(" - sync event")); |
982 | eventRSync->setUid("last-syncEvent-"+mCurrentSyncName ); | 982 | eventRSync->setUid("last-syncEvent-"+mCurrentSyncName ); |
983 | eventRSync->setDtStart( mLastCalendarSync ); | 983 | eventRSync->setDtStart( mLastCalendarSync ); |
984 | eventRSync->setDtEnd( mLastCalendarSync.addSecs( 7200 ) ); | 984 | eventRSync->setDtEnd( mLastCalendarSync.addSecs( 7200 ) ); |
985 | eventRSync->setCategories( i18n("SyncEvent") ); | 985 | eventRSync->setCategories( i18n("SyncEvent") ); |
986 | } | 986 | } |
987 | } | 987 | } |
988 | if ( eventLSync->dtStart() == mLastCalendarSync ) | 988 | if ( eventLSync->dtStart() == mLastCalendarSync ) |
989 | fullDateRange = true; | 989 | fullDateRange = true; |
990 | 990 | ||
991 | if ( ! fullDateRange ) { | 991 | if ( ! fullDateRange ) { |
992 | if ( eventLSync->dtStart() != eventRSync->dtStart() ) { | 992 | if ( eventLSync->dtStart() != eventRSync->dtStart() ) { |
993 | 993 | ||
994 | // qDebug("set fulldate to true %s %s" ,eventLSync->dtStart().toString().latin1(), eventRSync->dtStart().toString().latin1() ); | 994 | // qDebug("set fulldate to true %s %s" ,eventLSync->dtStart().toString().latin1(), eventRSync->dtStart().toString().latin1() ); |
995 | //qDebug("%d %d %d %d ", eventLSync->dtStart().time().second(), eventLSync->dtStart().time().msec() , eventRSync->dtStart().time().second(), eventRSync->dtStart().time().msec()); | 995 | //qDebug("%d %d %d %d ", eventLSync->dtStart().time().second(), eventLSync->dtStart().time().msec() , eventRSync->dtStart().time().second(), eventRSync->dtStart().time().msec()); |
996 | fullDateRange = true; | 996 | fullDateRange = true; |
997 | } | 997 | } |
998 | } | 998 | } |
999 | if ( mSyncManager->syncWithDesktop() ) { | 999 | if ( mSyncManager->syncWithDesktop() ) { |
1000 | fullDateRange = ( eventLSync->dtStart() <= mLastCalendarSync && eventLSync->dtStart().addSecs(1) >= mLastCalendarSync ); | 1000 | fullDateRange = ( eventLSync->dtStart() <= mLastCalendarSync && eventLSync->dtStart().addSecs(1) >= mLastCalendarSync ); |
1001 | } | 1001 | } |
1002 | if ( fullDateRange ) | 1002 | if ( fullDateRange ) |
1003 | mLastCalendarSync = QDateTime::currentDateTime().addDays( -100*365); | 1003 | mLastCalendarSync = QDateTime::currentDateTime().addDays( -100*365); |
1004 | else | 1004 | else |
1005 | mLastCalendarSync = eventLSync->dtStart(); | 1005 | mLastCalendarSync = eventLSync->dtStart(); |
1006 | // for resyncing if own file has changed | 1006 | // for resyncing if own file has changed |
1007 | if ( mCurrentSyncDevice == "deleteaftersync" ) { | 1007 | if ( mCurrentSyncDevice == "deleteaftersync" ) { |
1008 | mLastCalendarSync = loadedFileVersion; | 1008 | mLastCalendarSync = loadedFileVersion; |
1009 | //qDebug("setting mLastCalendarSync "); | 1009 | //qDebug("setting mLastCalendarSync "); |
1010 | } | 1010 | } |
1011 | //qDebug("*************************** "); | 1011 | //qDebug("*************************** "); |
1012 | qDebug("KO: mLastCalendarSync %s .Full: %d",mLastCalendarSync.toString().latin1(), fullDateRange); | 1012 | qDebug("KO: mLastCalendarSync %s .Full: %d",mLastCalendarSync.toString().latin1(), fullDateRange); |
1013 | QPtrList<Incidence> er = remote->rawIncidences(); | 1013 | QPtrList<Incidence> er = remote->rawIncidences(); |
1014 | Incidence* inR = er.first(); | 1014 | Incidence* inR = er.first(); |
1015 | Incidence* inL; | 1015 | Incidence* inL; |
1016 | QProgressBar bar( er.count(),0 ); | 1016 | QProgressBar bar( er.count(),0 ); |
1017 | bar.setCaption (i18n("Syncing - close to abort!") ); | 1017 | bar.setCaption (i18n("Syncing - close to abort!") ); |
1018 | 1018 | ||
1019 | // ************** setting up filter ************* | 1019 | // ************** setting up filter ************* |
1020 | CalFilter *filterIN = 0; | 1020 | CalFilter *filterIN = 0; |
1021 | CalFilter *filterOUT = 0; | 1021 | CalFilter *filterOUT = 0; |
1022 | CalFilter *filter = mFilters.first(); | 1022 | CalFilter *filter = mFilters.first(); |
1023 | while(filter) { | 1023 | while(filter) { |
1024 | if ( filter->name() == mSyncManager->mFilterInCal ) | 1024 | if ( filter->name() == mSyncManager->mFilterInCal ) |
1025 | filterIN = filter; | 1025 | filterIN = filter; |
1026 | if ( filter->name() == mSyncManager->mFilterOutCal ) | 1026 | if ( filter->name() == mSyncManager->mFilterOutCal ) |
1027 | filterOUT = filter; | 1027 | filterOUT = filter; |
1028 | filter = mFilters.next(); | 1028 | filter = mFilters.next(); |
1029 | } | 1029 | } |
1030 | int w = 300; | 1030 | int w = 300; |
1031 | if ( QApplication::desktop()->width() < 320 ) | 1031 | if ( QApplication::desktop()->width() < 320 ) |
1032 | w = 220; | 1032 | w = 220; |
1033 | int h = bar.sizeHint().height() ; | 1033 | int h = bar.sizeHint().height() ; |
1034 | int dw = QApplication::desktop()->width(); | 1034 | int dw = QApplication::desktop()->width(); |
1035 | int dh = QApplication::desktop()->height(); | 1035 | int dh = QApplication::desktop()->height(); |
1036 | bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); | 1036 | bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); |
1037 | bar.show(); | 1037 | bar.show(); |
1038 | int modulo = (er.count()/10)+1; | 1038 | int modulo = (er.count()/10)+1; |
1039 | int incCounter = 0; | 1039 | int incCounter = 0; |
1040 | while ( inR ) { | 1040 | while ( inR ) { |
1041 | if ( ! bar.isVisible() ) | 1041 | if ( ! bar.isVisible() ) |
1042 | return false; | 1042 | return false; |
1043 | if ( incCounter % modulo == 0 ) | 1043 | if ( incCounter % modulo == 0 ) |
1044 | bar.setProgress( incCounter ); | 1044 | bar.setProgress( incCounter ); |
1045 | ++incCounter; | 1045 | ++incCounter; |
1046 | uid = inR->uid(); | 1046 | uid = inR->uid(); |
1047 | bool skipIncidence = false; | 1047 | bool skipIncidence = false; |
1048 | if ( uid.left(15) == QString("last-syncEvent-") ) | 1048 | if ( uid.left(15) == QString("last-syncEvent-") ) |
1049 | skipIncidence = true; | 1049 | skipIncidence = true; |
1050 | QString idS; | 1050 | QString idS; |
1051 | qApp->processEvents(); | 1051 | qApp->processEvents(); |
1052 | if ( !skipIncidence ) { | 1052 | if ( !skipIncidence ) { |
1053 | inL = local->incidence( uid ); | 1053 | inL = local->incidence( uid ); |
1054 | if ( inL ) { // maybe conflict - same uid in both calendars | 1054 | if ( inL ) { // maybe conflict - same uid in both calendars |
1055 | if ( (take = takeEvent( inL, inR, mode, fullDateRange )) > 0 ) { | 1055 | if ( (take = takeEvent( inL, inR, mode, fullDateRange )) > 0 ) { |
1056 | //qDebug("take %d %s ", take, inL->summary().latin1()); | 1056 | //qDebug("take %d %s ", take, inL->summary().latin1()); |
1057 | if ( take == 3 ) | 1057 | if ( take == 3 ) |
1058 | return false; | 1058 | return false; |
1059 | if ( take == 1 ) {// take local ********************** | 1059 | if ( take == 1 ) {// take local ********************** |
1060 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) | 1060 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) |
1061 | inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); | 1061 | inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); |
1062 | else | 1062 | else |
1063 | idS = inR->IDStr(); | 1063 | idS = inR->IDStr(); |
1064 | remote->deleteIncidence( inR ); | 1064 | remote->deleteIncidence( inR ); |
1065 | inR = inL->clone(); | 1065 | inR = inL->clone(); |
1066 | inR->setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); | 1066 | inR->setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); |
1067 | if ( mGlobalSyncMode != SYNC_MODE_EXTERNAL ) | 1067 | if ( mGlobalSyncMode != SYNC_MODE_EXTERNAL ) |
1068 | inR->setIDStr( idS ); | 1068 | inR->setIDStr( idS ); |
1069 | remote->addIncidence( inR ); | 1069 | remote->addIncidence( inR ); |
1070 | if ( mSyncManager->syncWithDesktop() ) | 1070 | if ( mSyncManager->syncWithDesktop() ) |
1071 | inR->setPilotId( 2 ); | 1071 | inR->setPilotId( 2 ); |
1072 | ++changedRemote; | 1072 | ++changedRemote; |
1073 | } else {// take remote ********************** | 1073 | } else {// take remote ********************** |
1074 | idS = inL->IDStr(); | 1074 | idS = inL->IDStr(); |
1075 | int pid = inL->pilotId(); | 1075 | int pid = inL->pilotId(); |
1076 | local->deleteIncidence( inL ); | 1076 | local->deleteIncidence( inL ); |
1077 | inL = inR->clone(); | 1077 | inL = inR->clone(); |
1078 | if ( mSyncManager->syncWithDesktop() ) | 1078 | if ( mSyncManager->syncWithDesktop() ) |
1079 | inL->setPilotId( pid ); | 1079 | inL->setPilotId( pid ); |
1080 | inL->setIDStr( idS ); | 1080 | inL->setIDStr( idS ); |
1081 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 1081 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
1082 | inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); | 1082 | inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); |
1083 | inL->setID( mCurrentSyncDevice, inR->getID(mCurrentSyncDevice) ); | 1083 | inL->setID( mCurrentSyncDevice, inR->getID(mCurrentSyncDevice) ); |
1084 | } | 1084 | } |
1085 | local->addIncidence( inL ); | 1085 | local->addIncidence( inL ); |
1086 | ++changedLocal; | 1086 | ++changedLocal; |
1087 | } | 1087 | } |
1088 | } | 1088 | } |
1089 | } else { // no conflict ********** add or delete remote | 1089 | } else { // no conflict ********** add or delete remote |
1090 | if ( !filterIN || filterIN->filterCalendarItem( inR ) ){ | 1090 | if ( !filterIN || filterIN->filterCalendarItem( inR ) ){ |
1091 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 1091 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
1092 | QString des = eventLSync->description(); | 1092 | QString des = eventLSync->description(); |
1093 | QString pref = "e"; | 1093 | QString pref = "e"; |
1094 | if ( inR->type() == "Todo" ) | 1094 | if ( inR->type() == "Todo" ) |
1095 | pref = "t"; | 1095 | pref = "t"; |
1096 | if ( des.find(pref+ inR->getID(mCurrentSyncDevice) +"," ) >= 0 && mode != 5) { // delete it | 1096 | if ( des.find(pref+ inR->getID(mCurrentSyncDevice) +"," ) >= 0 && mode != 5) { // delete it |
1097 | inR->setTempSyncStat( SYNC_TEMPSTATE_DELETE ); | 1097 | inR->setTempSyncStat( SYNC_TEMPSTATE_DELETE ); |
1098 | //remote->deleteIncidence( inR ); | 1098 | //remote->deleteIncidence( inR ); |
1099 | ++deletedEventR; | 1099 | ++deletedEventR; |
1100 | } else { | 1100 | } else { |
1101 | inR->setLastModified( modifiedCalendar ); | 1101 | inR->setLastModified( modifiedCalendar ); |
1102 | inL = inR->clone(); | 1102 | inL = inR->clone(); |
1103 | inL->setIDStr( ":" ); | 1103 | inL->setIDStr( ":" ); |
1104 | inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); | 1104 | inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); |
1105 | inL->setID( mCurrentSyncDevice, inR->getID(mCurrentSyncDevice) ); | 1105 | inL->setID( mCurrentSyncDevice, inR->getID(mCurrentSyncDevice) ); |
1106 | local->addIncidence( inL ); | 1106 | local->addIncidence( inL ); |
1107 | ++addedEvent; | 1107 | ++addedEvent; |
1108 | 1108 | ||
1109 | } | 1109 | } |
1110 | } else { | 1110 | } else { |
1111 | if ( inR->lastModified() > mLastCalendarSync || mode == 5 ) { | 1111 | if ( inR->lastModified() > mLastCalendarSync || mode == 5 ) { |
1112 | inR->setLastModified( modifiedCalendar ); | 1112 | inR->setLastModified( modifiedCalendar ); |
1113 | inL = inR->clone(); | 1113 | inL = inR->clone(); |
1114 | inL->setIDStr( ":" ); | 1114 | inL->setIDStr( ":" ); |
1115 | local->addIncidence( inL ); | 1115 | local->addIncidence( inL ); |
1116 | ++addedEvent; | 1116 | ++addedEvent; |
1117 | 1117 | ||
1118 | } else { | 1118 | } else { |
1119 | checkExternSyncEvent(eventRSyncSharp, inR); | 1119 | checkExternSyncEvent(eventRSyncSharp, inR); |
1120 | remote->deleteIncidence( inR ); | 1120 | remote->deleteIncidence( inR ); |
1121 | ++deletedEventR; | 1121 | ++deletedEventR; |
1122 | } | 1122 | } |
1123 | } | 1123 | } |
1124 | } else { | 1124 | } else { |
1125 | ++filteredIN; | 1125 | ++filteredIN; |
1126 | } | 1126 | } |
1127 | } | 1127 | } |
1128 | } | 1128 | } |
1129 | inR = er.next(); | 1129 | inR = er.next(); |
1130 | } | 1130 | } |
1131 | QPtrList<Incidence> el = local->rawIncidences(); | 1131 | QPtrList<Incidence> el = local->rawIncidences(); |
1132 | inL = el.first(); | 1132 | inL = el.first(); |
1133 | modulo = (el.count()/10)+1; | 1133 | modulo = (el.count()/10)+1; |
1134 | bar.setCaption (i18n("Add / remove events") ); | 1134 | bar.setCaption (i18n("Add / remove events") ); |
1135 | bar.setTotalSteps ( el.count() ) ; | 1135 | bar.setTotalSteps ( el.count() ) ; |
1136 | bar.show(); | 1136 | bar.show(); |
1137 | incCounter = 0; | 1137 | incCounter = 0; |
1138 | 1138 | ||
1139 | while ( inL ) { | 1139 | while ( inL ) { |
1140 | 1140 | ||
1141 | qApp->processEvents(); | 1141 | qApp->processEvents(); |
1142 | if ( ! bar.isVisible() ) | 1142 | if ( ! bar.isVisible() ) |
1143 | return false; | 1143 | return false; |
1144 | if ( incCounter % modulo == 0 ) | 1144 | if ( incCounter % modulo == 0 ) |
1145 | bar.setProgress( incCounter ); | 1145 | bar.setProgress( incCounter ); |
1146 | ++incCounter; | 1146 | ++incCounter; |
1147 | uid = inL->uid(); | 1147 | uid = inL->uid(); |
1148 | bool skipIncidence = false; | 1148 | bool skipIncidence = false; |
1149 | if ( uid.left(15) == QString("last-syncEvent-") ) | 1149 | if ( uid.left(15) == QString("last-syncEvent-") ) |
1150 | skipIncidence = true; | 1150 | skipIncidence = true; |
1151 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL && inL->type() == "Journal" ) | 1151 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL && inL->type() == "Journal" ) |
1152 | skipIncidence = true; | 1152 | skipIncidence = true; |
1153 | if ( !skipIncidence ) { | 1153 | if ( !skipIncidence ) { |
1154 | inR = remote->incidence( uid ); | 1154 | inR = remote->incidence( uid ); |
1155 | if ( ! inR ) { | 1155 | if ( ! inR ) { |
1156 | if ( !filterOUT || filterOUT->filterCalendarItem( inL ) ){ | 1156 | if ( !filterOUT || filterOUT->filterCalendarItem( inL ) ){ |
1157 | // no conflict ********** add or delete local | 1157 | // no conflict ********** add or delete local |
1158 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 1158 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
1159 | if ( !inL->getID(mCurrentSyncDevice).isEmpty() && mode != 4 ) { | 1159 | if ( !inL->getID(mCurrentSyncDevice).isEmpty() && mode != 4 ) { |
1160 | checkExternSyncEvent(eventLSyncSharp, inL); | 1160 | checkExternSyncEvent(eventLSyncSharp, inL); |
1161 | local->deleteIncidence( inL ); | 1161 | local->deleteIncidence( inL ); |
1162 | ++deletedEventL; | 1162 | ++deletedEventL; |
1163 | } else { | 1163 | } else { |
1164 | if ( ! mSyncManager->mWriteBackExistingOnly ) { | 1164 | if ( ! mSyncManager->mWriteBackExistingOnly ) { |
1165 | inL->removeID(mCurrentSyncDevice ); | 1165 | inL->removeID(mCurrentSyncDevice ); |
1166 | ++addedEventR; | 1166 | ++addedEventR; |
1167 | //qDebug("remote added Incidence %s ", inL->summary().latin1()); | 1167 | //qDebug("remote added Incidence %s ", inL->summary().latin1()); |
1168 | inL->setLastModified( modifiedCalendar ); | 1168 | inL->setLastModified( modifiedCalendar ); |
1169 | inR = inL->clone(); | 1169 | inR = inL->clone(); |
1170 | inR->setIDStr( ":" ); | 1170 | inR->setIDStr( ":" ); |
1171 | inR->setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); | 1171 | inR->setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); |
1172 | remote->addIncidence( inR ); | 1172 | remote->addIncidence( inR ); |
1173 | } | 1173 | } |
1174 | } | 1174 | } |
1175 | } else { | 1175 | } else { |
1176 | if ( inL->lastModified() < mLastCalendarSync && mode != 4 ) { | 1176 | if ( inL->lastModified() < mLastCalendarSync && mode != 4 ) { |
1177 | checkExternSyncEvent(eventLSyncSharp, inL); | 1177 | checkExternSyncEvent(eventLSyncSharp, inL); |
1178 | local->deleteIncidence( inL ); | 1178 | local->deleteIncidence( inL ); |
1179 | ++deletedEventL; | 1179 | ++deletedEventL; |
1180 | } else { | 1180 | } else { |
1181 | if ( ! mSyncManager->mWriteBackExistingOnly ) { | 1181 | if ( ! mSyncManager->mWriteBackExistingOnly ) { |
1182 | ++addedEventR; | 1182 | ++addedEventR; |
1183 | inL->setLastModified( modifiedCalendar ); | 1183 | inL->setLastModified( modifiedCalendar ); |
1184 | inR = inL->clone(); | 1184 | inR = inL->clone(); |
1185 | inR->setIDStr( ":" ); | 1185 | inR->setIDStr( ":" ); |
1186 | remote->addIncidence( inR ); | 1186 | remote->addIncidence( inR ); |
1187 | } | 1187 | } |
1188 | } | 1188 | } |
1189 | } | 1189 | } |
1190 | } else { | 1190 | } else { |
1191 | ++filteredOUT; | 1191 | ++filteredOUT; |
1192 | } | 1192 | } |
1193 | } | 1193 | } |
1194 | } | 1194 | } |
1195 | inL = el.next(); | 1195 | inL = el.next(); |
1196 | } | 1196 | } |
1197 | int delFut = 0; | 1197 | int delFut = 0; |
1198 | int remRem = 0; | 1198 | int remRem = 0; |
1199 | if ( mSyncManager->mWriteBackInFuture ) { | 1199 | if ( mSyncManager->mWriteBackInFuture ) { |
1200 | er = remote->rawIncidences(); | 1200 | er = remote->rawIncidences(); |
1201 | remRem = er.count(); | 1201 | remRem = er.count(); |
1202 | inR = er.first(); | 1202 | inR = er.first(); |
1203 | QDateTime dt; | 1203 | QDateTime dt; |
1204 | QDateTime cur = QDateTime::currentDateTime().addDays( -(mSyncManager->mWriteBackInPast * 7) ); | 1204 | QDateTime cur = QDateTime::currentDateTime().addDays( -(mSyncManager->mWriteBackInPast * 7) ); |
1205 | QDateTime end = QDateTime::currentDateTime().addDays( (mSyncManager->mWriteBackInFuture ) *7 ); | 1205 | QDateTime end = QDateTime::currentDateTime().addDays( (mSyncManager->mWriteBackInFuture ) *7 ); |
1206 | while ( inR ) { | 1206 | while ( inR ) { |
1207 | if ( inR->type() == "Todo" ) { | 1207 | if ( inR->type() == "Todo" ) { |
1208 | Todo * t = (Todo*)inR; | 1208 | Todo * t = (Todo*)inR; |
1209 | if ( t->hasDueDate() ) | 1209 | if ( t->hasDueDate() ) |
1210 | dt = t->dtDue(); | 1210 | dt = t->dtDue(); |
1211 | else | 1211 | else |
1212 | dt = cur.addSecs( 62 ); | 1212 | dt = cur.addSecs( 62 ); |
1213 | } | 1213 | } |
1214 | else if (inR->type() == "Event" ) { | 1214 | else if (inR->type() == "Event" ) { |
1215 | bool ok; | 1215 | bool ok; |
1216 | dt = inR->getNextOccurence( cur, &ok ); | 1216 | dt = inR->getNextOccurence( cur, &ok ); |
1217 | if ( !ok ) | 1217 | if ( !ok ) |
1218 | dt = cur.addSecs( -62 ); | 1218 | dt = cur.addSecs( -62 ); |
1219 | } | 1219 | } |
1220 | else | 1220 | else |
1221 | dt = inR->dtStart(); | 1221 | dt = inR->dtStart(); |
1222 | if ( dt < cur || dt > end ) { | 1222 | if ( dt < cur || dt > end ) { |
1223 | remote->deleteIncidence( inR ); | 1223 | remote->deleteIncidence( inR ); |
1224 | ++delFut; | 1224 | ++delFut; |
1225 | } | 1225 | } |
1226 | inR = er.next(); | 1226 | inR = er.next(); |
1227 | } | 1227 | } |
1228 | } | 1228 | } |
1229 | bar.hide(); | 1229 | bar.hide(); |
1230 | mLastCalendarSync = QDateTime::currentDateTime().addSecs( 1 ); | 1230 | mLastCalendarSync = QDateTime::currentDateTime().addSecs( 1 ); |
1231 | eventLSync->setReadOnly( false ); | 1231 | eventLSync->setReadOnly( false ); |
1232 | eventLSync->setDtStart( mLastCalendarSync ); | 1232 | eventLSync->setDtStart( mLastCalendarSync ); |
1233 | eventRSync->setDtStart( mLastCalendarSync ); | 1233 | eventRSync->setDtStart( mLastCalendarSync ); |
1234 | eventLSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) ); | 1234 | eventLSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) ); |
1235 | eventRSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) ); | 1235 | eventRSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) ); |
1236 | eventRSync->setLocation( i18n("Remote from: ")+mCurrentSyncName ) ; | 1236 | eventRSync->setLocation( i18n("Remote from: ")+mCurrentSyncName ) ; |
1237 | eventLSync->setLocation(i18n("Local from: ") + mCurrentSyncName ); | 1237 | eventLSync->setLocation(i18n("Local from: ") + mCurrentSyncName ); |
1238 | eventLSync->setReadOnly( true ); | 1238 | eventLSync->setReadOnly( true ); |
1239 | qDebug("KO: Normal sync: %d ",mGlobalSyncMode == SYNC_MODE_NORMAL ); | 1239 | qDebug("KO: Normal sync: %d ",mGlobalSyncMode == SYNC_MODE_NORMAL ); |
1240 | if ( mGlobalSyncMode == SYNC_MODE_NORMAL && !mSyncManager->syncWithDesktop()) // kde is abnormal... | 1240 | if ( mGlobalSyncMode == SYNC_MODE_NORMAL && !mSyncManager->syncWithDesktop()) // kde is abnormal... |
1241 | remote->addEvent( eventRSync ); | 1241 | remote->addEvent( eventRSync ); |
1242 | else | 1242 | else |
1243 | delete eventRSync; | 1243 | delete eventRSync; |
1244 | qDebug("KO: Sync with desktop %d ",mSyncManager->syncWithDesktop() ); | 1244 | qDebug("KO: Sync with desktop %d ",mSyncManager->syncWithDesktop() ); |
1245 | QString mes; | 1245 | QString mes; |
1246 | 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 %d incoming filtered out\n %d outgoing filtered out\n"),addedEvent, addedEventR, changedLocal, changedRemote, deletedEventL, deletedEventR, filteredIN, filteredOUT ); | 1246 | 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 %d incoming filtered out\n %d outgoing filtered out\n"),addedEvent, addedEventR, changedLocal, changedRemote, deletedEventL, deletedEventR, filteredIN, filteredOUT ); |
1247 | QString delmess; | 1247 | QString delmess; |
1248 | if ( delFut ) { | 1248 | if ( delFut ) { |
1249 | delmess.sprintf( i18n("%d items skipped on remote,\nbecause they are more\nthan %d weeks in the past or\nmore than %d weeks in the future.\nAfter skipping, remote has\n%d calendar/todo items."), delFut,mSyncManager->mWriteBackInPast,mSyncManager->mWriteBackInFuture, remRem-delFut); | 1249 | delmess.sprintf( i18n("%d items skipped on remote,\nbecause they are more\nthan %d weeks in the past or\nmore than %d weeks in the future.\nAfter skipping, remote has\n%d calendar/todo items."), delFut,mSyncManager->mWriteBackInPast,mSyncManager->mWriteBackInFuture, remRem-delFut); |
1250 | mes += delmess; | 1250 | mes += delmess; |
1251 | } | 1251 | } |
1252 | mes = i18n("Local calendar changed!\n") +mes; | 1252 | mes = i18n("Local calendar changed!\n") +mes; |
1253 | mCalendar->checkAlarmForIncidence( 0, true ); | 1253 | mCalendar->checkAlarmForIncidence( 0, true ); |
1254 | qDebug( mes ); | 1254 | qDebug( mes ); |
1255 | if ( mSyncManager->mShowSyncSummary ) { | 1255 | if ( mSyncManager->mShowSyncSummary ) { |
1256 | if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, mes, | 1256 | if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, mes, |
1257 | i18n("KO/Pi Synchronization"),i18n("Write back"))) { | 1257 | i18n("KO/Pi Synchronization"),i18n("Write back"))) { |
1258 | qDebug("KO: WB cancelled "); | 1258 | qDebug("KO: WB cancelled "); |
1259 | mSyncManager->mWriteBackFile = false; | 1259 | mSyncManager->mWriteBackFile = false; |
1260 | return syncOK; | 1260 | return syncOK; |
1261 | } | 1261 | } |
1262 | } | 1262 | } |
1263 | return syncOK; | 1263 | return syncOK; |
1264 | } | 1264 | } |
1265 | 1265 | ||
1266 | void CalendarView::setSyncDevice( QString s ) | 1266 | void CalendarView::setSyncDevice( QString s ) |
1267 | { | 1267 | { |
1268 | mCurrentSyncDevice= s; | 1268 | mCurrentSyncDevice= s; |
1269 | } | 1269 | } |
1270 | void CalendarView::setSyncName( QString s ) | 1270 | void CalendarView::setSyncName( QString s ) |
1271 | { | 1271 | { |
1272 | mCurrentSyncName= s; | 1272 | mCurrentSyncName= s; |
1273 | } | 1273 | } |
1274 | bool CalendarView::syncCalendar(QString filename, int mode) | 1274 | bool CalendarView::syncCalendar(QString filename, int mode) |
1275 | { | 1275 | { |
1276 | //qDebug("syncCalendar %s ", filename.latin1()); | 1276 | //qDebug("syncCalendar %s ", filename.latin1()); |
1277 | mGlobalSyncMode = SYNC_MODE_NORMAL; | 1277 | mGlobalSyncMode = SYNC_MODE_NORMAL; |
1278 | CalendarLocal* calendar = new CalendarLocal(); | 1278 | CalendarLocal* calendar = new CalendarLocal(); |
1279 | calendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); | 1279 | calendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); |
1280 | FileStorage* storage = new FileStorage( calendar ); | 1280 | FileStorage* storage = new FileStorage( calendar ); |
1281 | bool syncOK = false; | 1281 | bool syncOK = false; |
1282 | storage->setFileName( filename ); | 1282 | storage->setFileName( filename ); |
1283 | // qDebug("loading ... "); | 1283 | // qDebug("loading ... "); |
1284 | if ( storage->load() ) { | 1284 | if ( storage->load() ) { |
1285 | getEventViewerDialog()->setSyncMode( true ); | 1285 | getEventViewerDialog()->setSyncMode( true ); |
1286 | syncOK = synchronizeCalendar( mCalendar, calendar, mode ); | 1286 | syncOK = synchronizeCalendar( mCalendar, calendar, mode ); |
1287 | getEventViewerDialog()->setSyncMode( false ); | 1287 | getEventViewerDialog()->setSyncMode( false ); |
1288 | if ( syncOK ) { | 1288 | if ( syncOK ) { |
1289 | if ( mSyncManager->mWriteBackFile ) | 1289 | if ( mSyncManager->mWriteBackFile ) |
1290 | { | 1290 | { |
1291 | storage->setSaveFormat( new ICalFormat() ); | 1291 | storage->setSaveFormat( new ICalFormat() ); |
1292 | storage->save(); | 1292 | storage->save(); |
1293 | } | 1293 | } |
1294 | } | 1294 | } |
1295 | setModified( true ); | 1295 | setModified( true ); |
1296 | } | 1296 | } |
1297 | delete storage; | 1297 | delete storage; |
1298 | delete calendar; | 1298 | delete calendar; |
1299 | if ( syncOK ) | 1299 | if ( syncOK ) |
1300 | updateView(); | 1300 | updateView(); |
1301 | return syncOK; | 1301 | return syncOK; |
1302 | } | 1302 | } |
1303 | 1303 | ||
1304 | void CalendarView::syncExternal( int mode ) | 1304 | void CalendarView::syncExternal( int mode ) |
1305 | { | 1305 | { |
1306 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; | 1306 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; |
1307 | 1307 | ||
1308 | qApp->processEvents(); | 1308 | qApp->processEvents(); |
1309 | CalendarLocal* calendar = new CalendarLocal(); | 1309 | CalendarLocal* calendar = new CalendarLocal(); |
1310 | calendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); | 1310 | calendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); |
1311 | bool syncOK = false; | 1311 | bool syncOK = false; |
1312 | bool loadSuccess = false; | 1312 | bool loadSuccess = false; |
1313 | PhoneFormat* phoneFormat = 0; | 1313 | PhoneFormat* phoneFormat = 0; |
1314 | emit tempDisableBR(true); | 1314 | emit tempDisableBR(true); |
1315 | #ifndef DESKTOP_VERSION | 1315 | #ifndef DESKTOP_VERSION |
1316 | SharpFormat* sharpFormat = 0; | 1316 | SharpFormat* sharpFormat = 0; |
1317 | if ( mode == 0 ) { // sharp | 1317 | if ( mode == 0 ) { // sharp |
1318 | sharpFormat = new SharpFormat () ; | 1318 | sharpFormat = new SharpFormat () ; |
1319 | loadSuccess = sharpFormat->load( calendar, mCalendar ); | 1319 | loadSuccess = sharpFormat->load( calendar, mCalendar ); |
1320 | 1320 | ||
1321 | } else | 1321 | } else |
1322 | #endif | 1322 | #endif |
1323 | if ( mode == 1 ) { // phone | 1323 | if ( mode == 1 ) { // phone |
1324 | phoneFormat = new PhoneFormat (mCurrentSyncDevice, | 1324 | phoneFormat = new PhoneFormat (mCurrentSyncDevice, |
1325 | mSyncManager->mPhoneDevice, | 1325 | mSyncManager->mPhoneDevice, |
1326 | mSyncManager->mPhoneConnection, | 1326 | mSyncManager->mPhoneConnection, |
1327 | mSyncManager->mPhoneModel); | 1327 | mSyncManager->mPhoneModel); |
1328 | loadSuccess = phoneFormat->load( calendar,mCalendar); | 1328 | loadSuccess = phoneFormat->load( calendar,mCalendar); |
1329 | 1329 | ||
1330 | } else { | 1330 | } else { |
1331 | emit tempDisableBR(false); | 1331 | emit tempDisableBR(false); |
1332 | return; | 1332 | return; |
1333 | } | 1333 | } |
1334 | if ( loadSuccess ) { | 1334 | if ( loadSuccess ) { |
1335 | getEventViewerDialog()->setSyncMode( true ); | 1335 | getEventViewerDialog()->setSyncMode( true ); |
1336 | syncOK = synchronizeCalendar( mCalendar, calendar, mSyncManager->mSyncAlgoPrefs ); | 1336 | syncOK = synchronizeCalendar( mCalendar, calendar, mSyncManager->mSyncAlgoPrefs ); |
1337 | getEventViewerDialog()->setSyncMode( false ); | 1337 | getEventViewerDialog()->setSyncMode( false ); |
1338 | qApp->processEvents(); | 1338 | qApp->processEvents(); |
1339 | if ( syncOK ) { | 1339 | if ( syncOK ) { |
1340 | if ( mSyncManager->mWriteBackFile ) | 1340 | if ( mSyncManager->mWriteBackFile ) |
1341 | { | 1341 | { |
1342 | QPtrList<Incidence> iL = mCalendar->rawIncidences(); | 1342 | QPtrList<Incidence> iL = mCalendar->rawIncidences(); |
1343 | Incidence* inc = iL.first(); | 1343 | Incidence* inc = iL.first(); |
1344 | if ( phoneFormat ) { | 1344 | if ( phoneFormat ) { |
1345 | while ( inc ) { | 1345 | while ( inc ) { |
1346 | inc->removeID(mCurrentSyncDevice); | 1346 | inc->removeID(mCurrentSyncDevice); |
1347 | inc = iL.next(); | 1347 | inc = iL.next(); |
1348 | } | 1348 | } |
1349 | } | 1349 | } |
1350 | #ifndef DESKTOP_VERSION | 1350 | #ifndef DESKTOP_VERSION |
1351 | if ( sharpFormat ) | 1351 | if ( sharpFormat ) |
1352 | sharpFormat->save(calendar); | 1352 | sharpFormat->save(calendar); |
1353 | #endif | 1353 | #endif |
1354 | if ( phoneFormat ) | 1354 | if ( phoneFormat ) |
1355 | phoneFormat->save(calendar); | 1355 | phoneFormat->save(calendar); |
1356 | iL = calendar->rawIncidences(); | 1356 | iL = calendar->rawIncidences(); |
1357 | inc = iL.first(); | 1357 | inc = iL.first(); |
1358 | Incidence* loc; | 1358 | Incidence* loc; |
1359 | while ( inc ) { | 1359 | while ( inc ) { |
1360 | if ( inc->tempSyncStat() == SYNC_TEMPSTATE_NEW_ID ) { | 1360 | if ( inc->tempSyncStat() == SYNC_TEMPSTATE_NEW_ID ) { |
1361 | loc = mCalendar->incidence(inc->uid() ); | 1361 | loc = mCalendar->incidence(inc->uid() ); |
1362 | if ( loc ) { | 1362 | if ( loc ) { |
1363 | loc->setID(mCurrentSyncDevice, inc->getID(mCurrentSyncDevice) ); | 1363 | loc->setID(mCurrentSyncDevice, inc->getID(mCurrentSyncDevice) ); |
1364 | loc->setCsum( mCurrentSyncDevice, inc->getCsum(mCurrentSyncDevice) ); | 1364 | loc->setCsum( mCurrentSyncDevice, inc->getCsum(mCurrentSyncDevice) ); |
1365 | } | 1365 | } |
1366 | } | 1366 | } |
1367 | inc = iL.next(); | 1367 | inc = iL.next(); |
1368 | } | 1368 | } |
1369 | Incidence* lse = getLastSyncEvent(); | 1369 | Incidence* lse = getLastSyncEvent(); |
1370 | if ( lse ) { | 1370 | if ( lse ) { |
1371 | lse->setReadOnly( false ); | 1371 | lse->setReadOnly( false ); |
1372 | lse->setDescription( "" ); | 1372 | lse->setDescription( "" ); |
1373 | lse->setReadOnly( true ); | 1373 | lse->setReadOnly( true ); |
1374 | } | 1374 | } |
1375 | } | 1375 | } |
1376 | } else { | 1376 | } else { |
1377 | topLevelWidget()->setCaption( i18n("Sync cancelled or failed.") ); | 1377 | topLevelWidget()->setCaption( i18n("Sync cancelled or failed.") ); |
1378 | } | 1378 | } |
1379 | setModified( true ); | 1379 | setModified( true ); |
1380 | } else { | 1380 | } else { |
1381 | QString question = i18n("Sorry, the database access\ncommand failed!\n\nNothing synced!\n") ; | 1381 | QString question = i18n("Sorry, the database access\ncommand failed!\n\nNothing synced!\n") ; |
1382 | QMessageBox::information( 0, i18n("KO/Pi Import - ERROR"), | 1382 | QMessageBox::information( 0, i18n("KO/Pi Import - ERROR"), |
1383 | question, i18n("Ok")) ; | 1383 | question, i18n("Ok")) ; |
1384 | 1384 | ||
1385 | } | 1385 | } |
1386 | delete calendar; | 1386 | delete calendar; |
1387 | updateView(); | 1387 | updateView(); |
1388 | emit tempDisableBR(false); | 1388 | emit tempDisableBR(false); |
1389 | return ;//syncOK; | 1389 | return ;//syncOK; |
1390 | 1390 | ||
1391 | } | 1391 | } |
1392 | 1392 | ||
1393 | bool CalendarView::importBday() | 1393 | bool CalendarView::importBday() |
1394 | { | 1394 | { |
1395 | #ifndef KORG_NOKABC | 1395 | #ifndef KORG_NOKABC |
1396 | 1396 | ||
1397 | #ifdef DESKTOP_VERSION | 1397 | #ifdef DESKTOP_VERSION |
1398 | KABC::StdAddressBook* AddressBook = KABC::StdAddressBook::self( true ); | 1398 | KABC::StdAddressBook* AddressBook = KABC::StdAddressBook::self( true ); |
1399 | KABC::AddressBook::Iterator it; | 1399 | KABC::AddressBook::Iterator it; |
1400 | int count = 0; | 1400 | int count = 0; |
1401 | for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) { | 1401 | for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) { |
1402 | ++count; | 1402 | ++count; |
1403 | } | 1403 | } |
1404 | QProgressBar bar(count,0 ); | 1404 | QProgressBar bar(count,0 ); |
1405 | int w = 300; | 1405 | int w = 300; |
1406 | if ( QApplication::desktop()->width() < 320 ) | 1406 | if ( QApplication::desktop()->width() < 320 ) |
1407 | w = 220; | 1407 | w = 220; |
1408 | int h = bar.sizeHint().height() ; | 1408 | int h = bar.sizeHint().height() ; |
1409 | int dw = QApplication::desktop()->width(); | 1409 | int dw = QApplication::desktop()->width(); |
1410 | int dh = QApplication::desktop()->height(); | 1410 | int dh = QApplication::desktop()->height(); |
1411 | bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); | 1411 | bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); |
1412 | bar.show(); | 1412 | bar.show(); |
1413 | bar.setCaption (i18n("Reading addressbook - close to abort!") ); | 1413 | bar.setCaption (i18n("Reading addressbook - close to abort!") ); |
1414 | qApp->processEvents(); | 1414 | qApp->processEvents(); |
1415 | count = 0; | 1415 | count = 0; |
1416 | int addCount = 0; | 1416 | int addCount = 0; |
1417 | KCal::Attendee* a = 0; | 1417 | KCal::Attendee* a = 0; |
1418 | for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) { | 1418 | for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) { |
1419 | if ( ! bar.isVisible() ) | 1419 | if ( ! bar.isVisible() ) |
1420 | return false; | 1420 | return false; |
1421 | bar.setProgress( count++ ); | 1421 | bar.setProgress( count++ ); |
1422 | qApp->processEvents(); | 1422 | qApp->processEvents(); |
1423 | //qDebug("add BDay %s %s", (*it).realName().latin1(),(*it).birthday().date().toString().latin1() ); | 1423 | //qDebug("add BDay %s %s", (*it).realName().latin1(),(*it).birthday().date().toString().latin1() ); |
1424 | if ( (*it).birthday().date().isValid() ){ | 1424 | if ( (*it).birthday().date().isValid() ){ |
1425 | a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ; | 1425 | a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ; |
1426 | if ( addAnniversary( (*it).birthday().date(), (*it).assembledName(), a, true ) ) | 1426 | if ( addAnniversary( (*it).birthday().date(), (*it).assembledName(), a, true ) ) |
1427 | ++addCount; | 1427 | ++addCount; |
1428 | } | 1428 | } |
1429 | QDate anni = KGlobal::locale()->readDate( (*it).custom("KADDRESSBOOK", "X-Anniversary" ), "%Y-%m-%d"); | 1429 | QDate anni = KGlobal::locale()->readDate( (*it).custom("KADDRESSBOOK", "X-Anniversary" ), "%Y-%m-%d"); |
1430 | if ( anni.isValid() ){ | 1430 | if ( anni.isValid() ){ |
1431 | a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ; | 1431 | a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ; |
1432 | if ( addAnniversary( anni, (*it).assembledName(), a, false ) ) | 1432 | if ( addAnniversary( anni, (*it).assembledName(), a, false ) ) |
1433 | ++addCount; | 1433 | ++addCount; |
1434 | } | 1434 | } |
1435 | } | 1435 | } |
1436 | updateView(); | 1436 | updateView(); |
1437 | topLevelWidget()->setCaption(QString::number( addCount )+ i18n(" birthdays/anniversaries added!")); | 1437 | topLevelWidget()->setCaption(QString::number( addCount )+ i18n(" birthdays/anniversaries added!")); |
1438 | #else //DESKTOP_VERSION | 1438 | #else //DESKTOP_VERSION |
1439 | 1439 | ||
1440 | ExternalAppHandler::instance()->requestBirthdayListFromKAPI("QPE/Application/kopi", this->name() /* name is here the unique uid*/); | 1440 | ExternalAppHandler::instance()->requestBirthdayListFromKAPI("QPE/Application/kopi", this->name() /* name is here the unique uid*/); |
1441 | // the result should now arrive through method insertBirthdays | 1441 | // the result should now arrive through method insertBirthdays |
1442 | 1442 | ||
1443 | #endif //DESKTOP_VERSION | 1443 | #endif //DESKTOP_VERSION |
1444 | 1444 | ||
1445 | #endif //KORG_NOKABC | 1445 | #endif //KORG_NOKABC |
1446 | 1446 | ||
1447 | 1447 | ||
1448 | return true; | 1448 | return true; |
1449 | } | 1449 | } |
1450 | 1450 | ||
1451 | // This method will be called from Ka/Pi as a response to requestBirthdayListFromKAPI | 1451 | // This method will be called from Ka/Pi as a response to requestBirthdayListFromKAPI |
1452 | void CalendarView::insertBirthdays(const QString& uid, const QStringList& birthdayList, | 1452 | void CalendarView::insertBirthdays(const QString& uid, const QStringList& birthdayList, |
1453 | const QStringList& anniversaryList, const QStringList& realNameList, | 1453 | const QStringList& anniversaryList, const QStringList& realNameList, |
1454 | const QStringList& emailList, const QStringList& assembledNameList, | 1454 | const QStringList& emailList, const QStringList& assembledNameList, |
1455 | const QStringList& uidList) | 1455 | const QStringList& uidList) |
1456 | { | 1456 | { |
1457 | //qDebug("KO::CalendarView::insertBirthdays"); | 1457 | //qDebug("KO::CalendarView::insertBirthdays"); |
1458 | if (uid == this->name()) | 1458 | if (uid == this->name()) |
1459 | { | 1459 | { |
1460 | int count = birthdayList.count(); | 1460 | int count = birthdayList.count(); |
1461 | int addCount = 0; | 1461 | int addCount = 0; |
1462 | KCal::Attendee* a = 0; | 1462 | KCal::Attendee* a = 0; |
1463 | 1463 | ||
1464 | //qDebug("CalView 1 %i", count); | 1464 | //qDebug("CalView 1 %i", count); |
1465 | 1465 | ||
1466 | QProgressBar bar(count,0 ); | 1466 | QProgressBar bar(count,0 ); |
1467 | int w = 300; | 1467 | int w = 300; |
1468 | if ( QApplication::desktop()->width() < 320 ) | 1468 | if ( QApplication::desktop()->width() < 320 ) |
1469 | w = 220; | 1469 | w = 220; |
1470 | int h = bar.sizeHint().height() ; | 1470 | int h = bar.sizeHint().height() ; |
1471 | int dw = QApplication::desktop()->width(); | 1471 | int dw = QApplication::desktop()->width(); |
1472 | int dh = QApplication::desktop()->height(); | 1472 | int dh = QApplication::desktop()->height(); |
1473 | bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); | 1473 | bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); |
1474 | bar.show(); | 1474 | bar.show(); |
1475 | bar.setCaption (i18n("inserting birthdays - close to abort!") ); | 1475 | bar.setCaption (i18n("inserting birthdays - close to abort!") ); |
1476 | qApp->processEvents(); | 1476 | qApp->processEvents(); |
1477 | 1477 | ||
1478 | QDate birthday; | 1478 | QDate birthday; |
1479 | QDate anniversary; | 1479 | QDate anniversary; |
1480 | QString realName; | 1480 | QString realName; |
1481 | QString email; | 1481 | QString email; |
1482 | QString assembledName; | 1482 | QString assembledName; |
1483 | QString uid; | 1483 | QString uid; |
1484 | bool ok = true; | 1484 | bool ok = true; |
1485 | for ( int i = 0; i < count; i++) | 1485 | for ( int i = 0; i < count; i++) |
1486 | { | 1486 | { |
1487 | if ( ! bar.isVisible() ) | 1487 | if ( ! bar.isVisible() ) |
1488 | return; | 1488 | return; |
1489 | bar.setProgress( i ); | 1489 | bar.setProgress( i ); |
1490 | qApp->processEvents(); | 1490 | qApp->processEvents(); |
1491 | 1491 | ||
1492 | birthday = KGlobal::locale()->readDate(birthdayList[i], KLocale::ISODate, &ok); | 1492 | birthday = KGlobal::locale()->readDate(birthdayList[i], KLocale::ISODate, &ok); |
1493 | if (!ok) { | 1493 | if (!ok) { |
1494 | ;//qDebug("CalendarView::insertBirthdays found invalid birthday: %s",birthdayList[i].latin1()); | 1494 | ;//qDebug("CalendarView::insertBirthdays found invalid birthday: %s",birthdayList[i].latin1()); |
1495 | } | 1495 | } |
1496 | 1496 | ||
1497 | anniversary = KGlobal::locale()->readDate(anniversaryList[i], KLocale::ISODate, &ok); | 1497 | anniversary = KGlobal::locale()->readDate(anniversaryList[i], KLocale::ISODate, &ok); |
1498 | if (!ok) { | 1498 | if (!ok) { |
1499 | ;//qDebug("CalendarView::insertBirthdays found invalid anniversary: %s",anniversaryList[i].latin1()); | 1499 | ;//qDebug("CalendarView::insertBirthdays found invalid anniversary: %s",anniversaryList[i].latin1()); |
1500 | } | 1500 | } |
1501 | realName = realNameList[i]; | 1501 | realName = realNameList[i]; |
1502 | email = emailList[i]; | 1502 | email = emailList[i]; |
1503 | assembledName = assembledNameList[i]; | 1503 | assembledName = assembledNameList[i]; |
1504 | uid = uidList[i]; | 1504 | uid = uidList[i]; |
1505 | //qDebug("insert birthday in KO/Pi: %s,%s,%s,%s: %s, %s", realName.latin1(), email.latin1(), assembledName.latin1(), uid.latin1(), birthdayList[i].latin1(), anniversaryList[i].latin1() ); | 1505 | //qDebug("insert birthday in KO/Pi: %s,%s,%s,%s: %s, %s", realName.latin1(), email.latin1(), assembledName.latin1(), uid.latin1(), birthdayList[i].latin1(), anniversaryList[i].latin1() ); |
1506 | 1506 | ||
1507 | if ( birthday.isValid() ){ | 1507 | if ( birthday.isValid() ){ |
1508 | a = new KCal::Attendee( realName, email,false,KCal::Attendee::NeedsAction, | 1508 | a = new KCal::Attendee( realName, email,false,KCal::Attendee::NeedsAction, |
1509 | KCal::Attendee::ReqParticipant,uid) ; | 1509 | KCal::Attendee::ReqParticipant,uid) ; |
1510 | if ( addAnniversary( birthday, assembledName, a, true ) ) | 1510 | if ( addAnniversary( birthday, assembledName, a, true ) ) |
1511 | ++addCount; | 1511 | ++addCount; |
1512 | } | 1512 | } |
1513 | 1513 | ||
1514 | if ( anniversary.isValid() ){ | 1514 | if ( anniversary.isValid() ){ |
1515 | a = new KCal::Attendee( realName, email,false,KCal::Attendee::NeedsAction, | 1515 | a = new KCal::Attendee( realName, email,false,KCal::Attendee::NeedsAction, |
1516 | KCal::Attendee::ReqParticipant,uid) ; | 1516 | KCal::Attendee::ReqParticipant,uid) ; |
1517 | if ( addAnniversary( anniversary, assembledName, a, false ) ) | 1517 | if ( addAnniversary( anniversary, assembledName, a, false ) ) |
1518 | ++addCount; | 1518 | ++addCount; |
1519 | } | 1519 | } |
1520 | } | 1520 | } |
1521 | 1521 | ||
1522 | updateView(); | 1522 | updateView(); |
1523 | topLevelWidget()->setCaption(QString::number( addCount )+ i18n(" birthdays/anniversaries added!")); | 1523 | topLevelWidget()->setCaption(QString::number( addCount )+ i18n(" birthdays/anniversaries added!")); |
1524 | 1524 | ||
1525 | } | 1525 | } |
1526 | 1526 | ||
1527 | } | 1527 | } |
1528 | 1528 | ||
1529 | 1529 | ||
1530 | 1530 | ||
1531 | bool CalendarView::addAnniversary( QDate date, QString name, KCal::Attendee* a, bool birthday) | 1531 | bool CalendarView::addAnniversary( QDate date, QString name, KCal::Attendee* a, bool birthday) |
1532 | { | 1532 | { |
1533 | //qDebug("addAnni "); | 1533 | //qDebug("addAnni "); |
1534 | Event * ev = new Event(); | 1534 | Event * ev = new Event(); |
1535 | ev->setOrganizer(KOPrefs::instance()->email()); | 1535 | ev->setOrganizer(KOPrefs::instance()->email()); |
1536 | if ( a ) { | 1536 | if ( a ) { |
1537 | ev->addAttendee( a ); | 1537 | ev->addAttendee( a ); |
1538 | } | 1538 | } |
1539 | QString kind; | 1539 | QString kind; |
1540 | if ( birthday ) { | 1540 | if ( birthday ) { |
1541 | kind = i18n( "Birthday" ); | 1541 | kind = i18n( "Birthday" ); |
1542 | ev->setSummary( name + " (" + QString::number(date.year()) +")"); | 1542 | ev->setSummary( name + " (" + QString::number(date.year()) +")"); |
1543 | } | 1543 | } |
1544 | else { | 1544 | else { |
1545 | kind = i18n( "Anniversary" ); | 1545 | kind = i18n( "Anniversary" ); |
1546 | ev->setSummary( name + " (" + QString::number(date.year()) +") " + kind ); | 1546 | ev->setSummary( name + " (" + QString::number(date.year()) +") " + kind ); |
1547 | } | 1547 | } |
1548 | ev->setCategories( kind ); | 1548 | ev->setCategories( kind ); |
1549 | ev->setDtStart( QDateTime(date) ); | 1549 | ev->setDtStart( QDateTime(date) ); |
1550 | ev->setDtEnd( QDateTime(date) ); | 1550 | ev->setDtEnd( QDateTime(date) ); |
1551 | ev->setFloats( true ); | 1551 | ev->setFloats( true ); |
1552 | Recurrence * rec = ev->recurrence(); | 1552 | Recurrence * rec = ev->recurrence(); |
1553 | rec->setYearly(Recurrence::rYearlyMonth,1,-1); | 1553 | rec->setYearly(Recurrence::rYearlyMonth,1,-1); |
1554 | rec->addYearlyNum( date.month() ); | 1554 | rec->addYearlyNum( date.month() ); |
1555 | if ( !mCalendar->addAnniversaryNoDup( ev ) ) { | 1555 | if ( !mCalendar->addAnniversaryNoDup( ev ) ) { |
1556 | delete ev; | 1556 | delete ev; |
1557 | return false; | 1557 | return false; |
1558 | } | 1558 | } |
1559 | return true; | 1559 | return true; |
1560 | 1560 | ||
1561 | } | 1561 | } |
1562 | bool CalendarView::importQtopia( const QString &categories, | 1562 | bool CalendarView::importQtopia( const QString &categories, |
1563 | const QString &datebook, | 1563 | const QString &datebook, |
1564 | const QString &todolist ) | 1564 | const QString &todolist ) |
1565 | { | 1565 | { |
1566 | 1566 | ||
1567 | QtopiaFormat qtopiaFormat; | 1567 | QtopiaFormat qtopiaFormat; |
1568 | qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories)); | 1568 | qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories)); |
1569 | if ( !categories.isEmpty() ) qtopiaFormat.load( mCalendar, categories ); | 1569 | if ( !categories.isEmpty() ) qtopiaFormat.load( mCalendar, categories ); |
1570 | if ( !datebook.isEmpty() ) qtopiaFormat.load( mCalendar, datebook ); | 1570 | if ( !datebook.isEmpty() ) qtopiaFormat.load( mCalendar, datebook ); |
1571 | if ( !todolist.isEmpty() ) qtopiaFormat.load( mCalendar, todolist ); | 1571 | if ( !todolist.isEmpty() ) qtopiaFormat.load( mCalendar, todolist ); |
1572 | 1572 | ||
1573 | updateView(); | 1573 | updateView(); |
1574 | return true; | 1574 | return true; |
1575 | 1575 | ||
1576 | #if 0 | 1576 | #if 0 |
1577 | mGlobalSyncMode = SYNC_MODE_QTOPIA; | 1577 | mGlobalSyncMode = SYNC_MODE_QTOPIA; |
1578 | mCurrentSyncDevice = "qtopia-XML"; | 1578 | mCurrentSyncDevice = "qtopia-XML"; |
1579 | if ( mSyncManager->mAskForPreferences ) | 1579 | if ( mSyncManager->mAskForPreferences ) |
1580 | edit_sync_options(); | 1580 | edit_sync_options(); |
1581 | qApp->processEvents(); | 1581 | qApp->processEvents(); |
1582 | CalendarLocal* calendar = new CalendarLocal(); | 1582 | CalendarLocal* calendar = new CalendarLocal(); |
1583 | calendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); | 1583 | calendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); |
1584 | bool syncOK = false; | 1584 | bool syncOK = false; |
1585 | QtopiaFormat qtopiaFormat; | 1585 | QtopiaFormat qtopiaFormat; |
1586 | qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories)); | 1586 | qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories)); |
1587 | bool loadOk = true; | 1587 | bool loadOk = true; |
1588 | if ( !categories.isEmpty() ) | 1588 | if ( !categories.isEmpty() ) |
1589 | loadOk = qtopiaFormat.load( calendar, categories ); | 1589 | loadOk = qtopiaFormat.load( calendar, categories ); |
1590 | if ( loadOk && !datebook.isEmpty() ) | 1590 | if ( loadOk && !datebook.isEmpty() ) |
1591 | loadOk = qtopiaFormat.load( calendar, datebook ); | 1591 | loadOk = qtopiaFormat.load( calendar, datebook ); |
1592 | if ( loadOk && !todolist.isEmpty() ) | 1592 | if ( loadOk && !todolist.isEmpty() ) |
1593 | loadOk = qtopiaFormat.load( calendar, todolist ); | 1593 | loadOk = qtopiaFormat.load( calendar, todolist ); |
1594 | 1594 | ||
1595 | if ( loadOk ) { | 1595 | if ( loadOk ) { |
1596 | getEventViewerDialog()->setSyncMode( true ); | 1596 | getEventViewerDialog()->setSyncMode( true ); |
1597 | syncOK = synchronizeCalendar( mCalendar, calendar, mSyncManager->mSyncAlgoPrefs ); | 1597 | syncOK = synchronizeCalendar( mCalendar, calendar, mSyncManager->mSyncAlgoPrefs ); |
1598 | getEventViewerDialog()->setSyncMode( false ); | 1598 | getEventViewerDialog()->setSyncMode( false ); |
1599 | qApp->processEvents(); | 1599 | qApp->processEvents(); |
1600 | if ( syncOK ) { | 1600 | if ( syncOK ) { |
1601 | if ( mSyncManager->mWriteBackFile ) | 1601 | if ( mSyncManager->mWriteBackFile ) |
1602 | { | 1602 | { |
1603 | // write back XML file | 1603 | // write back XML file |
1604 | 1604 | ||
1605 | } | 1605 | } |
1606 | setModified( true ); | 1606 | setModified( true ); |
1607 | } | 1607 | } |
1608 | } else { | 1608 | } else { |
1609 | QString question = i18n("Sorry, the file loading\ncommand failed!\n\nNothing synced!\n") ; | 1609 | QString question = i18n("Sorry, the file loading\ncommand failed!\n\nNothing synced!\n") ; |
1610 | QMessageBox::information( 0, i18n("KO/Pi Sync - ERROR"), | 1610 | QMessageBox::information( 0, i18n("KO/Pi Sync - ERROR"), |
1611 | question, i18n("Ok")) ; | 1611 | question, i18n("Ok")) ; |
1612 | } | 1612 | } |
1613 | delete calendar; | 1613 | delete calendar; |
1614 | updateView(); | 1614 | updateView(); |
1615 | return syncOK; | 1615 | return syncOK; |
1616 | 1616 | ||
1617 | 1617 | ||
1618 | #endif | 1618 | #endif |
1619 | 1619 | ||
1620 | } | 1620 | } |
1621 | 1621 | ||
1622 | void CalendarView::setSyncEventsReadOnly() | 1622 | void CalendarView::setSyncEventsReadOnly() |
1623 | { | 1623 | { |
1624 | Event * ev; | 1624 | Event * ev; |
1625 | QPtrList<Event> eL = mCalendar->rawEvents(); | 1625 | QPtrList<Event> eL = mCalendar->rawEvents(); |
1626 | ev = eL.first(); | 1626 | ev = eL.first(); |
1627 | while ( ev ) { | 1627 | while ( ev ) { |
1628 | if ( ev->uid().left(15) == QString("last-syncEvent-") ) | 1628 | if ( ev->uid().left(15) == QString("last-syncEvent-") ) |
1629 | ev->setReadOnly( true ); | 1629 | ev->setReadOnly( true ); |
1630 | ev = eL.next(); | 1630 | ev = eL.next(); |
1631 | } | 1631 | } |
1632 | } | 1632 | } |
1633 | bool CalendarView::openCalendar(QString filename, bool merge) | 1633 | bool CalendarView::openCalendar(QString filename, bool merge) |
1634 | { | 1634 | { |
1635 | 1635 | ||
1636 | if (filename.isEmpty()) { | 1636 | if (filename.isEmpty()) { |
1637 | return false; | 1637 | return false; |
1638 | } | 1638 | } |
1639 | 1639 | ||
1640 | if (!QFile::exists(filename)) { | 1640 | if (!QFile::exists(filename)) { |
1641 | KMessageBox::error(this,i18n("File does not exist:\n '%1'.").arg(filename)); | 1641 | KMessageBox::error(this,i18n("File does not exist:\n '%1'.").arg(filename)); |
1642 | return false; | 1642 | return false; |
1643 | } | 1643 | } |
1644 | 1644 | ||
1645 | globalFlagBlockAgenda = 1; | 1645 | globalFlagBlockAgenda = 1; |
1646 | if (!merge) mCalendar->close(); | 1646 | if (!merge) mCalendar->close(); |
1647 | 1647 | ||
1648 | mStorage->setFileName( filename ); | 1648 | mStorage->setFileName( filename ); |
1649 | 1649 | ||
1650 | if ( mStorage->load() ) { | 1650 | if ( mStorage->load() ) { |
1651 | if ( merge ) ;//setModified( true ); | 1651 | if ( merge ) ;//setModified( true ); |
1652 | else { | 1652 | else { |
1653 | //setModified( true ); | 1653 | //setModified( true ); |
1654 | mViewManager->setDocumentId( filename ); | 1654 | mViewManager->setDocumentId( filename ); |
1655 | mDialogManager->setDocumentId( filename ); | 1655 | mDialogManager->setDocumentId( filename ); |
1656 | mTodoList->setDocumentId( filename ); | 1656 | mTodoList->setDocumentId( filename ); |
1657 | } | 1657 | } |
1658 | globalFlagBlockAgenda = 2; | 1658 | globalFlagBlockAgenda = 2; |
1659 | // if ( getLastSyncEvent() ) | 1659 | // if ( getLastSyncEvent() ) |
1660 | // getLastSyncEvent()->setReadOnly( true ); | 1660 | // getLastSyncEvent()->setReadOnly( true ); |
1661 | mCalendar->reInitAlarmSettings(); | 1661 | mCalendar->reInitAlarmSettings(); |
1662 | setSyncEventsReadOnly(); | 1662 | setSyncEventsReadOnly(); |
1663 | updateUnmanagedViews(); | 1663 | updateUnmanagedViews(); |
1664 | updateView(); | 1664 | updateView(); |
1665 | if ( filename != MainWindow::defaultFileName() ) { | 1665 | if ( filename != MainWindow::defaultFileName() ) { |
1666 | saveCalendar( MainWindow::defaultFileName() ); | 1666 | saveCalendar( MainWindow::defaultFileName() ); |
1667 | } else { | 1667 | } else { |
1668 | QFileInfo finf ( MainWindow::defaultFileName()); | 1668 | QFileInfo finf ( MainWindow::defaultFileName()); |
1669 | if ( finf.exists() ) { | 1669 | if ( finf.exists() ) { |
1670 | setLoadedFileVersion( finf.lastModified () ); | 1670 | setLoadedFileVersion( finf.lastModified () ); |
1671 | } | 1671 | } |
1672 | } | 1672 | } |
1673 | return true; | 1673 | return true; |
1674 | } else { | 1674 | } else { |
1675 | // while failing to load, the calendar object could | 1675 | // while failing to load, the calendar object could |
1676 | // have become partially populated. Clear it out. | 1676 | // have become partially populated. Clear it out. |
1677 | if ( !merge ) { | 1677 | if ( !merge ) { |
1678 | mCalendar->close(); | 1678 | mCalendar->close(); |
1679 | mViewManager->setDocumentId( filename ); | 1679 | mViewManager->setDocumentId( filename ); |
1680 | mDialogManager->setDocumentId( filename ); | 1680 | mDialogManager->setDocumentId( filename ); |
1681 | mTodoList->setDocumentId( filename ); | 1681 | mTodoList->setDocumentId( filename ); |
1682 | } | 1682 | } |
1683 | 1683 | ||
1684 | //KMessageBox::error(this,i18n("Couldn't load calendar\n '%1'.").arg(filename)); | 1684 | //KMessageBox::error(this,i18n("Couldn't load calendar\n '%1'.").arg(filename)); |
1685 | 1685 | ||
1686 | QTimer::singleShot ( 1, this, SLOT ( showOpenError() ) ); | 1686 | QTimer::singleShot ( 1, this, SLOT ( showOpenError() ) ); |
1687 | globalFlagBlockAgenda = 2; | 1687 | globalFlagBlockAgenda = 2; |
1688 | mCalendar->reInitAlarmSettings(); | 1688 | mCalendar->reInitAlarmSettings(); |
1689 | setSyncEventsReadOnly(); | 1689 | setSyncEventsReadOnly(); |
1690 | updateUnmanagedViews(); | 1690 | updateUnmanagedViews(); |
1691 | updateView(); | 1691 | updateView(); |
1692 | } | 1692 | } |
1693 | return false; | 1693 | return false; |
1694 | } | 1694 | } |
1695 | void CalendarView::showOpenError() | 1695 | void CalendarView::showOpenError() |
1696 | { | 1696 | { |
1697 | KMessageBox::error(this,i18n("Couldn't load calendar\n.")); | 1697 | KMessageBox::error(this,i18n("Couldn't load calendar\n.")); |
1698 | } | 1698 | } |
1699 | void CalendarView::setLoadedFileVersion(QDateTime dt) | 1699 | void CalendarView::setLoadedFileVersion(QDateTime dt) |
1700 | { | 1700 | { |
1701 | loadedFileVersion = dt; | 1701 | loadedFileVersion = dt; |
1702 | } | 1702 | } |
1703 | bool CalendarView::checkFileChanged(QString fn) | 1703 | bool CalendarView::checkFileChanged(QString fn) |
1704 | { | 1704 | { |
1705 | QFileInfo finf ( fn ); | 1705 | QFileInfo finf ( fn ); |
1706 | if ( !finf.exists() ) | 1706 | if ( !finf.exists() ) |
1707 | return true; | 1707 | return true; |
1708 | QDateTime dt = finf.lastModified (); | 1708 | QDateTime dt = finf.lastModified (); |
1709 | if ( dt <= loadedFileVersion ) | 1709 | if ( dt <= loadedFileVersion ) |
1710 | return false; | 1710 | return false; |
1711 | return true; | 1711 | return true; |
1712 | 1712 | ||
1713 | } | 1713 | } |
1714 | void CalendarView::watchSavedFile() | 1714 | void CalendarView::watchSavedFile() |
1715 | { | 1715 | { |
1716 | QFileInfo finf ( MainWindow::defaultFileName()); | 1716 | QFileInfo finf ( MainWindow::defaultFileName()); |
1717 | if ( !finf.exists() ) | 1717 | if ( !finf.exists() ) |
1718 | return; | 1718 | return; |
1719 | QDateTime dt = finf.lastModified (); | 1719 | QDateTime dt = finf.lastModified (); |
1720 | if ( dt < loadedFileVersion ) { | 1720 | if ( dt < loadedFileVersion ) { |
1721 | //qDebug("watch %s %s ", dt.toString().latin1(), loadedFileVersion.toString().latin1()); | 1721 | //qDebug("watch %s %s ", dt.toString().latin1(), loadedFileVersion.toString().latin1()); |
1722 | QTimer::singleShot( 1000 , this, SLOT ( watchSavedFile() ) ); | 1722 | QTimer::singleShot( 1000 , this, SLOT ( watchSavedFile() ) ); |
1723 | return; | 1723 | return; |
1724 | } | 1724 | } |
1725 | loadedFileVersion = dt; | 1725 | loadedFileVersion = dt; |
1726 | } | 1726 | } |
1727 | 1727 | ||
1728 | bool CalendarView::checkFileVersion(QString fn) | 1728 | bool CalendarView::checkFileVersion(QString fn) |
1729 | { | 1729 | { |
1730 | QFileInfo finf ( fn ); | 1730 | QFileInfo finf ( fn ); |
1731 | if ( !finf.exists() ) | 1731 | if ( !finf.exists() ) |
1732 | return true; | 1732 | return true; |
1733 | QDateTime dt = finf.lastModified (); | 1733 | QDateTime dt = finf.lastModified (); |
1734 | //qDebug("loaded file version %s",loadedFileVersion.toString().latin1()); | 1734 | //qDebug("loaded file version %s",loadedFileVersion.toString().latin1()); |
1735 | //qDebug("file on disk version %s",dt.toString().latin1()); | 1735 | //qDebug("file on disk version %s",dt.toString().latin1()); |
1736 | if ( dt <= loadedFileVersion ) | 1736 | if ( dt <= loadedFileVersion ) |
1737 | return true; | 1737 | return true; |
1738 | 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, true)) , | 1738 | 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, true)) , |
1739 | i18n("KO/Pi Warning"),i18n("Overwrite"), | 1739 | i18n("KO/Pi Warning"),i18n("Overwrite"), |
1740 | i18n("Sync+save")); | 1740 | i18n("Sync+save")); |
1741 | 1741 | ||
1742 | if ( km == KMessageBox::Cancel ) | 1742 | if ( km == KMessageBox::Cancel ) |
1743 | return false; | 1743 | return false; |
1744 | if ( km == KMessageBox::Yes ) | 1744 | if ( km == KMessageBox::Yes ) |
1745 | return true; | 1745 | return true; |
1746 | 1746 | ||
1747 | setSyncDevice("deleteaftersync" ); | 1747 | setSyncDevice("deleteaftersync" ); |
1748 | mSyncManager->mAskForPreferences = true; | 1748 | mSyncManager->mAskForPreferences = true; |
1749 | mSyncManager->mSyncAlgoPrefs = 3; | 1749 | mSyncManager->mSyncAlgoPrefs = 3; |
1750 | mSyncManager->mWriteBackFile = false; | 1750 | mSyncManager->mWriteBackFile = false; |
1751 | mSyncManager->mWriteBackExistingOnly = false; | 1751 | mSyncManager->mWriteBackExistingOnly = false; |
1752 | mSyncManager->mShowSyncSummary = false; | 1752 | mSyncManager->mShowSyncSummary = false; |
1753 | syncCalendar( fn, 3 ); | 1753 | syncCalendar( fn, 3 ); |
1754 | Event * e = getLastSyncEvent(); | 1754 | Event * e = getLastSyncEvent(); |
1755 | mCalendar->deleteEvent ( e ); | 1755 | mCalendar->deleteEvent ( e ); |
1756 | updateView(); | 1756 | updateView(); |
1757 | return true; | 1757 | return true; |
1758 | } | 1758 | } |
1759 | 1759 | ||
1760 | bool CalendarView::saveCalendar( QString filename ) | 1760 | bool CalendarView::saveCalendar( QString filename ) |
1761 | { | 1761 | { |
1762 | 1762 | ||
1763 | // Store back all unsaved data into calendar object | 1763 | // Store back all unsaved data into calendar object |
1764 | // qDebug("file %s %d ", filename.latin1() , mViewManager->currentView() ); | 1764 | // qDebug("file %s %d ", filename.latin1() , mViewManager->currentView() ); |
1765 | if ( mViewManager->currentView() ) | 1765 | if ( mViewManager->currentView() ) |
1766 | mViewManager->currentView()->flushView(); | 1766 | mViewManager->currentView()->flushView(); |
1767 | 1767 | ||
1768 | 1768 | ||
1769 | QDateTime lfv = QDateTime::currentDateTime().addSecs( -2); | 1769 | QDateTime lfv = QDateTime::currentDateTime().addSecs( -2); |
1770 | mStorage->setSaveFormat( new ICalFormat() ); | 1770 | mStorage->setSaveFormat( new ICalFormat() ); |
1771 | mStorage->setFileName( filename ); | 1771 | mStorage->setFileName( filename ); |
1772 | bool success; | 1772 | bool success; |
1773 | success = mStorage->save(); | 1773 | success = mStorage->save(); |
1774 | if ( !success ) { | 1774 | if ( !success ) { |
1775 | return false; | 1775 | return false; |
1776 | } | 1776 | } |
1777 | if ( filename == MainWindow::defaultFileName() ) { | 1777 | if ( filename == MainWindow::defaultFileName() ) { |
1778 | setLoadedFileVersion( lfv ); | 1778 | setLoadedFileVersion( lfv ); |
1779 | watchSavedFile(); | 1779 | watchSavedFile(); |
1780 | } | 1780 | } |
1781 | return true; | 1781 | return true; |
1782 | } | 1782 | } |
1783 | 1783 | ||
1784 | void CalendarView::closeCalendar() | 1784 | void CalendarView::closeCalendar() |
1785 | { | 1785 | { |
1786 | 1786 | ||
1787 | // child windows no longer valid | 1787 | // child windows no longer valid |
1788 | emit closingDown(); | 1788 | emit closingDown(); |
1789 | 1789 | ||
1790 | mCalendar->close(); | 1790 | mCalendar->close(); |
1791 | setModified(false); | 1791 | setModified(false); |
1792 | updateView(); | 1792 | updateView(); |
1793 | } | 1793 | } |
1794 | 1794 | ||
1795 | void CalendarView::archiveCalendar() | 1795 | void CalendarView::archiveCalendar() |
1796 | { | 1796 | { |
1797 | mDialogManager->showArchiveDialog(); | 1797 | mDialogManager->showArchiveDialog(); |
1798 | } | 1798 | } |
1799 | 1799 | ||
1800 | 1800 | ||
1801 | void CalendarView::readSettings() | 1801 | void CalendarView::readSettings() |
1802 | { | 1802 | { |
1803 | 1803 | ||
1804 | 1804 | ||
1805 | // mViewManager->showAgendaView(); | 1805 | // mViewManager->showAgendaView(); |
1806 | QString str; | 1806 | QString str; |
1807 | //qDebug("CalendarView::readSettings() "); | 1807 | //qDebug("CalendarView::readSettings() "); |
1808 | // read settings from the KConfig, supplying reasonable | 1808 | // read settings from the KConfig, supplying reasonable |
1809 | // defaults where none are to be found | 1809 | // defaults where none are to be found |
1810 | KConfig *config = KOGlobals::config(); | 1810 | KConfig *config = KOGlobals::config(); |
1811 | #ifndef KORG_NOSPLITTER | 1811 | #ifndef KORG_NOSPLITTER |
1812 | config->setGroup("KOrganizer Geometry"); | 1812 | config->setGroup("KOrganizer Geometry"); |
1813 | 1813 | ||
1814 | QValueList<int> sizes = config->readIntListEntry("Separator1"); | 1814 | QValueList<int> sizes = config->readIntListEntry("Separator1"); |
1815 | if (sizes.count() != 2) { | 1815 | if (sizes.count() != 2) { |
1816 | sizes << mDateNavigator->minimumSizeHint().width(); | 1816 | sizes << mDateNavigator->minimumSizeHint().width(); |
1817 | sizes << 300; | 1817 | sizes << 300; |
1818 | } | 1818 | } |
1819 | mPanner->setSizes(sizes); | 1819 | mPanner->setSizes(sizes); |
1820 | 1820 | ||
1821 | sizes = config->readIntListEntry("Separator2"); | 1821 | sizes = config->readIntListEntry("Separator2"); |
1822 | if ( ( mResourceView && sizes.count() == 4 ) || | 1822 | if ( ( mResourceView && sizes.count() == 4 ) || |
1823 | ( !mResourceView && sizes.count() == 3 ) ) { | 1823 | ( !mResourceView && sizes.count() == 3 ) ) { |
1824 | mLeftSplitter->setSizes(sizes); | 1824 | mLeftSplitter->setSizes(sizes); |
1825 | } | 1825 | } |
1826 | #endif | 1826 | #endif |
1827 | globalFlagBlockAgenda = 1; | 1827 | globalFlagBlockAgenda = 1; |
1828 | mViewManager->showAgendaView(); | 1828 | mViewManager->showAgendaView(); |
1829 | //mViewManager->readSettings( config ); | 1829 | //mViewManager->readSettings( config ); |
1830 | mTodoList->restoreLayout(config,QString("Todo Layout")); | 1830 | mTodoList->restoreLayout(config,QString("Todo Layout")); |
1831 | readFilterSettings(config); | 1831 | readFilterSettings(config); |
1832 | 1832 | ||
1833 | #ifdef DESKTOP_VERSION | 1833 | #ifdef DESKTOP_VERSION |
1834 | config->setGroup("WidgetLayout"); | 1834 | config->setGroup("WidgetLayout"); |
1835 | QStringList list; | 1835 | QStringList list; |
1836 | list = config->readListEntry("MainLayout"); | 1836 | list = config->readListEntry("MainLayout"); |
1837 | int x,y,w,h; | 1837 | int x,y,w,h; |
1838 | if ( ! list.isEmpty() ) { | 1838 | if ( ! list.isEmpty() ) { |
1839 | x = list[0].toInt(); | 1839 | x = list[0].toInt(); |
1840 | y = list[1].toInt(); | 1840 | y = list[1].toInt(); |
1841 | w = list[2].toInt(); | 1841 | w = list[2].toInt(); |
1842 | h = list[3].toInt(); | 1842 | h = list[3].toInt(); |
1843 | topLevelWidget()->setGeometry(x,y,w,h); | 1843 | topLevelWidget()->setGeometry(x,y,w,h); |
1844 | 1844 | ||
1845 | } else { | 1845 | } else { |
1846 | topLevelWidget()->setGeometry( 40 ,40 , 640, 440); | 1846 | topLevelWidget()->setGeometry( 40 ,40 , 640, 440); |
1847 | } | 1847 | } |
1848 | list = config->readListEntry("EditEventLayout"); | 1848 | list = config->readListEntry("EditEventLayout"); |
1849 | if ( ! list.isEmpty() ) { | 1849 | if ( ! list.isEmpty() ) { |
1850 | x = list[0].toInt(); | 1850 | x = list[0].toInt(); |
1851 | y = list[1].toInt(); | 1851 | y = list[1].toInt(); |
1852 | w = list[2].toInt(); | 1852 | w = list[2].toInt(); |
1853 | h = list[3].toInt(); | 1853 | h = list[3].toInt(); |
1854 | mEventEditor->setGeometry(x,y,w,h); | 1854 | mEventEditor->setGeometry(x,y,w,h); |
1855 | 1855 | ||
1856 | } | 1856 | } |
1857 | list = config->readListEntry("EditTodoLayout"); | 1857 | list = config->readListEntry("EditTodoLayout"); |
1858 | if ( ! list.isEmpty() ) { | 1858 | if ( ! list.isEmpty() ) { |
1859 | x = list[0].toInt(); | 1859 | x = list[0].toInt(); |
1860 | y = list[1].toInt(); | 1860 | y = list[1].toInt(); |
1861 | w = list[2].toInt(); | 1861 | w = list[2].toInt(); |
1862 | h = list[3].toInt(); | 1862 | h = list[3].toInt(); |
1863 | mTodoEditor->setGeometry(x,y,w,h); | 1863 | mTodoEditor->setGeometry(x,y,w,h); |
1864 | 1864 | ||
1865 | } | 1865 | } |
1866 | list = config->readListEntry("ViewerLayout"); | 1866 | list = config->readListEntry("ViewerLayout"); |
1867 | if ( ! list.isEmpty() ) { | 1867 | if ( ! list.isEmpty() ) { |
1868 | x = list[0].toInt(); | 1868 | x = list[0].toInt(); |
1869 | y = list[1].toInt(); | 1869 | y = list[1].toInt(); |
1870 | w = list[2].toInt(); | 1870 | w = list[2].toInt(); |
1871 | h = list[3].toInt(); | 1871 | h = list[3].toInt(); |
1872 | getEventViewerDialog()->setGeometry(x,y,w,h); | 1872 | getEventViewerDialog()->setGeometry(x,y,w,h); |
1873 | } | 1873 | } |
1874 | #endif | 1874 | #endif |
1875 | config->setGroup( "Views" ); | 1875 | config->setGroup( "Views" ); |
1876 | int dateCount = config->readNumEntry( "ShownDatesCount", 7 ); | 1876 | int dateCount = config->readNumEntry( "ShownDatesCount", 7 ); |
1877 | 1877 | ||
1878 | QValueList<int> sizes = config->readIntListEntry("Left Splitter Frame"); | 1878 | QValueList<int> sizes = config->readIntListEntry("Left Splitter Frame"); |
1879 | 1879 | ||
1880 | int resetval = 0; | 1880 | int resetval = 0; |
1881 | int maxVal = 0; | 1881 | int maxVal = 0; |
1882 | if (sizes.count() != 3) { | 1882 | if (sizes.count() != 3) { |
1883 | if ( KOPrefs::instance()->mVerticalScreen ) { | 1883 | if ( KOPrefs::instance()->mVerticalScreen ) { |
1884 | resetval = mDateNavigator->sizeHint().width()+2; | 1884 | resetval = mDateNavigator->sizeHint().width()+2; |
1885 | } else { | 1885 | } else { |
1886 | resetval = mDateNavigator->sizeHint().height()+2; | 1886 | resetval = mDateNavigator->sizeHint().height()+2; |
1887 | } | 1887 | } |
1888 | } | 1888 | } |
1889 | if ( resetval ) { | 1889 | if ( resetval ) { |
1890 | sizes.clear(); | 1890 | sizes.clear(); |
1891 | if ( KOPrefs::instance()->mVerticalScreen ) { | 1891 | if ( KOPrefs::instance()->mVerticalScreen ) { |
1892 | maxVal = QApplication::desktop()->width() -10; | 1892 | maxVal = QApplication::desktop()->width() -10; |
1893 | } else { | 1893 | } else { |
1894 | maxVal = QApplication::desktop()->height()-10; | 1894 | maxVal = QApplication::desktop()->height()-10; |
1895 | } | 1895 | } |
1896 | sizes << resetval; | 1896 | sizes << resetval; |
1897 | if ( maxVal < resetval + resetval) | 1897 | if ( maxVal < resetval + resetval) |
1898 | resetval = maxVal - resetval; | 1898 | resetval = maxVal - resetval; |
1899 | sizes << resetval; | 1899 | sizes << resetval; |
1900 | sizes << 100; | 1900 | sizes << 100; |
1901 | } | 1901 | } |
1902 | mLeftFrame->setSizes(sizes); | 1902 | mLeftFrame->setSizes(sizes); |
1903 | sizes = config->readIntListEntry("Main Splitter Frame"); | 1903 | sizes = config->readIntListEntry("Main Splitter Frame"); |
1904 | resetval = 0; | 1904 | resetval = 0; |
1905 | maxVal = 0; | 1905 | maxVal = 0; |
1906 | if (sizes.count() != 2) { | 1906 | if (sizes.count() != 2) { |
1907 | if ( !KOPrefs::instance()->mVerticalScreen ) { | 1907 | if ( !KOPrefs::instance()->mVerticalScreen ) { |
1908 | resetval = mDateNavigator->sizeHint().width()+2; | 1908 | resetval = mDateNavigator->sizeHint().width()+2; |
1909 | } else { | 1909 | } else { |
1910 | resetval = mDateNavigator->sizeHint().height()+2; | 1910 | resetval = mDateNavigator->sizeHint().height()+2; |
1911 | } | 1911 | } |
1912 | } | 1912 | } |
1913 | if ( resetval ) { | 1913 | if ( resetval ) { |
1914 | sizes.clear(); | 1914 | sizes.clear(); |
1915 | if ( !KOPrefs::instance()->mVerticalScreen ) { | 1915 | if ( !KOPrefs::instance()->mVerticalScreen ) { |
1916 | maxVal = QApplication::desktop()->width() -10; | 1916 | maxVal = QApplication::desktop()->width() -10; |
1917 | } else { | 1917 | } else { |
1918 | maxVal = QApplication::desktop()->height()-10; | 1918 | maxVal = QApplication::desktop()->height()-10; |
1919 | } | 1919 | } |
1920 | sizes << resetval; | 1920 | sizes << resetval; |
1921 | if ( maxVal < resetval + resetval) | 1921 | if ( maxVal < resetval + resetval) |
1922 | resetval = maxVal - resetval; | 1922 | resetval = maxVal - resetval; |
1923 | sizes << resetval; | 1923 | sizes << resetval; |
1924 | } | 1924 | } |
1925 | mMainFrame->setSizes(sizes); | 1925 | mMainFrame->setSizes(sizes); |
1926 | if ( dateCount == 5 ) mNavigator->selectWorkWeek(); | 1926 | if ( dateCount == 5 ) mNavigator->selectWorkWeek(); |
1927 | else if ( dateCount == 7 ) mNavigator->selectWeek(); | 1927 | else if ( dateCount == 7 ) mNavigator->selectWeek(); |
1928 | else mNavigator->selectDates( dateCount ); | 1928 | else mNavigator->selectDates( dateCount ); |
1929 | // mViewManager->readSettings( config ); | 1929 | // mViewManager->readSettings( config ); |
1930 | updateConfig(); | 1930 | updateConfig(); |
1931 | globalFlagBlockAgenda = 2; | 1931 | globalFlagBlockAgenda = 2; |
1932 | mViewManager->readSettings( config ); | 1932 | mViewManager->readSettings( config ); |
1933 | QTimer::singleShot( 1, mDateNavigator, SLOT ( setResizeEnabled() ) ); | 1933 | QTimer::singleShot( 1, mDateNavigator, SLOT ( setResizeEnabled() ) ); |
1934 | } | 1934 | } |
1935 | 1935 | ||
1936 | 1936 | ||
1937 | void CalendarView::writeSettings() | 1937 | void CalendarView::writeSettings() |
1938 | { | 1938 | { |
1939 | // kdDebug() << "CalendarView::writeSettings" << endl; | 1939 | // kdDebug() << "CalendarView::writeSettings" << endl; |
1940 | 1940 | ||
1941 | KConfig *config = KOGlobals::config(); | 1941 | KConfig *config = KOGlobals::config(); |
1942 | 1942 | ||
1943 | mViewManager->writeSettings( config ); | 1943 | mViewManager->writeSettings( config ); |
1944 | mTodoList->saveLayout(config,QString("Todo Layout")); | 1944 | mTodoList->saveLayout(config,QString("Todo Layout")); |
1945 | mDialogManager->writeSettings( config ); | 1945 | mDialogManager->writeSettings( config ); |
1946 | //KOPrefs::instance()->usrWriteConfig(); | 1946 | //KOPrefs::instance()->usrWriteConfig(); |
1947 | KOPrefs::instance()->writeConfig(); | 1947 | KOPrefs::instance()->writeConfig(); |
1948 | 1948 | ||
1949 | writeFilterSettings(config); | 1949 | writeFilterSettings(config); |
1950 | 1950 | ||
1951 | config->setGroup( "Views" ); | 1951 | config->setGroup( "Views" ); |
1952 | config->writeEntry( "ShownDatesCount", mNavigator->selectedDates().count() ); | 1952 | config->writeEntry( "ShownDatesCount", mNavigator->selectedDates().count() ); |
1953 | 1953 | ||
1954 | QValueList<int> listINT = mLeftFrame->sizes(); | 1954 | QValueList<int> listINT = mLeftFrame->sizes(); |
1955 | config->writeEntry("Left Splitter Frame",listINT); | 1955 | config->writeEntry("Left Splitter Frame",listINT); |
1956 | QValueList<int> listINT2 = mMainFrame->sizes(); | 1956 | QValueList<int> listINT2 = mMainFrame->sizes(); |
1957 | config->writeEntry("Main Splitter Frame",listINT2); | 1957 | config->writeEntry("Main Splitter Frame",listINT2); |
1958 | #ifdef DESKTOP_VERSION | 1958 | #ifdef DESKTOP_VERSION |
1959 | config->setGroup("WidgetLayout"); | 1959 | config->setGroup("WidgetLayout"); |
1960 | QStringList list ;//= config->readListEntry("MainLayout"); | 1960 | QStringList list ;//= config->readListEntry("MainLayout"); |
1961 | int x,y,w,h; | 1961 | int x,y,w,h; |
1962 | QWidget* wid; | 1962 | QWidget* wid; |
1963 | wid = topLevelWidget(); | 1963 | wid = topLevelWidget(); |
1964 | x = wid->geometry().x(); | 1964 | x = wid->geometry().x(); |
1965 | y = wid->geometry().y(); | 1965 | y = wid->geometry().y(); |
1966 | w = wid->width(); | 1966 | w = wid->width(); |
1967 | h = wid->height(); | 1967 | h = wid->height(); |
1968 | list.clear(); | 1968 | list.clear(); |
1969 | list << QString::number( x ); | 1969 | list << QString::number( x ); |
1970 | list << QString::number( y ); | 1970 | list << QString::number( y ); |
1971 | list << QString::number( w ); | 1971 | list << QString::number( w ); |
1972 | list << QString::number( h ); | 1972 | list << QString::number( h ); |
1973 | config->writeEntry("MainLayout",list ); | 1973 | config->writeEntry("MainLayout",list ); |
1974 | 1974 | ||
1975 | wid = mEventEditor; | 1975 | wid = mEventEditor; |
1976 | x = wid->geometry().x(); | 1976 | x = wid->geometry().x(); |
1977 | y = wid->geometry().y(); | 1977 | y = wid->geometry().y(); |
1978 | w = wid->width(); | 1978 | w = wid->width(); |
1979 | h = wid->height(); | 1979 | h = wid->height(); |
1980 | list.clear(); | 1980 | list.clear(); |
1981 | list << QString::number( x ); | 1981 | list << QString::number( x ); |
1982 | list << QString::number( y ); | 1982 | list << QString::number( y ); |
1983 | list << QString::number( w ); | 1983 | list << QString::number( w ); |
1984 | list << QString::number( h ); | 1984 | list << QString::number( h ); |
1985 | config->writeEntry("EditEventLayout",list ); | 1985 | config->writeEntry("EditEventLayout",list ); |
1986 | 1986 | ||
1987 | wid = mTodoEditor; | 1987 | wid = mTodoEditor; |
1988 | x = wid->geometry().x(); | 1988 | x = wid->geometry().x(); |
1989 | y = wid->geometry().y(); | 1989 | y = wid->geometry().y(); |
1990 | w = wid->width(); | 1990 | w = wid->width(); |
1991 | h = wid->height(); | 1991 | h = wid->height(); |
1992 | list.clear(); | 1992 | list.clear(); |
1993 | list << QString::number( x ); | 1993 | list << QString::number( x ); |
1994 | list << QString::number( y ); | 1994 | list << QString::number( y ); |
1995 | list << QString::number( w ); | 1995 | list << QString::number( w ); |
1996 | list << QString::number( h ); | 1996 | list << QString::number( h ); |
1997 | config->writeEntry("EditTodoLayout",list ); | 1997 | config->writeEntry("EditTodoLayout",list ); |
1998 | wid = getEventViewerDialog(); | 1998 | wid = getEventViewerDialog(); |
1999 | x = wid->geometry().x(); | 1999 | x = wid->geometry().x(); |
2000 | y = wid->geometry().y(); | 2000 | y = wid->geometry().y(); |
2001 | w = wid->width(); | 2001 | w = wid->width(); |
2002 | h = wid->height(); | 2002 | h = wid->height(); |
2003 | list.clear(); | 2003 | list.clear(); |
2004 | list << QString::number( x ); | 2004 | list << QString::number( x ); |
2005 | list << QString::number( y ); | 2005 | list << QString::number( y ); |
2006 | list << QString::number( w ); | 2006 | list << QString::number( w ); |
2007 | list << QString::number( h ); | 2007 | list << QString::number( h ); |
2008 | config->writeEntry("ViewerLayout",list ); | 2008 | config->writeEntry("ViewerLayout",list ); |
2009 | wid = mDialogManager->getSearchDialog(); | 2009 | wid = mDialogManager->getSearchDialog(); |
2010 | if ( wid ) { | 2010 | if ( wid ) { |
2011 | x = wid->geometry().x(); | 2011 | x = wid->geometry().x(); |
2012 | y = wid->geometry().y(); | 2012 | y = wid->geometry().y(); |
2013 | w = wid->width(); | 2013 | w = wid->width(); |
2014 | h = wid->height(); | 2014 | h = wid->height(); |
2015 | list.clear(); | 2015 | list.clear(); |
2016 | list << QString::number( x ); | 2016 | list << QString::number( x ); |
2017 | list << QString::number( y ); | 2017 | list << QString::number( y ); |
2018 | list << QString::number( w ); | 2018 | list << QString::number( w ); |
2019 | list << QString::number( h ); | 2019 | list << QString::number( h ); |
2020 | config->writeEntry("SearchLayout",list ); | 2020 | config->writeEntry("SearchLayout",list ); |
2021 | } | 2021 | } |
2022 | #endif | 2022 | #endif |
2023 | 2023 | ||
2024 | 2024 | ||
2025 | config->sync(); | 2025 | config->sync(); |
2026 | } | 2026 | } |
2027 | 2027 | ||
2028 | void CalendarView::readFilterSettings(KConfig *config) | 2028 | void CalendarView::readFilterSettings(KConfig *config) |
2029 | { | 2029 | { |
2030 | // kdDebug() << "CalendarView::readFilterSettings()" << endl; | 2030 | // kdDebug() << "CalendarView::readFilterSettings()" << endl; |
2031 | 2031 | ||
2032 | mFilters.clear(); | 2032 | mFilters.clear(); |
2033 | 2033 | ||
2034 | config->setGroup("General"); | 2034 | config->setGroup("General"); |
2035 | QStringList filterList = config->readListEntry("CalendarFilters"); | 2035 | QStringList filterList = config->readListEntry("CalendarFilters"); |
2036 | 2036 | ||
2037 | QStringList::ConstIterator it = filterList.begin(); | 2037 | QStringList::ConstIterator it = filterList.begin(); |
2038 | QStringList::ConstIterator end = filterList.end(); | 2038 | QStringList::ConstIterator end = filterList.end(); |
2039 | while(it != end) { | 2039 | while(it != end) { |
2040 | // kdDebug() << " filter: " << (*it) << endl; | 2040 | // kdDebug() << " filter: " << (*it) << endl; |
2041 | 2041 | ||
2042 | CalFilter *filter; | 2042 | CalFilter *filter; |
2043 | filter = new CalFilter(*it); | 2043 | filter = new CalFilter(*it); |
2044 | config->setGroup("Filter_" + (*it)); | 2044 | config->setGroup("Filter_" + (*it)); |
2045 | //qDebug("readFilterSettings %d ",config->readNumEntry("Criteria",0) ); | 2045 | //qDebug("readFilterSettings %d ",config->readNumEntry("Criteria",0) ); |
2046 | filter->setCriteria(config->readNumEntry("Criteria",0)); | 2046 | filter->setCriteria(config->readNumEntry("Criteria",0)); |
2047 | filter->setCategoryList(config->readListEntry("CategoryList")); | 2047 | filter->setCategoryList(config->readListEntry("CategoryList")); |
2048 | mFilters.append(filter); | 2048 | mFilters.append(filter); |
2049 | 2049 | ||
2050 | ++it; | 2050 | ++it; |
2051 | } | 2051 | } |
2052 | 2052 | ||
2053 | if (mFilters.count() == 0) { | 2053 | if (mFilters.count() == 0) { |
2054 | CalFilter *filter = new CalFilter(i18n("Default")); | 2054 | CalFilter *filter = new CalFilter(i18n("Default")); |
2055 | mFilters.append(filter); | 2055 | mFilters.append(filter); |
2056 | } | 2056 | } |
2057 | mFilterView->updateFilters(); | 2057 | mFilterView->updateFilters(); |
2058 | config->setGroup("FilterView"); | 2058 | config->setGroup("FilterView"); |
2059 | 2059 | ||
2060 | mFilterView->blockSignals(true); | 2060 | mFilterView->blockSignals(true); |
2061 | mFilterView->setFiltersEnabled(config->readBoolEntry("FilterEnabled")); | 2061 | mFilterView->setFiltersEnabled(config->readBoolEntry("FilterEnabled")); |
2062 | mFilterView->setSelectedFilter(config->readEntry("Current Filter")); | 2062 | mFilterView->setSelectedFilter(config->readEntry("Current Filter")); |
2063 | mFilterView->blockSignals(false); | 2063 | mFilterView->blockSignals(false); |
2064 | // We do it manually to avoid it being done twice by the above calls | 2064 | // We do it manually to avoid it being done twice by the above calls |
2065 | updateFilter(); | 2065 | updateFilter(); |
2066 | } | 2066 | } |
2067 | 2067 | ||
2068 | void CalendarView::writeFilterSettings(KConfig *config) | 2068 | void CalendarView::writeFilterSettings(KConfig *config) |
2069 | { | 2069 | { |
2070 | // kdDebug() << "CalendarView::writeFilterSettings()" << endl; | 2070 | // kdDebug() << "CalendarView::writeFilterSettings()" << endl; |
2071 | 2071 | ||
2072 | QStringList filterList; | 2072 | QStringList filterList; |
2073 | 2073 | ||
2074 | CalFilter *filter = mFilters.first(); | 2074 | CalFilter *filter = mFilters.first(); |
2075 | while(filter) { | 2075 | while(filter) { |
2076 | // kdDebug() << " fn: " << filter->name() << endl; | 2076 | // kdDebug() << " fn: " << filter->name() << endl; |
2077 | filterList << filter->name(); | 2077 | filterList << filter->name(); |
2078 | config->setGroup("Filter_" + filter->name()); | 2078 | config->setGroup("Filter_" + filter->name()); |
2079 | config->writeEntry("Criteria",filter->criteria()); | 2079 | config->writeEntry("Criteria",filter->criteria()); |
2080 | config->writeEntry("CategoryList",filter->categoryList()); | 2080 | config->writeEntry("CategoryList",filter->categoryList()); |
2081 | filter = mFilters.next(); | 2081 | filter = mFilters.next(); |
2082 | } | 2082 | } |
2083 | config->setGroup("General"); | 2083 | config->setGroup("General"); |
2084 | config->writeEntry("CalendarFilters",filterList); | 2084 | config->writeEntry("CalendarFilters",filterList); |
2085 | 2085 | ||
2086 | config->setGroup("FilterView"); | 2086 | config->setGroup("FilterView"); |
2087 | config->writeEntry("FilterEnabled",mFilterView->filtersEnabled()); | 2087 | config->writeEntry("FilterEnabled",mFilterView->filtersEnabled()); |
2088 | config->writeEntry("Current Filter",mFilterView->selectedFilter()->name()); | 2088 | config->writeEntry("Current Filter",mFilterView->selectedFilter()->name()); |
2089 | } | 2089 | } |
2090 | 2090 | ||
2091 | 2091 | ||
2092 | void CalendarView::goToday() | 2092 | void CalendarView::goToday() |
2093 | { | 2093 | { |
2094 | if ( mViewManager->currentView()->isMonthView() ) | 2094 | if ( mViewManager->currentView()->isMonthView() ) |
2095 | mNavigator->selectTodayMonth(); | 2095 | mNavigator->selectTodayMonth(); |
2096 | else | 2096 | else |
2097 | mNavigator->selectToday(); | 2097 | mNavigator->selectToday(); |
2098 | } | 2098 | } |
2099 | 2099 | ||
2100 | void CalendarView::goNext() | 2100 | void CalendarView::goNext() |
2101 | { | 2101 | { |
2102 | mNavigator->selectNext(); | 2102 | mNavigator->selectNext(); |
2103 | } | 2103 | } |
2104 | 2104 | ||
2105 | void CalendarView::goPrevious() | 2105 | void CalendarView::goPrevious() |
2106 | { | 2106 | { |
2107 | mNavigator->selectPrevious(); | 2107 | mNavigator->selectPrevious(); |
2108 | } | 2108 | } |
2109 | void CalendarView::goNextMonth() | 2109 | void CalendarView::goNextMonth() |
2110 | { | 2110 | { |
2111 | mNavigator->selectNextMonth(); | 2111 | mNavigator->selectNextMonth(); |
2112 | } | 2112 | } |
2113 | 2113 | ||
2114 | void CalendarView::goPreviousMonth() | 2114 | void CalendarView::goPreviousMonth() |
2115 | { | 2115 | { |
2116 | mNavigator->selectPreviousMonth(); | 2116 | mNavigator->selectPreviousMonth(); |
2117 | } | 2117 | } |
2118 | void CalendarView::writeLocale() | 2118 | void CalendarView::writeLocale() |
2119 | { | 2119 | { |
2120 | //KPimGlobalPrefs::instance()->setGlobalConfig(); | 2120 | //KPimGlobalPrefs::instance()->setGlobalConfig(); |
2121 | #if 0 | 2121 | #if 0 |
2122 | KGlobal::locale()->setHore24Format( !KOPrefs::instance()->mPreferredTime ); | 2122 | KGlobal::locale()->setHore24Format( !KOPrefs::instance()->mPreferredTime ); |
2123 | KGlobal::locale()->setWeekStartMonday( !KOPrefs::instance()->mWeekStartsOnSunday ); | 2123 | KGlobal::locale()->setWeekStartMonday( !KOPrefs::instance()->mWeekStartsOnSunday ); |
2124 | KGlobal::locale()->setIntDateFormat( (KLocale::IntDateFormat)KOPrefs::instance()->mPreferredDate ); | 2124 | KGlobal::locale()->setIntDateFormat( (KLocale::IntDateFormat)KOPrefs::instance()->mPreferredDate ); |
2125 | KGlobal::locale()->setLanguage( KOPrefs::instance()->mPreferredLanguage ); | 2125 | KGlobal::locale()->setLanguage( KOPrefs::instance()->mPreferredLanguage ); |
2126 | QString dummy = KOPrefs::instance()->mUserDateFormatLong; | 2126 | QString dummy = KOPrefs::instance()->mUserDateFormatLong; |
2127 | KGlobal::locale()->setDateFormat(dummy.replace( QRegExp("K"), QString(",") )); | 2127 | KGlobal::locale()->setDateFormat(dummy.replace( QRegExp("K"), QString(",") )); |
2128 | dummy = KOPrefs::instance()->mUserDateFormatShort; | 2128 | dummy = KOPrefs::instance()->mUserDateFormatShort; |
2129 | KGlobal::locale()->setDateFormatShort(dummy.replace( QRegExp("K"), QString(",") )); | 2129 | KGlobal::locale()->setDateFormatShort(dummy.replace( QRegExp("K"), QString(",") )); |
2130 | KGlobal::locale()->setDaylightSaving( KOPrefs::instance()->mUseDaylightsaving, | 2130 | KGlobal::locale()->setDaylightSaving( KOPrefs::instance()->mUseDaylightsaving, |
2131 | KOPrefs::instance()->mDaylightsavingStart, | 2131 | KOPrefs::instance()->mDaylightsavingStart, |
2132 | KOPrefs::instance()->mDaylightsavingEnd ); | 2132 | KOPrefs::instance()->mDaylightsavingEnd ); |
2133 | KGlobal::locale()->setTimezone( KPimGlobalPrefs::instance()->mTimeZoneId ); | 2133 | KGlobal::locale()->setTimezone( KPimGlobalPrefs::instance()->mTimeZoneId ); |
2134 | #endif | 2134 | #endif |
2135 | } | 2135 | } |
2136 | void CalendarView::updateConfig() | 2136 | void CalendarView::updateConfig() |
2137 | { | 2137 | { |
2138 | writeLocale(); | 2138 | writeLocale(); |
2139 | if ( KOPrefs::instance()->mUseAppColors ) | 2139 | if ( KOPrefs::instance()->mUseAppColors ) |
2140 | QApplication::setPalette( QPalette (KOPrefs::instance()->mAppColor1, KOPrefs::instance()->mAppColor2), true ); | 2140 | QApplication::setPalette( QPalette (KOPrefs::instance()->mAppColor1, KOPrefs::instance()->mAppColor2), true ); |
2141 | emit configChanged(); | 2141 | emit configChanged(); |
2142 | mTodoList->updateConfig(); | 2142 | mTodoList->updateConfig(); |
2143 | // mDateNavigator->setFont ( KOPrefs::instance()->mDateNavigatorFont); | 2143 | // mDateNavigator->setFont ( KOPrefs::instance()->mDateNavigatorFont); |
2144 | mCalendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); | 2144 | mCalendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); |
2145 | // To make the "fill window" configurations work | 2145 | // To make the "fill window" configurations work |
2146 | //mViewManager->raiseCurrentView(); | 2146 | //mViewManager->raiseCurrentView(); |
2147 | } | 2147 | } |
2148 | 2148 | ||
2149 | 2149 | ||
2150 | void CalendarView::eventChanged(Event *event) | 2150 | void CalendarView::eventChanged(Event *event) |
2151 | { | 2151 | { |
2152 | changeEventDisplay(event,KOGlobals::EVENTEDITED); | 2152 | changeEventDisplay(event,KOGlobals::EVENTEDITED); |
2153 | //updateUnmanagedViews(); | 2153 | //updateUnmanagedViews(); |
2154 | } | 2154 | } |
2155 | 2155 | ||
2156 | void CalendarView::eventAdded(Event *event) | 2156 | void CalendarView::eventAdded(Event *event) |
2157 | { | 2157 | { |
2158 | changeEventDisplay(event,KOGlobals::EVENTADDED); | 2158 | changeEventDisplay(event,KOGlobals::EVENTADDED); |
2159 | } | 2159 | } |
2160 | 2160 | ||
2161 | void CalendarView::eventToBeDeleted(Event *) | 2161 | void CalendarView::eventToBeDeleted(Event *) |
2162 | { | 2162 | { |
2163 | kdDebug() << "CalendarView::eventToBeDeleted(): to be implemented" << endl; | 2163 | kdDebug() << "CalendarView::eventToBeDeleted(): to be implemented" << endl; |
2164 | } | 2164 | } |
2165 | 2165 | ||
2166 | void CalendarView::eventDeleted() | 2166 | void CalendarView::eventDeleted() |
2167 | { | 2167 | { |
2168 | changeEventDisplay(0,KOGlobals::EVENTDELETED); | 2168 | changeEventDisplay(0,KOGlobals::EVENTDELETED); |
2169 | } | 2169 | } |
2170 | void CalendarView::changeTodoDisplay(Todo *which, int action) | 2170 | void CalendarView::changeTodoDisplay(Todo *which, int action) |
2171 | { | 2171 | { |
2172 | changeIncidenceDisplay((Incidence *)which, action); | 2172 | changeIncidenceDisplay((Incidence *)which, action); |
2173 | mDateNavigator->updateView(); //LR | 2173 | mDateNavigator->updateView(); //LR |
2174 | //mDialogManager->updateSearchDialog(); | 2174 | //mDialogManager->updateSearchDialog(); |
2175 | 2175 | ||
2176 | if (which) { | 2176 | if (which) { |
2177 | mViewManager->updateWNview(); | 2177 | mViewManager->updateWNview(); |
2178 | //mTodoList->updateView(); | 2178 | //mTodoList->updateView(); |
2179 | } | 2179 | } |
2180 | 2180 | ||
2181 | } | 2181 | } |
2182 | 2182 | ||
2183 | void CalendarView::changeIncidenceDisplay(Incidence *which, int action) | 2183 | void CalendarView::changeIncidenceDisplay(Incidence *which, int action) |
2184 | { | 2184 | { |
2185 | updateUnmanagedViews(); | 2185 | updateUnmanagedViews(); |
2186 | //qDebug(" CalendarView::changeIncidenceDisplay++++++++++++++++++++++++++ %d %d ",which, action ); | 2186 | //qDebug(" CalendarView::changeIncidenceDisplay++++++++++++++++++++++++++ %d %d ",which, action ); |
2187 | if ( action == KOGlobals::EVENTDELETED ) { //delete | 2187 | if ( action == KOGlobals::EVENTDELETED ) { //delete |
2188 | mCalendar->checkAlarmForIncidence( 0, true ); | 2188 | mCalendar->checkAlarmForIncidence( 0, true ); |
2189 | if ( mEventViewerDialog ) | 2189 | if ( mEventViewerDialog ) |
2190 | mEventViewerDialog->hide(); | 2190 | mEventViewerDialog->hide(); |
2191 | } | 2191 | } |
2192 | else | 2192 | else |
2193 | mCalendar->checkAlarmForIncidence( which , false ); | 2193 | mCalendar->checkAlarmForIncidence( which , false ); |
2194 | } | 2194 | } |
2195 | 2195 | ||
2196 | // most of the changeEventDisplays() right now just call the view's | 2196 | // most of the changeEventDisplays() right now just call the view's |
2197 | // total update mode, but they SHOULD be recoded to be more refresh-efficient. | 2197 | // total update mode, but they SHOULD be recoded to be more refresh-efficient. |
2198 | void CalendarView::changeEventDisplay(Event *which, int action) | 2198 | void CalendarView::changeEventDisplay(Event *which, int action) |
2199 | { | 2199 | { |
2200 | // kdDebug() << "CalendarView::changeEventDisplay" << endl; | 2200 | // kdDebug() << "CalendarView::changeEventDisplay" << endl; |
2201 | changeIncidenceDisplay((Incidence *)which, action); | 2201 | changeIncidenceDisplay((Incidence *)which, action); |
2202 | mDateNavigator->updateView(); | 2202 | mDateNavigator->updateView(); |
2203 | //mDialogManager->updateSearchDialog(); | 2203 | //mDialogManager->updateSearchDialog(); |
2204 | 2204 | ||
2205 | if (which) { | 2205 | if (which) { |
2206 | // If there is an event view visible update the display | 2206 | // If there is an event view visible update the display |
2207 | mViewManager->currentView()->changeEventDisplay(which,action); | 2207 | mViewManager->currentView()->changeEventDisplay(which,action); |
2208 | // TODO: check, if update needed | 2208 | // TODO: check, if update needed |
2209 | // if (which->getTodoStatus()) { | 2209 | // if (which->getTodoStatus()) { |
2210 | mTodoList->updateView(); | 2210 | mTodoList->updateView(); |
2211 | // } | 2211 | // } |
2212 | } else { | 2212 | } else { |
2213 | mViewManager->currentView()->updateView(); | 2213 | mViewManager->currentView()->updateView(); |
2214 | } | 2214 | } |
2215 | } | 2215 | } |
2216 | 2216 | ||
2217 | 2217 | ||
2218 | void CalendarView::updateTodoViews() | 2218 | void CalendarView::updateTodoViews() |
2219 | { | 2219 | { |
2220 | mTodoList->updateView(); | 2220 | mTodoList->updateView(); |
2221 | mViewManager->currentView()->updateView(); | 2221 | mViewManager->currentView()->updateView(); |
2222 | 2222 | ||
2223 | } | 2223 | } |
2224 | 2224 | ||
2225 | 2225 | ||
2226 | void CalendarView::updateView(const QDate &start, const QDate &end) | 2226 | void CalendarView::updateView(const QDate &start, const QDate &end) |
2227 | { | 2227 | { |
2228 | mTodoList->updateView(); | 2228 | mTodoList->updateView(); |
2229 | mViewManager->updateView(start, end); | 2229 | mViewManager->updateView(start, end); |
2230 | //mDateNavigator->updateView(); | 2230 | //mDateNavigator->updateView(); |
2231 | } | 2231 | } |
2232 | 2232 | ||
2233 | void CalendarView::updateView() | 2233 | void CalendarView::updateView() |
2234 | { | 2234 | { |
2235 | DateList tmpList = mNavigator->selectedDates(); | 2235 | DateList tmpList = mNavigator->selectedDates(); |
2236 | 2236 | ||
2237 | if ( KOPrefs::instance()->mHideNonStartedTodos ) | 2237 | if ( KOPrefs::instance()->mHideNonStartedTodos ) |
2238 | mTodoList->updateView(); | 2238 | mTodoList->updateView(); |
2239 | // We assume that the navigator only selects consecutive days. | 2239 | // We assume that the navigator only selects consecutive days. |
2240 | updateView( tmpList.first(), tmpList.last() ); | 2240 | updateView( tmpList.first(), tmpList.last() ); |
2241 | } | 2241 | } |
2242 | 2242 | ||
2243 | void CalendarView::updateUnmanagedViews() | 2243 | void CalendarView::updateUnmanagedViews() |
2244 | { | 2244 | { |
2245 | mDateNavigator->updateDayMatrix(); | 2245 | mDateNavigator->updateDayMatrix(); |
2246 | } | 2246 | } |
2247 | 2247 | ||
2248 | int CalendarView::msgItemDelete(const QString name) | 2248 | int CalendarView::msgItemDelete(const QString name) |
2249 | { | 2249 | { |
2250 | return KMessageBox::warningContinueCancel(this,name +"\n\n"+ | 2250 | return KMessageBox::warningContinueCancel(this,name +"\n\n"+ |
2251 | i18n("This item will be\npermanently deleted."), | 2251 | i18n("This item will be\npermanently deleted."), |
2252 | i18n("KO/Pi Confirmation"),i18n("Delete")); | 2252 | i18n("KO/Pi Confirmation"),i18n("Delete")); |
2253 | } | 2253 | } |
2254 | 2254 | ||
2255 | 2255 | ||
2256 | void CalendarView::edit_cut() | 2256 | void CalendarView::edit_cut() |
2257 | { | 2257 | { |
2258 | Event *anEvent=0; | 2258 | Event *anEvent=0; |
2259 | 2259 | ||
2260 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); | 2260 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); |
2261 | 2261 | ||
2262 | if (mViewManager->currentView()->isEventView()) { | 2262 | if (mViewManager->currentView()->isEventView()) { |
2263 | if ( incidence && incidence->type() == "Event" ) { | 2263 | if ( incidence && incidence->type() == "Event" ) { |
2264 | anEvent = static_cast<Event *>(incidence); | 2264 | anEvent = static_cast<Event *>(incidence); |
2265 | } | 2265 | } |
2266 | } | 2266 | } |
2267 | 2267 | ||
2268 | if (!anEvent) { | 2268 | if (!anEvent) { |
2269 | KNotifyClient::beep(); | 2269 | KNotifyClient::beep(); |
2270 | return; | 2270 | return; |
2271 | } | 2271 | } |
2272 | DndFactory factory( mCalendar ); | 2272 | DndFactory factory( mCalendar ); |
2273 | factory.cutIncidence(anEvent); | 2273 | factory.cutIncidence(anEvent); |
2274 | changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); | 2274 | changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); |
2275 | } | 2275 | } |
2276 | 2276 | ||
2277 | void CalendarView::edit_copy() | 2277 | void CalendarView::edit_copy() |
2278 | { | 2278 | { |
2279 | Event *anEvent=0; | 2279 | Event *anEvent=0; |
2280 | 2280 | ||
2281 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); | 2281 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); |
2282 | 2282 | ||
2283 | if (mViewManager->currentView()->isEventView()) { | 2283 | if (mViewManager->currentView()->isEventView()) { |
2284 | if ( incidence && incidence->type() == "Event" ) { | 2284 | if ( incidence && incidence->type() == "Event" ) { |
2285 | anEvent = static_cast<Event *>(incidence); | 2285 | anEvent = static_cast<Event *>(incidence); |
2286 | } | 2286 | } |
2287 | } | 2287 | } |
2288 | 2288 | ||
2289 | if (!anEvent) { | 2289 | if (!anEvent) { |
2290 | KNotifyClient::beep(); | 2290 | KNotifyClient::beep(); |
2291 | return; | 2291 | return; |
2292 | } | 2292 | } |
2293 | DndFactory factory( mCalendar ); | 2293 | DndFactory factory( mCalendar ); |
2294 | factory.copyIncidence(anEvent); | 2294 | factory.copyIncidence(anEvent); |
2295 | } | 2295 | } |
2296 | 2296 | ||
2297 | void CalendarView::edit_paste() | 2297 | void CalendarView::edit_paste() |
2298 | { | 2298 | { |
2299 | QDate date = mNavigator->selectedDates().first(); | 2299 | QDate date = mNavigator->selectedDates().first(); |
2300 | 2300 | ||
2301 | DndFactory factory( mCalendar ); | 2301 | DndFactory factory( mCalendar ); |
2302 | Event *pastedEvent = (Event *)factory.pasteIncidence( date ); | 2302 | Event *pastedEvent = (Event *)factory.pasteIncidence( date ); |
2303 | 2303 | ||
2304 | changeEventDisplay( pastedEvent, KOGlobals::EVENTADDED ); | 2304 | changeEventDisplay( pastedEvent, KOGlobals::EVENTADDED ); |
2305 | } | 2305 | } |
2306 | 2306 | ||
2307 | void CalendarView::edit_options() | 2307 | void CalendarView::edit_options() |
2308 | { | 2308 | { |
2309 | QString tz = KPimGlobalPrefs::instance()->mTimeZoneId; | 2309 | QString tz = KPimGlobalPrefs::instance()->mTimeZoneId; |
2310 | emit save(); | 2310 | emit save(); |
2311 | emit saveStopTimer(); | 2311 | emit saveStopTimer(); |
2312 | mDialogManager->showOptionsDialog(); | 2312 | mDialogManager->showOptionsDialog(); |
2313 | if ( tz != KPimGlobalPrefs::instance()->mTimeZoneId) { | 2313 | if ( tz != KPimGlobalPrefs::instance()->mTimeZoneId) { |
2314 | emit saveStopTimer(); | 2314 | emit saveStopTimer(); |
2315 | if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, i18n("The timezone has changed!\nShould the calendar be reloaded\nto apply timezone changes?\nPlease read Menu: Help->FAQ:\n\"How do I change the timezone?\"\nas well!"), | 2315 | if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, i18n("The timezone has changed!\nShould the calendar be reloaded\nto apply timezone changes?\nPlease read Menu: Help->FAQ:\n\"How do I change the timezone?\"\nas well!"), |
2316 | i18n("Timezone settings"),i18n("Reload"))) { | 2316 | i18n("Timezone settings"),i18n("Reload"))) { |
2317 | qDebug("KO: TZ reload cancelled "); | 2317 | qDebug("KO: TZ reload cancelled "); |
2318 | return; | 2318 | return; |
2319 | } | 2319 | } |
2320 | qDebug("KO: Timezone change "); | 2320 | qDebug("KO: Timezone change "); |
2321 | openCalendar( MainWindow::defaultFileName() ); | 2321 | openCalendar( MainWindow::defaultFileName() ); |
2322 | setModified(true); | 2322 | setModified(true); |
2323 | } | 2323 | } |
2324 | else | 2324 | else |
2325 | qDebug("KO: No tz change "); | 2325 | qDebug("KO: No tz change "); |
2326 | 2326 | ||
2327 | } | 2327 | } |
2328 | 2328 | ||
2329 | 2329 | ||
2330 | void CalendarView::slotSelectPickerDate( QDate d) | 2330 | void CalendarView::slotSelectPickerDate( QDate d) |
2331 | { | 2331 | { |
2332 | mDateFrame->hide(); | 2332 | mDateFrame->hide(); |
2333 | if ( mDatePickerMode == 1 ) { | 2333 | if ( mDatePickerMode == 1 ) { |
2334 | mNavigator->slotDaySelect( d ); | 2334 | mNavigator->slotDaySelect( d ); |
2335 | } else if ( mDatePickerMode == 2 ) { | 2335 | } else if ( mDatePickerMode == 2 ) { |
2336 | if ( mMoveIncidence->type() == "Todo" ) { | 2336 | if ( mMoveIncidence->type() == "Todo" ) { |
2337 | Todo * to = (Todo *) mMoveIncidence; | 2337 | Todo * to = (Todo *) mMoveIncidence; |
2338 | QTime tim; | 2338 | QTime tim; |
2339 | int len = 0; | 2339 | int len = 0; |
2340 | if ( to->hasStartDate() && to->hasDueDate() ) | 2340 | if ( to->hasStartDate() && to->hasDueDate() ) |
2341 | len = to->dtStart().secsTo( to->dtDue()); | 2341 | len = to->dtStart().secsTo( to->dtDue()); |
2342 | if ( to->hasDueDate() ) | 2342 | if ( to->hasDueDate() ) |
2343 | tim = to->dtDue().time(); | 2343 | tim = to->dtDue().time(); |
2344 | else { | 2344 | else { |
2345 | tim = QTime ( 0,0,0 ); | 2345 | tim = QTime ( 0,0,0 ); |
2346 | to->setFloats( true ); | 2346 | to->setFloats( true ); |
2347 | to->setHasDueDate( true ); | 2347 | to->setHasDueDate( true ); |
2348 | } | 2348 | } |
2349 | QDateTime dt ( d,tim ); | 2349 | QDateTime dt ( d,tim ); |
2350 | to->setDtDue( dt ); | 2350 | to->setDtDue( dt ); |
2351 | 2351 | ||
2352 | if ( to->hasStartDate() ) { | 2352 | if ( to->hasStartDate() ) { |
2353 | if ( len>0 ) | 2353 | if ( len>0 ) |
2354 | to->setDtStart(to->dtDue().addSecs( -len )); | 2354 | to->setDtStart(to->dtDue().addSecs( -len )); |
2355 | else | 2355 | else |
2356 | if (to->dtStart() > to->dtDue() ) | 2356 | if (to->dtStart() > to->dtDue() ) |
2357 | to->setDtStart(to->dtDue().addDays( -3 )); | 2357 | to->setDtStart(to->dtDue().addDays( -3 )); |
2358 | } | 2358 | } |
2359 | 2359 | ||
2360 | todoChanged( to ); | 2360 | todoChanged( to ); |
2361 | } else { | 2361 | } else { |
2362 | if ( mMoveIncidence->doesRecur() ) { | 2362 | if ( mMoveIncidence->doesRecur() ) { |
2363 | #if 0 | 2363 | #if 0 |
2364 | // PENDING implement this | 2364 | // PENDING implement this |
2365 | Incidence* newInc = mMoveIncidence->recreateCloneException( mMoveIncidenceOldDate ); | 2365 | Incidence* newInc = mMoveIncidence->recreateCloneException( mMoveIncidenceOldDate ); |
2366 | mCalendar()->addIncidence( newInc ); | 2366 | mCalendar()->addIncidence( newInc ); |
2367 | if ( mMoveIncidence->type() == "Todo" ) | 2367 | if ( mMoveIncidence->type() == "Todo" ) |
2368 | emit todoMoved((Todo*)mMoveIncidence, KOGlobals::EVENTEDITED ); | 2368 | emit todoMoved((Todo*)mMoveIncidence, KOGlobals::EVENTEDITED ); |
2369 | else | 2369 | else |
2370 | emit incidenceChanged(mMoveIncidence, KOGlobals::EVENTEDITED); | 2370 | emit incidenceChanged(mMoveIncidence, KOGlobals::EVENTEDITED); |
2371 | mMoveIncidence = newInc; | 2371 | mMoveIncidence = newInc; |
2372 | 2372 | ||
2373 | #endif | 2373 | #endif |
2374 | } | 2374 | } |
2375 | QTime tim = mMoveIncidence->dtStart().time(); | 2375 | QTime tim = mMoveIncidence->dtStart().time(); |
2376 | int secs = mMoveIncidence->dtStart().secsTo( mMoveIncidence->dtEnd()); | 2376 | int secs = mMoveIncidence->dtStart().secsTo( mMoveIncidence->dtEnd()); |
2377 | QDateTime dt ( d,tim ); | 2377 | QDateTime dt ( d,tim ); |
2378 | mMoveIncidence->setDtStart( dt ); | 2378 | mMoveIncidence->setDtStart( dt ); |
2379 | ((Event*)mMoveIncidence)->setDtEnd( dt.addSecs( secs ) ); | 2379 | ((Event*)mMoveIncidence)->setDtEnd( dt.addSecs( secs ) ); |
2380 | changeEventDisplay((Event*)mMoveIncidence, KOGlobals::EVENTEDITED); | 2380 | changeEventDisplay((Event*)mMoveIncidence, KOGlobals::EVENTEDITED); |
2381 | } | 2381 | } |
2382 | 2382 | ||
2383 | mMoveIncidence->setRevision( mMoveIncidence->revision()+1 ); | 2383 | mMoveIncidence->setRevision( mMoveIncidence->revision()+1 ); |
2384 | } | 2384 | } |
2385 | } | 2385 | } |
2386 | 2386 | ||
2387 | void CalendarView::removeCategories() | 2387 | void CalendarView::removeCategories() |
2388 | { | 2388 | { |
2389 | QPtrList<Incidence> incList = mCalendar->rawIncidences(); | 2389 | QPtrList<Incidence> incList = mCalendar->rawIncidences(); |
2390 | QStringList catList = KOPrefs::instance()->mCustomCategories; | 2390 | QStringList catList = KOPrefs::instance()->mCustomCategories; |
2391 | QStringList catIncList; | 2391 | QStringList catIncList; |
2392 | QStringList newCatList; | 2392 | QStringList newCatList; |
2393 | Incidence* inc = incList.first(); | 2393 | Incidence* inc = incList.first(); |
2394 | int i; | 2394 | int i; |
2395 | int count = 0; | 2395 | int count = 0; |
2396 | while ( inc ) { | 2396 | while ( inc ) { |
2397 | newCatList.clear(); | 2397 | newCatList.clear(); |
2398 | catIncList = inc->categories() ; | 2398 | catIncList = inc->categories() ; |
2399 | for( i = 0; i< catIncList.count(); ++i ) { | 2399 | for( i = 0; i< catIncList.count(); ++i ) { |
2400 | if ( catList.contains (catIncList[i])) | 2400 | if ( catList.contains (catIncList[i])) |
2401 | newCatList.append( catIncList[i] ); | 2401 | newCatList.append( catIncList[i] ); |
2402 | } | 2402 | } |
2403 | newCatList.sort(); | 2403 | newCatList.sort(); |
2404 | inc->setCategories( newCatList.join(",") ); | 2404 | inc->setCategories( newCatList.join(",") ); |
2405 | inc = incList.next(); | 2405 | inc = incList.next(); |
2406 | } | 2406 | } |
2407 | } | 2407 | } |
2408 | 2408 | ||
2409 | int CalendarView::addCategories() | 2409 | int CalendarView::addCategories() |
2410 | { | 2410 | { |
2411 | QPtrList<Incidence> incList = mCalendar->rawIncidences(); | 2411 | QPtrList<Incidence> incList = mCalendar->rawIncidences(); |
2412 | QStringList catList = KOPrefs::instance()->mCustomCategories; | 2412 | QStringList catList = KOPrefs::instance()->mCustomCategories; |
2413 | QStringList catIncList; | 2413 | QStringList catIncList; |
2414 | Incidence* inc = incList.first(); | 2414 | Incidence* inc = incList.first(); |
2415 | int i; | 2415 | int i; |
2416 | int count = 0; | 2416 | int count = 0; |
2417 | while ( inc ) { | 2417 | while ( inc ) { |
2418 | catIncList = inc->categories() ; | 2418 | catIncList = inc->categories() ; |
2419 | for( i = 0; i< catIncList.count(); ++i ) { | 2419 | for( i = 0; i< catIncList.count(); ++i ) { |
2420 | if ( !catList.contains (catIncList[i])) { | 2420 | if ( !catList.contains (catIncList[i])) { |
2421 | catList.append( catIncList[i] ); | 2421 | catList.append( catIncList[i] ); |
2422 | //qDebug("add cat %s ", catIncList[i].latin1()); | 2422 | //qDebug("add cat %s ", catIncList[i].latin1()); |
2423 | ++count; | 2423 | ++count; |
2424 | } | 2424 | } |
2425 | } | 2425 | } |
2426 | inc = incList.next(); | 2426 | inc = incList.next(); |
2427 | } | 2427 | } |
2428 | catList.sort(); | 2428 | catList.sort(); |
2429 | KOPrefs::instance()->mCustomCategories = catList; | 2429 | KOPrefs::instance()->mCustomCategories = catList; |
2430 | return count; | 2430 | return count; |
2431 | } | 2431 | } |
2432 | 2432 | ||
2433 | void CalendarView::manageCategories() | 2433 | void CalendarView::manageCategories() |
2434 | { | 2434 | { |
2435 | KOCatPrefs* cp = new KOCatPrefs(); | 2435 | KOCatPrefs* cp = new KOCatPrefs(); |
2436 | cp->show(); | 2436 | cp->show(); |
2437 | int w =cp->sizeHint().width() ; | 2437 | int w =cp->sizeHint().width() ; |
2438 | int h = cp->sizeHint().height() ; | 2438 | int h = cp->sizeHint().height() ; |
2439 | int dw = QApplication::desktop()->width(); | 2439 | int dw = QApplication::desktop()->width(); |
2440 | int dh = QApplication::desktop()->height(); | 2440 | int dh = QApplication::desktop()->height(); |
2441 | cp->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); | 2441 | cp->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); |
2442 | if ( !cp->exec() ) { | 2442 | if ( !cp->exec() ) { |
2443 | delete cp; | 2443 | delete cp; |
2444 | return; | 2444 | return; |
2445 | } | 2445 | } |
2446 | int count = 0; | 2446 | int count = 0; |
2447 | if ( cp->addCat() ) { | 2447 | if ( cp->addCat() ) { |
2448 | count = addCategories(); | 2448 | count = addCategories(); |
2449 | if ( count ) { | 2449 | if ( count ) { |
2450 | topLevelWidget()->setCaption(QString::number( count )+ i18n(" Categories added to list! ")); | 2450 | topLevelWidget()->setCaption(QString::number( count )+ i18n(" Categories added to list! ")); |
2451 | writeSettings(); | 2451 | writeSettings(); |
2452 | } else | 2452 | } else |
2453 | topLevelWidget()->setCaption(QString::number( 0 )+ i18n(" Categories added to list! ")); | 2453 | topLevelWidget()->setCaption(QString::number( 0 )+ i18n(" Categories added to list! ")); |
2454 | } else { | 2454 | } else { |
2455 | removeCategories(); | 2455 | removeCategories(); |
2456 | updateView(); | 2456 | updateView(); |
2457 | } | 2457 | } |
2458 | delete cp; | 2458 | delete cp; |
2459 | } | 2459 | } |
2460 | 2460 | ||
2461 | void CalendarView::beamIncidence(Incidence * Inc) | 2461 | void CalendarView::beamIncidence(Incidence * Inc) |
2462 | { | 2462 | { |
2463 | QPtrList<Incidence> delSel ; | 2463 | QPtrList<Incidence> delSel ; |
2464 | delSel.append(Inc); | 2464 | delSel.append(Inc); |
2465 | beamIncidenceList( delSel ); | 2465 | beamIncidenceList( delSel ); |
2466 | } | 2466 | } |
2467 | void CalendarView::beamCalendar() | 2467 | void CalendarView::beamCalendar() |
2468 | { | 2468 | { |
2469 | QPtrList<Incidence> delSel = mCalendar->rawIncidences(); | 2469 | QPtrList<Incidence> delSel = mCalendar->rawIncidences(); |
2470 | //qDebug("beamCalendar() "); | 2470 | //qDebug("beamCalendar() "); |
2471 | beamIncidenceList( delSel ); | 2471 | beamIncidenceList( delSel ); |
2472 | } | 2472 | } |
2473 | void CalendarView::beamFilteredCalendar() | 2473 | void CalendarView::beamFilteredCalendar() |
2474 | { | 2474 | { |
2475 | QPtrList<Incidence> delSel = mCalendar->incidences(); | 2475 | QPtrList<Incidence> delSel = mCalendar->incidences(); |
2476 | //qDebug("beamFilteredCalendar() "); | 2476 | //qDebug("beamFilteredCalendar() "); |
2477 | beamIncidenceList( delSel ); | 2477 | beamIncidenceList( delSel ); |
2478 | } | 2478 | } |
2479 | void CalendarView::beamIncidenceList(QPtrList<Incidence> delSel ) | 2479 | void CalendarView::beamIncidenceList(QPtrList<Incidence> delSel ) |
2480 | { | 2480 | { |
2481 | if ( beamDialog->exec () == QDialog::Rejected ) | 2481 | if ( beamDialog->exec () == QDialog::Rejected ) |
2482 | return; | 2482 | return; |
2483 | #ifdef DESKTOP_VERSION | 2483 | #ifdef DESKTOP_VERSION |
2484 | QString fn = locateLocal( "tmp", "kopibeamfile" ); | 2484 | QString fn = locateLocal( "tmp", "kopibeamfile" ); |
2485 | #else | 2485 | #else |
2486 | QString fn = "/tmp/kopibeamfile"; | 2486 | QString fn = "/tmp/kopibeamfile"; |
2487 | #endif | 2487 | #endif |
2488 | QString mes; | 2488 | QString mes; |
2489 | bool createbup = true; | 2489 | bool createbup = true; |
2490 | if ( createbup ) { | 2490 | if ( createbup ) { |
2491 | QString description = "\n"; | 2491 | QString description = "\n"; |
2492 | CalendarLocal* cal = new CalendarLocal(); | 2492 | CalendarLocal* cal = new CalendarLocal(); |
2493 | if ( beamDialog->beamLocal() ) | 2493 | if ( beamDialog->beamLocal() ) |
2494 | cal->setLocalTime(); | 2494 | cal->setLocalTime(); |
2495 | else | 2495 | else |
2496 | cal->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); | 2496 | cal->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); |
2497 | Incidence *incidence = delSel.first(); | 2497 | Incidence *incidence = delSel.first(); |
2498 | bool addText = false; | 2498 | bool addText = false; |
2499 | if ( delSel.count() < 10 ) | 2499 | if ( delSel.count() < 10 ) |
2500 | addText = true; | 2500 | addText = true; |
2501 | else { | 2501 | else { |
2502 | description.sprintf(i18n(" %d items?"),delSel.count() ); | 2502 | description.sprintf(i18n(" %d items?"),delSel.count() ); |
2503 | } | 2503 | } |
2504 | while ( incidence ) { | 2504 | while ( incidence ) { |
2505 | Incidence *in = incidence->clone(); | 2505 | Incidence *in = incidence->clone(); |
2506 | if ( ! in->summary().isEmpty() ) { | 2506 | if ( ! in->summary().isEmpty() ) { |
2507 | in->setDescription(""); | 2507 | in->setDescription(""); |
2508 | } else { | 2508 | } else { |
2509 | in->setSummary( in->description().left(20)); | 2509 | in->setSummary( in->description().left(20)); |
2510 | in->setDescription(""); | 2510 | in->setDescription(""); |
2511 | } | 2511 | } |
2512 | if ( addText ) | 2512 | if ( addText ) |
2513 | description += in->summary() + "\n"; | 2513 | description += in->summary() + "\n"; |
2514 | cal->addIncidence( in ); | 2514 | cal->addIncidence( in ); |
2515 | incidence = delSel.next(); | 2515 | incidence = delSel.next(); |
2516 | } | 2516 | } |
2517 | if ( beamDialog->beamVcal() ) { | 2517 | if ( beamDialog->beamVcal() ) { |
2518 | fn += ".vcs"; | 2518 | fn += ".vcs"; |
2519 | FileStorage storage( cal, fn, new VCalFormat ); | 2519 | FileStorage storage( cal, fn, new VCalFormat ); |
2520 | storage.save(); | 2520 | storage.save(); |
2521 | } else { | 2521 | } else { |
2522 | fn += ".ics"; | 2522 | fn += ".ics"; |
2523 | FileStorage storage( cal, fn, new ICalFormat( ) ); | 2523 | FileStorage storage( cal, fn, new ICalFormat( ) ); |
2524 | storage.save(); | 2524 | storage.save(); |
2525 | } | 2525 | } |
2526 | delete cal; | 2526 | delete cal; |
2527 | mes = i18n("KO/Pi: Ready for beaming"); | 2527 | mes = i18n("KO/Pi: Ready for beaming"); |
2528 | topLevelWidget()->setCaption(mes); | 2528 | topLevelWidget()->setCaption(mes); |
2529 | KApplication::convert2latin1( fn ); | 2529 | KApplication::convert2latin1( fn ); |
2530 | #ifndef DESKTOP_VERSION | 2530 | #ifndef DESKTOP_VERSION |
2531 | Ir *ir = new Ir( this ); | 2531 | Ir *ir = new Ir( this ); |
2532 | connect( ir, SIGNAL( done( Ir * ) ), this, SLOT( beamDone( Ir * ) ) ); | 2532 | connect( ir, SIGNAL( done( Ir * ) ), this, SLOT( beamDone( Ir * ) ) ); |
2533 | ir->send( fn, description, "text/x-vCalendar" ); | 2533 | ir->send( fn, description, "text/x-vCalendar" ); |
2534 | #endif | 2534 | #endif |
2535 | } | 2535 | } |
2536 | } | 2536 | } |
2537 | void CalendarView::beamDone( Ir *ir ) | 2537 | void CalendarView::beamDone( Ir *ir ) |
2538 | { | 2538 | { |
2539 | #ifndef DESKTOP_VERSION | 2539 | #ifndef DESKTOP_VERSION |
2540 | delete ir; | 2540 | delete ir; |
2541 | #endif | 2541 | #endif |
2542 | topLevelWidget()->setCaption( i18n("KO/Pi: Beaming done.") ); | 2542 | topLevelWidget()->setCaption( i18n("KO/Pi: Beaming done.") ); |
2543 | topLevelWidget()->raise(); | 2543 | topLevelWidget()->raise(); |
2544 | } | 2544 | } |
2545 | 2545 | ||
2546 | void CalendarView::moveIncidence(Incidence * inc ) | 2546 | void CalendarView::moveIncidence(Incidence * inc ) |
2547 | { | 2547 | { |
2548 | if ( !inc ) return; | 2548 | if ( !inc ) return; |
2549 | showDatePickerPopup(); | 2549 | showDatePickerPopup(); |
2550 | mDatePickerMode = 2; | 2550 | mDatePickerMode = 2; |
2551 | mMoveIncidence = inc ; | 2551 | mMoveIncidence = inc ; |
2552 | QDate da; | 2552 | QDate da; |
2553 | if ( mMoveIncidence->type() == "Todo" ) { | 2553 | if ( mMoveIncidence->type() == "Todo" ) { |
2554 | Todo * to = (Todo *) mMoveIncidence; | 2554 | Todo * to = (Todo *) mMoveIncidence; |
2555 | if ( to->hasDueDate() ) | 2555 | if ( to->hasDueDate() ) |
2556 | da = to->dtDue().date(); | 2556 | da = to->dtDue().date(); |
2557 | else | 2557 | else |
2558 | da = QDate::currentDate(); | 2558 | da = QDate::currentDate(); |
2559 | } else { | 2559 | } else { |
2560 | da = mMoveIncidence->dtStart().date(); | 2560 | da = mMoveIncidence->dtStart().date(); |
2561 | } | 2561 | } |
2562 | //PENDING set date for recurring incidence to date of recurrence | 2562 | //PENDING set date for recurring incidence to date of recurrence |
2563 | //mMoveIncidenceOldDate; | 2563 | //mMoveIncidenceOldDate; |
2564 | mDatePicker->setDate( da ); | 2564 | mDatePicker->setDate( da ); |
2565 | } | 2565 | } |
2566 | void CalendarView::showDatePickerPopup() | 2566 | void CalendarView::showDatePickerPopup() |
2567 | { | 2567 | { |
2568 | if ( mDateFrame->isVisible() ) | 2568 | if ( mDateFrame->isVisible() ) |
2569 | mDateFrame->hide(); | 2569 | mDateFrame->hide(); |
2570 | else { | 2570 | else { |
2571 | int offX = 0, offY = 0; | 2571 | int offX = 0, offY = 0; |
2572 | #ifdef DESKTOP_VERSION | 2572 | #ifdef DESKTOP_VERSION |
2573 | int w =mDatePicker->sizeHint().width() ; | 2573 | int w =mDatePicker->sizeHint().width() ; |
2574 | int h = mDatePicker->sizeHint().height() ; | 2574 | int h = mDatePicker->sizeHint().height() ; |
2575 | int dw = topLevelWidget()->width(); | 2575 | int dw = topLevelWidget()->width(); |
2576 | int dh = topLevelWidget()->height(); | 2576 | int dh = topLevelWidget()->height(); |
2577 | offX = topLevelWidget()->x(); | 2577 | offX = topLevelWidget()->x(); |
2578 | offY = topLevelWidget()->y(); | 2578 | offY = topLevelWidget()->y(); |
2579 | #else | 2579 | #else |
2580 | int w =mDatePicker->sizeHint().width() ; | 2580 | int w =mDatePicker->sizeHint().width() ; |
2581 | int h = mDatePicker->sizeHint().height() ; | 2581 | int h = mDatePicker->sizeHint().height() ; |
2582 | int dw = QApplication::desktop()->width(); | 2582 | int dw = QApplication::desktop()->width(); |
2583 | int dh = QApplication::desktop()->height(); | 2583 | int dh = QApplication::desktop()->height(); |
2584 | #endif | 2584 | #endif |
2585 | mDateFrame->setGeometry( (dw-w)/2+offX, (dh - h )/2+offY ,w,h ); | 2585 | mDateFrame->setGeometry( (dw-w)/2+offX, (dh - h )/2+offY ,w,h ); |
2586 | mDateFrame->show(); | 2586 | mDateFrame->show(); |
2587 | } | 2587 | } |
2588 | } | 2588 | } |
2589 | void CalendarView::showDatePicker( ) | 2589 | void CalendarView::showDatePicker( ) |
2590 | { | 2590 | { |
2591 | showDatePickerPopup(); | 2591 | showDatePickerPopup(); |
2592 | mDatePickerMode = 1; | 2592 | mDatePickerMode = 1; |
2593 | mDatePicker->setDate( mNavigator->selectedDates().first() ); | 2593 | mDatePicker->setDate( mNavigator->selectedDates().first() ); |
2594 | } | 2594 | } |
2595 | 2595 | ||
2596 | void CalendarView::showEventEditor() | 2596 | void CalendarView::showEventEditor() |
2597 | { | 2597 | { |
2598 | #ifdef DESKTOP_VERSION | 2598 | #ifdef DESKTOP_VERSION |
2599 | int x,y,w,h; | 2599 | int x,y,w,h; |
2600 | x = mEventEditor->geometry().x(); | 2600 | x = mEventEditor->geometry().x(); |
2601 | y = mEventEditor->geometry().y(); | 2601 | y = mEventEditor->geometry().y(); |
2602 | w = mEventEditor->width(); | 2602 | w = mEventEditor->width(); |
2603 | h = mEventEditor->height(); | 2603 | h = mEventEditor->height(); |
2604 | mEventEditor->show(); | 2604 | mEventEditor->show(); |
2605 | mEventEditor->setGeometry(x,y,w,h); | 2605 | mEventEditor->setGeometry(x,y,w,h); |
2606 | #else | 2606 | #else |
2607 | if ( mEventEditor->width() < QApplication::desktop()->width() -60 || mEventEditor->width() > QApplication::desktop()->width() ) { | 2607 | if ( mEventEditor->width() < QApplication::desktop()->width() -60 || mEventEditor->width() > QApplication::desktop()->width() ) { |
2608 | topLevelWidget()->setCaption( i18n("Recreating edit dialog. Please wait...") ); | 2608 | topLevelWidget()->setCaption( i18n("Recreating edit dialog. Please wait...") ); |
2609 | qDebug("KO: CalendarView: recreate mEventEditor %d %d", mEventEditor->width(), QApplication::desktop()->width() ); | 2609 | qDebug("KO: CalendarView: recreate mEventEditor %d %d", mEventEditor->width(), QApplication::desktop()->width() ); |
2610 | qApp->processEvents(); | 2610 | qApp->processEvents(); |
2611 | delete mEventEditor; | 2611 | delete mEventEditor; |
2612 | mEventEditor = mDialogManager->getEventEditor(); | 2612 | mEventEditor = mDialogManager->getEventEditor(); |
2613 | topLevelWidget()->setCaption( i18n("") ); | 2613 | topLevelWidget()->setCaption( i18n("") ); |
2614 | } | 2614 | } |
2615 | mEventEditor->showMaximized(); | 2615 | mEventEditor->showMaximized(); |
2616 | #endif | 2616 | #endif |
2617 | } | 2617 | } |
2618 | void CalendarView::showTodoEditor() | 2618 | void CalendarView::showTodoEditor() |
2619 | { | 2619 | { |
2620 | #ifdef DESKTOP_VERSION | 2620 | #ifdef DESKTOP_VERSION |
2621 | int x,y,w,h; | 2621 | int x,y,w,h; |
2622 | x = mTodoEditor->geometry().x(); | 2622 | x = mTodoEditor->geometry().x(); |
2623 | y = mTodoEditor->geometry().y(); | 2623 | y = mTodoEditor->geometry().y(); |
2624 | w = mTodoEditor->width(); | 2624 | w = mTodoEditor->width(); |
2625 | h = mTodoEditor->height(); | 2625 | h = mTodoEditor->height(); |
2626 | mTodoEditor->show(); | 2626 | mTodoEditor->show(); |
2627 | mTodoEditor->setGeometry(x,y,w,h); | 2627 | mTodoEditor->setGeometry(x,y,w,h); |
2628 | #else | 2628 | #else |
2629 | if ( mTodoEditor->width() < QApplication::desktop()->width() -60|| mTodoEditor->width() > QApplication::desktop()->width() ) { | 2629 | if ( mTodoEditor->width() < QApplication::desktop()->width() -60|| mTodoEditor->width() > QApplication::desktop()->width() ) { |
2630 | topLevelWidget()->setCaption( i18n("Recreating edit dialog. Please wait...") ); | 2630 | topLevelWidget()->setCaption( i18n("Recreating edit dialog. Please wait...") ); |
2631 | qDebug("KO: CalendarView: recreate mTodoEditor %d %d ", mTodoEditor->width() ,QApplication::desktop()->width() ); | 2631 | qDebug("KO: CalendarView: recreate mTodoEditor %d %d ", mTodoEditor->width() ,QApplication::desktop()->width() ); |
2632 | qApp->processEvents(); | 2632 | qApp->processEvents(); |
2633 | delete mTodoEditor; | 2633 | delete mTodoEditor; |
2634 | mTodoEditor = mDialogManager->getTodoEditor(); | 2634 | mTodoEditor = mDialogManager->getTodoEditor(); |
2635 | topLevelWidget()->setCaption( i18n("") ); | 2635 | topLevelWidget()->setCaption( i18n("") ); |
2636 | } | 2636 | } |
2637 | mTodoEditor->showMaximized(); | 2637 | mTodoEditor->showMaximized(); |
2638 | #endif | 2638 | #endif |
2639 | } | 2639 | } |
2640 | 2640 | ||
2641 | void CalendarView::cloneIncidence() | 2641 | void CalendarView::cloneIncidence() |
2642 | { | 2642 | { |
2643 | Incidence *incidence = currentSelection(); | 2643 | Incidence *incidence = currentSelection(); |
2644 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); | 2644 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); |
2645 | if ( incidence ) { | 2645 | if ( incidence ) { |
2646 | cloneIncidence(incidence); | 2646 | cloneIncidence(incidence); |
2647 | } | 2647 | } |
2648 | } | 2648 | } |
2649 | void CalendarView::moveIncidence() | 2649 | void CalendarView::moveIncidence() |
2650 | { | 2650 | { |
2651 | Incidence *incidence = currentSelection(); | 2651 | Incidence *incidence = currentSelection(); |
2652 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); | 2652 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); |
2653 | if ( incidence ) { | 2653 | if ( incidence ) { |
2654 | moveIncidence(incidence); | 2654 | moveIncidence(incidence); |
2655 | } | 2655 | } |
2656 | } | 2656 | } |
2657 | void CalendarView::beamIncidence() | 2657 | void CalendarView::beamIncidence() |
2658 | { | 2658 | { |
2659 | Incidence *incidence = currentSelection(); | 2659 | Incidence *incidence = currentSelection(); |
2660 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); | 2660 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); |
2661 | if ( incidence ) { | 2661 | if ( incidence ) { |
2662 | beamIncidence(incidence); | 2662 | beamIncidence(incidence); |
2663 | } | 2663 | } |
2664 | } | 2664 | } |
2665 | void CalendarView::toggleCancelIncidence() | 2665 | void CalendarView::toggleCancelIncidence() |
2666 | { | 2666 | { |
2667 | Incidence *incidence = currentSelection(); | 2667 | Incidence *incidence = currentSelection(); |
2668 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); | 2668 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); |
2669 | if ( incidence ) { | 2669 | if ( incidence ) { |
2670 | cancelIncidence(incidence); | 2670 | cancelIncidence(incidence); |
2671 | } | 2671 | } |
2672 | } | 2672 | } |
2673 | 2673 | ||
2674 | 2674 | ||
2675 | void CalendarView::cancelIncidence(Incidence * inc ) | 2675 | void CalendarView::cancelIncidence(Incidence * inc ) |
2676 | { | 2676 | { |
2677 | inc->setCancelled( ! inc->cancelled() ); | 2677 | inc->setCancelled( ! inc->cancelled() ); |
2678 | changeIncidenceDisplay( inc,KOGlobals::EVENTEDITED ); | 2678 | changeIncidenceDisplay( inc,KOGlobals::EVENTEDITED ); |
2679 | updateView(); | 2679 | updateView(); |
2680 | } | 2680 | } |
2681 | void CalendarView::cloneIncidence(Incidence * orgInc ) | 2681 | void CalendarView::cloneIncidence(Incidence * orgInc ) |
2682 | { | 2682 | { |
2683 | Incidence * newInc = orgInc->clone(); | 2683 | Incidence * newInc = orgInc->clone(); |
2684 | newInc->recreate(); | 2684 | newInc->recreate(); |
2685 | 2685 | ||
2686 | if ( newInc->type() == "Todo" ) { | 2686 | if ( newInc->type() == "Todo" ) { |
2687 | Todo* t = (Todo*) newInc; | 2687 | Todo* t = (Todo*) newInc; |
2688 | showTodoEditor(); | 2688 | showTodoEditor(); |
2689 | mTodoEditor->editTodo( t ); | 2689 | mTodoEditor->editTodo( t ); |
2690 | if ( mTodoEditor->exec() ) { | 2690 | if ( mTodoEditor->exec() ) { |
2691 | mCalendar->addTodo( t ); | 2691 | mCalendar->addTodo( t ); |
2692 | updateView(); | 2692 | updateView(); |
2693 | } else { | 2693 | } else { |
2694 | delete t; | 2694 | delete t; |
2695 | } | 2695 | } |
2696 | } | 2696 | } |
2697 | else { | 2697 | else { |
2698 | Event* e = (Event*) newInc; | 2698 | Event* e = (Event*) newInc; |
2699 | showEventEditor(); | 2699 | showEventEditor(); |
2700 | mEventEditor->editEvent( e ); | 2700 | mEventEditor->editEvent( e ); |
2701 | if ( mEventEditor->exec() ) { | 2701 | if ( mEventEditor->exec() ) { |
2702 | mCalendar->addEvent( e ); | 2702 | mCalendar->addEvent( e ); |
2703 | updateView(); | 2703 | updateView(); |
2704 | } else { | 2704 | } else { |
2705 | delete e; | 2705 | delete e; |
2706 | } | 2706 | } |
2707 | } | 2707 | } |
2708 | setActiveWindow(); | 2708 | setActiveWindow(); |
2709 | } | 2709 | } |
2710 | 2710 | ||
2711 | void CalendarView::newEvent() | 2711 | void CalendarView::newEvent() |
2712 | { | 2712 | { |
2713 | // TODO: Replace this code by a common eventDurationHint of KOBaseView. | 2713 | // TODO: Replace this code by a common eventDurationHint of KOBaseView. |
2714 | KOAgendaView *aView = mViewManager->agendaView(); | 2714 | KOAgendaView *aView = mViewManager->agendaView(); |
2715 | if (aView) { | 2715 | if (aView) { |
2716 | if (aView->selectionStart().isValid()) { | 2716 | if (aView->selectionStart().isValid()) { |
2717 | if (aView->selectedIsAllDay()) { | 2717 | if (aView->selectedIsAllDay()) { |
2718 | newEvent(aView->selectionStart(),aView->selectionEnd(),true); | 2718 | newEvent(aView->selectionStart(),aView->selectionEnd(),true); |
2719 | } else { | 2719 | } else { |
2720 | newEvent(aView->selectionStart(),aView->selectionEnd()); | 2720 | newEvent(aView->selectionStart(),aView->selectionEnd()); |
2721 | } | 2721 | } |
2722 | return; | 2722 | return; |
2723 | } | 2723 | } |
2724 | } | 2724 | } |
2725 | 2725 | ||
2726 | QDate date = mNavigator->selectedDates().first(); | 2726 | QDate date = mNavigator->selectedDates().first(); |
2727 | QDateTime current = QDateTime::currentDateTime(); | 2727 | QDateTime current = QDateTime::currentDateTime(); |
2728 | if ( date <= current.date() ) { | 2728 | if ( date <= current.date() ) { |
2729 | int hour = current.time().hour() +1; | 2729 | int hour = current.time().hour() +1; |
2730 | newEvent( QDateTime( current.date(), QTime( hour, 0, 0 ) ), | 2730 | newEvent( QDateTime( current.date(), QTime( hour, 0, 0 ) ), |
2731 | QDateTime( current.date(), QTime( hour+ KOPrefs::instance()->mDefaultDuration, 0, 0 ) ) ); | 2731 | QDateTime( current.date(), QTime( hour+ KOPrefs::instance()->mDefaultDuration, 0, 0 ) ) ); |
2732 | } else | 2732 | } else |
2733 | newEvent( QDateTime( date, QTime( KOPrefs::instance()->mStartTime, 0, 0 ) ), | 2733 | newEvent( QDateTime( date, QTime( KOPrefs::instance()->mStartTime, 0, 0 ) ), |
2734 | QDateTime( date, QTime( KOPrefs::instance()->mStartTime + | 2734 | QDateTime( date, QTime( KOPrefs::instance()->mStartTime + |
2735 | KOPrefs::instance()->mDefaultDuration, 0, 0 ) ) ); | 2735 | KOPrefs::instance()->mDefaultDuration, 0, 0 ) ) ); |
2736 | } | 2736 | } |
2737 | 2737 | ||
2738 | void CalendarView::newEvent(QDateTime fh) | 2738 | void CalendarView::newEvent(QDateTime fh) |
2739 | { | 2739 | { |
2740 | newEvent(fh, | 2740 | newEvent(fh, |
2741 | QDateTime(fh.addSecs(3600*KOPrefs::instance()->mDefaultDuration))); | 2741 | QDateTime(fh.addSecs(3600*KOPrefs::instance()->mDefaultDuration))); |
2742 | } | 2742 | } |
2743 | 2743 | ||
2744 | void CalendarView::newEvent(QDate dt) | 2744 | void CalendarView::newEvent(QDate dt) |
2745 | { | 2745 | { |
2746 | newEvent(QDateTime(dt, QTime(0,0,0)), | 2746 | newEvent(QDateTime(dt, QTime(0,0,0)), |
2747 | QDateTime(dt, QTime(0,0,0)), true); | 2747 | QDateTime(dt, QTime(0,0,0)), true); |
2748 | } | 2748 | } |
2749 | void CalendarView::newEvent(QDateTime fromHint, QDateTime toHint) | 2749 | void CalendarView::newEvent(QDateTime fromHint, QDateTime toHint) |
2750 | { | 2750 | { |
2751 | newEvent(fromHint, toHint, false); | 2751 | newEvent(fromHint, toHint, false); |
2752 | } | 2752 | } |
2753 | void CalendarView::newEvent(QDateTime fromHint, QDateTime toHint, bool allDay) | 2753 | void CalendarView::newEvent(QDateTime fromHint, QDateTime toHint, bool allDay) |
2754 | { | 2754 | { |
2755 | 2755 | ||
2756 | showEventEditor(); | 2756 | showEventEditor(); |
2757 | mEventEditor->newEvent(fromHint,toHint,allDay); | 2757 | mEventEditor->newEvent(fromHint,toHint,allDay); |
2758 | if ( mFilterView->filtersEnabled() ) { | 2758 | if ( mFilterView->filtersEnabled() ) { |
2759 | CalFilter *filter = mFilterView->selectedFilter(); | 2759 | CalFilter *filter = mFilterView->selectedFilter(); |
2760 | if (filter && filter->showCategories()) { | 2760 | if (filter && filter->showCategories()) { |
2761 | mEventEditor->setCategories(filter->categoryList().join(",") ); | 2761 | mEventEditor->setCategories(filter->categoryList().join(",") ); |
2762 | } | 2762 | } |
2763 | if ( filter ) | 2763 | if ( filter ) |
2764 | mEventEditor->setSecrecy( filter->getSecrecy() ); | 2764 | mEventEditor->setSecrecy( filter->getSecrecy() ); |
2765 | } | 2765 | } |
2766 | mEventEditor->exec(); | 2766 | mEventEditor->exec(); |
2767 | setActiveWindow(); | 2767 | setActiveWindow(); |
2768 | } | 2768 | } |
2769 | void CalendarView::todoAdded(Todo * t) | 2769 | void CalendarView::todoAdded(Todo * t) |
2770 | { | 2770 | { |
2771 | 2771 | ||
2772 | changeTodoDisplay ( t ,KOGlobals::EVENTADDED); | 2772 | changeTodoDisplay ( t ,KOGlobals::EVENTADDED); |
2773 | updateTodoViews(); | 2773 | updateTodoViews(); |
2774 | } | 2774 | } |
2775 | void CalendarView::todoChanged(Todo * t) | 2775 | void CalendarView::todoChanged(Todo * t) |
2776 | { | 2776 | { |
2777 | emit todoModified( t, 4 ); | 2777 | emit todoModified( t, 4 ); |
2778 | // updateTodoViews(); | 2778 | // updateTodoViews(); |
2779 | } | 2779 | } |
2780 | void CalendarView::todoToBeDeleted(Todo *) | 2780 | void CalendarView::todoToBeDeleted(Todo *) |
2781 | { | 2781 | { |
2782 | //qDebug("todoToBeDeleted(Todo *) "); | 2782 | //qDebug("todoToBeDeleted(Todo *) "); |
2783 | updateTodoViews(); | 2783 | updateTodoViews(); |
2784 | } | 2784 | } |
2785 | void CalendarView::todoDeleted() | 2785 | void CalendarView::todoDeleted() |
2786 | { | 2786 | { |
2787 | //qDebug(" todoDeleted()"); | 2787 | //qDebug(" todoDeleted()"); |
2788 | updateTodoViews(); | 2788 | updateTodoViews(); |
2789 | } | 2789 | } |
2790 | 2790 | ||
2791 | 2791 | ||
2792 | void CalendarView::newTodoDateTime( QDateTime dt, bool allday ) | 2792 | void CalendarView::newTodoDateTime( QDateTime dt, bool allday ) |
2793 | { | 2793 | { |
2794 | showTodoEditor(); | 2794 | showTodoEditor(); |
2795 | mTodoEditor->newTodo(dt,0,allday); | 2795 | mTodoEditor->newTodo(dt,0,allday); |
2796 | if ( mFilterView->filtersEnabled() ) { | 2796 | if ( mFilterView->filtersEnabled() ) { |
2797 | CalFilter *filter = mFilterView->selectedFilter(); | 2797 | CalFilter *filter = mFilterView->selectedFilter(); |
2798 | if (filter && filter->showCategories()) { | 2798 | if (filter && filter->showCategories()) { |
2799 | mTodoEditor->setCategories(filter->categoryList().join(",") ); | 2799 | mTodoEditor->setCategories(filter->categoryList().join(",") ); |
2800 | } | 2800 | } |
2801 | if ( filter ) | 2801 | if ( filter ) |
2802 | mTodoEditor->setSecrecy( filter->getSecrecy() ); | 2802 | mTodoEditor->setSecrecy( filter->getSecrecy() ); |
2803 | } | 2803 | } |
2804 | mTodoEditor->exec(); | 2804 | mTodoEditor->exec(); |
2805 | setActiveWindow(); | 2805 | setActiveWindow(); |
2806 | } | 2806 | } |
2807 | 2807 | ||
2808 | void CalendarView::newTodo() | 2808 | void CalendarView::newTodo() |
2809 | { | 2809 | { |
2810 | newTodoDateTime( QDateTime(),true ); | 2810 | newTodoDateTime( QDateTime(),true ); |
2811 | } | 2811 | } |
2812 | 2812 | ||
2813 | void CalendarView::newSubTodo() | 2813 | void CalendarView::newSubTodo() |
2814 | { | 2814 | { |
2815 | Todo *todo = selectedTodo(); | 2815 | Todo *todo = selectedTodo(); |
2816 | if ( todo ) newSubTodo( todo ); | 2816 | if ( todo ) newSubTodo( todo ); |
2817 | } | 2817 | } |
2818 | 2818 | ||
2819 | void CalendarView::newSubTodo(Todo *parentEvent) | 2819 | void CalendarView::newSubTodo(Todo *parentEvent) |
2820 | { | 2820 | { |
2821 | 2821 | ||
2822 | showTodoEditor(); | 2822 | showTodoEditor(); |
2823 | mTodoEditor->newTodo(QDateTime(),parentEvent,true); | 2823 | mTodoEditor->newTodo(QDateTime(),parentEvent,true); |
2824 | mTodoEditor->exec(); | 2824 | mTodoEditor->exec(); |
2825 | setActiveWindow(); | 2825 | setActiveWindow(); |
2826 | } | 2826 | } |
2827 | 2827 | ||
2828 | void CalendarView::newFloatingEvent() | 2828 | void CalendarView::newFloatingEvent() |
2829 | { | 2829 | { |
2830 | DateList tmpList = mNavigator->selectedDates(); | 2830 | DateList tmpList = mNavigator->selectedDates(); |
2831 | QDate date = tmpList.first(); | 2831 | QDate date = tmpList.first(); |
2832 | 2832 | ||
2833 | newEvent( QDateTime( date, QTime( 12, 0, 0 ) ), | 2833 | newEvent( QDateTime( date, QTime( 12, 0, 0 ) ), |
2834 | QDateTime( date, QTime( 12, 0, 0 ) ), true ); | 2834 | QDateTime( date, QTime( 12, 0, 0 ) ), true ); |
2835 | } | 2835 | } |
2836 | 2836 | ||
2837 | 2837 | ||
2838 | void CalendarView::editEvent( Event *event ) | 2838 | void CalendarView::editEvent( Event *event ) |
2839 | { | 2839 | { |
2840 | 2840 | ||
2841 | if ( !event ) return; | 2841 | if ( !event ) return; |
2842 | if ( event->isReadOnly() ) { | 2842 | if ( event->isReadOnly() ) { |
2843 | showEvent( event ); | 2843 | showEvent( event ); |
2844 | return; | 2844 | return; |
2845 | } | 2845 | } |
2846 | showEventEditor(); | 2846 | showEventEditor(); |
2847 | mEventEditor->editEvent( event , mFlagEditDescription); | 2847 | mEventEditor->editEvent( event , mFlagEditDescription); |
2848 | mEventEditor->exec(); | 2848 | mEventEditor->exec(); |
2849 | setActiveWindow(); | 2849 | setActiveWindow(); |
2850 | 2850 | ||
2851 | } | 2851 | } |
2852 | void CalendarView::editJournal( Journal *jour ) | 2852 | void CalendarView::editJournal( Journal *jour ) |
2853 | { | 2853 | { |
2854 | if ( !jour ) return; | 2854 | if ( !jour ) return; |
2855 | mDialogManager->hideSearchDialog(); | 2855 | mDialogManager->hideSearchDialog(); |
2856 | mViewManager->showJournalView(); | 2856 | mViewManager->showJournalView(); |
2857 | mNavigator->slotDaySelect( jour->dtStart().date() ); | 2857 | mNavigator->slotDaySelect( jour->dtStart().date() ); |
2858 | } | 2858 | } |
2859 | void CalendarView::editTodo( Todo *todo ) | 2859 | void CalendarView::editTodo( Todo *todo ) |
2860 | { | 2860 | { |
2861 | if ( !todo ) return; | 2861 | if ( !todo ) return; |
2862 | 2862 | ||
2863 | if ( todo->isReadOnly() ) { | 2863 | if ( todo->isReadOnly() ) { |
2864 | showTodo( todo ); | 2864 | showTodo( todo ); |
2865 | return; | 2865 | return; |
2866 | } | 2866 | } |
2867 | showTodoEditor(); | 2867 | showTodoEditor(); |
2868 | mTodoEditor->editTodo( todo ,mFlagEditDescription); | 2868 | mTodoEditor->editTodo( todo ,mFlagEditDescription); |
2869 | mTodoEditor->exec(); | 2869 | mTodoEditor->exec(); |
2870 | setActiveWindow(); | 2870 | setActiveWindow(); |
2871 | 2871 | ||
2872 | } | 2872 | } |
2873 | 2873 | ||
2874 | KOEventViewerDialog* CalendarView::getEventViewerDialog() | 2874 | KOEventViewerDialog* CalendarView::getEventViewerDialog() |
2875 | { | 2875 | { |
2876 | if ( !mEventViewerDialog ) { | 2876 | if ( !mEventViewerDialog ) { |
2877 | mEventViewerDialog = new KOEventViewerDialog(0); | 2877 | mEventViewerDialog = new KOEventViewerDialog(0); |
2878 | connect( mEventViewerDialog, SIGNAL( editIncidence( Incidence* )), this, SLOT(editIncidence( Incidence* ) ) ); | 2878 | connect( mEventViewerDialog, SIGNAL( editIncidence( Incidence* )), this, SLOT(editIncidence( Incidence* ) ) ); |
2879 | connect( this, SIGNAL(configChanged()), mEventViewerDialog, SLOT(updateConfig())); | 2879 | connect( this, SIGNAL(configChanged()), mEventViewerDialog, SLOT(updateConfig())); |
2880 | connect( mEventViewerDialog, SIGNAL(jumpToTime( const QDate &)), | 2880 | connect( mEventViewerDialog, SIGNAL(jumpToTime( const QDate &)), |
2881 | dateNavigator(), SLOT( selectWeek( const QDate & ) ) ); | 2881 | dateNavigator(), SLOT( selectWeek( const QDate & ) ) ); |
2882 | connect( mEventViewerDialog, SIGNAL(showAgendaView( bool ) ), | 2882 | connect( mEventViewerDialog, SIGNAL(showAgendaView( bool ) ), |
2883 | viewManager(), SLOT( showAgendaView( bool ) ) ); | 2883 | viewManager(), SLOT( showAgendaView( bool ) ) ); |
2884 | connect( mEventViewerDialog, SIGNAL(signalViewerClosed()), | 2884 | connect( mEventViewerDialog, SIGNAL(signalViewerClosed()), |
2885 | this, SLOT( slotViewerClosed() ) ); | 2885 | this, SLOT( slotViewerClosed() ) ); |
2886 | connect( mEventViewerDialog, SIGNAL( todoCompleted(Todo *) ), | 2886 | connect( mEventViewerDialog, SIGNAL( todoCompleted(Todo *) ), |
2887 | this, SLOT( todoChanged(Todo *) ) ); | 2887 | this, SLOT( todoChanged(Todo *) ) ); |
2888 | mEventViewerDialog->resize( 640, 480 ); | 2888 | mEventViewerDialog->resize( 640, 480 ); |
2889 | 2889 | ||
2890 | } | 2890 | } |
2891 | return mEventViewerDialog; | 2891 | return mEventViewerDialog; |
2892 | } | 2892 | } |
2893 | void CalendarView::showEvent(Event *event) | 2893 | void CalendarView::showEvent(Event *event) |
2894 | { | 2894 | { |
2895 | getEventViewerDialog()->setEvent(event); | 2895 | getEventViewerDialog()->setEvent(event); |
2896 | getEventViewerDialog()->showMe(); | 2896 | getEventViewerDialog()->showMe(); |
2897 | } | 2897 | } |
2898 | 2898 | ||
2899 | void CalendarView::showTodo(Todo *event) | 2899 | void CalendarView::showTodo(Todo *event) |
2900 | { | 2900 | { |
2901 | getEventViewerDialog()->setTodo(event); | 2901 | getEventViewerDialog()->setTodo(event); |
2902 | getEventViewerDialog()->showMe(); | 2902 | getEventViewerDialog()->showMe(); |
2903 | } | 2903 | } |
2904 | void CalendarView::showJournal( Journal *jour ) | 2904 | void CalendarView::showJournal( Journal *jour ) |
2905 | { | 2905 | { |
2906 | getEventViewerDialog()->setJournal(jour); | 2906 | getEventViewerDialog()->setJournal(jour); |
2907 | getEventViewerDialog()->showMe(); | 2907 | getEventViewerDialog()->showMe(); |
2908 | 2908 | ||
2909 | } | 2909 | } |
2910 | // void CalendarView::todoModified (Todo *event, int changed) | 2910 | // void CalendarView::todoModified (Todo *event, int changed) |
2911 | // { | 2911 | // { |
2912 | // // if (mDialogList.find (event) != mDialogList.end ()) { | 2912 | // // if (mDialogList.find (event) != mDialogList.end ()) { |
2913 | // // kdDebug() << "Todo modified and open" << endl; | 2913 | // // kdDebug() << "Todo modified and open" << endl; |
2914 | // // KOTodoEditor* temp = (KOTodoEditor *) mDialogList[event]; | 2914 | // // KOTodoEditor* temp = (KOTodoEditor *) mDialogList[event]; |
2915 | // // temp->modified (changed); | 2915 | // // temp->modified (changed); |
2916 | 2916 | ||
2917 | // // } | 2917 | // // } |
2918 | 2918 | ||
2919 | // mViewManager->updateView(); | 2919 | // mViewManager->updateView(); |
2920 | // } | 2920 | // } |
2921 | 2921 | ||
2922 | void CalendarView::appointment_show() | 2922 | void CalendarView::appointment_show() |
2923 | { | 2923 | { |
2924 | Event *anEvent = 0; | 2924 | Event *anEvent = 0; |
2925 | 2925 | ||
2926 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); | 2926 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); |
2927 | 2927 | ||
2928 | if (mViewManager->currentView()->isEventView()) { | 2928 | if (mViewManager->currentView()->isEventView()) { |
2929 | if ( incidence && incidence->type() == "Event" ) { | 2929 | if ( incidence && incidence->type() == "Event" ) { |
2930 | anEvent = static_cast<Event *>(incidence); | 2930 | anEvent = static_cast<Event *>(incidence); |
2931 | } | 2931 | } |
2932 | } | 2932 | } |
2933 | 2933 | ||
2934 | if (!anEvent) { | 2934 | if (!anEvent) { |
2935 | KNotifyClient::beep(); | 2935 | KNotifyClient::beep(); |
2936 | return; | 2936 | return; |
2937 | } | 2937 | } |
2938 | 2938 | ||
2939 | showEvent(anEvent); | 2939 | showEvent(anEvent); |
2940 | } | 2940 | } |
2941 | 2941 | ||
2942 | void CalendarView::appointment_edit() | 2942 | void CalendarView::appointment_edit() |
2943 | { | 2943 | { |
2944 | Event *anEvent = 0; | 2944 | Event *anEvent = 0; |
2945 | 2945 | ||
2946 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); | 2946 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); |
2947 | 2947 | ||
2948 | if (mViewManager->currentView()->isEventView()) { | 2948 | if (mViewManager->currentView()->isEventView()) { |
2949 | if ( incidence && incidence->type() == "Event" ) { | 2949 | if ( incidence && incidence->type() == "Event" ) { |
2950 | anEvent = static_cast<Event *>(incidence); | 2950 | anEvent = static_cast<Event *>(incidence); |
2951 | } | 2951 | } |
2952 | } | 2952 | } |
2953 | 2953 | ||
2954 | if (!anEvent) { | 2954 | if (!anEvent) { |
2955 | KNotifyClient::beep(); | 2955 | KNotifyClient::beep(); |
2956 | return; | 2956 | return; |
2957 | } | 2957 | } |
2958 | 2958 | ||
2959 | editEvent(anEvent); | 2959 | editEvent(anEvent); |
2960 | } | 2960 | } |
2961 | 2961 | ||
2962 | void CalendarView::appointment_delete() | 2962 | void CalendarView::appointment_delete() |
2963 | { | 2963 | { |
2964 | Event *anEvent = 0; | 2964 | Event *anEvent = 0; |
2965 | 2965 | ||
2966 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); | 2966 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); |
2967 | 2967 | ||
2968 | if (mViewManager->currentView()->isEventView()) { | 2968 | if (mViewManager->currentView()->isEventView()) { |
2969 | if ( incidence && incidence->type() == "Event" ) { | 2969 | if ( incidence && incidence->type() == "Event" ) { |
2970 | anEvent = static_cast<Event *>(incidence); | 2970 | anEvent = static_cast<Event *>(incidence); |
2971 | } | 2971 | } |
2972 | } | 2972 | } |
2973 | 2973 | ||
2974 | if (!anEvent) { | 2974 | if (!anEvent) { |
2975 | KNotifyClient::beep(); | 2975 | KNotifyClient::beep(); |
2976 | return; | 2976 | return; |
2977 | } | 2977 | } |
2978 | 2978 | ||
2979 | deleteEvent(anEvent); | 2979 | deleteEvent(anEvent); |
2980 | } | 2980 | } |
2981 | 2981 | ||
2982 | void CalendarView::todo_resub( Todo * parent, Todo * sub ) | 2982 | void CalendarView::todo_resub( Todo * parent, Todo * sub ) |
2983 | { | 2983 | { |
2984 | if (!sub) return; | 2984 | if (!sub) return; |
2985 | if (!parent) return; | 2985 | if (!parent) return; |
2986 | if ( sub->relatedTo() ) | 2986 | if ( sub->relatedTo() ) |
2987 | sub->relatedTo()->removeRelation(sub); | 2987 | sub->relatedTo()->removeRelation(sub); |
2988 | sub->setRelatedTo(parent); | 2988 | sub->setRelatedTo(parent); |
2989 | sub->setRelatedToUid(parent->uid()); | 2989 | sub->setRelatedToUid(parent->uid()); |
2990 | parent->addRelation(sub); | 2990 | parent->addRelation(sub); |
2991 | sub->updated(); | 2991 | sub->updated(); |
2992 | parent->updated(); | 2992 | parent->updated(); |
2993 | setModified(true); | 2993 | setModified(true); |
2994 | updateView(); | 2994 | updateView(); |
2995 | } | 2995 | } |
2996 | void CalendarView::todo_unsub(Todo *anTodo ) | 2996 | void CalendarView::todo_unsub(Todo *anTodo ) |
2997 | { | 2997 | { |
2998 | // Todo *anTodo = selectedTodo(); | 2998 | // Todo *anTodo = selectedTodo(); |
2999 | if (!anTodo) return; | 2999 | if (!anTodo) return; |
3000 | if (!anTodo->relatedTo()) return; | 3000 | if (!anTodo->relatedTo()) return; |
3001 | anTodo->relatedTo()->removeRelation(anTodo); | 3001 | anTodo->relatedTo()->removeRelation(anTodo); |
3002 | anTodo->setRelatedTo(0); | 3002 | anTodo->setRelatedTo(0); |
3003 | anTodo->updated(); | 3003 | anTodo->updated(); |
3004 | anTodo->setRelatedToUid(""); | 3004 | anTodo->setRelatedToUid(""); |
3005 | setModified(true); | 3005 | setModified(true); |
3006 | updateView(); | 3006 | updateView(); |
3007 | } | 3007 | } |
3008 | 3008 | ||
3009 | void CalendarView::deleteTodo(Todo *todo) | 3009 | void CalendarView::deleteTodo(Todo *todo) |
3010 | { | 3010 | { |
3011 | if (!todo) { | 3011 | if (!todo) { |
3012 | KNotifyClient::beep(); | 3012 | KNotifyClient::beep(); |
3013 | return; | 3013 | return; |
3014 | } | 3014 | } |
3015 | if (KOPrefs::instance()->mConfirm) { | 3015 | if (KOPrefs::instance()->mConfirm) { |
3016 | QString text = todo->summary().left(20); | 3016 | QString text = todo->summary().left(20); |
3017 | if (!todo->relations().isEmpty()) { | 3017 | if (!todo->relations().isEmpty()) { |
3018 | text += i18n("\nhas sub-todos.\nAll completed sub-todos\nwill be deleted as well!"); | 3018 | text += i18n("\nhas sub-todos.\nAll completed sub-todos\nwill be deleted as well!"); |
3019 | 3019 | ||
3020 | } | 3020 | } |
3021 | switch (msgItemDelete(text)) { | 3021 | switch (msgItemDelete(text)) { |
3022 | case KMessageBox::Continue: // OK | 3022 | case KMessageBox::Continue: // OK |
3023 | bool deleteT = false; | 3023 | bool deleteT = false; |
3024 | if (!todo->relations().isEmpty()) { | 3024 | if (!todo->relations().isEmpty()) { |
3025 | deleteT = removeCompletedSubTodos( todo ); | 3025 | deleteT = removeCompletedSubTodos( todo ); |
3026 | } | 3026 | } |
3027 | // deleteT == true: todo already deleted in removeCompletedSubTodos | 3027 | // deleteT == true: todo already deleted in removeCompletedSubTodos |
3028 | if ( !deleteT ) { | 3028 | if ( !deleteT ) { |
3029 | checkExternalId( todo ); | 3029 | checkExternalId( todo ); |
3030 | calendar()->deleteTodo(todo); | 3030 | calendar()->deleteTodo(todo); |
3031 | changeTodoDisplay( todo,KOGlobals::EVENTDELETED ); | 3031 | changeTodoDisplay( todo,KOGlobals::EVENTDELETED ); |
3032 | updateView(); | 3032 | updateView(); |
3033 | } | 3033 | } |
3034 | break; | 3034 | break; |
3035 | } // switch | 3035 | } // switch |
3036 | } else { | 3036 | } else { |
3037 | checkExternalId( todo ); | 3037 | checkExternalId( todo ); |
3038 | mCalendar->deleteTodo(todo); | 3038 | mCalendar->deleteTodo(todo); |
3039 | changeTodoDisplay( todo,KOGlobals::EVENTDELETED ); | 3039 | changeTodoDisplay( todo,KOGlobals::EVENTDELETED ); |
3040 | updateView(); | 3040 | updateView(); |
3041 | } | 3041 | } |
3042 | 3042 | ||
3043 | emit updateSearchDialog(); | 3043 | emit updateSearchDialog(); |
3044 | } | 3044 | } |
3045 | void CalendarView::deleteJournal(Journal *jour) | 3045 | void CalendarView::deleteJournal(Journal *jour) |
3046 | { | 3046 | { |
3047 | if (!jour) { | 3047 | if (!jour) { |
3048 | KNotifyClient::beep(); | 3048 | KNotifyClient::beep(); |
3049 | return; | 3049 | return; |
3050 | } | 3050 | } |
3051 | if (KOPrefs::instance()->mConfirm) { | 3051 | if (KOPrefs::instance()->mConfirm) { |
3052 | switch (msgItemDelete( jour->description().left(20))) { | 3052 | switch (msgItemDelete( jour->description().left(20))) { |
3053 | case KMessageBox::Continue: // OK | 3053 | case KMessageBox::Continue: // OK |
3054 | calendar()->deleteJournal(jour); | 3054 | calendar()->deleteJournal(jour); |
3055 | updateView(); | 3055 | updateView(); |
3056 | break; | 3056 | break; |
3057 | } // switch | 3057 | } // switch |
3058 | } else { | 3058 | } else { |
3059 | calendar()->deleteJournal(jour);; | 3059 | calendar()->deleteJournal(jour);; |
3060 | updateView(); | 3060 | updateView(); |
3061 | } | 3061 | } |
3062 | emit updateSearchDialog(); | 3062 | emit updateSearchDialog(); |
3063 | } | 3063 | } |
3064 | 3064 | ||
3065 | void CalendarView::deleteEvent(Event *anEvent) | 3065 | void CalendarView::deleteEvent(Event *anEvent) |
3066 | { | 3066 | { |
3067 | if (!anEvent) { | 3067 | if (!anEvent) { |
3068 | KNotifyClient::beep(); | 3068 | KNotifyClient::beep(); |
3069 | return; | 3069 | return; |
3070 | } | 3070 | } |
3071 | 3071 | ||
3072 | if (anEvent->recurrence()->doesRecur()) { | 3072 | if (anEvent->recurrence()->doesRecur()) { |
3073 | QDate itemDate = mViewManager->currentSelectionDate(); | 3073 | QDate itemDate = mViewManager->currentSelectionDate(); |
3074 | int km; | 3074 | int km; |
3075 | if (!itemDate.isValid()) { | 3075 | if (!itemDate.isValid()) { |
3076 | //kdDebug() << "Date Not Valid" << endl; | 3076 | //kdDebug() << "Date Not Valid" << endl; |
3077 | if (KOPrefs::instance()->mConfirm) { | 3077 | if (KOPrefs::instance()->mConfirm) { |
3078 | km = KMessageBox::warningContinueCancel(this,anEvent->summary().left(25) + | 3078 | km = KMessageBox::warningContinueCancel(this,anEvent->summary().left(25) + |
3079 | i18n("\nThis event recurs\nover multiple dates.\nAre you sure you want\nto delete this event\nand all its recurrences?"), | 3079 | i18n("\nThis event recurs\nover multiple dates.\nAre you sure you want\nto delete this event\nand all its recurrences?"), |
3080 | i18n("KO/Pi Confirmation"),i18n("Delete All")); | 3080 | i18n("KO/Pi Confirmation"),i18n("Delete All")); |
3081 | if ( km == KMessageBox::Continue ) | 3081 | if ( km == KMessageBox::Continue ) |
3082 | km = KMessageBox::No; // No = all below | 3082 | km = KMessageBox::No; // No = all below |
3083 | } else | 3083 | } else |
3084 | km = KMessageBox::No; | 3084 | km = KMessageBox::No; |
3085 | } else { | 3085 | } else { |
3086 | km = KMessageBox::warningYesNoCancel(this,anEvent->summary().left(25) + | 3086 | km = KMessageBox::warningYesNoCancel(this,anEvent->summary().left(25) + |
3087 | i18n("\nThis event recurs\nover multiple dates.\nDo you want to delete\nall it's recurrences,\nor only the current one on:\n")+ | 3087 | i18n("\nThis event recurs\nover multiple dates.\nDo you want to delete\nall it's recurrences,\nor only the current one on:\n")+ |
3088 | KGlobal::locale()->formatDate(itemDate)+i18n(" ?\n\nDelete:\n"), | 3088 | KGlobal::locale()->formatDate(itemDate)+i18n(" ?\n\nDelete:\n"), |
3089 | i18n("KO/Pi Confirmation"),i18n("Current"), | 3089 | i18n("KO/Pi Confirmation"),i18n("Current"), |
3090 | i18n("All")); | 3090 | i18n("All")); |
3091 | } | 3091 | } |
3092 | switch(km) { | 3092 | switch(km) { |
3093 | 3093 | ||
3094 | case KMessageBox::No: // Continue // all | 3094 | case KMessageBox::No: // Continue // all |
3095 | //qDebug("KMessageBox::No "); | 3095 | //qDebug("KMessageBox::No "); |
3096 | if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0) | 3096 | if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0) |
3097 | schedule(Scheduler::Cancel,anEvent); | 3097 | schedule(Scheduler::Cancel,anEvent); |
3098 | 3098 | ||
3099 | checkExternalId( anEvent); | 3099 | checkExternalId( anEvent); |
3100 | mCalendar->deleteEvent(anEvent); | 3100 | mCalendar->deleteEvent(anEvent); |
3101 | changeEventDisplay(anEvent,KOGlobals::EVENTDELETED); | 3101 | changeEventDisplay(anEvent,KOGlobals::EVENTDELETED); |
3102 | break; | 3102 | break; |
3103 | 3103 | ||
3104 | // Disabled because it does not work | 3104 | // Disabled because it does not work |
3105 | //#if 0 | 3105 | //#if 0 |
3106 | case KMessageBox::Yes: // just this one | 3106 | case KMessageBox::Yes: // just this one |
3107 | //QDate qd = mNavigator->selectedDates().first(); | 3107 | //QDate qd = mNavigator->selectedDates().first(); |
3108 | //if (!qd.isValid()) { | 3108 | //if (!qd.isValid()) { |
3109 | // kdDebug() << "no date selected, or invalid date" << endl; | 3109 | // kdDebug() << "no date selected, or invalid date" << endl; |
3110 | // KNotifyClient::beep(); | 3110 | // KNotifyClient::beep(); |
3111 | // return; | 3111 | // return; |
3112 | //} | 3112 | //} |
3113 | //while (!anEvent->recursOn(qd)) qd = qd.addDays(1); | 3113 | //while (!anEvent->recursOn(qd)) qd = qd.addDays(1); |
3114 | if (itemDate!=QDate(1,1,1) || itemDate.isValid()) { | 3114 | if (itemDate!=QDate(1,1,1) || itemDate.isValid()) { |
3115 | anEvent->addExDate(itemDate); | 3115 | anEvent->addExDate(itemDate); |
3116 | int duration = anEvent->recurrence()->duration(); | 3116 | int duration = anEvent->recurrence()->duration(); |
3117 | if ( duration > 0 ) { | 3117 | if ( duration > 0 ) { |
3118 | anEvent->recurrence()->setDuration( duration - 1 ); | 3118 | anEvent->recurrence()->setDuration( duration - 1 ); |
3119 | } | 3119 | } |
3120 | changeEventDisplay(anEvent, KOGlobals::EVENTEDITED); | 3120 | changeEventDisplay(anEvent, KOGlobals::EVENTEDITED); |
3121 | } | 3121 | } |
3122 | break; | 3122 | break; |
3123 | //#endif | 3123 | //#endif |
3124 | } // switch | 3124 | } // switch |
3125 | } else { | 3125 | } else { |
3126 | if (KOPrefs::instance()->mConfirm) { | 3126 | if (KOPrefs::instance()->mConfirm) { |
3127 | switch (KMessageBox::warningContinueCancel(this,anEvent->summary().left(25) + | 3127 | switch (KMessageBox::warningContinueCancel(this,anEvent->summary().left(25) + |
3128 | i18n("\nAre you sure you want\nto delete this event?"), | 3128 | i18n("\nAre you sure you want\nto delete this event?"), |
3129 | i18n("KO/Pi Confirmation"),i18n("Delete"))) { | 3129 | i18n("KO/Pi Confirmation"),i18n("Delete"))) { |
3130 | case KMessageBox::Continue: // OK | 3130 | case KMessageBox::Continue: // OK |
3131 | if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0) | 3131 | if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0) |
3132 | schedule(Scheduler::Cancel,anEvent); | 3132 | schedule(Scheduler::Cancel,anEvent); |
3133 | checkExternalId( anEvent); | 3133 | checkExternalId( anEvent); |
3134 | mCalendar->deleteEvent(anEvent); | 3134 | mCalendar->deleteEvent(anEvent); |
3135 | changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); | 3135 | changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); |
3136 | break; | 3136 | break; |
3137 | } // switch | 3137 | } // switch |
3138 | } else { | 3138 | } else { |
3139 | if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0) | 3139 | if (anEvent->organizer()==KOPrefs::instance()->email() && anEvent->attendeeCount()>0) |
3140 | schedule(Scheduler::Cancel,anEvent); | 3140 | schedule(Scheduler::Cancel,anEvent); |
3141 | checkExternalId( anEvent); | 3141 | checkExternalId( anEvent); |
3142 | mCalendar->deleteEvent(anEvent); | 3142 | mCalendar->deleteEvent(anEvent); |
3143 | changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); | 3143 | changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); |
3144 | } | 3144 | } |
3145 | } // if-else | 3145 | } // if-else |
3146 | emit updateSearchDialog(); | 3146 | emit updateSearchDialog(); |
3147 | } | 3147 | } |
3148 | 3148 | ||
3149 | bool CalendarView::deleteEvent(const QString &uid) | 3149 | bool CalendarView::deleteEvent(const QString &uid) |
3150 | { | 3150 | { |
3151 | Event *ev = mCalendar->event(uid); | 3151 | Event *ev = mCalendar->event(uid); |
3152 | if (ev) { | 3152 | if (ev) { |
3153 | deleteEvent(ev); | 3153 | deleteEvent(ev); |
3154 | return true; | 3154 | return true; |
3155 | } else { | 3155 | } else { |
3156 | return false; | 3156 | return false; |
3157 | } | 3157 | } |
3158 | } | 3158 | } |
3159 | 3159 | ||
3160 | /*****************************************************************************/ | 3160 | /*****************************************************************************/ |
3161 | 3161 | ||
3162 | void CalendarView::action_mail() | 3162 | void CalendarView::action_mail() |
3163 | { | 3163 | { |
3164 | #ifndef KORG_NOMAIL | 3164 | #ifndef KORG_NOMAIL |
3165 | KOMailClient mailClient; | 3165 | KOMailClient mailClient; |
3166 | 3166 | ||
3167 | Incidence *incidence = currentSelection(); | 3167 | Incidence *incidence = currentSelection(); |
3168 | 3168 | ||
3169 | if (!incidence) { | 3169 | if (!incidence) { |
3170 | KMessageBox::sorry(this,i18n("Can't generate mail:\nNo event selected.")); | 3170 | KMessageBox::sorry(this,i18n("Can't generate mail:\nNo event selected.")); |
3171 | return; | 3171 | return; |
3172 | } | 3172 | } |
3173 | if(incidence->attendeeCount() == 0 ) { | 3173 | if(incidence->attendeeCount() == 0 ) { |
3174 | KMessageBox::sorry(this, | 3174 | KMessageBox::sorry(this, |
3175 | i18n("Can't generate mail:\nNo attendees defined.\n")); | 3175 | i18n("Can't generate mail:\nNo attendees defined.\n")); |
3176 | return; | 3176 | return; |
3177 | } | 3177 | } |
3178 | 3178 | ||
3179 | CalendarLocal cal_tmp; | 3179 | CalendarLocal cal_tmp; |
3180 | Event *event = 0; | 3180 | Event *event = 0; |
3181 | Event *ev = 0; | 3181 | Event *ev = 0; |
3182 | if ( incidence && incidence->type() == "Event" ) { | 3182 | if ( incidence && incidence->type() == "Event" ) { |
3183 | event = static_cast<Event *>(incidence); | 3183 | event = static_cast<Event *>(incidence); |
3184 | ev = new Event(*event); | 3184 | ev = new Event(*event); |
3185 | cal_tmp.addEvent(ev); | 3185 | cal_tmp.addEvent(ev); |
3186 | } | 3186 | } |
3187 | ICalFormat mForm(); | 3187 | ICalFormat mForm(); |
3188 | QString attachment = mForm.toString( &cal_tmp ); | 3188 | QString attachment = mForm.toString( &cal_tmp ); |
3189 | if (ev) delete(ev); | 3189 | if (ev) delete(ev); |
3190 | 3190 | ||
3191 | mailClient.mailAttendees(currentSelection(), attachment); | 3191 | mailClient.mailAttendees(currentSelection(), attachment); |
3192 | 3192 | ||
3193 | #endif | 3193 | #endif |
3194 | 3194 | ||
3195 | #if 0 | 3195 | #if 0 |
3196 | Event *anEvent = 0; | 3196 | Event *anEvent = 0; |
3197 | if (mViewManager->currentView()->isEventView()) { | 3197 | if (mViewManager->currentView()->isEventView()) { |
3198 | anEvent = dynamic_cast<Event *>((mViewManager->currentView()->selectedIncidences()).first()); | 3198 | anEvent = dynamic_cast<Event *>((mViewManager->currentView()->selectedIncidences()).first()); |
3199 | } | 3199 | } |
3200 | 3200 | ||
3201 | if (!anEvent) { | 3201 | if (!anEvent) { |
3202 | KMessageBox::sorry(this,i18n("Can't generate mail:\nNo event selected.")); | 3202 | KMessageBox::sorry(this,i18n("Can't generate mail:\nNo event selected.")); |
3203 | return; | 3203 | return; |
3204 | } | 3204 | } |
3205 | if(anEvent->attendeeCount() == 0 ) { | 3205 | if(anEvent->attendeeCount() == 0 ) { |
3206 | KMessageBox::sorry(this, | 3206 | KMessageBox::sorry(this, |
3207 | i18n("Can't generate mail:\nNo attendees defined.\n")); | 3207 | i18n("Can't generate mail:\nNo attendees defined.\n")); |
3208 | return; | 3208 | return; |
3209 | } | 3209 | } |
3210 | 3210 | ||
3211 | mailobject.emailEvent(anEvent); | 3211 | mailobject.emailEvent(anEvent); |
3212 | #endif | 3212 | #endif |
3213 | } | 3213 | } |
3214 | 3214 | ||
3215 | 3215 | ||
3216 | void CalendarView::schedule_publish(Incidence *incidence) | 3216 | void CalendarView::schedule_publish(Incidence *incidence) |
3217 | { | 3217 | { |
3218 | Event *event = 0; | 3218 | Event *event = 0; |
3219 | Todo *todo = 0; | 3219 | Todo *todo = 0; |
3220 | 3220 | ||
3221 | if (incidence == 0) { | 3221 | if (incidence == 0) { |
3222 | incidence = mViewManager->currentView()->selectedIncidences().first(); | 3222 | incidence = mViewManager->currentView()->selectedIncidences().first(); |
3223 | if (incidence == 0) { | 3223 | if (incidence == 0) { |
3224 | incidence = mTodoList->selectedIncidences().first(); | 3224 | incidence = mTodoList->selectedIncidences().first(); |
3225 | } | 3225 | } |
3226 | } | 3226 | } |
3227 | if ( incidence && incidence->type() == "Event" ) { | 3227 | if ( incidence && incidence->type() == "Event" ) { |
3228 | event = static_cast<Event *>(incidence); | 3228 | event = static_cast<Event *>(incidence); |
3229 | } else { | 3229 | } else { |
3230 | if ( incidence && incidence->type() == "Todo" ) { | 3230 | if ( incidence && incidence->type() == "Todo" ) { |
3231 | todo = static_cast<Todo *>(incidence); | 3231 | todo = static_cast<Todo *>(incidence); |
3232 | } | 3232 | } |
3233 | } | 3233 | } |
3234 | 3234 | ||
3235 | if (!event && !todo) { | 3235 | if (!event && !todo) { |
3236 | KMessageBox::sorry(this,i18n("No event selected.")); | 3236 | KMessageBox::sorry(this,i18n("No event selected.")); |
3237 | return; | 3237 | return; |
3238 | } | 3238 | } |
3239 | 3239 | ||
3240 | PublishDialog *publishdlg = new PublishDialog(); | 3240 | PublishDialog *publishdlg = new PublishDialog(); |
3241 | if (incidence->attendeeCount()>0) { | 3241 | if (incidence->attendeeCount()>0) { |
3242 | QPtrList<Attendee> attendees = incidence->attendees(); | 3242 | QPtrList<Attendee> attendees = incidence->attendees(); |
3243 | attendees.first(); | 3243 | attendees.first(); |
3244 | while ( attendees.current()!=0 ) { | 3244 | while ( attendees.current()!=0 ) { |
3245 | publishdlg->addAttendee(attendees.current()); | 3245 | publishdlg->addAttendee(attendees.current()); |
3246 | attendees.next(); | 3246 | attendees.next(); |
3247 | } | 3247 | } |
3248 | } | 3248 | } |
3249 | bool send = true; | 3249 | bool send = true; |
3250 | if ( KOPrefs::instance()->mMailClient == KOPrefs::MailClientSendmail ) { | 3250 | if ( KOPrefs::instance()->mMailClient == KOPrefs::MailClientSendmail ) { |
3251 | if ( publishdlg->exec() != QDialog::Accepted ) | 3251 | if ( publishdlg->exec() != QDialog::Accepted ) |
3252 | send = false; | 3252 | send = false; |
3253 | } | 3253 | } |
3254 | if ( send ) { | 3254 | if ( send ) { |
3255 | OutgoingDialog *dlg = mDialogManager->outgoingDialog(); | 3255 | OutgoingDialog *dlg = mDialogManager->outgoingDialog(); |
3256 | if ( event ) { | 3256 | if ( event ) { |
3257 | Event *ev = new Event(*event); | 3257 | Event *ev = new Event(*event); |
3258 | ev->registerObserver(0); | 3258 | ev->registerObserver(0); |
3259 | ev->clearAttendees(); | 3259 | ev->clearAttendees(); |
3260 | if (!dlg->addMessage(ev,Scheduler::Publish,publishdlg->addresses())) { | 3260 | if (!dlg->addMessage(ev,Scheduler::Publish,publishdlg->addresses())) { |
3261 | delete(ev); | 3261 | delete(ev); |
3262 | } | 3262 | } |
3263 | } else { | 3263 | } else { |
3264 | if ( todo ) { | 3264 | if ( todo ) { |
3265 | Todo *ev = new Todo(*todo); | 3265 | Todo *ev = new Todo(*todo); |
3266 | ev->registerObserver(0); | 3266 | ev->registerObserver(0); |
3267 | ev->clearAttendees(); | 3267 | ev->clearAttendees(); |
3268 | if (!dlg->addMessage(ev,Scheduler::Publish,publishdlg->addresses())) { | 3268 | if (!dlg->addMessage(ev,Scheduler::Publish,publishdlg->addresses())) { |
3269 | delete(ev); | 3269 | delete(ev); |
3270 | } | 3270 | } |
3271 | } | 3271 | } |
3272 | } | 3272 | } |
3273 | } | 3273 | } |
3274 | delete publishdlg; | 3274 | delete publishdlg; |
3275 | } | 3275 | } |
3276 | 3276 | ||
3277 | void CalendarView::schedule_request(Incidence *incidence) | 3277 | void CalendarView::schedule_request(Incidence *incidence) |
3278 | { | 3278 | { |
3279 | schedule(Scheduler::Request,incidence); | 3279 | schedule(Scheduler::Request,incidence); |
3280 | } | 3280 | } |
3281 | 3281 | ||
3282 | void CalendarView::schedule_refresh(Incidence *incidence) | 3282 | void CalendarView::schedule_refresh(Incidence *incidence) |
3283 | { | 3283 | { |
3284 | schedule(Scheduler::Refresh,incidence); | 3284 | schedule(Scheduler::Refresh,incidence); |
3285 | } | 3285 | } |
3286 | 3286 | ||
3287 | void CalendarView::schedule_cancel(Incidence *incidence) | 3287 | void CalendarView::schedule_cancel(Incidence *incidence) |
3288 | { | 3288 | { |
3289 | schedule(Scheduler::Cancel,incidence); | 3289 | schedule(Scheduler::Cancel,incidence); |
3290 | } | 3290 | } |
3291 | 3291 | ||
3292 | void CalendarView::schedule_add(Incidence *incidence) | 3292 | void CalendarView::schedule_add(Incidence *incidence) |
3293 | { | 3293 | { |
3294 | schedule(Scheduler::Add,incidence); | 3294 | schedule(Scheduler::Add,incidence); |
3295 | } | 3295 | } |
3296 | 3296 | ||
3297 | void CalendarView::schedule_reply(Incidence *incidence) | 3297 | void CalendarView::schedule_reply(Incidence *incidence) |
3298 | { | 3298 | { |
3299 | schedule(Scheduler::Reply,incidence); | 3299 | schedule(Scheduler::Reply,incidence); |
3300 | } | 3300 | } |
3301 | 3301 | ||
3302 | void CalendarView::schedule_counter(Incidence *incidence) | 3302 | void CalendarView::schedule_counter(Incidence *incidence) |
3303 | { | 3303 | { |
3304 | schedule(Scheduler::Counter,incidence); | 3304 | schedule(Scheduler::Counter,incidence); |
3305 | } | 3305 | } |
3306 | 3306 | ||
3307 | void CalendarView::schedule_declinecounter(Incidence *incidence) | 3307 | void CalendarView::schedule_declinecounter(Incidence *incidence) |
3308 | { | 3308 | { |
3309 | schedule(Scheduler::Declinecounter,incidence); | 3309 | schedule(Scheduler::Declinecounter,incidence); |
3310 | } | 3310 | } |
3311 | 3311 | ||
3312 | void CalendarView::schedule_publish_freebusy(int daysToPublish) | 3312 | void CalendarView::schedule_publish_freebusy(int daysToPublish) |
3313 | { | 3313 | { |
3314 | QDateTime start = QDateTime::currentDateTime(); | 3314 | QDateTime start = QDateTime::currentDateTime(); |
3315 | QDateTime end = start.addDays(daysToPublish); | 3315 | QDateTime end = start.addDays(daysToPublish); |
3316 | 3316 | ||
3317 | FreeBusy *freebusy = new FreeBusy(mCalendar, start, end); | 3317 | FreeBusy *freebusy = new FreeBusy(mCalendar, start, end); |
3318 | freebusy->setOrganizer(KOPrefs::instance()->email()); | 3318 | freebusy->setOrganizer(KOPrefs::instance()->email()); |
3319 | 3319 | ||
3320 | 3320 | ||
3321 | PublishDialog *publishdlg = new PublishDialog(); | 3321 | PublishDialog *publishdlg = new PublishDialog(); |
3322 | if ( publishdlg->exec() == QDialog::Accepted ) { | 3322 | if ( publishdlg->exec() == QDialog::Accepted ) { |
3323 | OutgoingDialog *dlg = mDialogManager->outgoingDialog(); | 3323 | OutgoingDialog *dlg = mDialogManager->outgoingDialog(); |
3324 | if (!dlg->addMessage(freebusy,Scheduler::Publish,publishdlg->addresses())) { | 3324 | if (!dlg->addMessage(freebusy,Scheduler::Publish,publishdlg->addresses())) { |
3325 | delete(freebusy); | 3325 | delete(freebusy); |
3326 | } | 3326 | } |
3327 | } | 3327 | } |
3328 | delete publishdlg; | 3328 | delete publishdlg; |
3329 | } | 3329 | } |
3330 | 3330 | ||
3331 | void CalendarView::schedule(Scheduler::Method method, Incidence *incidence) | 3331 | void CalendarView::schedule(Scheduler::Method method, Incidence *incidence) |
3332 | { | 3332 | { |
3333 | Event *event = 0; | 3333 | Event *event = 0; |
3334 | Todo *todo = 0; | 3334 | Todo *todo = 0; |
3335 | 3335 | ||
3336 | if (incidence == 0) { | 3336 | if (incidence == 0) { |
3337 | incidence = mViewManager->currentView()->selectedIncidences().first(); | 3337 | incidence = mViewManager->currentView()->selectedIncidences().first(); |
3338 | if (incidence == 0) { | 3338 | if (incidence == 0) { |
3339 | incidence = mTodoList->selectedIncidences().first(); | 3339 | incidence = mTodoList->selectedIncidences().first(); |
3340 | } | 3340 | } |
3341 | } | 3341 | } |
3342 | if ( incidence && incidence->type() == "Event" ) { | 3342 | if ( incidence && incidence->type() == "Event" ) { |
3343 | event = static_cast<Event *>(incidence); | 3343 | event = static_cast<Event *>(incidence); |
3344 | } | 3344 | } |
3345 | if ( incidence && incidence->type() == "Todo" ) { | 3345 | if ( incidence && incidence->type() == "Todo" ) { |
3346 | todo = static_cast<Todo *>(incidence); | 3346 | todo = static_cast<Todo *>(incidence); |
3347 | } | 3347 | } |
3348 | 3348 | ||
3349 | if (!event && !todo) { | 3349 | if (!event && !todo) { |
3350 | KMessageBox::sorry(this,i18n("No event selected.")); | 3350 | KMessageBox::sorry(this,i18n("No event selected.")); |
3351 | return; | 3351 | return; |
3352 | } | 3352 | } |
3353 | 3353 | ||
3354 | if( incidence->attendeeCount() == 0 && method != Scheduler::Publish ) { | 3354 | if( incidence->attendeeCount() == 0 && method != Scheduler::Publish ) { |
3355 | KMessageBox::sorry(this,i18n("The event has no attendees.")); | 3355 | KMessageBox::sorry(this,i18n("The event has no attendees.")); |
3356 | return; | 3356 | return; |
3357 | } | 3357 | } |
3358 | 3358 | ||
3359 | Event *ev = 0; | 3359 | Event *ev = 0; |
3360 | if (event) ev = new Event(*event); | 3360 | if (event) ev = new Event(*event); |
3361 | Todo *to = 0; | 3361 | Todo *to = 0; |
3362 | if (todo) to = new Todo(*todo); | 3362 | if (todo) to = new Todo(*todo); |
3363 | 3363 | ||
3364 | if (method == Scheduler::Reply || method == Scheduler::Refresh) { | 3364 | if (method == Scheduler::Reply || method == Scheduler::Refresh) { |
3365 | Attendee *me = incidence->attendeeByMails(KOPrefs::instance()->mAdditionalMails,KOPrefs::instance()->email()); | 3365 | Attendee *me = incidence->attendeeByMails(KOPrefs::instance()->mAdditionalMails,KOPrefs::instance()->email()); |
3366 | if (!me) { | 3366 | if (!me) { |
3367 | KMessageBox::sorry(this,i18n("Could not find your attendee entry.\nPlease check the emails.")); | 3367 | KMessageBox::sorry(this,i18n("Could not find your attendee entry.\nPlease check the emails.")); |
3368 | return; | 3368 | return; |
3369 | } | 3369 | } |
3370 | if (me->status()==Attendee::NeedsAction && me->RSVP() && method==Scheduler::Reply) { | 3370 | if (me->status()==Attendee::NeedsAction && me->RSVP() && method==Scheduler::Reply) { |
3371 | StatusDialog *statdlg = new StatusDialog(this); | 3371 | StatusDialog *statdlg = new StatusDialog(this); |
3372 | if (!statdlg->exec()==QDialog::Accepted) return; | 3372 | if (!statdlg->exec()==QDialog::Accepted) return; |
3373 | me->setStatus( statdlg->status() ); | 3373 | me->setStatus( statdlg->status() ); |
3374 | delete(statdlg); | 3374 | delete(statdlg); |
3375 | } | 3375 | } |
3376 | Attendee *menew = new Attendee(*me); | 3376 | Attendee *menew = new Attendee(*me); |
3377 | if (ev) { | 3377 | if (ev) { |
3378 | ev->clearAttendees(); | 3378 | ev->clearAttendees(); |
3379 | ev->addAttendee(menew,false); | 3379 | ev->addAttendee(menew,false); |
3380 | } else { | 3380 | } else { |
3381 | if (to) { | 3381 | if (to) { |
3382 | todo->clearAttendees(); | 3382 | todo->clearAttendees(); |
3383 | todo->addAttendee(menew,false); | 3383 | todo->addAttendee(menew,false); |
3384 | } | 3384 | } |
3385 | } | 3385 | } |
3386 | } | 3386 | } |
3387 | 3387 | ||
3388 | OutgoingDialog *dlg = mDialogManager->outgoingDialog(); | 3388 | OutgoingDialog *dlg = mDialogManager->outgoingDialog(); |
3389 | if (ev) { | 3389 | if (ev) { |
3390 | if ( !dlg->addMessage(ev,method) ) delete(ev); | 3390 | if ( !dlg->addMessage(ev,method) ) delete(ev); |
3391 | } else { | 3391 | } else { |
3392 | if (to) { | 3392 | if (to) { |
3393 | if ( !dlg->addMessage(to,method) ) delete(to); | 3393 | if ( !dlg->addMessage(to,method) ) delete(to); |
3394 | } | 3394 | } |
3395 | } | 3395 | } |
3396 | } | 3396 | } |
3397 | 3397 | ||
3398 | void CalendarView::openAddressbook() | 3398 | void CalendarView::openAddressbook() |
3399 | { | 3399 | { |
3400 | KRun::runCommand("kaddressbook"); | 3400 | KRun::runCommand("kaddressbook"); |
3401 | } | 3401 | } |
3402 | 3402 | ||
3403 | void CalendarView::setModified(bool modified) | 3403 | void CalendarView::setModified(bool modified) |
3404 | { | 3404 | { |
3405 | if ( modified ) | 3405 | if ( modified ) |
3406 | emit signalmodified(); | 3406 | emit signalmodified(); |
3407 | if (mModified != modified) { | 3407 | if (mModified != modified) { |
3408 | mModified = modified; | 3408 | mModified = modified; |
3409 | emit modifiedChanged(mModified); | 3409 | emit modifiedChanged(mModified); |
3410 | } | 3410 | } |
3411 | } | 3411 | } |
3412 | 3412 | ||
3413 | bool CalendarView::isReadOnly() | 3413 | bool CalendarView::isReadOnly() |
3414 | { | 3414 | { |
3415 | return mReadOnly; | 3415 | return mReadOnly; |
3416 | } | 3416 | } |
3417 | 3417 | ||
3418 | void CalendarView::setReadOnly(bool readOnly) | 3418 | void CalendarView::setReadOnly(bool readOnly) |
3419 | { | 3419 | { |
3420 | if (mReadOnly != readOnly) { | 3420 | if (mReadOnly != readOnly) { |
3421 | mReadOnly = readOnly; | 3421 | mReadOnly = readOnly; |
3422 | emit readOnlyChanged(mReadOnly); | 3422 | emit readOnlyChanged(mReadOnly); |
3423 | } | 3423 | } |
3424 | } | 3424 | } |
3425 | 3425 | ||
3426 | bool CalendarView::isModified() | 3426 | bool CalendarView::isModified() |
3427 | { | 3427 | { |
3428 | return mModified; | 3428 | return mModified; |
3429 | } | 3429 | } |
3430 | 3430 | ||
3431 | void CalendarView::printSetup() | 3431 | void CalendarView::printSetup() |
3432 | { | 3432 | { |
3433 | #ifndef KORG_NOPRINTER | 3433 | #ifndef KORG_NOPRINTER |
3434 | createPrinter(); | 3434 | createPrinter(); |
3435 | 3435 | ||
3436 | mCalPrinter->setupPrinter(); | 3436 | mCalPrinter->setupPrinter(); |
3437 | #endif | 3437 | #endif |
3438 | } | 3438 | } |
3439 | 3439 | ||
3440 | void CalendarView::print() | 3440 | void CalendarView::print() |
3441 | { | 3441 | { |
3442 | #ifndef KORG_NOPRINTER | 3442 | #ifndef KORG_NOPRINTER |
3443 | createPrinter(); | 3443 | createPrinter(); |
3444 | 3444 | ||
3445 | DateList tmpDateList = mNavigator->selectedDates(); | 3445 | DateList tmpDateList = mNavigator->selectedDates(); |
3446 | mCalPrinter->print(CalPrinter::Month, | 3446 | mCalPrinter->print(CalPrinter::Month, |
3447 | tmpDateList.first(), tmpDateList.last()); | 3447 | tmpDateList.first(), tmpDateList.last()); |
3448 | #endif | 3448 | #endif |
3449 | } | 3449 | } |
3450 | 3450 | ||
3451 | void CalendarView::printPreview() | 3451 | void CalendarView::printPreview() |
3452 | { | 3452 | { |
3453 | #ifndef KORG_NOPRINTER | 3453 | #ifndef KORG_NOPRINTER |
3454 | kdDebug() << "CalendarView::printPreview()" << endl; | 3454 | kdDebug() << "CalendarView::printPreview()" << endl; |
3455 | 3455 | ||
3456 | createPrinter(); | 3456 | createPrinter(); |
3457 | 3457 | ||
3458 | DateList tmpDateList = mNavigator->selectedDates(); | 3458 | DateList tmpDateList = mNavigator->selectedDates(); |
3459 | 3459 | ||
3460 | mViewManager->currentView()->printPreview(mCalPrinter,tmpDateList.first(), | 3460 | mViewManager->currentView()->printPreview(mCalPrinter,tmpDateList.first(), |
3461 | tmpDateList.last()); | 3461 | tmpDateList.last()); |
3462 | #endif | 3462 | #endif |
3463 | } | 3463 | } |
3464 | 3464 | ||
3465 | void CalendarView::exportICalendar() | 3465 | void CalendarView::exportICalendar() |
3466 | { | 3466 | { |
3467 | QString filename = KFileDialog::getSaveFileName("icalout.ics",i18n("*.ics|ICalendars"),this); | 3467 | QString filename = KFileDialog::getSaveFileName("icalout.ics",i18n("*.ics|ICalendars"),this); |
3468 | 3468 | ||
3469 | // Force correct extension | 3469 | // Force correct extension |
3470 | if (filename.right(4) != ".ics") filename += ".ics"; | 3470 | if (filename.right(4) != ".ics") filename += ".ics"; |
3471 | 3471 | ||
3472 | FileStorage storage( mCalendar, filename, new ICalFormat() ); | 3472 | FileStorage storage( mCalendar, filename, new ICalFormat() ); |
3473 | storage.save(); | 3473 | storage.save(); |
3474 | } | 3474 | } |
3475 | 3475 | ||
3476 | bool CalendarView::exportVCalendar( QString filename ) | 3476 | bool CalendarView::exportVCalendar( QString filename ) |
3477 | { | 3477 | { |
3478 | if (mCalendar->journals().count() > 0) { | 3478 | if (mCalendar->journals().count() > 0) { |
3479 | int result = KMessageBox::warningContinueCancel(this, | 3479 | int result = KMessageBox::warningContinueCancel(this, |
3480 | i18n("The journal entries can not be\nexported to a vCalendar file."), | 3480 | i18n("The journal entries can not be\nexported to a vCalendar file."), |
3481 | i18n("Data Loss Warning"),i18n("Proceed"),i18n("Cancel"), | 3481 | i18n("Data Loss Warning"),i18n("Proceed"),i18n("Cancel"), |
3482 | true); | 3482 | true); |
3483 | if (result != KMessageBox::Continue) return false; | 3483 | if (result != KMessageBox::Continue) return false; |
3484 | } | 3484 | } |
3485 | 3485 | ||
3486 | //QString filename = KFileDialog::getSaveFileName("vcalout.vcs",i18n("*.vcs|VCalendars"),this); | 3486 | //QString filename = KFileDialog::getSaveFileName("vcalout.vcs",i18n("*.vcs|VCalendars"),this); |
3487 | 3487 | ||
3488 | // Force correct extension | 3488 | // Force correct extension |
3489 | if (filename.right(4) != ".vcs") filename += ".vcs"; | 3489 | if (filename.right(4) != ".vcs") filename += ".vcs"; |
3490 | 3490 | ||
3491 | FileStorage storage( mCalendar, filename, new VCalFormat ); | 3491 | FileStorage storage( mCalendar, filename, new VCalFormat ); |
3492 | return storage.save(); | 3492 | return storage.save(); |
3493 | 3493 | ||
3494 | } | 3494 | } |
3495 | 3495 | ||
3496 | void CalendarView::eventUpdated(Incidence *) | 3496 | void CalendarView::eventUpdated(Incidence *) |
3497 | { | 3497 | { |
3498 | setModified(); | 3498 | setModified(); |
3499 | // Don't call updateView here. The code, which has caused the update of the | 3499 | // Don't call updateView here. The code, which has caused the update of the |
3500 | // event is responsible for updating the view. | 3500 | // event is responsible for updating the view. |
3501 | // updateView(); | 3501 | // updateView(); |
3502 | } | 3502 | } |
3503 | 3503 | ||
3504 | void CalendarView::adaptNavigationUnits() | 3504 | void CalendarView::adaptNavigationUnits() |
3505 | { | 3505 | { |
3506 | if (mViewManager->currentView()->isEventView()) { | 3506 | if (mViewManager->currentView()->isEventView()) { |
3507 | int days = mViewManager->currentView()->currentDateCount(); | 3507 | int days = mViewManager->currentView()->currentDateCount(); |
3508 | if (days == 1) { | 3508 | if (days == 1) { |
3509 | emit changeNavStringPrev(i18n("&Previous Day")); | 3509 | emit changeNavStringPrev(i18n("&Previous Day")); |
3510 | emit changeNavStringNext(i18n("&Next Day")); | 3510 | emit changeNavStringNext(i18n("&Next Day")); |
3511 | } else { | 3511 | } else { |
3512 | emit changeNavStringPrev(i18n("&Previous Week")); | 3512 | emit changeNavStringPrev(i18n("&Previous Week")); |
3513 | emit changeNavStringNext(i18n("&Next Week")); | 3513 | emit changeNavStringNext(i18n("&Next Week")); |
3514 | } | 3514 | } |
3515 | } | 3515 | } |
3516 | } | 3516 | } |
3517 | 3517 | ||
3518 | void CalendarView::processMainViewSelection( Incidence *incidence ) | 3518 | void CalendarView::processMainViewSelection( Incidence *incidence ) |
3519 | { | 3519 | { |
3520 | if ( incidence ) mTodoList->clearSelection(); | 3520 | if ( incidence ) mTodoList->clearSelection(); |
3521 | processIncidenceSelection( incidence ); | 3521 | processIncidenceSelection( incidence ); |
3522 | } | 3522 | } |
3523 | 3523 | ||
3524 | void CalendarView::processTodoListSelection( Incidence *incidence ) | 3524 | void CalendarView::processTodoListSelection( Incidence *incidence ) |
3525 | { | 3525 | { |
3526 | if ( incidence && mViewManager->currentView() ) { | 3526 | if ( incidence && mViewManager->currentView() ) { |
3527 | mViewManager->currentView()->clearSelection(); | 3527 | mViewManager->currentView()->clearSelection(); |
3528 | } | 3528 | } |
3529 | processIncidenceSelection( incidence ); | 3529 | processIncidenceSelection( incidence ); |
3530 | } | 3530 | } |
3531 | 3531 | ||
3532 | void CalendarView::processIncidenceSelection( Incidence *incidence ) | 3532 | void CalendarView::processIncidenceSelection( Incidence *incidence ) |
3533 | { | 3533 | { |
3534 | if ( incidence == mSelectedIncidence ) return; | 3534 | if ( incidence == mSelectedIncidence ) return; |
3535 | 3535 | ||
3536 | mSelectedIncidence = incidence; | 3536 | mSelectedIncidence = incidence; |
3537 | 3537 | ||
3538 | emit incidenceSelected( mSelectedIncidence ); | 3538 | emit incidenceSelected( mSelectedIncidence ); |
3539 | 3539 | ||
3540 | if ( incidence && incidence->type() == "Event" ) { | 3540 | if ( incidence && incidence->type() == "Event" ) { |
3541 | Event *event = static_cast<Event *>( incidence ); | 3541 | Event *event = static_cast<Event *>( incidence ); |
3542 | if ( event->organizer() == KOPrefs::instance()->email() ) { | 3542 | if ( event->organizer() == KOPrefs::instance()->email() ) { |
3543 | emit organizerEventsSelected( true ); | 3543 | emit organizerEventsSelected( true ); |
3544 | } else { | 3544 | } else { |
3545 | emit organizerEventsSelected(false); | 3545 | emit organizerEventsSelected(false); |
3546 | } | 3546 | } |
3547 | if (event->attendeeByMails( KOPrefs::instance()->mAdditionalMails, | 3547 | if (event->attendeeByMails( KOPrefs::instance()->mAdditionalMails, |
3548 | KOPrefs::instance()->email() ) ) { | 3548 | KOPrefs::instance()->email() ) ) { |
3549 | emit groupEventsSelected( true ); | 3549 | emit groupEventsSelected( true ); |
3550 | } else { | 3550 | } else { |
3551 | emit groupEventsSelected(false); | 3551 | emit groupEventsSelected(false); |
3552 | } | 3552 | } |
3553 | return; | 3553 | return; |
3554 | } else { | 3554 | } else { |
3555 | if ( incidence && incidence->type() == "Todo" ) { | 3555 | if ( incidence && incidence->type() == "Todo" ) { |
3556 | emit todoSelected( true ); | 3556 | emit todoSelected( true ); |
3557 | Todo *event = static_cast<Todo *>( incidence ); | 3557 | Todo *event = static_cast<Todo *>( incidence ); |
3558 | if ( event->organizer() == KOPrefs::instance()->email() ) { | 3558 | if ( event->organizer() == KOPrefs::instance()->email() ) { |
3559 | emit organizerEventsSelected( true ); | 3559 | emit organizerEventsSelected( true ); |
3560 | } else { | 3560 | } else { |
3561 | emit organizerEventsSelected(false); | 3561 | emit organizerEventsSelected(false); |
3562 | } | 3562 | } |
3563 | if (event->attendeeByMails( KOPrefs::instance()->mAdditionalMails, | 3563 | if (event->attendeeByMails( KOPrefs::instance()->mAdditionalMails, |
3564 | KOPrefs::instance()->email() ) ) { | 3564 | KOPrefs::instance()->email() ) ) { |
3565 | emit groupEventsSelected( true ); | 3565 | emit groupEventsSelected( true ); |
3566 | } else { | 3566 | } else { |
3567 | emit groupEventsSelected(false); | 3567 | emit groupEventsSelected(false); |
3568 | } | 3568 | } |
3569 | return; | 3569 | return; |
3570 | } else { | 3570 | } else { |
3571 | emit todoSelected( false ); | 3571 | emit todoSelected( false ); |
3572 | emit organizerEventsSelected(false); | 3572 | emit organizerEventsSelected(false); |
3573 | emit groupEventsSelected(false); | 3573 | emit groupEventsSelected(false); |
3574 | } | 3574 | } |
3575 | return; | 3575 | return; |
3576 | } | 3576 | } |
3577 | 3577 | ||
3578 | /* if ( incidence && incidence->type() == "Todo" ) { | 3578 | /* if ( incidence && incidence->type() == "Todo" ) { |
3579 | emit todoSelected( true ); | 3579 | emit todoSelected( true ); |
3580 | } else { | 3580 | } else { |
3581 | emit todoSelected( false ); | 3581 | emit todoSelected( false ); |
3582 | }*/ | 3582 | }*/ |
3583 | } | 3583 | } |
3584 | 3584 | ||
3585 | 3585 | ||
3586 | void CalendarView::checkClipboard() | 3586 | void CalendarView::checkClipboard() |
3587 | { | 3587 | { |
3588 | #ifndef KORG_NODND | 3588 | #ifndef KORG_NODND |
3589 | if (ICalDrag::canDecode(QApplication::clipboard()->data())) { | 3589 | if (ICalDrag::canDecode(QApplication::clipboard()->data())) { |
3590 | emit pasteEnabled(true); | 3590 | emit pasteEnabled(true); |
3591 | } else { | 3591 | } else { |
3592 | emit pasteEnabled(false); | 3592 | emit pasteEnabled(false); |
3593 | } | 3593 | } |
3594 | #endif | 3594 | #endif |
3595 | } | 3595 | } |
3596 | 3596 | ||
3597 | void CalendarView::showDates(const DateList &selectedDates) | 3597 | void CalendarView::showDates(const DateList &selectedDates) |
3598 | { | 3598 | { |
3599 | // kdDebug() << "CalendarView::selectDates()" << endl; | 3599 | // kdDebug() << "CalendarView::selectDates()" << endl; |
3600 | 3600 | ||
3601 | 3601 | ||
3602 | if ( !mBlockShowDates ) { | 3602 | if ( !mBlockShowDates ) { |
3603 | if ( mViewManager->currentView() ) { | 3603 | if ( mViewManager->currentView() ) { |
3604 | updateView( selectedDates.first(), selectedDates.last() ); | 3604 | updateView( selectedDates.first(), selectedDates.last() ); |
3605 | } else { | 3605 | } else { |
3606 | mViewManager->showAgendaView(); | 3606 | mViewManager->showAgendaView(); |
3607 | } | 3607 | } |
3608 | } | 3608 | } |
3609 | 3609 | ||
3610 | QDate date = selectedDates.first(); | 3610 | QDate date = selectedDates.first(); |
3611 | if ( ! date.isValid() ) { | 3611 | if ( ! date.isValid() ) { |
3612 | topLevelWidget()->setCaption(""); | 3612 | topLevelWidget()->setCaption(""); |
3613 | return; | 3613 | return; |
3614 | } | 3614 | } |
3615 | 3615 | ||
3616 | QString selDates; | 3616 | QString selDates; |
3617 | selDates = KGlobal::locale()->formatDate( date, true); | 3617 | selDates = KGlobal::locale()->formatDate( date, true); |
3618 | if (selectedDates.first() < selectedDates.last() ) | 3618 | if (selectedDates.first() < selectedDates.last() ) |
3619 | selDates += " - " + KGlobal::locale()->formatDate( selectedDates.last(),true); | 3619 | selDates += " - " + KGlobal::locale()->formatDate( selectedDates.last(),true); |
3620 | else { | 3620 | else { |
3621 | QString addString; | 3621 | QString addString; |
3622 | if ( date == QDateTime::currentDateTime().date() ) | 3622 | if ( date == QDateTime::currentDateTime().date() ) |
3623 | addString = i18n("Today"); | 3623 | addString = i18n("Today"); |
3624 | else if ( date == QDateTime::currentDateTime().date().addDays(1) ) | 3624 | else if ( date == QDateTime::currentDateTime().date().addDays(1) ) |
3625 | addString = i18n("Tomorrow"); | 3625 | addString = i18n("Tomorrow"); |
3626 | else if ( date == QDateTime::currentDateTime().date().addDays(-1) ) | 3626 | else if ( date == QDateTime::currentDateTime().date().addDays(-1) ) |
3627 | addString = i18n("Yesterday"); | 3627 | addString = i18n("Yesterday"); |
3628 | else if ( date == QDateTime::currentDateTime().date().addDays(-2) ) | 3628 | else if ( date == QDateTime::currentDateTime().date().addDays(-2) ) |
3629 | addString = i18n("Day before yesterday"); | 3629 | addString = i18n("Day before yesterday"); |
3630 | else if ( date == QDateTime::currentDateTime().date().addDays(2) ) | 3630 | else if ( date == QDateTime::currentDateTime().date().addDays(2) ) |
3631 | addString = i18n("Day after tomorrow"); | 3631 | addString = i18n("Day after tomorrow"); |
3632 | if ( !addString.isEmpty() ) { | 3632 | if ( !addString.isEmpty() ) { |
3633 | topLevelWidget()->setCaption( addString+", " + selDates ); | 3633 | topLevelWidget()->setCaption( addString+", " + selDates ); |
3634 | return; | 3634 | return; |
3635 | } | 3635 | } |
3636 | } | 3636 | } |
3637 | topLevelWidget()->setCaption( i18n("Dates: ") + selDates ); | 3637 | topLevelWidget()->setCaption( i18n("Dates: ") + selDates ); |
3638 | 3638 | ||
3639 | } | 3639 | } |
3640 | 3640 | ||
3641 | QPtrList<CalFilter> CalendarView::filters() | 3641 | QPtrList<CalFilter> CalendarView::filters() |
3642 | { | 3642 | { |
3643 | return mFilters; | 3643 | return mFilters; |
3644 | 3644 | ||
3645 | } | 3645 | } |
3646 | void CalendarView::editFilters() | 3646 | void CalendarView::editFilters() |
3647 | { | 3647 | { |
3648 | // kdDebug() << "CalendarView::editFilters()" << endl; | 3648 | // kdDebug() << "CalendarView::editFilters()" << endl; |
3649 | 3649 | ||
3650 | CalFilter *filter = mFilters.first(); | 3650 | CalFilter *filter = mFilters.first(); |
3651 | while(filter) { | 3651 | while(filter) { |
3652 | kdDebug() << " Filter: " << filter->name() << endl; | 3652 | kdDebug() << " Filter: " << filter->name() << endl; |
3653 | filter = mFilters.next(); | 3653 | filter = mFilters.next(); |
3654 | } | 3654 | } |
3655 | 3655 | ||
3656 | mDialogManager->showFilterEditDialog(&mFilters); | 3656 | mDialogManager->showFilterEditDialog(&mFilters); |
3657 | } | 3657 | } |
3658 | void CalendarView::toggleFilter() | 3658 | void CalendarView::toggleFilter() |
3659 | { | 3659 | { |
3660 | showFilter(! mFilterView->isVisible()); | 3660 | showFilter(! mFilterView->isVisible()); |
3661 | } | 3661 | } |
3662 | 3662 | ||
3663 | KOFilterView *CalendarView::filterView() | 3663 | KOFilterView *CalendarView::filterView() |
3664 | { | 3664 | { |
3665 | return mFilterView; | 3665 | return mFilterView; |
3666 | } | 3666 | } |
3667 | void CalendarView::selectFilter( int fil ) | 3667 | void CalendarView::selectFilter( int fil ) |
3668 | { | 3668 | { |
3669 | mFilterView->setSelectedFilter( fil ); | 3669 | mFilterView->setSelectedFilter( fil ); |
3670 | } | 3670 | } |
3671 | void CalendarView::showFilter(bool visible) | 3671 | void CalendarView::showFilter(bool visible) |
3672 | { | 3672 | { |
3673 | if (visible) mFilterView->show(); | 3673 | if (visible) mFilterView->show(); |
3674 | else mFilterView->hide(); | 3674 | else mFilterView->hide(); |
3675 | } | 3675 | } |
3676 | void CalendarView::toggleFilerEnabled( ) | 3676 | void CalendarView::toggleFilerEnabled( ) |
3677 | { | 3677 | { |
3678 | mFilterView->setFiltersEnabled ( !mFilterView->filtersEnabled() ); | 3678 | mFilterView->setFiltersEnabled ( !mFilterView->filtersEnabled() ); |
3679 | if ( !mFilterView->filtersEnabled() ) | 3679 | if ( !mFilterView->filtersEnabled() ) |
3680 | topLevelWidget()->setCaption( i18n("Filter disabled ") ); | 3680 | topLevelWidget()->setCaption( i18n("Filter disabled ") ); |
3681 | 3681 | ||
3682 | } | 3682 | } |
3683 | void CalendarView::updateFilter() | 3683 | void CalendarView::updateFilter() |
3684 | { | 3684 | { |
3685 | CalFilter *filter = mFilterView->selectedFilter(); | 3685 | CalFilter *filter = mFilterView->selectedFilter(); |
3686 | if (filter) { | 3686 | if (filter) { |
3687 | QString mess; | 3687 | QString mess; |
3688 | if (mFilterView->filtersEnabled()) { | 3688 | if (mFilterView->filtersEnabled()) { |
3689 | mess = i18n("Filter selected: ")+filter->name(); | 3689 | mess = i18n("Filter selected: ")+filter->name(); |
3690 | filter->setEnabled(true); | 3690 | filter->setEnabled(true); |
3691 | } | 3691 | } |
3692 | else filter->setEnabled(false); | 3692 | else filter->setEnabled(false); |
3693 | mCalendar->setFilter(filter); | 3693 | mCalendar->setFilter(filter); |
3694 | updateView(); | 3694 | updateView(); |
3695 | if ( !mess.isEmpty() ) | 3695 | if ( !mess.isEmpty() ) |
3696 | topLevelWidget()->setCaption( mess ); | 3696 | topLevelWidget()->setCaption( mess ); |
3697 | 3697 | ||
3698 | } | 3698 | } |
3699 | } | 3699 | } |
3700 | 3700 | ||
3701 | void CalendarView::filterEdited() | 3701 | void CalendarView::filterEdited() |
3702 | { | 3702 | { |
3703 | mFilterView->updateFilters(); | 3703 | mFilterView->updateFilters(); |
3704 | updateFilter(); | 3704 | updateFilter(); |
3705 | writeSettings(); | 3705 | writeSettings(); |
3706 | } | 3706 | } |
3707 | 3707 | ||
3708 | 3708 | ||
3709 | void CalendarView::takeOverEvent() | 3709 | void CalendarView::takeOverEvent() |
3710 | { | 3710 | { |
3711 | Incidence *incidence = currentSelection(); | 3711 | Incidence *incidence = currentSelection(); |
3712 | 3712 | ||
3713 | if (!incidence) return; | 3713 | if (!incidence) return; |
3714 | 3714 | ||
3715 | incidence->setOrganizer(KOPrefs::instance()->email()); | 3715 | incidence->setOrganizer(KOPrefs::instance()->email()); |
3716 | incidence->recreate(); | 3716 | incidence->recreate(); |
3717 | incidence->setReadOnly(false); | 3717 | incidence->setReadOnly(false); |
3718 | 3718 | ||
3719 | updateView(); | 3719 | updateView(); |
3720 | } | 3720 | } |
3721 | 3721 | ||
3722 | void CalendarView::takeOverCalendar() | 3722 | void CalendarView::takeOverCalendar() |
3723 | { | 3723 | { |
3724 | // TODO: Create Calendar::allIncidences() function and use it here | 3724 | // TODO: Create Calendar::allIncidences() function and use it here |
3725 | 3725 | ||
3726 | QPtrList<Event> events = mCalendar->events(); | 3726 | QPtrList<Event> events = mCalendar->events(); |
3727 | for(uint i=0; i<events.count(); ++i) { | 3727 | for(uint i=0; i<events.count(); ++i) { |
3728 | events.at(i)->setOrganizer(KOPrefs::instance()->email()); | 3728 | events.at(i)->setOrganizer(KOPrefs::instance()->email()); |
3729 | events.at(i)->recreate(); | 3729 | events.at(i)->recreate(); |
3730 | events.at(i)->setReadOnly(false); | 3730 | events.at(i)->setReadOnly(false); |
3731 | } | 3731 | } |
3732 | 3732 | ||
3733 | QPtrList<Todo> todos = mCalendar->todos(); | 3733 | QPtrList<Todo> todos = mCalendar->todos(); |
3734 | for(uint i=0; i<todos.count(); ++i) { | 3734 | for(uint i=0; i<todos.count(); ++i) { |
3735 | todos.at(i)->setOrganizer(KOPrefs::instance()->email()); | 3735 | todos.at(i)->setOrganizer(KOPrefs::instance()->email()); |
3736 | todos.at(i)->recreate(); | 3736 | todos.at(i)->recreate(); |
3737 | todos.at(i)->setReadOnly(false); | 3737 | todos.at(i)->setReadOnly(false); |
3738 | } | 3738 | } |
3739 | 3739 | ||
3740 | QPtrList<Journal> journals = mCalendar->journals(); | 3740 | QPtrList<Journal> journals = mCalendar->journals(); |
3741 | for(uint i=0; i<journals.count(); ++i) { | 3741 | for(uint i=0; i<journals.count(); ++i) { |
3742 | journals.at(i)->setOrganizer(KOPrefs::instance()->email()); | 3742 | journals.at(i)->setOrganizer(KOPrefs::instance()->email()); |
3743 | journals.at(i)->recreate(); | 3743 | journals.at(i)->recreate(); |
3744 | journals.at(i)->setReadOnly(false); | 3744 | journals.at(i)->setReadOnly(false); |
3745 | } | 3745 | } |
3746 | 3746 | ||
3747 | updateView(); | 3747 | updateView(); |
3748 | } | 3748 | } |
3749 | 3749 | ||
3750 | void CalendarView::showIntro() | 3750 | void CalendarView::showIntro() |
3751 | { | 3751 | { |
3752 | kdDebug() << "To be implemented." << endl; | 3752 | kdDebug() << "To be implemented." << endl; |
3753 | } | 3753 | } |
3754 | 3754 | ||
3755 | QWidgetStack *CalendarView::viewStack() | 3755 | QWidgetStack *CalendarView::viewStack() |
3756 | { | 3756 | { |
3757 | return mRightFrame; | 3757 | return mRightFrame; |
3758 | } | 3758 | } |
3759 | 3759 | ||
3760 | QWidget *CalendarView::leftFrame() | 3760 | QWidget *CalendarView::leftFrame() |
3761 | { | 3761 | { |
3762 | return ( QWidget *)mLeftFrame; | 3762 | return ( QWidget *)mLeftFrame; |
3763 | } | 3763 | } |
3764 | 3764 | ||
3765 | DateNavigator *CalendarView::dateNavigator() | 3765 | DateNavigator *CalendarView::dateNavigator() |
3766 | { | 3766 | { |
3767 | return mNavigator; | 3767 | return mNavigator; |
3768 | } | 3768 | } |
3769 | 3769 | ||
3770 | KDateNavigator* CalendarView::dateNavigatorWidget() | 3770 | KDateNavigator* CalendarView::dateNavigatorWidget() |
3771 | { | 3771 | { |
3772 | return mDateNavigator->navigatorView(); | 3772 | return mDateNavigator->navigatorView(); |
3773 | } | 3773 | } |
3774 | void CalendarView::toggleDateNavigatorWidget() | 3774 | void CalendarView::toggleDateNavigatorWidget() |
3775 | { | 3775 | { |
3776 | KOPrefs::instance()->mShowDateNavigator = !KOPrefs::instance()->mShowDateNavigator ; | 3776 | KOPrefs::instance()->mShowDateNavigator = !KOPrefs::instance()->mShowDateNavigator ; |
3777 | 3777 | ||
3778 | if (!KOPrefs::instance()->mShowDateNavigator ) | 3778 | if (!KOPrefs::instance()->mShowDateNavigator ) |
3779 | mDateNavigator->hide(); | 3779 | mDateNavigator->hide(); |
3780 | else | 3780 | else |
3781 | mDateNavigator->show(); | 3781 | mDateNavigator->show(); |
3782 | } | 3782 | } |
3783 | void CalendarView::addView(KOrg::BaseView *view) | 3783 | void CalendarView::addView(KOrg::BaseView *view) |
3784 | { | 3784 | { |
3785 | mViewManager->addView(view); | 3785 | mViewManager->addView(view); |
3786 | } | 3786 | } |
3787 | 3787 | ||
3788 | void CalendarView::showView(KOrg::BaseView *view) | 3788 | void CalendarView::showView(KOrg::BaseView *view) |
3789 | { | 3789 | { |
3790 | mViewManager->showView(view, mLeftFrame->isVisible()); | 3790 | mViewManager->showView(view, mLeftFrame->isVisible()); |
3791 | } | 3791 | } |
3792 | 3792 | ||
3793 | Incidence *CalendarView::currentSelection() | 3793 | Incidence *CalendarView::currentSelection() |
3794 | { | 3794 | { |
3795 | return mViewManager->currentSelection(); | 3795 | return mViewManager->currentSelection(); |
3796 | } | 3796 | } |
3797 | void CalendarView::toggleAllDaySize() | 3797 | void CalendarView::toggleAllDaySize() |
3798 | { | 3798 | { |
3799 | /* | 3799 | /* |
3800 | if ( KOPrefs::instance()->mAllDaySize > 47 ) | 3800 | if ( KOPrefs::instance()->mAllDaySize > 47 ) |
3801 | KOPrefs::instance()->mAllDaySize = KOPrefs::instance()->mAllDaySize /2; | 3801 | KOPrefs::instance()->mAllDaySize = KOPrefs::instance()->mAllDaySize /2; |
3802 | else | 3802 | else |
3803 | KOPrefs::instance()->mAllDaySize = KOPrefs::instance()->mAllDaySize *2; | 3803 | KOPrefs::instance()->mAllDaySize = KOPrefs::instance()->mAllDaySize *2; |
3804 | */ | 3804 | */ |
3805 | viewManager()->agendaView()->toggleAllDay(); | 3805 | viewManager()->agendaView()->toggleAllDay(); |
3806 | } | 3806 | } |
3807 | void CalendarView::toggleExpand() | 3807 | void CalendarView::toggleExpand() |
3808 | { | 3808 | { |
3809 | // if ( mLeftFrame->isHidden() ) { | 3809 | // if ( mLeftFrame->isHidden() ) { |
3810 | // mLeftFrame->show(); | 3810 | // mLeftFrame->show(); |
3811 | // emit calendarViewExpanded( false ); | 3811 | // emit calendarViewExpanded( false ); |
3812 | // } else { | 3812 | // } else { |
3813 | // mLeftFrame->hide(); | 3813 | // mLeftFrame->hide(); |
3814 | // emit calendarViewExpanded( true ); | 3814 | // emit calendarViewExpanded( true ); |
3815 | // } | 3815 | // } |
3816 | //qDebug(" CalendarView::toggleExpand()"); | 3816 | //qDebug(" CalendarView::toggleExpand()"); |
3817 | globalFlagBlockAgenda = 1; | 3817 | globalFlagBlockAgenda = 1; |
3818 | emit calendarViewExpanded( !mLeftFrame->isHidden() ); | 3818 | emit calendarViewExpanded( !mLeftFrame->isHidden() ); |
3819 | globalFlagBlockAgenda = 5; | 3819 | globalFlagBlockAgenda = 5; |
3820 | mViewManager->raiseCurrentView( !mLeftFrame->isHidden() ); | 3820 | mViewManager->raiseCurrentView( !mLeftFrame->isHidden() ); |
3821 | //mViewManager->showView( 0, true ); | 3821 | //mViewManager->showView( 0, true ); |
3822 | } | 3822 | } |
3823 | 3823 | ||
3824 | void CalendarView::calendarModified( bool modified, Calendar * ) | 3824 | void CalendarView::calendarModified( bool modified, Calendar * ) |
3825 | { | 3825 | { |
3826 | setModified( modified ); | 3826 | setModified( modified ); |
3827 | } | 3827 | } |
3828 | 3828 | ||
3829 | Todo *CalendarView::selectedTodo() | 3829 | Todo *CalendarView::selectedTodo() |
3830 | { | 3830 | { |
3831 | Incidence *incidence = currentSelection(); | 3831 | Incidence *incidence = currentSelection(); |
3832 | if ( incidence && incidence->type() == "Todo" ) { | 3832 | if ( incidence && incidence->type() == "Todo" ) { |
3833 | return static_cast<Todo *>( incidence ); | 3833 | return static_cast<Todo *>( incidence ); |
3834 | } | 3834 | } |
3835 | 3835 | ||
3836 | incidence = mTodoList->selectedIncidences().first(); | 3836 | incidence = mTodoList->selectedIncidences().first(); |
3837 | if ( incidence && incidence->type() == "Todo" ) { | 3837 | if ( incidence && incidence->type() == "Todo" ) { |
3838 | return static_cast<Todo *>( incidence ); | 3838 | return static_cast<Todo *>( incidence ); |
3839 | } | 3839 | } |
3840 | 3840 | ||
3841 | return 0; | 3841 | return 0; |
3842 | } | 3842 | } |
3843 | 3843 | ||
3844 | void CalendarView::dialogClosing(Incidence *in) | 3844 | void CalendarView::dialogClosing(Incidence *in) |
3845 | { | 3845 | { |
3846 | // mDialogList.remove(in); | 3846 | // mDialogList.remove(in); |
3847 | } | 3847 | } |
3848 | 3848 | ||
3849 | void CalendarView::showIncidence() | 3849 | void CalendarView::showIncidence() |
3850 | { | 3850 | { |
3851 | mViewerCallerIsSearchDialog = false; | 3851 | mViewerCallerIsSearchDialog = false; |
3852 | Incidence *incidence = currentSelection(); | 3852 | Incidence *incidence = currentSelection(); |
3853 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); | 3853 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); |
3854 | if ( incidence ) { | 3854 | if ( incidence ) { |
3855 | ShowIncidenceVisitor v; | 3855 | ShowIncidenceVisitor v; |
3856 | v.act( incidence, this ); | 3856 | v.act( incidence, this ); |
3857 | } | 3857 | } |
3858 | } | 3858 | } |
3859 | void CalendarView::editIncidenceDescription() | 3859 | void CalendarView::editIncidenceDescription() |
3860 | { | 3860 | { |
3861 | mFlagEditDescription = true; | 3861 | mFlagEditDescription = true; |
3862 | editIncidence(); | 3862 | editIncidence(); |
3863 | mFlagEditDescription = false; | 3863 | mFlagEditDescription = false; |
3864 | } | 3864 | } |
3865 | void CalendarView::editIncidence() | 3865 | void CalendarView::editIncidence() |
3866 | { | 3866 | { |
3867 | // qDebug("editIncidence() "); | 3867 | // qDebug("editIncidence() "); |
3868 | Incidence *incidence = currentSelection(); | 3868 | Incidence *incidence = currentSelection(); |
3869 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); | 3869 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); |
3870 | if ( incidence ) { | 3870 | if ( incidence ) { |
3871 | EditIncidenceVisitor v; | 3871 | EditIncidenceVisitor v; |
3872 | v.act( incidence, this ); | 3872 | v.act( incidence, this ); |
3873 | } | 3873 | } |
3874 | } | 3874 | } |
3875 | 3875 | ||
3876 | void CalendarView::deleteIncidence() | 3876 | void CalendarView::deleteIncidence() |
3877 | { | 3877 | { |
3878 | Incidence *incidence = currentSelection(); | 3878 | Incidence *incidence = currentSelection(); |
3879 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); | 3879 | if ( !incidence ) incidence = mTodoList->selectedIncidences().first(); |
3880 | if ( incidence ) { | 3880 | if ( incidence ) { |
3881 | deleteIncidence(incidence); | 3881 | deleteIncidence(incidence); |
3882 | } | 3882 | } |
3883 | } | 3883 | } |
3884 | 3884 | ||
3885 | void CalendarView::showIncidence(Incidence *incidence) | 3885 | void CalendarView::showIncidence(Incidence *incidence) |
3886 | { | 3886 | { |
3887 | mViewerCallerIsSearchDialog = false; | 3887 | mViewerCallerIsSearchDialog = false; |
3888 | //qDebug("%x %x ",sender (), mDialogManager->getSearchDialog() ); | 3888 | //qDebug("%x %x ",sender (), mDialogManager->getSearchDialog() ); |
3889 | if ( sender() && mDialogManager->getSearchDialog() ) { | 3889 | if ( sender() && mDialogManager->getSearchDialog() ) { |
3890 | if ( sender () == mDialogManager->getSearchDialog()->listview() ) { | 3890 | if ( sender () == mDialogManager->getSearchDialog()->listview() ) { |
3891 | mViewerCallerIsSearchDialog = true; | 3891 | mViewerCallerIsSearchDialog = true; |
3892 | } | 3892 | } |
3893 | } | 3893 | } |
3894 | if ( incidence ) { | 3894 | if ( incidence ) { |
3895 | ShowIncidenceVisitor v; | 3895 | ShowIncidenceVisitor v; |
3896 | v.act( incidence, this ); | 3896 | v.act( incidence, this ); |
3897 | } | 3897 | } |
3898 | } | 3898 | } |
3899 | 3899 | ||
3900 | void CalendarView::editIncidence(Incidence *incidence) | 3900 | void CalendarView::editIncidence(Incidence *incidence) |
3901 | { | 3901 | { |
3902 | if ( incidence ) { | 3902 | if ( incidence ) { |
3903 | 3903 | ||
3904 | EditIncidenceVisitor v; | 3904 | EditIncidenceVisitor v; |
3905 | v.act( incidence, this ); | 3905 | v.act( incidence, this ); |
3906 | 3906 | ||
3907 | } | 3907 | } |
3908 | } | 3908 | } |
3909 | 3909 | ||
3910 | void CalendarView::deleteIncidence(Incidence *incidence) | 3910 | void CalendarView::deleteIncidence(Incidence *incidence) |
3911 | { | 3911 | { |
3912 | //qDebug(" CalendarView::deleteIncidence "); | 3912 | //qDebug(" CalendarView::deleteIncidence "); |
3913 | if ( incidence ) { | 3913 | if ( incidence ) { |
3914 | DeleteIncidenceVisitor v; | 3914 | DeleteIncidenceVisitor v; |
3915 | v.act( incidence, this ); | 3915 | v.act( incidence, this ); |
3916 | } | 3916 | } |
3917 | } | 3917 | } |
3918 | 3918 | ||
3919 | 3919 | ||
3920 | void CalendarView::lookForOutgoingMessages() | 3920 | void CalendarView::lookForOutgoingMessages() |
3921 | { | 3921 | { |
3922 | OutgoingDialog *ogd = mDialogManager->outgoingDialog(); | 3922 | OutgoingDialog *ogd = mDialogManager->outgoingDialog(); |
3923 | ogd->loadMessages(); | 3923 | ogd->loadMessages(); |
3924 | } | 3924 | } |
3925 | 3925 | ||
3926 | void CalendarView::lookForIncomingMessages() | 3926 | void CalendarView::lookForIncomingMessages() |
3927 | { | 3927 | { |
3928 | IncomingDialog *icd = mDialogManager->incomingDialog(); | 3928 | IncomingDialog *icd = mDialogManager->incomingDialog(); |
3929 | icd->retrieve(); | 3929 | icd->retrieve(); |
3930 | } | 3930 | } |
3931 | 3931 | ||
3932 | bool CalendarView::removeCompletedSubTodos( Todo* t ) | 3932 | bool CalendarView::removeCompletedSubTodos( Todo* t ) |
3933 | { | 3933 | { |
3934 | bool deleteTodo = true; | 3934 | bool deleteTodo = true; |
3935 | QPtrList<Incidence> subTodos; | 3935 | QPtrList<Incidence> subTodos; |
3936 | Incidence *aTodo; | 3936 | Incidence *aTodo; |
3937 | subTodos = t->relations(); | 3937 | subTodos = t->relations(); |
3938 | for (aTodo = subTodos.first(); aTodo; aTodo = subTodos.next()) { | 3938 | for (aTodo = subTodos.first(); aTodo; aTodo = subTodos.next()) { |
3939 | if (! removeCompletedSubTodos( (Todo*) aTodo )) | 3939 | if (! removeCompletedSubTodos( (Todo*) aTodo )) |
3940 | deleteTodo = false; | 3940 | deleteTodo = false; |
3941 | } | 3941 | } |
3942 | if ( deleteTodo ) { | 3942 | if ( deleteTodo ) { |
3943 | if ( t->isCompleted() && !t->doesRecur()) { | 3943 | if ( t->isCompleted() && !t->doesRecur()) { |
3944 | checkExternalId( t ); | 3944 | checkExternalId( t ); |
3945 | mCalendar->deleteTodo( t ); | 3945 | mCalendar->deleteTodo( t ); |
3946 | changeTodoDisplay( t,KOGlobals::EVENTDELETED ); | 3946 | changeTodoDisplay( t,KOGlobals::EVENTDELETED ); |
3947 | } | 3947 | } |
3948 | else | 3948 | else |
3949 | deleteTodo = false; | 3949 | deleteTodo = false; |
3950 | } | 3950 | } |
3951 | return deleteTodo; | 3951 | return deleteTodo; |
3952 | 3952 | ||
3953 | } | 3953 | } |
3954 | void CalendarView::purgeCompleted() | 3954 | void CalendarView::purgeCompleted() |
3955 | { | 3955 | { |
3956 | int result = KMessageBox::warningContinueCancel(this, | 3956 | int result = KMessageBox::warningContinueCancel(this, |
3957 | i18n("Delete all\ncompleted To-Dos?"),i18n("Purge To-Dos"),i18n("Purge")); | 3957 | i18n("Delete all\ncompleted To-Dos?"),i18n("Purge To-Dos"),i18n("Purge")); |
3958 | 3958 | ||
3959 | if (result == KMessageBox::Continue) { | 3959 | if (result == KMessageBox::Continue) { |
3960 | 3960 | ||
3961 | QPtrList<Todo> todoCal; | 3961 | QPtrList<Todo> todoCal; |
3962 | QPtrList<Todo> rootTodos; | 3962 | QPtrList<Todo> rootTodos; |
3963 | //QPtrList<Incidence> rel; | 3963 | //QPtrList<Incidence> rel; |
3964 | Todo *aTodo;//, *rTodo; | 3964 | Todo *aTodo;//, *rTodo; |
3965 | Incidence *rIncidence; | 3965 | Incidence *rIncidence; |
3966 | bool childDelete = false; | 3966 | bool childDelete = false; |
3967 | bool deletedOne = true; | 3967 | bool deletedOne = true; |
3968 | todoCal = calendar()->todos(); | 3968 | todoCal = calendar()->todos(); |
3969 | for (aTodo = todoCal.first(); aTodo; aTodo = todoCal.next()) { | 3969 | for (aTodo = todoCal.first(); aTodo; aTodo = todoCal.next()) { |
3970 | if ( !aTodo->relatedTo() ) | 3970 | if ( !aTodo->relatedTo() ) |
3971 | rootTodos.append( aTodo ); | 3971 | rootTodos.append( aTodo ); |
3972 | } | 3972 | } |
3973 | for (aTodo = rootTodos.first(); aTodo; aTodo = rootTodos.next()) { | 3973 | for (aTodo = rootTodos.first(); aTodo; aTodo = rootTodos.next()) { |
3974 | removeCompletedSubTodos( aTodo ); | 3974 | removeCompletedSubTodos( aTodo ); |
3975 | } | 3975 | } |
3976 | 3976 | ||
3977 | updateView(); | 3977 | updateView(); |
3978 | } | 3978 | } |
3979 | } | 3979 | } |
3980 | 3980 | ||
3981 | void CalendarView::slotCalendarChanged() | 3981 | void CalendarView::slotCalendarChanged() |
3982 | { | 3982 | { |
3983 | ; | 3983 | ; |
3984 | } | 3984 | } |
3985 | 3985 | ||
3986 | void CalendarView::keyPressEvent ( QKeyEvent *e) | 3986 | void CalendarView::keyPressEvent ( QKeyEvent *e) |
3987 | { | 3987 | { |
3988 | //qDebug(" alendarView::keyPressEvent "); | 3988 | //qDebug(" alendarView::keyPressEvent "); |
3989 | e->ignore(); | 3989 | e->ignore(); |
3990 | } | 3990 | } |
3991 | 3991 | ||
3992 | 3992 | ||
3993 | bool CalendarView::sync(KSyncManager* manager, QString filename, int mode) | 3993 | bool CalendarView::sync(KSyncManager* manager, QString filename, int mode) |
3994 | { | 3994 | { |
3995 | // mSyncManager = manager; | 3995 | // mSyncManager = manager; |
3996 | if ( filename == QDir::homeDirPath ()+"/.kdecalendardump.ics" ) { | 3996 | if ( filename == QDir::homeDirPath ()+"/.kdecalendardump.ics" ) { |
3997 | qDebug("KO: SyncKDE request detected!"); | 3997 | qDebug("KO: SyncKDE request detected!"); |
3998 | } | 3998 | } |
3999 | mCurrentSyncDevice = mSyncManager->getCurrentSyncDevice(); | 3999 | mCurrentSyncDevice = mSyncManager->getCurrentSyncDevice(); |
4000 | mCurrentSyncName = mSyncManager->getCurrentSyncName(); | 4000 | mCurrentSyncName = mSyncManager->getCurrentSyncName(); |
4001 | return syncCalendar( filename, mode ); | 4001 | return syncCalendar( filename, mode ); |
4002 | } | 4002 | } |
4003 | bool CalendarView::syncExternal(KSyncManager* manager, QString resource) | 4003 | bool CalendarView::syncExternal(KSyncManager* manager, QString resource) |
4004 | { | 4004 | { |
4005 | //mSyncManager = manager; | 4005 | //mSyncManager = manager; |
4006 | mCurrentSyncDevice = mSyncManager->getCurrentSyncDevice(); | 4006 | mCurrentSyncDevice = mSyncManager->getCurrentSyncDevice(); |
4007 | mCurrentSyncName = mSyncManager->getCurrentSyncName(); | 4007 | mCurrentSyncName = mSyncManager->getCurrentSyncName(); |
4008 | if ( resource == "sharp" ) | 4008 | if ( resource == "sharp" ) |
4009 | syncExternal( 0 ); | 4009 | syncExternal( 0 ); |
4010 | if ( resource == "phone" ) | 4010 | if ( resource == "phone" ) |
4011 | syncExternal( 1 ); | 4011 | syncExternal( 1 ); |
4012 | // pending setmodified | 4012 | // pending setmodified |
4013 | return true; | 4013 | return true; |
4014 | } | 4014 | } |
4015 | void CalendarView::setSyncManager(KSyncManager* manager) | 4015 | void CalendarView::setSyncManager(KSyncManager* manager) |
4016 | { | 4016 | { |
4017 | mSyncManager = manager; | 4017 | mSyncManager = manager; |
4018 | } | 4018 | } |
4019 | 4019 | ||
4020 | void CalendarView::removeSyncInfo( QString syncProfile) | 4020 | void CalendarView::removeSyncInfo( QString syncProfile) |
4021 | { | 4021 | { |
4022 | qDebug("KO: removeSyncInfo for profile %s ", syncProfile.latin1()); | 4022 | qDebug("KO: removeSyncInfo for profile %s ", syncProfile.latin1()); |
4023 | mCalendar->removeSyncInfo( syncProfile ); | 4023 | mCalendar->removeSyncInfo( syncProfile ); |
4024 | 4024 | ||
4025 | } | 4025 | } |
4026 | 4026 | ||
4027 | void CalendarView::undo_delete() | 4027 | void CalendarView::undo_delete() |
4028 | { | 4028 | { |
4029 | //qDebug("undo_delete() "); | 4029 | //qDebug("undo_delete() "); |
4030 | Incidence* undo = mCalendar->undoIncidence(); | 4030 | Incidence* undo = mCalendar->undoIncidence(); |
4031 | if ( !undo ) { | 4031 | if ( !undo ) { |
4032 | KMessageBox::sorry(this,i18n("There is nothing to undo!"), | 4032 | KMessageBox::sorry(this,i18n("There is nothing to undo!"), |
4033 | i18n("KO/Pi")); | 4033 | i18n("KO/Pi")); |
4034 | return; | 4034 | return; |
4035 | } | 4035 | } |
4036 | if ( KMessageBox::Continue ==KMessageBox::warningContinueCancel(this,undo->summary().left(25) + | 4036 | if ( KMessageBox::Continue ==KMessageBox::warningContinueCancel(this,undo->summary().left(25) + |
4037 | i18n("\nAre you sure you want\nto restore this?"), | 4037 | i18n("\nAre you sure you want\nto restore this?"), |
4038 | i18n("KO/Pi Confirmation"),i18n("Restore"))) { | 4038 | i18n("KO/Pi Confirmation"),i18n("Restore"))) { |
4039 | mCalendar->undoDeleteIncidence(); | 4039 | mCalendar->undoDeleteIncidence(); |
4040 | updateView(); | 4040 | updateView(); |
4041 | } | 4041 | } |
4042 | } | 4042 | } |
4043 | 4043 | ||
4044 | void CalendarView::slotViewerClosed() | 4044 | void CalendarView::slotViewerClosed() |
4045 | { | 4045 | { |
4046 | QTimer::singleShot( 50, this, SLOT ( resetFocus() ) ); | 4046 | QTimer::singleShot( 50, this, SLOT ( resetFocus() ) ); |
4047 | } | 4047 | } |
4048 | 4048 | ||
4049 | void CalendarView::resetFocus() | 4049 | void CalendarView::resetFocus() |
4050 | { | 4050 | { |
4051 | if ( mViewerCallerIsSearchDialog ) { | 4051 | if ( mViewerCallerIsSearchDialog ) { |
4052 | if ( mDialogManager->getSearchDialog()->isVisible() ){ | 4052 | if ( mDialogManager->getSearchDialog()->isVisible() ){ |
4053 | mDialogManager->getSearchDialog()->raise(); | 4053 | mDialogManager->getSearchDialog()->raise(); |
4054 | mDialogManager->getSearchDialog()->setActiveWindow(); | 4054 | mDialogManager->getSearchDialog()->setActiveWindow(); |
4055 | mDialogManager->getSearchDialog()->listview()->resetFocus(); | 4055 | mDialogManager->getSearchDialog()->listview()->resetFocus(); |
4056 | } else | 4056 | } else |
4057 | mViewerCallerIsSearchDialog = false; | 4057 | mViewerCallerIsSearchDialog = false; |
4058 | } | 4058 | } |
4059 | if ( !mViewerCallerIsSearchDialog ) { | 4059 | if ( !mViewerCallerIsSearchDialog ) { |
4060 | //mViewManager->currentView()->setFocus(); | 4060 | //mViewManager->currentView()->setFocus(); |
4061 | //qDebug("sssssssssssssssset focus "); | 4061 | //qDebug("sssssssssssssssset focus "); |
4062 | topLevelWidget()->raise(); | 4062 | topLevelWidget()->raise(); |
4063 | setActiveWindow(); | 4063 | setActiveWindow(); |
4064 | //setFocus(); | 4064 | //setFocus(); |
4065 | } | 4065 | } |
4066 | mViewerCallerIsSearchDialog = false; | 4066 | mViewerCallerIsSearchDialog = false; |
4067 | } | 4067 | } |
4068 | 4068 | ||
4069 | void CalendarView::showNextAlarms() | 4069 | void CalendarView::showNextAlarms() |
4070 | { | 4070 | { |
4071 | QString message; | 4071 | QString message; |
4072 | if ( mNextAlarmDateTime > QDateTime::currentDateTime() ) { | 4072 | QDateTime nextAl = mCalendar->nextAlarmEventDateTime(); |
4073 | if ( nextAl.isValid() && mNextAlarmDateTime > QDateTime::currentDateTime() ) { | ||
4073 | QString sum = mCalendar->nextSummary(); | 4074 | QString sum = mCalendar->nextSummary(); |
4074 | QDateTime nextA = mNextAlarmDateTime; | 4075 | QDateTime nextA = mNextAlarmDateTime; |
4075 | QDateTime nextAl = mCalendar->nextAlarmEventDateTime(); | 4076 | QDateTime cur = QDateTime::currentDateTime(); |
4076 | message = i18n("The next alarm is on:\n%1\nat: %2\n\n%3\n(%4)").arg( KGlobal::locale()->formatDate(nextA.date() , false)).arg( KGlobal::locale()->formatTime(nextA.time() , false)).arg(sum ).arg( KGlobal::locale()->formatDateTime(nextAl , false)) ; | 4077 | int secs = cur.secsTo( nextA ); |
4078 | int min = secs /60; | ||
4079 | int hours = min /60; | ||
4080 | min = min % 60; | ||
4081 | int days = hours /24; | ||
4082 | hours = hours % 24; | ||
4083 | |||
4084 | message = i18n("The next alarm is in:\n"); | ||
4085 | if ( days > 1 ) | ||
4086 | message += i18n("%1 days\n").arg( days ); | ||
4087 | else if ( days == 1 ) | ||
4088 | message += i18n("1 day\n"); | ||
4089 | if ( hours > 1 ) | ||
4090 | message += i18n("%1 hours\n").arg( hours ); | ||
4091 | else if ( hours == 1 ) | ||
4092 | message += i18n("1 hour\n"); | ||
4093 | if ( min > 1 ) | ||
4094 | message += i18n("%1 minutes\n").arg( min ); | ||
4095 | else if ( min == 1 ) | ||
4096 | message += i18n("1 minute\n"); | ||
4097 | |||
4098 | message += i18n("\n(%1)\n\n%2\n(%3)\n").arg( KGlobal::locale()->formatDateTime(nextA , false)).arg(sum ).arg( KGlobal::locale()->formatDateTime(nextAl , false)) ; | ||
4077 | } else { | 4099 | } else { |
4078 | message = i18n("There is no next alarm."); | 4100 | message = i18n("There is no next alarm."); |
4079 | 4101 | ||
4080 | } | 4102 | } |
4081 | KMessageBox::information( this, message); | 4103 | KMessageBox::information( this, message); |
4082 | } | 4104 | } |
diff --git a/korganizer/koagendaview.cpp b/korganizer/koagendaview.cpp index 18f242c..f6f390b 100644 --- a/korganizer/koagendaview.cpp +++ b/korganizer/koagendaview.cpp | |||
@@ -1,1593 +1,1590 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 2 of the License, or | 7 | the Free Software Foundation; either version 2 of the License, or |
8 | (at your option) any later version. | 8 | (at your option) any later version. |
9 | 9 | ||
10 | This program is distributed in the hope that it will be useful, | 10 | This program is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | 18 | ||
19 | As a special exception, permission is given to link this program | 19 | As a special exception, permission is given to link this program |
20 | with any edition of Qt, and distribute the resulting executable, | 20 | with any edition of Qt, and distribute the resulting executable, |
21 | without including the source code for Qt in the source distribution. | 21 | without including the source code for Qt in the source distribution. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <qhbox.h> | 24 | #include <qhbox.h> |
25 | #include <qvbox.h> | 25 | #include <qvbox.h> |
26 | #include <qlabel.h> | 26 | #include <qlabel.h> |
27 | #include <qframe.h> | 27 | #include <qframe.h> |
28 | #include <qlayout.h> | 28 | #include <qlayout.h> |
29 | #ifndef KORG_NOSPLITTER | 29 | #ifndef KORG_NOSPLITTER |
30 | #include <qsplitter.h> | 30 | #include <qsplitter.h> |
31 | #endif | 31 | #endif |
32 | #include <qfont.h> | 32 | #include <qfont.h> |
33 | #include <qfontmetrics.h> | 33 | #include <qfontmetrics.h> |
34 | #include <qpopupmenu.h> | 34 | #include <qpopupmenu.h> |
35 | #include <qtooltip.h> | 35 | #include <qtooltip.h> |
36 | #include <qpainter.h> | 36 | #include <qpainter.h> |
37 | #include <qpushbutton.h> | 37 | #include <qpushbutton.h> |
38 | #include <qapplication.h> | 38 | #include <qapplication.h> |
39 | 39 | ||
40 | #include <kapplication.h> | 40 | #include <kapplication.h> |
41 | #include <KDGanttMinimizeSplitter.h> | 41 | #include <KDGanttMinimizeSplitter.h> |
42 | #include <kdebug.h> | 42 | #include <kdebug.h> |
43 | #include <kstandarddirs.h> | 43 | #include <kstandarddirs.h> |
44 | #include <kiconloader.h> | 44 | #include <kiconloader.h> |
45 | #include <klocale.h> | 45 | #include <klocale.h> |
46 | #include <kconfig.h> | 46 | #include <kconfig.h> |
47 | #include <kglobal.h> | 47 | #include <kglobal.h> |
48 | #include "calendarview.h" | 48 | #include "calendarview.h" |
49 | #include "koviewmanager.h" | 49 | #include "koviewmanager.h" |
50 | 50 | ||
51 | #include <libkcal/calendar.h> | 51 | #include <libkcal/calendar.h> |
52 | #include <libkcal/icaldrag.h> | 52 | #include <libkcal/icaldrag.h> |
53 | #include <libkcal/dndfactory.h> | 53 | #include <libkcal/dndfactory.h> |
54 | 54 | ||
55 | #include <kcalendarsystem.h> | 55 | #include <kcalendarsystem.h> |
56 | 56 | ||
57 | #include "koglobals.h" | 57 | #include "koglobals.h" |
58 | #ifndef KORG_NOPLUGINS | 58 | #ifndef KORG_NOPLUGINS |
59 | #include "kocore.h" | 59 | #include "kocore.h" |
60 | #endif | 60 | #endif |
61 | #include "koprefs.h" | 61 | #include "koprefs.h" |
62 | #include "koagenda.h" | 62 | #include "koagenda.h" |
63 | #include "koagendaitem.h" | 63 | #include "koagendaitem.h" |
64 | #ifndef KORG_NOPRINTER | 64 | #ifndef KORG_NOPRINTER |
65 | #include "calprinter.h" | 65 | #include "calprinter.h" |
66 | #endif | 66 | #endif |
67 | 67 | ||
68 | #include "koagendaview.h" | 68 | #include "koagendaview.h" |
69 | //#include "koagendaview.moc" | 69 | //#include "koagendaview.moc" |
70 | 70 | ||
71 | //extern bool globalFlagBlockPainting; | 71 | //extern bool globalFlagBlockPainting; |
72 | extern int globalFlagBlockAgenda; | 72 | extern int globalFlagBlockAgenda; |
73 | extern int globalFlagBlockStartup; | 73 | extern int globalFlagBlockStartup; |
74 | extern int globalFlagBlockAgendaItemPaint; | 74 | extern int globalFlagBlockAgendaItemPaint; |
75 | extern int globalFlagBlockAgendaItemUpdate; | 75 | extern int globalFlagBlockAgendaItemUpdate; |
76 | extern int globalFlagBlockLabel; | 76 | extern int globalFlagBlockLabel; |
77 | using namespace KOrg; | 77 | using namespace KOrg; |
78 | 78 | ||
79 | 79 | ||
80 | 80 | ||
81 | TimeLabels::TimeLabels(int rows,QWidget *parent,const char *name,WFlags f) : | 81 | TimeLabels::TimeLabels(int rows,QWidget *parent,const char *name,WFlags f) : |
82 | QScrollView(parent,name,f) | 82 | QScrollView(parent,name,f) |
83 | { | 83 | { |
84 | mRows = rows; | 84 | mRows = rows; |
85 | 85 | ||
86 | setMinimumHeight( 20 ); | 86 | setMinimumHeight( 20 ); |
87 | mCellHeight = KOPrefs::instance()->mHourSize*4; | 87 | mCellHeight = KOPrefs::instance()->mHourSize*4; |
88 | 88 | ||
89 | enableClipper(true); | 89 | enableClipper(true); |
90 | 90 | ||
91 | setHScrollBarMode(AlwaysOff); | 91 | setHScrollBarMode(AlwaysOff); |
92 | setVScrollBarMode(AlwaysOff); | 92 | setVScrollBarMode(AlwaysOff); |
93 | 93 | ||
94 | resizeContents(50,mRows * mCellHeight); | 94 | resizeContents(50,mRows * mCellHeight); |
95 | 95 | ||
96 | viewport()->setBackgroundMode( PaletteBackground ); | 96 | viewport()->setBackgroundMode( PaletteBackground ); |
97 | } | 97 | } |
98 | 98 | ||
99 | void TimeLabels::setCellHeight(int height) | 99 | void TimeLabels::setCellHeight(int height) |
100 | { | 100 | { |
101 | mCellHeight = height; | 101 | mCellHeight = height; |
102 | } | 102 | } |
103 | 103 | ||
104 | /* | 104 | /* |
105 | Optimization so that only the "dirty" portion of the scroll view | 105 | Optimization so that only the "dirty" portion of the scroll view |
106 | is redrawn. Unfortunately, this is not called by default paintEvent() method. | 106 | is redrawn. Unfortunately, this is not called by default paintEvent() method. |
107 | */ | 107 | */ |
108 | void TimeLabels::drawContents(QPainter *p,int cx, int cy, int cw, int ch) | 108 | void TimeLabels::drawContents(QPainter *p,int cx, int cy, int cw, int ch) |
109 | { | 109 | { |
110 | 110 | ||
111 | // if ( globalFlagBlockAgenda ) | 111 | // if ( globalFlagBlockAgenda ) |
112 | // return; | 112 | // return; |
113 | // bug: the parameters cx, cy, cw, ch are the areas that need to be | 113 | // bug: the parameters cx, cy, cw, ch are the areas that need to be |
114 | // redrawn, not the area of the widget. unfortunately, this | 114 | // redrawn, not the area of the widget. unfortunately, this |
115 | // code assumes the latter... | 115 | // code assumes the latter... |
116 | 116 | ||
117 | // now, for a workaround... | 117 | // now, for a workaround... |
118 | // these two assignments fix the weird redraw bug | 118 | // these two assignments fix the weird redraw bug |
119 | cx = contentsX() + 2; | 119 | cx = contentsX() + 2; |
120 | cw = contentsWidth() - 2; | 120 | cw = contentsWidth() - 2; |
121 | // end of workaround | 121 | // end of workaround |
122 | 122 | ||
123 | int cell = ((int)(cy/mCellHeight)); | 123 | int cell = ((int)(cy/mCellHeight)); |
124 | int y = cell * mCellHeight; | 124 | int y = cell * mCellHeight; |
125 | QFontMetrics fm = fontMetrics(); | 125 | QFontMetrics fm = fontMetrics(); |
126 | QString hour; | 126 | QString hour; |
127 | QString suffix; | 127 | QString suffix; |
128 | QString fullTime; | ||
129 | int tW = fm.width("24:00i"); | 128 | int tW = fm.width("24:00i"); |
130 | int timeHeight = fm.height(); | 129 | int timeHeight = fm.height(); |
131 | //timeHeight -= (timeHeight/4-2); | 130 | //timeHeight -= (timeHeight/4-2); |
132 | int borderWidth = 0; | 131 | int borderWidth = 0; |
133 | QFont nFont = p->font(); | 132 | QFont nFont = p->font(); |
134 | 133 | ||
135 | if (!KGlobal::locale()->use12Clock()) | 134 | if (!KGlobal::locale()->use12Clock()) |
136 | suffix = "00"; | 135 | suffix = "00"; |
137 | else | 136 | else |
138 | borderWidth = 0; | 137 | borderWidth = 0; |
139 | if ( timeHeight > mCellHeight ) { | 138 | if ( timeHeight > mCellHeight ) { |
140 | timeHeight = mCellHeight-1; | 139 | timeHeight = mCellHeight-1; |
141 | int pointS = nFont.pointSize(); | 140 | int pointS = nFont.pointSize(); |
142 | while ( pointS > 4 ) { | 141 | while ( pointS > 4 ) { |
143 | nFont.setPointSize( pointS ); | 142 | nFont.setPointSize( pointS ); |
144 | fm = QFontMetrics( nFont ); | 143 | fm = QFontMetrics( nFont ); |
145 | if ( fm.height() < mCellHeight ) | 144 | if ( fm.height() < mCellHeight ) |
146 | break; | 145 | break; |
147 | -- pointS; | 146 | -- pointS; |
148 | } | 147 | } |
149 | fm = QFontMetrics( nFont ); | 148 | fm = QFontMetrics( nFont ); |
150 | borderWidth = 4; | 149 | borderWidth = 4; |
151 | timeHeight = fm.height(); | 150 | timeHeight = fm.height(); |
152 | } | 151 | } |
153 | timeHeight -= (timeHeight/4-2); | 152 | timeHeight -= (timeHeight/4-2); |
154 | QFont sFont = nFont; | 153 | QFont sFont = nFont; |
155 | sFont.setPointSize( sFont.pointSize()/2+2 ); | 154 | sFont.setPointSize( sFont.pointSize()/2+2 ); |
156 | QFontMetrics fmS( sFont ); | 155 | QFontMetrics fmS( sFont ); |
157 | int sHei = fmS.height(); | 156 | int sHei = fmS.height(); |
158 | 157 | sHei -= (sHei/4-2); | |
158 | int startW = this->width() - frameWidth(); | ||
159 | while (y < cy + ch) { | 159 | while (y < cy + ch) { |
160 | p->drawLine(cx,y,cx+tW,y); | 160 | p->drawLine(cx,y,cx+tW,y); |
161 | hour.setNum(cell); | 161 | hour.setNum(cell); |
162 | 162 | ||
163 | // handle 24h and am/pm time formats | 163 | // handle 24h and am/pm time formats |
164 | if (KGlobal::locale()->use12Clock()) { | 164 | if (KGlobal::locale()->use12Clock()) { |
165 | if (cell > 11) suffix = "pm"; | 165 | if (cell > 11) suffix = "pm"; |
166 | else | 166 | else |
167 | suffix = "am"; | 167 | suffix = "am"; |
168 | if (cell == 0) hour.setNum(12); | 168 | if (cell == 0) hour.setNum(12); |
169 | if (cell > 12) hour.setNum(cell - 12); | 169 | if (cell > 12) hour.setNum(cell - 12); |
170 | } | 170 | } |
171 | 171 | ||
172 | // create string in format of "XX:XX" or "XXpm/am" | ||
173 | fullTime = hour;// + suffix; | ||
174 | |||
175 | // center and draw the time label | 172 | // center and draw the time label |
176 | int timeWidth = fm.width(fullTime+"i"); | 173 | int timeWidth = fm.width(hour+"i"); |
177 | int tw2 = fm.width(suffix); | 174 | int tw2 = fm.width(suffix); |
178 | int offset = this->width() - timeWidth - tw2; | 175 | int offset = startW - timeWidth - tw2 ; |
179 | p->setFont( nFont ); | 176 | p->setFont( nFont ); |
180 | p->drawText(cx - borderWidth + offset, y+ timeHeight, fullTime); | 177 | p->drawText(cx - borderWidth + offset, y+ timeHeight, hour); |
181 | p->setFont( sFont ); | 178 | p->setFont( sFont ); |
182 | offset += timeWidth; | 179 | offset = startW - tw2-1; |
183 | p->drawText(cx - borderWidth + offset, y+ sHei, suffix); | 180 | p->drawText(cx - borderWidth + offset, y+ sHei, suffix); |
184 | 181 | ||
185 | // increment indices | 182 | // increment indices |
186 | y += mCellHeight; | 183 | y += mCellHeight; |
187 | cell++; | 184 | cell++; |
188 | } | 185 | } |
189 | } | 186 | } |
190 | 187 | ||
191 | /** | 188 | /** |
192 | Calculates the minimum width. | 189 | Calculates the minimum width. |
193 | */ | 190 | */ |
194 | int TimeLabels::minimumWidth() const | 191 | int TimeLabels::minimumWidth() const |
195 | { | 192 | { |
196 | return mMiniWidth; | 193 | return mMiniWidth; |
197 | } | 194 | } |
198 | 195 | ||
199 | /** updates widget's internal state */ | 196 | /** updates widget's internal state */ |
200 | void TimeLabels::updateConfig() | 197 | void TimeLabels::updateConfig() |
201 | { | 198 | { |
202 | // set the font | 199 | // set the font |
203 | // config->setGroup("Fonts"); | 200 | // config->setGroup("Fonts"); |
204 | // QFont font = config->readFontEntry("TimeBar Font"); | 201 | // QFont font = config->readFontEntry("TimeBar Font"); |
205 | setFont(KOPrefs::instance()->mTimeBarFont); | 202 | setFont(KOPrefs::instance()->mTimeBarFont); |
206 | mMiniWidth = fontMetrics().width("88:88") + 2 ; | 203 | QString test = "88:88"; |
204 | if (KGlobal::locale()->use12Clock()) | ||
205 | test += "i"; | ||
206 | mMiniWidth = fontMetrics().width(test) + frameWidth()*2 +1 ; | ||
207 | // update geometry restrictions based on new settings | 207 | // update geometry restrictions based on new settings |
208 | setFixedWidth(minimumWidth()); | 208 | setFixedWidth(minimumWidth()); |
209 | 209 | ||
210 | // update HourSize | 210 | // update HourSize |
211 | mCellHeight = KOPrefs::instance()->mHourSize*4; | 211 | mCellHeight = KOPrefs::instance()->mHourSize*4; |
212 | resizeContents(50,mRows * mCellHeight); | 212 | resizeContents(50,mRows * mCellHeight); |
213 | } | 213 | } |
214 | 214 | ||
215 | /** update time label positions */ | 215 | /** update time label positions */ |
216 | void TimeLabels::positionChanged() | 216 | void TimeLabels::positionChanged() |
217 | { | 217 | { |
218 | int adjustment = mAgenda->contentsY(); | 218 | int adjustment = mAgenda->contentsY(); |
219 | setContentsPos(0, adjustment); | 219 | setContentsPos(0, adjustment); |
220 | } | 220 | } |
221 | 221 | ||
222 | /** */ | 222 | /** */ |
223 | void TimeLabels::setAgenda(KOAgenda* agenda) | 223 | void TimeLabels::setAgenda(KOAgenda* agenda) |
224 | { | 224 | { |
225 | mAgenda = agenda; | 225 | mAgenda = agenda; |
226 | } | 226 | } |
227 | 227 | ||
228 | void TimeLabels::contentsMousePressEvent ( QMouseEvent * e) | 228 | void TimeLabels::contentsMousePressEvent ( QMouseEvent * e) |
229 | { | 229 | { |
230 | mMouseDownY = e->pos().y(); | 230 | mMouseDownY = e->pos().y(); |
231 | mOrgCap = topLevelWidget()->caption(); | 231 | mOrgCap = topLevelWidget()->caption(); |
232 | } | 232 | } |
233 | 233 | ||
234 | void TimeLabels::contentsMouseMoveEvent ( QMouseEvent * e ) | 234 | void TimeLabels::contentsMouseMoveEvent ( QMouseEvent * e ) |
235 | { | 235 | { |
236 | int diff = mMouseDownY - e->pos().y(); | 236 | int diff = mMouseDownY - e->pos().y(); |
237 | if ( diff < 10 && diff > -10 ) | 237 | if ( diff < 10 && diff > -10 ) |
238 | return; | 238 | return; |
239 | int tSize = KOPrefs::instance()->mHourSize + (diff/10) ; | 239 | int tSize = KOPrefs::instance()->mHourSize + (diff/10) ; |
240 | if ( tSize < 4 ) | 240 | if ( tSize < 4 ) |
241 | tSize = 4; | 241 | tSize = 4; |
242 | if ( tSize > 22 ) | 242 | if ( tSize > 22 ) |
243 | tSize = 22; | 243 | tSize = 22; |
244 | tSize = (tSize-2)/2; | 244 | tSize = (tSize-2)/2; |
245 | topLevelWidget()->setCaption(i18n("New Agendasize: %1").arg(tSize)); | 245 | topLevelWidget()->setCaption(i18n("New Agendasize: %1").arg(tSize)); |
246 | 246 | ||
247 | } | 247 | } |
248 | void TimeLabels::contentsMouseReleaseEvent ( QMouseEvent * e ) | 248 | void TimeLabels::contentsMouseReleaseEvent ( QMouseEvent * e ) |
249 | { | 249 | { |
250 | topLevelWidget()->setCaption( mOrgCap ); | 250 | topLevelWidget()->setCaption( mOrgCap ); |
251 | int diff = mMouseDownY - e->pos().y(); | 251 | int diff = mMouseDownY - e->pos().y(); |
252 | if ( diff < 10 && diff > -10 ) | 252 | if ( diff < 10 && diff > -10 ) |
253 | return; | 253 | return; |
254 | int tSize = KOPrefs::instance()->mHourSize + (diff/10); | 254 | int tSize = KOPrefs::instance()->mHourSize + (diff/10); |
255 | if ( tSize < 4 ) | 255 | if ( tSize < 4 ) |
256 | tSize = 4; | 256 | tSize = 4; |
257 | if ( tSize > 22 ) | 257 | if ( tSize > 22 ) |
258 | tSize = 22; | 258 | tSize = 22; |
259 | tSize = (tSize/2)*2; | 259 | tSize = (tSize/2)*2; |
260 | if ( tSize == KOPrefs::instance()->mHourSize ) | 260 | if ( tSize == KOPrefs::instance()->mHourSize ) |
261 | return; | 261 | return; |
262 | KOPrefs::instance()->mHourSize = tSize; | 262 | KOPrefs::instance()->mHourSize = tSize; |
263 | emit scaleChanged(); | 263 | emit scaleChanged(); |
264 | } | 264 | } |
265 | 265 | ||
266 | /** This is called in response to repaint() */ | 266 | /** This is called in response to repaint() */ |
267 | void TimeLabels::paintEvent(QPaintEvent*) | 267 | void TimeLabels::paintEvent(QPaintEvent*) |
268 | { | 268 | { |
269 | 269 | ||
270 | // kdDebug() << "paintevent..." << endl; | 270 | // kdDebug() << "paintevent..." << endl; |
271 | // this is another hack! | 271 | // this is another hack! |
272 | // QPainter painter(this); | 272 | // QPainter painter(this); |
273 | //QString c | 273 | //QString c |
274 | repaintContents(contentsX(), contentsY(), visibleWidth(), visibleHeight()); | 274 | repaintContents(contentsX(), contentsY(), visibleWidth(), visibleHeight()); |
275 | } | 275 | } |
276 | 276 | ||
277 | //////////////////////////////////////////////////////////////////////////// | 277 | //////////////////////////////////////////////////////////////////////////// |
278 | 278 | ||
279 | EventIndicator::EventIndicator(Location loc,QWidget *parent,const char *name) | 279 | EventIndicator::EventIndicator(Location loc,QWidget *parent,const char *name) |
280 | : QFrame(parent,name) | 280 | : QFrame(parent,name) |
281 | { | 281 | { |
282 | mColumns = 1; | 282 | mColumns = 1; |
283 | mTopBox = 0; | 283 | mTopBox = 0; |
284 | mLocation = loc; | 284 | mLocation = loc; |
285 | mTopLayout = 0; | 285 | mTopLayout = 0; |
286 | mPaintWidget = 0; | 286 | mPaintWidget = 0; |
287 | mXOffset = 0; | 287 | mXOffset = 0; |
288 | if (mLocation == Top) mPixmap = SmallIcon("1uparrow"); | 288 | if (mLocation == Top) mPixmap = SmallIcon("1uparrow"); |
289 | else mPixmap = SmallIcon("1downarrow"); | 289 | else mPixmap = SmallIcon("1downarrow"); |
290 | mEnabled.resize(mColumns); | 290 | mEnabled.resize(mColumns); |
291 | mEnabled.fill( false ); | 291 | mEnabled.fill( false ); |
292 | setMinimumHeight(mPixmap.height()); | 292 | setMinimumHeight(mPixmap.height()); |
293 | } | 293 | } |
294 | 294 | ||
295 | EventIndicator::~EventIndicator() | 295 | EventIndicator::~EventIndicator() |
296 | { | 296 | { |
297 | } | 297 | } |
298 | 298 | ||
299 | void EventIndicator::drawContents(QPainter *p) | 299 | void EventIndicator::drawContents(QPainter *p) |
300 | { | 300 | { |
301 | 301 | ||
302 | // kdDebug() << "======== top: " << contentsRect().top() << " bottom " << // contentsRect().bottom() << " left " << contentsRect().left() << " right " << contentsRect().right() << endl; | 302 | // kdDebug() << "======== top: " << contentsRect().top() << " bottom " << // contentsRect().bottom() << " left " << contentsRect().left() << " right " << contentsRect().right() << endl; |
303 | KDGanttSplitterHandle* han = 0; | 303 | KDGanttSplitterHandle* han = 0; |
304 | if ( mPaintWidget ) | 304 | if ( mPaintWidget ) |
305 | han = mPaintWidget->firstHandle(); | 305 | han = mPaintWidget->firstHandle(); |
306 | if ( ! han ) { | 306 | if ( ! han ) { |
307 | int i; | 307 | int i; |
308 | for(i=0;i<mColumns;++i) { | 308 | for(i=0;i<mColumns;++i) { |
309 | if (mEnabled[i]) { | 309 | if (mEnabled[i]) { |
310 | int cellWidth = contentsRect().right()/mColumns; | 310 | int cellWidth = contentsRect().right()/mColumns; |
311 | int xOffset = KOGlobals::self()->reverseLayout() ? | 311 | int xOffset = KOGlobals::self()->reverseLayout() ? |
312 | (mColumns - 1 - i)*cellWidth + (cellWidth -mPixmap.width())/2 : | 312 | (mColumns - 1 - i)*cellWidth + (cellWidth -mPixmap.width())/2 : |
313 | i*cellWidth + (cellWidth -mPixmap.width()) /2; | 313 | i*cellWidth + (cellWidth -mPixmap.width()) /2; |
314 | p->drawPixmap(QPoint(1+xOffset,0),mPixmap); | 314 | p->drawPixmap(QPoint(1+xOffset,0),mPixmap); |
315 | } | 315 | } |
316 | } | 316 | } |
317 | } else { | 317 | } else { |
318 | han->repaint(); | 318 | han->repaint(); |
319 | //mPaintWidget->setBackgroundColor( red ); | 319 | //mPaintWidget->setBackgroundColor( red ); |
320 | 320 | ||
321 | QPainter pa( han ); | 321 | QPainter pa( han ); |
322 | int i; | 322 | int i; |
323 | bool setColor = false; | 323 | bool setColor = false; |
324 | for(i=0;i<mColumns;++i) { | 324 | for(i=0;i<mColumns;++i) { |
325 | if (mEnabled[i]) { | 325 | if (mEnabled[i]) { |
326 | setColor = true; | 326 | setColor = true; |
327 | 327 | ||
328 | int cellWidth = contentsRect().right()/mColumns; | 328 | int cellWidth = contentsRect().right()/mColumns; |
329 | int xOffset = KOGlobals::self()->reverseLayout() ? | 329 | int xOffset = KOGlobals::self()->reverseLayout() ? |
330 | (mColumns - 1 - i)*cellWidth + cellWidth/2 -mPixmap.width()/2 : | 330 | (mColumns - 1 - i)*cellWidth + cellWidth/2 -mPixmap.width()/2 : |
331 | i*cellWidth + cellWidth/2 -mPixmap.width()/2; | 331 | i*cellWidth + cellWidth/2 -mPixmap.width()/2; |
332 | pa.drawPixmap(QPoint(mXOffset + xOffset,0),mPixmap); | 332 | pa.drawPixmap(QPoint(mXOffset + xOffset,0),mPixmap); |
333 | //qDebug("222draw pix %d ",xOffset ); | 333 | //qDebug("222draw pix %d ",xOffset ); |
334 | 334 | ||
335 | } | 335 | } |
336 | 336 | ||
337 | } | 337 | } |
338 | pa.end(); | 338 | pa.end(); |
339 | 339 | ||
340 | } | 340 | } |
341 | } | 341 | } |
342 | 342 | ||
343 | void EventIndicator::setXOffset( int x ) | 343 | void EventIndicator::setXOffset( int x ) |
344 | { | 344 | { |
345 | mXOffset = x; | 345 | mXOffset = x; |
346 | } | 346 | } |
347 | void EventIndicator::setPaintWidget( KDGanttMinimizeSplitter * w ) | 347 | void EventIndicator::setPaintWidget( KDGanttMinimizeSplitter * w ) |
348 | { | 348 | { |
349 | mPaintWidget = w; | 349 | mPaintWidget = w; |
350 | setMaximumHeight(0); | 350 | setMaximumHeight(0); |
351 | setMinimumHeight(0); | 351 | setMinimumHeight(0); |
352 | } | 352 | } |
353 | void EventIndicator::changeColumns(int columns) | 353 | void EventIndicator::changeColumns(int columns) |
354 | { | 354 | { |
355 | mColumns = columns; | 355 | mColumns = columns; |
356 | mEnabled.resize(mColumns); | 356 | mEnabled.resize(mColumns); |
357 | 357 | ||
358 | update(); | 358 | update(); |
359 | } | 359 | } |
360 | 360 | ||
361 | void EventIndicator::enableColumn(int column, bool enable) | 361 | void EventIndicator::enableColumn(int column, bool enable) |
362 | { | 362 | { |
363 | mEnabled[column] = enable; | 363 | mEnabled[column] = enable; |
364 | } | 364 | } |
365 | 365 | ||
366 | 366 | ||
367 | //////////////////////////////////////////////////////////////////////////// | 367 | //////////////////////////////////////////////////////////////////////////// |
368 | //////////////////////////////////////////////////////////////////////////// | 368 | //////////////////////////////////////////////////////////////////////////// |
369 | //////////////////////////////////////////////////////////////////////////// | 369 | //////////////////////////////////////////////////////////////////////////// |
370 | 370 | ||
371 | KOAgendaView::KOAgendaView(Calendar *cal,QWidget *parent,const char *name) : | 371 | KOAgendaView::KOAgendaView(Calendar *cal,QWidget *parent,const char *name) : |
372 | KOEventView (cal,parent,name) | 372 | KOEventView (cal,parent,name) |
373 | { | 373 | { |
374 | mBlockUpdating = true; | 374 | mBlockUpdating = true; |
375 | mStartHour = 8; | 375 | mStartHour = 8; |
376 | mSelectedDates.append(QDate::currentDate()); | 376 | mSelectedDates.append(QDate::currentDate()); |
377 | 377 | ||
378 | mLayoutDayLabels = 0; | 378 | mLayoutDayLabels = 0; |
379 | mDayLabelsFrame = 0; | 379 | mDayLabelsFrame = 0; |
380 | mDayLabels = 0; | 380 | mDayLabels = 0; |
381 | bool isRTL = KOGlobals::self()->reverseLayout(); | 381 | bool isRTL = KOGlobals::self()->reverseLayout(); |
382 | QPixmap expandPix; | 382 | QPixmap expandPix; |
383 | if ( KOPrefs::instance()->mVerticalScreen ) { | 383 | if ( KOPrefs::instance()->mVerticalScreen ) { |
384 | expandPix = SmallIcon( "1updownarrow" ); | 384 | expandPix = SmallIcon( "1updownarrow" ); |
385 | } else { | 385 | } else { |
386 | expandPix = SmallIcon("1leftrightarrow" ); | 386 | expandPix = SmallIcon("1leftrightarrow" ); |
387 | } | 387 | } |
388 | 388 | ||
389 | QBoxLayout *topLayout = new QVBoxLayout(this); | 389 | QBoxLayout *topLayout = new QVBoxLayout(this); |
390 | 390 | ||
391 | // Create day name labels for agenda columns | 391 | // Create day name labels for agenda columns |
392 | // Create agenda splitter | 392 | // Create agenda splitter |
393 | 393 | ||
394 | mSplitterAgenda = new KDGanttMinimizeSplitter( Qt::Vertical, this); | 394 | mSplitterAgenda = new KDGanttMinimizeSplitter( Qt::Vertical, this); |
395 | mSplitterAgenda->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); | 395 | mSplitterAgenda->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); |
396 | topLayout->addWidget( mSplitterAgenda ); | 396 | topLayout->addWidget( mSplitterAgenda ); |
397 | mAllDayFrame = new QHBox(mSplitterAgenda); | 397 | mAllDayFrame = new QHBox(mSplitterAgenda); |
398 | mAllDayFrame->setFocusPolicy(NoFocus); | 398 | mAllDayFrame->setFocusPolicy(NoFocus); |
399 | QWidget *agendaFrame = new QWidget(mSplitterAgenda); | 399 | QWidget *agendaFrame = new QWidget(mSplitterAgenda); |
400 | agendaFrame->setFocusPolicy(NoFocus); | 400 | agendaFrame->setFocusPolicy(NoFocus); |
401 | 401 | ||
402 | // Create all-day agenda widget | 402 | // Create all-day agenda widget |
403 | mDummyAllDayLeft = new QVBox( mAllDayFrame ); | 403 | mDummyAllDayLeft = new QVBox( mAllDayFrame ); |
404 | 404 | ||
405 | mExpandButton = new QPushButton(mDummyAllDayLeft); | 405 | mExpandButton = new QPushButton(mDummyAllDayLeft); |
406 | mExpandButton->setPixmap( expandPix ); | 406 | mExpandButton->setPixmap( expandPix ); |
407 | int widebut = mExpandButton->sizeHint().width()+4; | 407 | int widebut = mExpandButton->sizeHint().width()+4; |
408 | int heibut = mExpandButton->sizeHint().height()+4; | 408 | int heibut = mExpandButton->sizeHint().height()+4; |
409 | if ( heibut > widebut ) | 409 | if ( heibut > widebut ) |
410 | widebut = heibut ; | 410 | widebut = heibut ; |
411 | if ( QApplication::desktop()->width() < 480 ) | 411 | if ( QApplication::desktop()->width() < 480 ) |
412 | widebut = widebut*3/2; | 412 | widebut = widebut*3/2; |
413 | //mExpandButton->setSizePolicy( QSizePolicy( QSizePolicy::Fixed, | 413 | //mExpandButton->setSizePolicy( QSizePolicy( QSizePolicy::Fixed, |
414 | // QSizePolicy::Fixed ) ); | 414 | // QSizePolicy::Fixed ) ); |
415 | mExpandButton->setFixedSize( widebut, widebut); | 415 | mExpandButton->setFixedSize( widebut, widebut); |
416 | connect( mExpandButton, SIGNAL( clicked() ), SIGNAL( toggleExpand() ) ); | 416 | connect( mExpandButton, SIGNAL( clicked() ), SIGNAL( toggleExpand() ) ); |
417 | mExpandButton->setFocusPolicy(NoFocus); | 417 | mExpandButton->setFocusPolicy(NoFocus); |
418 | mAllDayAgenda = new KOAgenda(1,mAllDayFrame); | 418 | mAllDayAgenda = new KOAgenda(1,mAllDayFrame); |
419 | mAllDayAgenda->setFocusPolicy(NoFocus); | 419 | mAllDayAgenda->setFocusPolicy(NoFocus); |
420 | QLabel *dummyAllDayRight = new QLabel (mAllDayFrame); | 420 | QLabel *dummyAllDayRight = new QLabel (mAllDayFrame); |
421 | 421 | ||
422 | // Create event context menu for all day agenda | 422 | // Create event context menu for all day agenda |
423 | mAllDayAgendaPopup = eventPopup(); | 423 | mAllDayAgendaPopup = eventPopup(); |
424 | connect(mAllDayAgenda,SIGNAL(showIncidencePopupSignal(Incidence *)), | 424 | connect(mAllDayAgenda,SIGNAL(showIncidencePopupSignal(Incidence *)), |
425 | mAllDayAgendaPopup,SLOT(showIncidencePopup(Incidence *))); | 425 | mAllDayAgendaPopup,SLOT(showIncidencePopup(Incidence *))); |
426 | 426 | ||
427 | // Create agenda frame | 427 | // Create agenda frame |
428 | QGridLayout *agendaLayout = new QGridLayout(agendaFrame,4,3); | 428 | QGridLayout *agendaLayout = new QGridLayout(agendaFrame,4,3); |
429 | // QHBox *agendaFrame = new QHBox(splitterAgenda); | 429 | // QHBox *agendaFrame = new QHBox(splitterAgenda); |
430 | 430 | ||
431 | // create event indicator bars | 431 | // create event indicator bars |
432 | mEventIndicatorTop = new EventIndicator(EventIndicator::Top,agendaFrame); | 432 | mEventIndicatorTop = new EventIndicator(EventIndicator::Top,agendaFrame); |
433 | #ifndef DESKTOP_VERSION | 433 | #ifndef DESKTOP_VERSION |
434 | // FIX | 434 | // FIX |
435 | mEventIndicatorTop->setPaintWidget( mSplitterAgenda ); | 435 | mEventIndicatorTop->setPaintWidget( mSplitterAgenda ); |
436 | #endif | 436 | #endif |
437 | mDayLabelsFrame = new QHBox(agendaFrame); | 437 | mDayLabelsFrame = new QHBox(agendaFrame); |
438 | //topLayout->addWidget(mDayLabelsFrame); | 438 | //topLayout->addWidget(mDayLabelsFrame); |
439 | mDayLabels = new QFrame (mDayLabelsFrame); | 439 | mDayLabels = new QFrame (mDayLabelsFrame); |
440 | mLayoutDayLabels = new QHBoxLayout(mDayLabels); | 440 | mLayoutDayLabels = new QHBoxLayout(mDayLabels); |
441 | agendaLayout->addMultiCellWidget(mDayLabelsFrame ,0,0,0,2); | 441 | agendaLayout->addMultiCellWidget(mDayLabelsFrame ,0,0,0,2); |
442 | agendaLayout->addWidget(mEventIndicatorTop,1,1); | 442 | agendaLayout->addWidget(mEventIndicatorTop,1,1); |
443 | 443 | ||
444 | mEventIndicatorBottom = new EventIndicator(EventIndicator::Bottom, | 444 | mEventIndicatorBottom = new EventIndicator(EventIndicator::Bottom, |
445 | agendaFrame); | 445 | agendaFrame); |
446 | agendaLayout->addWidget(mEventIndicatorBottom,3,1); | 446 | agendaLayout->addWidget(mEventIndicatorBottom,3,1); |
447 | QWidget *dummyAgendaRight = new QWidget(agendaFrame); | 447 | QWidget *dummyAgendaRight = new QWidget(agendaFrame); |
448 | agendaLayout->addWidget(dummyAgendaRight,1,2); | 448 | agendaLayout->addWidget(dummyAgendaRight,1,2); |
449 | 449 | ||
450 | // Create time labels | 450 | // Create time labels |
451 | mTimeLabels = new TimeLabels(24,agendaFrame); | 451 | mTimeLabels = new TimeLabels(24,agendaFrame); |
452 | agendaLayout->addWidget(mTimeLabels,2,0); | 452 | agendaLayout->addWidget(mTimeLabels,2,0); |
453 | connect(mTimeLabels,SIGNAL( scaleChanged()), | 453 | connect(mTimeLabels,SIGNAL( scaleChanged()), |
454 | this,SLOT(updateConfig())); | 454 | this,SLOT(updateConfig())); |
455 | 455 | ||
456 | // Create agenda | 456 | // Create agenda |
457 | mAgenda = new KOAgenda(1,96,KOPrefs::instance()->mHourSize,agendaFrame); | 457 | mAgenda = new KOAgenda(1,96,KOPrefs::instance()->mHourSize,agendaFrame); |
458 | agendaLayout->addMultiCellWidget(mAgenda,2,2,1,2); | 458 | agendaLayout->addMultiCellWidget(mAgenda,2,2,1,2); |
459 | agendaLayout->setColStretch(1,1); | 459 | agendaLayout->setColStretch(1,1); |
460 | mAgenda->setFocusPolicy(NoFocus); | 460 | mAgenda->setFocusPolicy(NoFocus); |
461 | // Create event context menu for agenda | 461 | // Create event context menu for agenda |
462 | mAgendaPopup = eventPopup(); | 462 | mAgendaPopup = eventPopup(); |
463 | 463 | ||
464 | mAgendaPopup->addAdditionalItem(QIconSet(SmallIcon("bell")), | 464 | mAgendaPopup->addAdditionalItem(QIconSet(SmallIcon("bell")), |
465 | i18n("Toggle Alarm"),mAgenda, | 465 | i18n("Toggle Alarm"),mAgenda, |
466 | SLOT(popupAlarm()),true); | 466 | SLOT(popupAlarm()),true); |
467 | 467 | ||
468 | 468 | ||
469 | connect(mAgenda,SIGNAL(showIncidencePopupSignal(Incidence *)), | 469 | connect(mAgenda,SIGNAL(showIncidencePopupSignal(Incidence *)), |
470 | mAgendaPopup,SLOT(showIncidencePopup(Incidence *))); | 470 | mAgendaPopup,SLOT(showIncidencePopup(Incidence *))); |
471 | 471 | ||
472 | // make connections between dependent widgets | 472 | // make connections between dependent widgets |
473 | mTimeLabels->setAgenda(mAgenda); | 473 | mTimeLabels->setAgenda(mAgenda); |
474 | 474 | ||
475 | // Update widgets to reflect user preferences | 475 | // Update widgets to reflect user preferences |
476 | // updateConfig(); | 476 | // updateConfig(); |
477 | 477 | ||
478 | // createDayLabels(); | 478 | // createDayLabels(); |
479 | 479 | ||
480 | // these blank widgets make the All Day Event box line up with the agenda | 480 | // these blank widgets make the All Day Event box line up with the agenda |
481 | dummyAllDayRight->setFixedWidth(mAgenda->verticalScrollBar()->width()); | 481 | dummyAllDayRight->setFixedWidth(mAgenda->verticalScrollBar()->width()); |
482 | dummyAgendaRight->setFixedWidth(mAgenda->verticalScrollBar()->width()); | 482 | dummyAgendaRight->setFixedWidth(mAgenda->verticalScrollBar()->width()); |
483 | mDummyAllDayLeft->setFixedWidth(mTimeLabels->width()); | 483 | mDummyAllDayLeft->setFixedWidth(mTimeLabels->width()); |
484 | 484 | ||
485 | // Scrolling | 485 | // Scrolling |
486 | connect(mAgenda->verticalScrollBar(),SIGNAL(valueChanged(int)), | 486 | connect(mAgenda->verticalScrollBar(),SIGNAL(valueChanged(int)), |
487 | mTimeLabels, SLOT(positionChanged())); | 487 | mTimeLabels, SLOT(positionChanged())); |
488 | connect(mTimeLabels->verticalScrollBar(),SIGNAL(valueChanged(int)), | 488 | connect(mTimeLabels->verticalScrollBar(),SIGNAL(valueChanged(int)), |
489 | SLOT(setContentsPos(int))); | 489 | SLOT(setContentsPos(int))); |
490 | 490 | ||
491 | connect(mAgenda,SIGNAL(showDateView( int, QDate )),SIGNAL(showDateView( int, QDate ))); | 491 | connect(mAgenda,SIGNAL(showDateView( int, QDate )),SIGNAL(showDateView( int, QDate ))); |
492 | connect(mAllDayAgenda,SIGNAL(showDateView( int, QDate )),SIGNAL(showDateView( int, QDate ))); | 492 | connect(mAllDayAgenda,SIGNAL(showDateView( int, QDate )),SIGNAL(showDateView( int, QDate ))); |
493 | 493 | ||
494 | // Create/Show/Edit/Delete Event | 494 | // Create/Show/Edit/Delete Event |
495 | connect(mAgenda,SIGNAL(newEventSignal(int,int)), | 495 | connect(mAgenda,SIGNAL(newEventSignal(int,int)), |
496 | SLOT(newEvent(int,int))); | 496 | SLOT(newEvent(int,int))); |
497 | connect(mAgenda,SIGNAL(newTodoSignal(int,int)), | 497 | connect(mAgenda,SIGNAL(newTodoSignal(int,int)), |
498 | SLOT(newTodo(int,int))); | 498 | SLOT(newTodo(int,int))); |
499 | connect(mAgenda,SIGNAL(newEventSignal(int,int,int,int)), | 499 | connect(mAgenda,SIGNAL(newEventSignal(int,int,int,int)), |
500 | SLOT(newEvent(int,int,int,int))); | 500 | SLOT(newEvent(int,int,int,int))); |
501 | connect(mAllDayAgenda,SIGNAL(newEventSignal(int,int)), | 501 | connect(mAllDayAgenda,SIGNAL(newEventSignal(int,int)), |
502 | SLOT(newEventAllDay(int,int))); | 502 | SLOT(newEventAllDay(int,int))); |
503 | connect(mAllDayAgenda,SIGNAL(newTodoSignal(int,int)), | 503 | connect(mAllDayAgenda,SIGNAL(newTodoSignal(int,int)), |
504 | SLOT(newTodoAllDay(int,int))); | 504 | SLOT(newTodoAllDay(int,int))); |
505 | connect(mAllDayAgenda,SIGNAL(newEventSignal(int,int,int,int)), | 505 | connect(mAllDayAgenda,SIGNAL(newEventSignal(int,int,int,int)), |
506 | SLOT(newEventAllDay(int,int))); | 506 | SLOT(newEventAllDay(int,int))); |
507 | connect(mAgenda,SIGNAL(newTimeSpanSignal(int,int,int,int)), | 507 | connect(mAgenda,SIGNAL(newTimeSpanSignal(int,int,int,int)), |
508 | SLOT(newTimeSpanSelected(int,int,int,int))); | 508 | SLOT(newTimeSpanSelected(int,int,int,int))); |
509 | connect(mAllDayAgenda,SIGNAL(newTimeSpanSignal(int,int,int,int)), | 509 | connect(mAllDayAgenda,SIGNAL(newTimeSpanSignal(int,int,int,int)), |
510 | SLOT(newTimeSpanSelectedAllDay(int,int,int,int))); | 510 | SLOT(newTimeSpanSelectedAllDay(int,int,int,int))); |
511 | connect(mAgenda,SIGNAL(newStartSelectSignal()),SLOT(updateView())); | 511 | connect(mAgenda,SIGNAL(newStartSelectSignal()),SLOT(updateView())); |
512 | connect(mAllDayAgenda,SIGNAL(newStartSelectSignal()),SLOT(updateView())); | 512 | connect(mAllDayAgenda,SIGNAL(newStartSelectSignal()),SLOT(updateView())); |
513 | 513 | ||
514 | connect(mAgenda,SIGNAL(editIncidenceSignal(Incidence *)), | 514 | connect(mAgenda,SIGNAL(editIncidenceSignal(Incidence *)), |
515 | SIGNAL(editIncidenceSignal(Incidence *))); | 515 | SIGNAL(editIncidenceSignal(Incidence *))); |
516 | connect(mAllDayAgenda,SIGNAL(editIncidenceSignal(Incidence *)), | 516 | connect(mAllDayAgenda,SIGNAL(editIncidenceSignal(Incidence *)), |
517 | SIGNAL(editIncidenceSignal(Incidence *))); | 517 | SIGNAL(editIncidenceSignal(Incidence *))); |
518 | connect(mAgenda,SIGNAL(showIncidenceSignal(Incidence *)), | 518 | connect(mAgenda,SIGNAL(showIncidenceSignal(Incidence *)), |
519 | SIGNAL(showIncidenceSignal(Incidence *))); | 519 | SIGNAL(showIncidenceSignal(Incidence *))); |
520 | connect(mAllDayAgenda,SIGNAL(showIncidenceSignal(Incidence *)), | 520 | connect(mAllDayAgenda,SIGNAL(showIncidenceSignal(Incidence *)), |
521 | SIGNAL(showIncidenceSignal(Incidence *))); | 521 | SIGNAL(showIncidenceSignal(Incidence *))); |
522 | connect(mAgenda,SIGNAL(deleteIncidenceSignal(Incidence *)), | 522 | connect(mAgenda,SIGNAL(deleteIncidenceSignal(Incidence *)), |
523 | SIGNAL(deleteIncidenceSignal(Incidence *))); | 523 | SIGNAL(deleteIncidenceSignal(Incidence *))); |
524 | connect(mAllDayAgenda,SIGNAL(deleteIncidenceSignal(Incidence *)), | 524 | connect(mAllDayAgenda,SIGNAL(deleteIncidenceSignal(Incidence *)), |
525 | SIGNAL(deleteIncidenceSignal(Incidence *))); | 525 | SIGNAL(deleteIncidenceSignal(Incidence *))); |
526 | 526 | ||
527 | connect(mAgenda,SIGNAL(itemModified(KOAgendaItem *, int )), | 527 | connect(mAgenda,SIGNAL(itemModified(KOAgendaItem *, int )), |
528 | SLOT(updateEventDates(KOAgendaItem *, int ))); | 528 | SLOT(updateEventDates(KOAgendaItem *, int ))); |
529 | connect(mAllDayAgenda,SIGNAL(itemModified(KOAgendaItem *, int )), | 529 | connect(mAllDayAgenda,SIGNAL(itemModified(KOAgendaItem *, int )), |
530 | SLOT(updateEventDates(KOAgendaItem *, int))); | 530 | SLOT(updateEventDates(KOAgendaItem *, int))); |
531 | 531 | ||
532 | // event indicator update | 532 | // event indicator update |
533 | connect(mAgenda,SIGNAL(lowerYChanged(int)), | 533 | connect(mAgenda,SIGNAL(lowerYChanged(int)), |
534 | SLOT(updateEventIndicatorTop(int))); | 534 | SLOT(updateEventIndicatorTop(int))); |
535 | connect(mAgenda,SIGNAL(upperYChanged(int)), | 535 | connect(mAgenda,SIGNAL(upperYChanged(int)), |
536 | SLOT(updateEventIndicatorBottom(int))); | 536 | SLOT(updateEventIndicatorBottom(int))); |
537 | // drag signals | 537 | // drag signals |
538 | /* | 538 | /* |
539 | connect(mAgenda,SIGNAL(startDragSignal(Event *)), | 539 | connect(mAgenda,SIGNAL(startDragSignal(Event *)), |
540 | SLOT(startDrag(Event *))); | 540 | SLOT(startDrag(Event *))); |
541 | connect(mAllDayAgenda,SIGNAL(startDragSignal(Event *)), | 541 | connect(mAllDayAgenda,SIGNAL(startDragSignal(Event *)), |
542 | SLOT(startDrag(Event *))); | 542 | SLOT(startDrag(Event *))); |
543 | */ | 543 | */ |
544 | // synchronize selections | 544 | // synchronize selections |
545 | connect( mAgenda, SIGNAL( incidenceSelected( Incidence * ) ), | 545 | connect( mAgenda, SIGNAL( incidenceSelected( Incidence * ) ), |
546 | mAllDayAgenda, SLOT( deselectItem() ) ); | 546 | mAllDayAgenda, SLOT( deselectItem() ) ); |
547 | connect( mAllDayAgenda, SIGNAL( incidenceSelected( Incidence * ) ), | 547 | connect( mAllDayAgenda, SIGNAL( incidenceSelected( Incidence * ) ), |
548 | mAgenda, SLOT( deselectItem() ) ); | 548 | mAgenda, SLOT( deselectItem() ) ); |
549 | connect( mAgenda, SIGNAL( incidenceSelected( Incidence * ) ), | 549 | connect( mAgenda, SIGNAL( incidenceSelected( Incidence * ) ), |
550 | SIGNAL( incidenceSelected( Incidence * ) ) ); | 550 | SIGNAL( incidenceSelected( Incidence * ) ) ); |
551 | connect( mAllDayAgenda, SIGNAL( incidenceSelected( Incidence * ) ), | 551 | connect( mAllDayAgenda, SIGNAL( incidenceSelected( Incidence * ) ), |
552 | SIGNAL( incidenceSelected( Incidence * ) ) ); | 552 | SIGNAL( incidenceSelected( Incidence * ) ) ); |
553 | connect( mAgenda, SIGNAL( resizedSignal() ), | 553 | connect( mAgenda, SIGNAL( resizedSignal() ), |
554 | SLOT( updateConfig( ) ) ); | 554 | SLOT( updateConfig( ) ) ); |
555 | connect( mAgenda, SIGNAL( addToCalSignal(Incidence *, Incidence *) ), | 555 | connect( mAgenda, SIGNAL( addToCalSignal(Incidence *, Incidence *) ), |
556 | SLOT( addToCalSlot(Incidence *, Incidence * ) ) ); | 556 | SLOT( addToCalSlot(Incidence *, Incidence * ) ) ); |
557 | connect( mAllDayAgenda, SIGNAL( addToCalSignal(Incidence * ,Incidence *) ), | 557 | connect( mAllDayAgenda, SIGNAL( addToCalSignal(Incidence * ,Incidence *) ), |
558 | SLOT( addToCalSlot(Incidence * , Incidence *) ) ); | 558 | SLOT( addToCalSlot(Incidence * , Incidence *) ) ); |
559 | // connect( mAgenda, SIGNAL( cloneIncidenceSignal(Incidence *) ), SIGNAL( cloneIncidenceSignal(Incidence *) ) ); | 559 | // connect( mAgenda, SIGNAL( cloneIncidenceSignal(Incidence *) ), SIGNAL( cloneIncidenceSignal(Incidence *) ) ); |
560 | //connect( mAllDayAgenda, SIGNAL( cloneIncidenceSignal(Incidence *) ), SIGNAL( cloneIncidenceSignal(Incidence *) ) ); | 560 | //connect( mAllDayAgenda, SIGNAL( cloneIncidenceSignal(Incidence *) ), SIGNAL( cloneIncidenceSignal(Incidence *) ) ); |
561 | 561 | ||
562 | 562 | ||
563 | } | 563 | } |
564 | 564 | ||
565 | void KOAgendaView::toggleAllDay() | 565 | void KOAgendaView::toggleAllDay() |
566 | { | 566 | { |
567 | if ( mSplitterAgenda->firstHandle() ) | 567 | if ( mSplitterAgenda->firstHandle() ) |
568 | mSplitterAgenda->firstHandle()->toggle(); | 568 | mSplitterAgenda->firstHandle()->toggle(); |
569 | } | 569 | } |
570 | void KOAgendaView::addToCalSlot(Incidence * inc, Incidence * incOld ) | 570 | void KOAgendaView::addToCalSlot(Incidence * inc, Incidence * incOld ) |
571 | { | 571 | { |
572 | calendar()->addIncidence( inc ); | 572 | calendar()->addIncidence( inc ); |
573 | 573 | ||
574 | if ( incOld ) { | 574 | if ( incOld ) { |
575 | if ( incOld->type() == "Todo" ) | 575 | if ( incOld->type() == "Todo" ) |
576 | emit todoMoved((Todo*)incOld, KOGlobals::EVENTEDITED ); | 576 | emit todoMoved((Todo*)incOld, KOGlobals::EVENTEDITED ); |
577 | else | 577 | else |
578 | emit incidenceChanged(incOld, KOGlobals::EVENTEDITED); | 578 | emit incidenceChanged(incOld, KOGlobals::EVENTEDITED); |
579 | } | 579 | } |
580 | 580 | ||
581 | } | 581 | } |
582 | 582 | ||
583 | KOAgendaView::~KOAgendaView() | 583 | KOAgendaView::~KOAgendaView() |
584 | { | 584 | { |
585 | delete mAgendaPopup; | 585 | delete mAgendaPopup; |
586 | delete mAllDayAgendaPopup; | 586 | delete mAllDayAgendaPopup; |
587 | delete KOAgendaItem::paintPix(); | 587 | delete KOAgendaItem::paintPix(); |
588 | delete KOAgendaItem::paintPixSel(); | 588 | delete KOAgendaItem::paintPixSel(); |
589 | } | 589 | } |
590 | void KOAgendaView::resizeEvent( QResizeEvent* e ) | 590 | void KOAgendaView::resizeEvent( QResizeEvent* e ) |
591 | { | 591 | { |
592 | //qDebug("KOAgendaView::resizeEvent( QResizeEvent* e ) %d ", e->size().width()); | 592 | //qDebug("KOAgendaView::resizeEvent( QResizeEvent* e ) %d ", e->size().width()); |
593 | bool uc = false; | 593 | bool uc = false; |
594 | int ow = e->oldSize().width(); | 594 | int ow = e->oldSize().width(); |
595 | int oh = e->oldSize().height(); | 595 | int oh = e->oldSize().height(); |
596 | int w = e->size().width(); | 596 | int w = e->size().width(); |
597 | int h = e->size().height(); | 597 | int h = e->size().height(); |
598 | if ( (ow > oh && w< h ) || (ow < oh && w > h ) ) { | 598 | if ( (ow > oh && w< h ) || (ow < oh && w > h ) ) { |
599 | if ( ! mBlockUpdating && !globalFlagBlockStartup && !globalFlagBlockAgenda ) | 599 | if ( ! mBlockUpdating && !globalFlagBlockStartup && !globalFlagBlockAgenda ) |
600 | uc = true; | 600 | uc = true; |
601 | //qDebug("view changed %d %d %d %d ", ow, oh , w , h); | 601 | //qDebug("view changed %d %d %d %d ", ow, oh , w , h); |
602 | } | 602 | } |
603 | mUpcomingWidth = e->size().width() ; | 603 | mUpcomingWidth = e->size().width() ; |
604 | if ( mBlockUpdating || uc ) { | 604 | if ( mBlockUpdating || uc ) { |
605 | mBlockUpdating = false; | 605 | mBlockUpdating = false; |
606 | //mAgenda->setMinimumSize(800 , 600 ); | 606 | //mAgenda->setMinimumSize(800 , 600 ); |
607 | //qDebug("mAgenda->resize+++++++++++++++ "); | 607 | //qDebug("mAgenda->resize+++++++++++++++ "); |
608 | updateConfig(); | 608 | updateConfig(); |
609 | //qDebug("KOAgendaView::Updating now possible "); | 609 | //qDebug("KOAgendaView::Updating now possible "); |
610 | } else | 610 | } else |
611 | createDayLabels(); | 611 | createDayLabels(); |
612 | //qDebug("resizeEvent end "); | 612 | //qDebug("resizeEvent end "); |
613 | 613 | ||
614 | } | 614 | } |
615 | void KOAgendaView::slotDaylabelClicked( int num ) | 615 | void KOAgendaView::slotDaylabelClicked( int num ) |
616 | { | 616 | { |
617 | 617 | ||
618 | QDate firstDate = mSelectedDates.first(); | 618 | QDate firstDate = mSelectedDates.first(); |
619 | if ( num == -1 ) | 619 | if ( num == -1 ) |
620 | emit showDateView( 6, firstDate ); | 620 | emit showDateView( 6, firstDate ); |
621 | else if (num >= 0 ) { | 621 | else if (num >= 0 ) { |
622 | if ( mSelectedDates.count() == 1) | 622 | if ( mSelectedDates.count() == 1) |
623 | emit showDateView( 9, firstDate.addDays( num ) ); | 623 | emit showDateView( 9, firstDate.addDays( num ) ); |
624 | else | 624 | else |
625 | emit showDateView( 3, firstDate.addDays( num ) ); | 625 | emit showDateView( 3, firstDate.addDays( num ) ); |
626 | } | 626 | } |
627 | else | 627 | else |
628 | showDateView( 10, firstDate.addDays(1) ); | 628 | showDateView( 10, firstDate.addDays(1) ); |
629 | } | 629 | } |
630 | 630 | ||
631 | KOAgendaButton* KOAgendaView::getNewDaylabel() | 631 | KOAgendaButton* KOAgendaView::getNewDaylabel() |
632 | { | 632 | { |
633 | 633 | ||
634 | KOAgendaButton * dayLabel = new KOAgendaButton(mDayLabels); | 634 | KOAgendaButton * dayLabel = new KOAgendaButton(mDayLabels); |
635 | connect( dayLabel, SIGNAL( numClicked(int) ), this, SLOT ( slotDaylabelClicked(int) ) ); | 635 | connect( dayLabel, SIGNAL( numClicked(int) ), this, SLOT ( slotDaylabelClicked(int) ) ); |
636 | mDayLabelsList.append( dayLabel ); | 636 | mDayLabelsList.append( dayLabel ); |
637 | mLayoutDayLabels->addWidget(dayLabel); | 637 | mLayoutDayLabels->addWidget(dayLabel); |
638 | return dayLabel ; | 638 | return dayLabel ; |
639 | } | 639 | } |
640 | 640 | ||
641 | void KOAgendaView::createDayLabels() | 641 | void KOAgendaView::createDayLabels() |
642 | { | 642 | { |
643 | 643 | ||
644 | if ( mBlockUpdating || globalFlagBlockLabel == 1) { | 644 | if ( mBlockUpdating || globalFlagBlockLabel == 1) { |
645 | // qDebug(" KOAgendaView::createDayLabels() blocked "); | 645 | // qDebug(" KOAgendaView::createDayLabels() blocked "); |
646 | return; | 646 | return; |
647 | 647 | ||
648 | } | 648 | } |
649 | int newHight; | 649 | int newHight; |
650 | 650 | ||
651 | // ### Before deleting and recreating we could check if mSelectedDates changed... | 651 | // ### Before deleting and recreating we could check if mSelectedDates changed... |
652 | // It would remove some flickering and gain speed (since this is called by | 652 | // It would remove some flickering and gain speed (since this is called by |
653 | // each updateView() call) | 653 | // each updateView() call) |
654 | 654 | ||
655 | int maxWid = mUpcomingWidth - mTimeLabels->width()- mAgenda->verticalScrollBar()->width() - 2; | 655 | int maxWid = mUpcomingWidth - mTimeLabels->width()- mAgenda->verticalScrollBar()->width() - 2; |
656 | mDayLabelsFrame->setMaximumWidth( mUpcomingWidth ); | 656 | mDayLabelsFrame->setMaximumWidth( mUpcomingWidth ); |
657 | if ( maxWid < 0 ) | 657 | if ( maxWid < 0 ) |
658 | maxWid = 20; | 658 | maxWid = 20; |
659 | 659 | ||
660 | QFont dlf = KOPrefs::instance()->mTimeLabelsFont; | 660 | QFont dlf = KOPrefs::instance()->mTimeLabelsFont; |
661 | QFontMetrics fm ( dlf ); | 661 | QFontMetrics fm ( dlf ); |
662 | int selCount = mSelectedDates.count(); | 662 | int selCount = mSelectedDates.count(); |
663 | QString dayTest = "Mon 20"; | 663 | QString dayTest = "Mon 20"; |
664 | //QString dayTest = "Mon 20"; | 664 | //QString dayTest = "Mon 20"; |
665 | int wid = fm.width( dayTest ); | 665 | int wid = fm.width( dayTest ); |
666 | //maxWid -= ( selCount * 3 ); //working for QLabels | 666 | //maxWid -= ( selCount * 3 ); //working for QLabels |
667 | maxWid -= ( selCount * 3 ); //working for QPushButton | 667 | maxWid -= ( selCount * 3 ); //working for QPushButton |
668 | if ( maxWid < 0 ) | 668 | if ( maxWid < 0 ) |
669 | maxWid = 20; | 669 | maxWid = 20; |
670 | int needWid = wid * selCount; | 670 | int needWid = wid * selCount; |
671 | //qDebug("++++++++Needed : %d MaxWidth: %d", needWid, maxWid ); | 671 | //qDebug("++++++++Needed : %d MaxWidth: %d", needWid, maxWid ); |
672 | //if ( needWid > maxWid ) | 672 | //if ( needWid > maxWid ) |
673 | // qDebug("DAYLABELS TOOOOOOO BIG "); | 673 | // qDebug("DAYLABELS TOOOOOOO BIG "); |
674 | while ( needWid > maxWid ) { | 674 | while ( needWid > maxWid ) { |
675 | dayTest = dayTest.left( dayTest.length() - 1 ); | 675 | dayTest = dayTest.left( dayTest.length() - 1 ); |
676 | wid = fm.width( dayTest ); | 676 | wid = fm.width( dayTest ); |
677 | needWid = wid * selCount; | 677 | needWid = wid * selCount; |
678 | } | 678 | } |
679 | int maxLen = dayTest.length(); | 679 | int maxLen = dayTest.length(); |
680 | int fontPoint = dlf.pointSize(); | 680 | int fontPoint = dlf.pointSize(); |
681 | if ( maxLen < 2 ) { | 681 | if ( maxLen < 2 ) { |
682 | int fontPoint = dlf.pointSize(); | 682 | int fontPoint = dlf.pointSize(); |
683 | while ( fontPoint > 4 ) { | 683 | while ( fontPoint > 4 ) { |
684 | --fontPoint; | 684 | --fontPoint; |
685 | dlf.setPointSize( fontPoint ); | 685 | dlf.setPointSize( fontPoint ); |
686 | QFontMetrics f( dlf ); | 686 | QFontMetrics f( dlf ); |
687 | wid = f.width( "30" ); | 687 | wid = f.width( "30" ); |
688 | needWid = wid * selCount; | 688 | needWid = wid * selCount; |
689 | if ( needWid < maxWid ) | 689 | if ( needWid < maxWid ) |
690 | break; | 690 | break; |
691 | } | 691 | } |
692 | maxLen = 2; | 692 | maxLen = 2; |
693 | } | 693 | } |
694 | //qDebug("Max len %d ", dayTest.length() ); | 694 | //qDebug("Max len %d ", dayTest.length() ); |
695 | 695 | ||
696 | QFontMetrics tempF( dlf ); | 696 | QFontMetrics tempF( dlf ); |
697 | newHight = tempF.height(); | 697 | newHight = tempF.height(); |
698 | mDayLabels->setFont( dlf ); | 698 | mDayLabels->setFont( dlf ); |
699 | // mLayoutDayLabels = new QHBoxLayout(mDayLabels);; | 699 | // mLayoutDayLabels = new QHBoxLayout(mDayLabels);; |
700 | // mLayoutDayLabels->addSpacing(mTimeLabels->width()); | 700 | // mLayoutDayLabels->addSpacing(mTimeLabels->width()); |
701 | //mLayoutDayLabels->addSpacing( 2 ); | 701 | //mLayoutDayLabels->addSpacing( 2 ); |
702 | // QFont lFont = dlf; | 702 | // QFont lFont = dlf; |
703 | bool appendLabels = false; | 703 | bool appendLabels = false; |
704 | KOAgendaButton *dayLabel; | 704 | KOAgendaButton *dayLabel; |
705 | dayLabel = mDayLabelsList.first(); | 705 | dayLabel = mDayLabelsList.first(); |
706 | if ( !dayLabel ) { | 706 | if ( !dayLabel ) { |
707 | appendLabels = true; | 707 | appendLabels = true; |
708 | dayLabel = getNewDaylabel(); | 708 | dayLabel = getNewDaylabel(); |
709 | } | 709 | } |
710 | dayLabel->setFixedWidth( mTimeLabels->width()+2 ); | 710 | dayLabel->setFixedWidth( mTimeLabels->width()+2 ); |
711 | dayLabel->setFont( dlf ); | 711 | dayLabel->setFont( dlf ); |
712 | dayLabel->setNum( -1 ); | 712 | dayLabel->setNum( -1 ); |
713 | //dayLabel->setAlignment(QLabel::AlignHCenter); | 713 | //dayLabel->setAlignment(QLabel::AlignHCenter); |
714 | dayLabel->setText( KOGlobals::self()->calendarSystem()->monthName( mSelectedDates.first(), true ) ); | 714 | dayLabel->setText( KOGlobals::self()->calendarSystem()->monthName( mSelectedDates.first(), true ) ); |
715 | dayLabel->show(); | 715 | dayLabel->show(); |
716 | DateList::ConstIterator dit; | 716 | DateList::ConstIterator dit; |
717 | bool oneday = (mSelectedDates.first() == mSelectedDates.last() ); | 717 | bool oneday = (mSelectedDates.first() == mSelectedDates.last() ); |
718 | int counter = -1; | 718 | int counter = -1; |
719 | for( dit = mSelectedDates.begin(); dit != mSelectedDates.end(); ++dit ) { | 719 | for( dit = mSelectedDates.begin(); dit != mSelectedDates.end(); ++dit ) { |
720 | ++counter; | 720 | ++counter; |
721 | QDate date = *dit; | 721 | QDate date = *dit; |
722 | // QBoxLayout *dayLayout = new QVBoxLayout(mLayoutDayLabels); | 722 | // QBoxLayout *dayLayout = new QVBoxLayout(mLayoutDayLabels); |
723 | if ( ! appendLabels ) { | 723 | if ( ! appendLabels ) { |
724 | dayLabel = mDayLabelsList.next(); | 724 | dayLabel = mDayLabelsList.next(); |
725 | if ( !dayLabel ) | 725 | if ( !dayLabel ) |
726 | appendLabels = true; | 726 | appendLabels = true; |
727 | } | 727 | } |
728 | if ( appendLabels ) { | 728 | if ( appendLabels ) { |
729 | dayLabel = getNewDaylabel(); | 729 | dayLabel = getNewDaylabel(); |
730 | } | 730 | } |
731 | dayLabel->setMinimumWidth( 1 ); | 731 | dayLabel->setMinimumWidth( 1 ); |
732 | dayLabel->setMaximumWidth( 10240 ); | 732 | dayLabel->setMaximumWidth( 10240 ); |
733 | dayLabel->setFont( dlf ); | 733 | dayLabel->setFont( dlf ); |
734 | dayLabel->show(); | 734 | dayLabel->show(); |
735 | dayLabel->setNum( counter ); | 735 | dayLabel->setNum( counter ); |
736 | QString str; | 736 | QString str; |
737 | int dW = KOGlobals::self()->calendarSystem()->dayOfWeek(date); | 737 | int dW = KOGlobals::self()->calendarSystem()->dayOfWeek(date); |
738 | QString dayName = KOGlobals::self()->calendarSystem()->weekDayName( dW, true ); | 738 | QString dayName = KOGlobals::self()->calendarSystem()->weekDayName( dW, true ); |
739 | switch ( maxLen ) { | 739 | switch ( maxLen ) { |
740 | case 2: | 740 | case 2: |
741 | str = QString::number( date.day() ); | 741 | str = QString::number( date.day() ); |
742 | break; | 742 | break; |
743 | 743 | ||
744 | case 3: | 744 | case 3: |
745 | str = dayName.left( 1 ) +QString::number( date.day()); | 745 | str = dayName.left( 1 ) +QString::number( date.day()); |
746 | 746 | ||
747 | break; | 747 | break; |
748 | case 4: | 748 | case 4: |
749 | str = dayName.left( 1 ) + " " +QString::number( date.day()); | 749 | str = dayName.left( 1 ) + " " +QString::number( date.day()); |
750 | 750 | ||
751 | break; | 751 | break; |
752 | case 5: | 752 | case 5: |
753 | str = dayName.left( 2 ) + " " +QString::number( date.day()); | 753 | str = dayName.left( 2 ) + " " +QString::number( date.day()); |
754 | 754 | ||
755 | break; | 755 | break; |
756 | case 6: | 756 | case 6: |
757 | str = dayName.left( 3 ) + " " +QString::number( date.day()); | 757 | str = dayName.left( 3 ) + " " +QString::number( date.day()); |
758 | break; | 758 | break; |
759 | 759 | ||
760 | default: | 760 | default: |
761 | break; | 761 | break; |
762 | } | 762 | } |
763 | if ( oneday ) { | 763 | if ( oneday ) { |
764 | QString addString; | 764 | QString addString; |
765 | if ( mSelectedDates.first() == QDateTime::currentDateTime().date() ) | 765 | if ( mSelectedDates.first() == QDateTime::currentDateTime().date() ) |
766 | addString = i18n("Today"); | 766 | addString = i18n("Today"); |
767 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(1) ) | 767 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(1) ) |
768 | addString = i18n("Tomorrow"); | 768 | addString = i18n("Tomorrow"); |
769 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(-1) ) | 769 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(-1) ) |
770 | addString = i18n("Yesterday"); | 770 | addString = i18n("Yesterday"); |
771 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(-2) ) | 771 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(-2) ) |
772 | addString = i18n("Day before yesterday"); | 772 | addString = i18n("Day before yesterday"); |
773 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(2) ) | 773 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(2) ) |
774 | addString = i18n("Day after tomorrow"); | 774 | addString = i18n("Day after tomorrow"); |
775 | if ( !addString.isEmpty() ) { | 775 | if ( !addString.isEmpty() ) { |
776 | str = addString+", " + str; | 776 | str = addString+", " + str; |
777 | } else { | 777 | } else { |
778 | str = KGlobal::locale()->formatDate( date, KOPrefs::instance()->mShortDateInViewer); | 778 | str = KGlobal::locale()->formatDate( date, KOPrefs::instance()->mShortDateInViewer); |
779 | } | 779 | } |
780 | } | 780 | } |
781 | dayLabel->setText(str); | 781 | dayLabel->setText(str); |
782 | //dayLabel->setAlignment(QLabel::AlignHCenter); | 782 | //dayLabel->setAlignment(QLabel::AlignHCenter); |
783 | if (date == QDate::currentDate()) { | 783 | if (date == QDate::currentDate()) { |
784 | QFont bFont = dlf; | 784 | QFont bFont = dlf; |
785 | bFont.setBold( true ); | 785 | bFont.setBold( true ); |
786 | dayLabel->setFont(bFont); | 786 | dayLabel->setFont(bFont); |
787 | } | 787 | } |
788 | //dayLayout->addWidget(dayLabel); | 788 | //dayLayout->addWidget(dayLabel); |
789 | 789 | ||
790 | #ifndef KORG_NOPLUGINS | 790 | #ifndef KORG_NOPLUGINS |
791 | CalendarDecoration::List cds = KOCore::self()->calendarDecorations(); | 791 | CalendarDecoration::List cds = KOCore::self()->calendarDecorations(); |
792 | CalendarDecoration *it; | 792 | CalendarDecoration *it; |
793 | for(it = cds.first(); it; it = cds.next()) { | 793 | for(it = cds.first(); it; it = cds.next()) { |
794 | QString text = it->shortText( date ); | 794 | QString text = it->shortText( date ); |
795 | if ( !text.isEmpty() ) { | 795 | if ( !text.isEmpty() ) { |
796 | QLabel *label = new QLabel(text,mDayLabels); | 796 | QLabel *label = new QLabel(text,mDayLabels); |
797 | label->setAlignment(AlignCenter); | 797 | label->setAlignment(AlignCenter); |
798 | dayLayout->addWidget(label); | 798 | dayLayout->addWidget(label); |
799 | } | 799 | } |
800 | } | 800 | } |
801 | 801 | ||
802 | for(it = cds.first(); it; it = cds.next()) { | 802 | for(it = cds.first(); it; it = cds.next()) { |
803 | QWidget *wid = it->smallWidget(mDayLabels,date); | 803 | QWidget *wid = it->smallWidget(mDayLabels,date); |
804 | if ( wid ) { | 804 | if ( wid ) { |
805 | // wid->setHeight(20); | 805 | // wid->setHeight(20); |
806 | dayLayout->addWidget(wid); | 806 | dayLayout->addWidget(wid); |
807 | } | 807 | } |
808 | } | 808 | } |
809 | #endif | 809 | #endif |
810 | } | 810 | } |
811 | if ( ! appendLabels ) { | 811 | if ( ! appendLabels ) { |
812 | dayLabel = mDayLabelsList.next(); | 812 | dayLabel = mDayLabelsList.next(); |
813 | if ( !dayLabel ) | 813 | if ( !dayLabel ) |
814 | appendLabels = true; | 814 | appendLabels = true; |
815 | } | 815 | } |
816 | if ( appendLabels ) { | 816 | if ( appendLabels ) { |
817 | dayLabel = getNewDaylabel(); | 817 | dayLabel = getNewDaylabel(); |
818 | } | 818 | } |
819 | //dayLabel->hide();//test only | 819 | //dayLabel->hide();//test only |
820 | 820 | ||
821 | int offset = (mAgenda->width() - mAgenda->verticalScrollBar()->width()-3 ) % mSelectedDates.count() ; | 821 | int offset = (mAgenda->width() - mAgenda->verticalScrollBar()->width()-3 ) % mSelectedDates.count() ; |
822 | if ( offset < 0 ) offset = 0; | 822 | if ( offset < 0 ) offset = 0; |
823 | //qDebug("mLayoutDayLabels->addSpacing %d ", mAgenda->verticalScrollBar()->width()+offset+2 ); | 823 | //qDebug("mLayoutDayLabels->addSpacing %d ", mAgenda->verticalScrollBar()->width()+offset+2 ); |
824 | dayLabel->setText(">");//QString::number ( mSelectedDates.first().month() ) ); | 824 | dayLabel->setText(">");//QString::number ( mSelectedDates.first().month() ) ); |
825 | dayLabel->setFont( dlf ); | 825 | dayLabel->setFont( dlf ); |
826 | dayLabel->show(); | 826 | dayLabel->show(); |
827 | dayLabel->setNum( -2 ); | 827 | dayLabel->setNum( -2 ); |
828 | dayLabel->setFixedWidth( mAgenda->verticalScrollBar()->width()+ offset ); | 828 | dayLabel->setFixedWidth( mAgenda->verticalScrollBar()->width()+ offset ); |
829 | //qDebug("setToFixed %d ", mAgenda->verticalScrollBar()->width()+ offset+2); | 829 | //qDebug("setToFixed %d ", mAgenda->verticalScrollBar()->width()+ offset+2); |
830 | //mLayoutDayLabels->addSpacing(mAgenda->verticalScrollBar()->width()+ offset+2); | 830 | //mLayoutDayLabels->addSpacing(mAgenda->verticalScrollBar()->width()+ offset+2); |
831 | if ( !appendLabels ) { | 831 | if ( !appendLabels ) { |
832 | dayLabel = mDayLabelsList.next(); | 832 | dayLabel = mDayLabelsList.next(); |
833 | while ( dayLabel ) { | 833 | while ( dayLabel ) { |
834 | //qDebug("!dayLabel %d",dayLabel ); | 834 | //qDebug("!dayLabel %d",dayLabel ); |
835 | dayLabel->hide(); | 835 | dayLabel->hide(); |
836 | dayLabel = mDayLabelsList.next(); | 836 | dayLabel = mDayLabelsList.next(); |
837 | } | 837 | } |
838 | } | 838 | } |
839 | //mDayLabelsFrame->show(); | 839 | |
840 | //mDayLabels->show(); | 840 | mDayLabelsFrame->setFixedHeight( newHight + 4 ); |
841 | //qDebug("heigt %d %d %d ",mDayLabelsFrame->height(), mDayLabelsFrame->sizeHint().height(), newHight); | ||
842 | //mDayLabelsFrame->resize( mAgenda->visibleWidth(), newHight ); | ||
843 | mDayLabelsFrame->setFixedHeight( newHight ); | ||
844 | } | 841 | } |
845 | 842 | ||
846 | int KOAgendaView::maxDatesHint() | 843 | int KOAgendaView::maxDatesHint() |
847 | { | 844 | { |
848 | // Not sure about the max number of events, so return 0 for now. | 845 | // Not sure about the max number of events, so return 0 for now. |
849 | return 0; | 846 | return 0; |
850 | } | 847 | } |
851 | 848 | ||
852 | int KOAgendaView::currentDateCount() | 849 | int KOAgendaView::currentDateCount() |
853 | { | 850 | { |
854 | return mSelectedDates.count(); | 851 | return mSelectedDates.count(); |
855 | } | 852 | } |
856 | 853 | ||
857 | QPtrList<Incidence> KOAgendaView::selectedIncidences() | 854 | QPtrList<Incidence> KOAgendaView::selectedIncidences() |
858 | { | 855 | { |
859 | QPtrList<Incidence> selected; | 856 | QPtrList<Incidence> selected; |
860 | Incidence *incidence; | 857 | Incidence *incidence; |
861 | 858 | ||
862 | incidence = mAgenda->selectedIncidence(); | 859 | incidence = mAgenda->selectedIncidence(); |
863 | if (incidence) selected.append(incidence); | 860 | if (incidence) selected.append(incidence); |
864 | 861 | ||
865 | incidence = mAllDayAgenda->selectedIncidence(); | 862 | incidence = mAllDayAgenda->selectedIncidence(); |
866 | if (incidence) selected.append(incidence); | 863 | if (incidence) selected.append(incidence); |
867 | 864 | ||
868 | return selected; | 865 | return selected; |
869 | } | 866 | } |
870 | 867 | ||
871 | DateList KOAgendaView::selectedDates() | 868 | DateList KOAgendaView::selectedDates() |
872 | { | 869 | { |
873 | DateList selected; | 870 | DateList selected; |
874 | QDate qd; | 871 | QDate qd; |
875 | 872 | ||
876 | qd = mAgenda->selectedIncidenceDate(); | 873 | qd = mAgenda->selectedIncidenceDate(); |
877 | if (qd.isValid()) selected.append(qd); | 874 | if (qd.isValid()) selected.append(qd); |
878 | 875 | ||
879 | qd = mAllDayAgenda->selectedIncidenceDate(); | 876 | qd = mAllDayAgenda->selectedIncidenceDate(); |
880 | if (qd.isValid()) selected.append(qd); | 877 | if (qd.isValid()) selected.append(qd); |
881 | 878 | ||
882 | return selected; | 879 | return selected; |
883 | } | 880 | } |
884 | 881 | ||
885 | 882 | ||
886 | void KOAgendaView::updateView() | 883 | void KOAgendaView::updateView() |
887 | { | 884 | { |
888 | if ( mBlockUpdating ) | 885 | if ( mBlockUpdating ) |
889 | return; | 886 | return; |
890 | // kdDebug() << "KOAgendaView::updateView()" << endl; | 887 | // kdDebug() << "KOAgendaView::updateView()" << endl; |
891 | fillAgenda(); | 888 | fillAgenda(); |
892 | 889 | ||
893 | } | 890 | } |
894 | 891 | ||
895 | 892 | ||
896 | /* | 893 | /* |
897 | Update configuration settings for the agenda view. This method is not | 894 | Update configuration settings for the agenda view. This method is not |
898 | complete. | 895 | complete. |
899 | */ | 896 | */ |
900 | void KOAgendaView::updateConfig() | 897 | void KOAgendaView::updateConfig() |
901 | { | 898 | { |
902 | if ( mBlockUpdating ) | 899 | if ( mBlockUpdating ) |
903 | return; | 900 | return; |
904 | if ( mAgenda->height() > 96 * KOPrefs::instance()->mHourSize ) { | 901 | if ( mAgenda->height() > 96 * KOPrefs::instance()->mHourSize ) { |
905 | int old = KOPrefs::instance()->mHourSize; | 902 | int old = KOPrefs::instance()->mHourSize; |
906 | KOPrefs::instance()->mHourSize = mAgenda->height()/96 +1; | 903 | KOPrefs::instance()->mHourSize = mAgenda->height()/96 +1; |
907 | qDebug("KOPrefs::instance()->mHourSize adjusted %d to %d ", old,KOPrefs::instance()->mHourSize ); | 904 | qDebug("KOPrefs::instance()->mHourSize adjusted %d to %d ", old,KOPrefs::instance()->mHourSize ); |
908 | } | 905 | } |
909 | 906 | ||
910 | 907 | ||
911 | // update config for children | 908 | // update config for children |
912 | mTimeLabels->updateConfig(); | 909 | mTimeLabels->updateConfig(); |
913 | mAgenda->storePosition(); | 910 | mAgenda->storePosition(); |
914 | mAgenda->updateConfig(); | 911 | mAgenda->updateConfig(); |
915 | mAllDayAgenda->updateConfig(); | 912 | mAllDayAgenda->updateConfig(); |
916 | // widget synchronization | 913 | // widget synchronization |
917 | //TODO: find a better way, maybe signal/slot | 914 | //TODO: find a better way, maybe signal/slot |
918 | mTimeLabels->positionChanged(); | 915 | mTimeLabels->positionChanged(); |
919 | 916 | ||
920 | // for some reason, this needs to be called explicitly | 917 | // for some reason, this needs to be called explicitly |
921 | mTimeLabels->repaint(); | 918 | mTimeLabels->repaint(); |
922 | 919 | ||
923 | mDummyAllDayLeft->setFixedWidth(mTimeLabels->width()); | 920 | mDummyAllDayLeft->setFixedWidth(mTimeLabels->width()); |
924 | 921 | ||
925 | // ToolTips displaying summary of events | 922 | // ToolTips displaying summary of events |
926 | KOAgendaItem::toolTipGroup()->setEnabled(KOPrefs::instance() | 923 | KOAgendaItem::toolTipGroup()->setEnabled(KOPrefs::instance() |
927 | ->mEnableToolTips); | 924 | ->mEnableToolTips); |
928 | 925 | ||
929 | //setHolidayMasks(); | 926 | //setHolidayMasks(); |
930 | 927 | ||
931 | //createDayLabels(); called by via updateView(); | 928 | //createDayLabels(); called by via updateView(); |
932 | mEventIndicatorTop->setXOffset(mTimeLabels->width() + mAgenda->frameWidth()); | 929 | mEventIndicatorTop->setXOffset(mTimeLabels->width() + mAgenda->frameWidth()); |
933 | updateView(); | 930 | updateView(); |
934 | mAgenda->restorePosition(); | 931 | mAgenda->restorePosition(); |
935 | } | 932 | } |
936 | 933 | ||
937 | 934 | ||
938 | void KOAgendaView::updateEventDates(KOAgendaItem *item, int type) | 935 | void KOAgendaView::updateEventDates(KOAgendaItem *item, int type) |
939 | { | 936 | { |
940 | // kdDebug() << "KOAgendaView::updateEventDates(): " << item->text() << endl; | 937 | // kdDebug() << "KOAgendaView::updateEventDates(): " << item->text() << endl; |
941 | //qDebug("KOAgendaView::updateEventDates "); | 938 | //qDebug("KOAgendaView::updateEventDates "); |
942 | QDateTime startDt,endDt; | 939 | QDateTime startDt,endDt; |
943 | QDate startDate; | 940 | QDate startDate; |
944 | int lenInSecs; | 941 | int lenInSecs; |
945 | // if ( type == KOAgenda::RESIZETOP ) | 942 | // if ( type == KOAgenda::RESIZETOP ) |
946 | // qDebug("RESIZETOP "); | 943 | // qDebug("RESIZETOP "); |
947 | // if ( type == KOAgenda::RESIZEBOTTOM ) | 944 | // if ( type == KOAgenda::RESIZEBOTTOM ) |
948 | // qDebug("RESIZEBOTTOM "); | 945 | // qDebug("RESIZEBOTTOM "); |
949 | // if ( type == KOAgenda::MOVE ) | 946 | // if ( type == KOAgenda::MOVE ) |
950 | // qDebug("MOVE "); | 947 | // qDebug("MOVE "); |
951 | if ( item->incidence()->type() == "Event" ) { | 948 | if ( item->incidence()->type() == "Event" ) { |
952 | startDt =item->incidence()->dtStart(); | 949 | startDt =item->incidence()->dtStart(); |
953 | endDt = item->incidence()->dtEnd(); | 950 | endDt = item->incidence()->dtEnd(); |
954 | lenInSecs = startDt.secsTo( endDt ); | 951 | lenInSecs = startDt.secsTo( endDt ); |
955 | } | 952 | } |
956 | 953 | ||
957 | // emit incidenceItemChanged( item->incidence(), KOGlobals::EVENTEDITED ); | 954 | // emit incidenceItemChanged( item->incidence(), KOGlobals::EVENTEDITED ); |
958 | 955 | ||
959 | if ( item->incidence()->type()=="Todo" && item->mLastMoveXPos > 0 ) { | 956 | if ( item->incidence()->type()=="Todo" && item->mLastMoveXPos > 0 ) { |
960 | startDate = mSelectedDates[item->mLastMoveXPos]; | 957 | startDate = mSelectedDates[item->mLastMoveXPos]; |
961 | } else { | 958 | } else { |
962 | if (item->cellX() < 0) { | 959 | if (item->cellX() < 0) { |
963 | startDate = (mSelectedDates.first()).addDays(item->cellX()); | 960 | startDate = (mSelectedDates.first()).addDays(item->cellX()); |
964 | } else { | 961 | } else { |
965 | startDate = mSelectedDates[item->cellX()]; | 962 | startDate = mSelectedDates[item->cellX()]; |
966 | } | 963 | } |
967 | } | 964 | } |
968 | startDt.setDate(startDate); | 965 | startDt.setDate(startDate); |
969 | 966 | ||
970 | if (item->incidence()->doesFloat()) { | 967 | if (item->incidence()->doesFloat()) { |
971 | endDt.setDate(startDate.addDays(item->cellWidth() - 1)); | 968 | endDt.setDate(startDate.addDays(item->cellWidth() - 1)); |
972 | } else { | 969 | } else { |
973 | if ( type == KOAgenda::RESIZETOP || type == KOAgenda::MOVE ) | 970 | if ( type == KOAgenda::RESIZETOP || type == KOAgenda::MOVE ) |
974 | startDt.setTime(mAgenda->gyToTime(item->cellYTop())); | 971 | startDt.setTime(mAgenda->gyToTime(item->cellYTop())); |
975 | if ( item->incidence()->type() == "Event" ) { | 972 | if ( item->incidence()->type() == "Event" ) { |
976 | if ( type == KOAgenda::MOVE ) { | 973 | if ( type == KOAgenda::MOVE ) { |
977 | endDt = startDt.addSecs(lenInSecs); | 974 | endDt = startDt.addSecs(lenInSecs); |
978 | 975 | ||
979 | } else if ( type == KOAgenda::RESIZEBOTTOM ) { | 976 | } else if ( type == KOAgenda::RESIZEBOTTOM ) { |
980 | if (item->lastMultiItem()) { | 977 | if (item->lastMultiItem()) { |
981 | endDt.setTime(mAgenda->gyToTime(item->lastMultiItem()->cellYBottom()+1)); | 978 | endDt.setTime(mAgenda->gyToTime(item->lastMultiItem()->cellYBottom()+1)); |
982 | endDt.setDate(startDate. | 979 | endDt.setDate(startDate. |
983 | addDays(item->lastMultiItem()->cellX() - item->cellX())); | 980 | addDays(item->lastMultiItem()->cellX() - item->cellX())); |
984 | } else { | 981 | } else { |
985 | endDt.setTime(mAgenda->gyToTime(item->cellYBottom()+1)); | 982 | endDt.setTime(mAgenda->gyToTime(item->cellYBottom()+1)); |
986 | endDt.setDate(startDate); | 983 | endDt.setDate(startDate); |
987 | } | 984 | } |
988 | } | 985 | } |
989 | } else { | 986 | } else { |
990 | // todo | 987 | // todo |
991 | if (item->lastMultiItem()) { | 988 | if (item->lastMultiItem()) { |
992 | endDt.setTime(mAgenda->gyToTime(item->lastMultiItem()->cellYBottom()+1)); | 989 | endDt.setTime(mAgenda->gyToTime(item->lastMultiItem()->cellYBottom()+1)); |
993 | endDt.setDate(startDate. | 990 | endDt.setDate(startDate. |
994 | addDays(item->lastMultiItem()->cellX() - item->cellX())); | 991 | addDays(item->lastMultiItem()->cellX() - item->cellX())); |
995 | } else { | 992 | } else { |
996 | //qDebug("tem->cellYBottom() %d",item->cellYBottom() ); | 993 | //qDebug("tem->cellYBottom() %d",item->cellYBottom() ); |
997 | if ( item->cellYBottom() > 0 ) | 994 | if ( item->cellYBottom() > 0 ) |
998 | endDt.setTime(mAgenda->gyToTime(item->cellYBottom()+1)); | 995 | endDt.setTime(mAgenda->gyToTime(item->cellYBottom()+1)); |
999 | else | 996 | else |
1000 | endDt.setTime((static_cast<Todo*>(item->incidence()))->dtDue().time()); | 997 | endDt.setTime((static_cast<Todo*>(item->incidence()))->dtDue().time()); |
1001 | endDt.setDate(startDate); | 998 | endDt.setDate(startDate); |
1002 | } | 999 | } |
1003 | } | 1000 | } |
1004 | } | 1001 | } |
1005 | if ( item->incidence()->type() == "Event" ) { | 1002 | if ( item->incidence()->type() == "Event" ) { |
1006 | item->incidence()->setDtStart(startDt); | 1003 | item->incidence()->setDtStart(startDt); |
1007 | (static_cast<Event*>(item->incidence()))->setDtEnd(endDt); | 1004 | (static_cast<Event*>(item->incidence()))->setDtEnd(endDt); |
1008 | } else if ( item->incidence()->type() == "Todo" ) { | 1005 | } else if ( item->incidence()->type() == "Todo" ) { |
1009 | Todo* to = static_cast<Todo*>(item->incidence()); | 1006 | Todo* to = static_cast<Todo*>(item->incidence()); |
1010 | 1007 | ||
1011 | to->setDtDue(endDt); | 1008 | to->setDtDue(endDt); |
1012 | if ( to->hasStartDate() ) { | 1009 | if ( to->hasStartDate() ) { |
1013 | if (to->dtStart() >= to->dtDue() ) | 1010 | if (to->dtStart() >= to->dtDue() ) |
1014 | to->setDtStart(to->dtDue().addDays( -2 )); | 1011 | to->setDtStart(to->dtDue().addDays( -2 )); |
1015 | } | 1012 | } |
1016 | 1013 | ||
1017 | } | 1014 | } |
1018 | //qDebug("KOAgendaView::updateEventDates stsart %s end %s ", startDt.toString().latin1(), endDt.toString().latin1() ); | 1015 | //qDebug("KOAgendaView::updateEventDates stsart %s end %s ", startDt.toString().latin1(), endDt.toString().latin1() ); |
1019 | item->incidence()->setRevision(item->incidence()->revision()+1); | 1016 | item->incidence()->setRevision(item->incidence()->revision()+1); |
1020 | item->setItemDate(startDt.date()); | 1017 | item->setItemDate(startDt.date()); |
1021 | //item->updateItem(); | 1018 | //item->updateItem(); |
1022 | if ( item->incidence()->type() == "Todo" ) { | 1019 | if ( item->incidence()->type() == "Todo" ) { |
1023 | emit todoMoved((Todo*)item->incidence(), KOGlobals::EVENTEDITED ); | 1020 | emit todoMoved((Todo*)item->incidence(), KOGlobals::EVENTEDITED ); |
1024 | 1021 | ||
1025 | } | 1022 | } |
1026 | else | 1023 | else |
1027 | emit incidenceChanged(item->incidence(), KOGlobals::EVENTEDITED); | 1024 | emit incidenceChanged(item->incidence(), KOGlobals::EVENTEDITED); |
1028 | item->updateItem(); | 1025 | item->updateItem(); |
1029 | } | 1026 | } |
1030 | 1027 | ||
1031 | void KOAgendaView::showDates( const QDate &start, const QDate &end ) | 1028 | void KOAgendaView::showDates( const QDate &start, const QDate &end ) |
1032 | { | 1029 | { |
1033 | // kdDebug() << "KOAgendaView::selectDates" << endl; | 1030 | // kdDebug() << "KOAgendaView::selectDates" << endl; |
1034 | 1031 | ||
1035 | mSelectedDates.clear(); | 1032 | mSelectedDates.clear(); |
1036 | // qDebug("KOAgendaView::showDates "); | 1033 | // qDebug("KOAgendaView::showDates "); |
1037 | QDate d = start; | 1034 | QDate d = start; |
1038 | while (d <= end) { | 1035 | while (d <= end) { |
1039 | mSelectedDates.append(d); | 1036 | mSelectedDates.append(d); |
1040 | d = d.addDays( 1 ); | 1037 | d = d.addDays( 1 ); |
1041 | } | 1038 | } |
1042 | 1039 | ||
1043 | // and update the view | 1040 | // and update the view |
1044 | fillAgenda(); | 1041 | fillAgenda(); |
1045 | } | 1042 | } |
1046 | 1043 | ||
1047 | 1044 | ||
1048 | void KOAgendaView::showEvents(QPtrList<Event>) | 1045 | void KOAgendaView::showEvents(QPtrList<Event>) |
1049 | { | 1046 | { |
1050 | kdDebug() << "KOAgendaView::showEvents() is not yet implemented" << endl; | 1047 | kdDebug() << "KOAgendaView::showEvents() is not yet implemented" << endl; |
1051 | } | 1048 | } |
1052 | 1049 | ||
1053 | void KOAgendaView::changeEventDisplay(Event *, int) | 1050 | void KOAgendaView::changeEventDisplay(Event *, int) |
1054 | { | 1051 | { |
1055 | // qDebug("KOAgendaView::changeEventDisplay "); | 1052 | // qDebug("KOAgendaView::changeEventDisplay "); |
1056 | // kdDebug() << "KOAgendaView::changeEventDisplay" << endl; | 1053 | // kdDebug() << "KOAgendaView::changeEventDisplay" << endl; |
1057 | // this should be re-written to be MUCH smarter. Right now we | 1054 | // this should be re-written to be MUCH smarter. Right now we |
1058 | // are just playing dumb. | 1055 | // are just playing dumb. |
1059 | fillAgenda(); | 1056 | fillAgenda(); |
1060 | } | 1057 | } |
1061 | 1058 | ||
1062 | void KOAgendaView::fillAgenda(const QDate &) | 1059 | void KOAgendaView::fillAgenda(const QDate &) |
1063 | { | 1060 | { |
1064 | // qDebug("KOAgendaView::fillAgenda "); | 1061 | // qDebug("KOAgendaView::fillAgenda "); |
1065 | fillAgenda(); | 1062 | fillAgenda(); |
1066 | } | 1063 | } |
1067 | 1064 | ||
1068 | void KOAgendaView::fillAgenda() | 1065 | void KOAgendaView::fillAgenda() |
1069 | { | 1066 | { |
1070 | if ( globalFlagBlockStartup ) | 1067 | if ( globalFlagBlockStartup ) |
1071 | return; | 1068 | return; |
1072 | if ( globalFlagBlockAgenda == 1 ) | 1069 | if ( globalFlagBlockAgenda == 1 ) |
1073 | return; | 1070 | return; |
1074 | //if ( globalFlagBlockAgenda == 2 ) | 1071 | //if ( globalFlagBlockAgenda == 2 ) |
1075 | //globalFlagBlockAgenda = 0; | 1072 | //globalFlagBlockAgenda = 0; |
1076 | // globalFlagBlockPainting = false; | 1073 | // globalFlagBlockPainting = false; |
1077 | if ( globalFlagBlockAgenda == 0 ) | 1074 | if ( globalFlagBlockAgenda == 0 ) |
1078 | globalFlagBlockAgenda = 1; | 1075 | globalFlagBlockAgenda = 1; |
1079 | // clearView(); | 1076 | // clearView(); |
1080 | //qDebug("fillAgenda()++++ "); | 1077 | //qDebug("fillAgenda()++++ "); |
1081 | globalFlagBlockAgendaItemPaint = 1; | 1078 | globalFlagBlockAgendaItemPaint = 1; |
1082 | 1079 | ||
1083 | mAllDayAgenda->changeColumns(mSelectedDates.count()); | 1080 | mAllDayAgenda->changeColumns(mSelectedDates.count()); |
1084 | mAgenda->changeColumns(mSelectedDates.count()); | 1081 | mAgenda->changeColumns(mSelectedDates.count()); |
1085 | qApp->processEvents(); | 1082 | qApp->processEvents(); |
1086 | mEventIndicatorTop->changeColumns(mSelectedDates.count()); | 1083 | mEventIndicatorTop->changeColumns(mSelectedDates.count()); |
1087 | mEventIndicatorBottom->changeColumns(mSelectedDates.count()); | 1084 | mEventIndicatorBottom->changeColumns(mSelectedDates.count()); |
1088 | setHolidayMasks(); | 1085 | setHolidayMasks(); |
1089 | 1086 | ||
1090 | //mAgenda->hideUnused(); | 1087 | //mAgenda->hideUnused(); |
1091 | //mAllDayAgenda->hideUnused(); | 1088 | //mAllDayAgenda->hideUnused(); |
1092 | 1089 | ||
1093 | // mAgenda->blockNextRepaint( false ); | 1090 | // mAgenda->blockNextRepaint( false ); |
1094 | // mAgenda->viewport()->repaint(); | 1091 | // mAgenda->viewport()->repaint(); |
1095 | // mAgenda->blockNextRepaint( true ); | 1092 | // mAgenda->blockNextRepaint( true ); |
1096 | mMinY.resize(mSelectedDates.count()); | 1093 | mMinY.resize(mSelectedDates.count()); |
1097 | mMaxY.resize(mSelectedDates.count()); | 1094 | mMaxY.resize(mSelectedDates.count()); |
1098 | 1095 | ||
1099 | QPtrList<Event> dayEvents; | 1096 | QPtrList<Event> dayEvents; |
1100 | 1097 | ||
1101 | // ToDo items shall be displayed for the day they are due, but only showed today if they are already overdue. | 1098 | // ToDo items shall be displayed for the day they are due, but only showed today if they are already overdue. |
1102 | // Therefore, gtodoset all of them. | 1099 | // Therefore, gtodoset all of them. |
1103 | QPtrList<Todo> todos = calendar()->todos(); | 1100 | QPtrList<Todo> todos = calendar()->todos(); |
1104 | 1101 | ||
1105 | mAgenda->setDateList(mSelectedDates); | 1102 | mAgenda->setDateList(mSelectedDates); |
1106 | 1103 | ||
1107 | QDate today = QDate::currentDate(); | 1104 | QDate today = QDate::currentDate(); |
1108 | 1105 | ||
1109 | DateList::ConstIterator dit; | 1106 | DateList::ConstIterator dit; |
1110 | int curCol = 0; | 1107 | int curCol = 0; |
1111 | for( dit = mSelectedDates.begin(); dit != mSelectedDates.end(); ++dit ) { | 1108 | for( dit = mSelectedDates.begin(); dit != mSelectedDates.end(); ++dit ) { |
1112 | QDate currentDate = *dit; | 1109 | QDate currentDate = *dit; |
1113 | // kdDebug() << "KOAgendaView::fillAgenda(): " << currentDate.toString() | 1110 | // kdDebug() << "KOAgendaView::fillAgenda(): " << currentDate.toString() |
1114 | // << endl; | 1111 | // << endl; |
1115 | 1112 | ||
1116 | dayEvents = calendar()->events(currentDate,true); | 1113 | dayEvents = calendar()->events(currentDate,true); |
1117 | 1114 | ||
1118 | // Default values, which can never be reached | 1115 | // Default values, which can never be reached |
1119 | mMinY[curCol] = mAgenda->timeToY(QTime(23,59)) + 1; | 1116 | mMinY[curCol] = mAgenda->timeToY(QTime(23,59)) + 1; |
1120 | mMaxY[curCol] = mAgenda->timeToY(QTime(0,0)) - 1; | 1117 | mMaxY[curCol] = mAgenda->timeToY(QTime(0,0)) - 1; |
1121 | 1118 | ||
1122 | unsigned int numEvent; | 1119 | unsigned int numEvent; |
1123 | for(numEvent=0;numEvent<dayEvents.count();++numEvent) { | 1120 | for(numEvent=0;numEvent<dayEvents.count();++numEvent) { |
1124 | Event *event = dayEvents.at(numEvent); | 1121 | Event *event = dayEvents.at(numEvent); |
1125 | if ( !KOPrefs::instance()->mShowSyncEvents && event->uid().left(2) == QString("la") ) | 1122 | if ( !KOPrefs::instance()->mShowSyncEvents && event->uid().left(2) == QString("la") ) |
1126 | if ( event->uid().left(15) == QString("last-syncEvent-") ) | 1123 | if ( event->uid().left(15) == QString("last-syncEvent-") ) |
1127 | continue; | 1124 | continue; |
1128 | // kdDebug() << " Event: " << event->summary() << endl; | 1125 | // kdDebug() << " Event: " << event->summary() << endl; |
1129 | 1126 | ||
1130 | int beginX = currentDate.daysTo(event->dtStart().date()) + curCol; | 1127 | int beginX = currentDate.daysTo(event->dtStart().date()) + curCol; |
1131 | int endX = currentDate.daysTo(event->dtEnd().date()) + curCol; | 1128 | int endX = currentDate.daysTo(event->dtEnd().date()) + curCol; |
1132 | 1129 | ||
1133 | // kdDebug() << " beginX: " << beginX << " endX: " << endX << endl; | 1130 | // kdDebug() << " beginX: " << beginX << " endX: " << endX << endl; |
1134 | 1131 | ||
1135 | if (event->doesFloat()) { | 1132 | if (event->doesFloat()) { |
1136 | if (event->recurrence()->doesRecur()) { | 1133 | if (event->recurrence()->doesRecur()) { |
1137 | mAllDayAgenda->insertAllDayItem(event,currentDate,curCol,curCol); | 1134 | mAllDayAgenda->insertAllDayItem(event,currentDate,curCol,curCol); |
1138 | } else { | 1135 | } else { |
1139 | if (beginX <= 0 && curCol == 0) { | 1136 | if (beginX <= 0 && curCol == 0) { |
1140 | mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); | 1137 | mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); |
1141 | } else if (beginX == curCol) { | 1138 | } else if (beginX == curCol) { |
1142 | mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); | 1139 | mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); |
1143 | } | 1140 | } |
1144 | } | 1141 | } |
1145 | } else if (event->isMultiDay()) { | 1142 | } else if (event->isMultiDay()) { |
1146 | if ( event->doesRecur () ) { | 1143 | if ( event->doesRecur () ) { |
1147 | QDate dateit = currentDate; | 1144 | QDate dateit = currentDate; |
1148 | int count = 0; | 1145 | int count = 0; |
1149 | int max = event->dtStart().daysTo( event->dtEnd() ) +2; | 1146 | int max = event->dtStart().daysTo( event->dtEnd() ) +2; |
1150 | while (! event->recursOn( dateit ) && count <= max ) { | 1147 | while (! event->recursOn( dateit ) && count <= max ) { |
1151 | ++count; | 1148 | ++count; |
1152 | dateit = dateit.addDays( -1 ); | 1149 | dateit = dateit.addDays( -1 ); |
1153 | } | 1150 | } |
1154 | bool ok; | 1151 | bool ok; |
1155 | QDateTime nextOcstart = event->getNextOccurence( QDateTime(dateit) ,&ok ); | 1152 | QDateTime nextOcstart = event->getNextOccurence( QDateTime(dateit) ,&ok ); |
1156 | if ( ok ) | 1153 | if ( ok ) |
1157 | { | 1154 | { |
1158 | int secs = event->dtStart().secsTo( event->dtEnd() ); | 1155 | int secs = event->dtStart().secsTo( event->dtEnd() ); |
1159 | QDateTime nextOcend =nextOcstart.addSecs( secs ); ; | 1156 | QDateTime nextOcend =nextOcstart.addSecs( secs ); ; |
1160 | beginX = currentDate.daysTo(nextOcstart.date()) + curCol; | 1157 | beginX = currentDate.daysTo(nextOcstart.date()) + curCol; |
1161 | endX = currentDate.daysTo(nextOcend.date()) + curCol; | 1158 | endX = currentDate.daysTo(nextOcend.date()) + curCol; |
1162 | 1159 | ||
1163 | } | 1160 | } |
1164 | } | 1161 | } |
1165 | int startY = mAgenda->timeToY(event->dtStart().time()); | 1162 | int startY = mAgenda->timeToY(event->dtStart().time()); |
1166 | int endY = mAgenda->timeToY(event->dtEnd().time()) - 1; | 1163 | int endY = mAgenda->timeToY(event->dtEnd().time()) - 1; |
1167 | //qDebug("insert %d %d %d %d %d ",beginX,endX,startY,endY , curCol ); | 1164 | //qDebug("insert %d %d %d %d %d ",beginX,endX,startY,endY , curCol ); |
1168 | if ((beginX <= 0 && curCol == 0) || beginX == curCol) { | 1165 | if ((beginX <= 0 && curCol == 0) || beginX == curCol) { |
1169 | //qDebug("insert!!! "); | 1166 | //qDebug("insert!!! "); |
1170 | mAgenda->insertMultiItem(event,currentDate,beginX,endX,startY,endY); | 1167 | mAgenda->insertMultiItem(event,currentDate,beginX,endX,startY,endY); |
1171 | } | 1168 | } |
1172 | if (beginX == curCol) { | 1169 | if (beginX == curCol) { |
1173 | mMaxY[curCol] = mAgenda->timeToY(QTime(23,59)); | 1170 | mMaxY[curCol] = mAgenda->timeToY(QTime(23,59)); |
1174 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; | 1171 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; |
1175 | } else if (endX == curCol) { | 1172 | } else if (endX == curCol) { |
1176 | mMinY[curCol] = mAgenda->timeToY(QTime(0,0)); | 1173 | mMinY[curCol] = mAgenda->timeToY(QTime(0,0)); |
1177 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; | 1174 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; |
1178 | } else { | 1175 | } else { |
1179 | mMinY[curCol] = mAgenda->timeToY(QTime(0,0)); | 1176 | mMinY[curCol] = mAgenda->timeToY(QTime(0,0)); |
1180 | mMaxY[curCol] = mAgenda->timeToY(QTime(23,59)); | 1177 | mMaxY[curCol] = mAgenda->timeToY(QTime(23,59)); |
1181 | } | 1178 | } |
1182 | } else { | 1179 | } else { |
1183 | int startY = mAgenda->timeToY(event->dtStart().time()); | 1180 | int startY = mAgenda->timeToY(event->dtStart().time()); |
1184 | int endY = mAgenda->timeToY(event->dtEnd().time()) - 1; | 1181 | int endY = mAgenda->timeToY(event->dtEnd().time()) - 1; |
1185 | if (endY < startY) endY = startY; | 1182 | if (endY < startY) endY = startY; |
1186 | mAgenda->insertItem(event,currentDate,curCol,startY,endY); | 1183 | mAgenda->insertItem(event,currentDate,curCol,startY,endY); |
1187 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; | 1184 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; |
1188 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; | 1185 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; |
1189 | } | 1186 | } |
1190 | } | 1187 | } |
1191 | // ---------- [display Todos -------------- | 1188 | // ---------- [display Todos -------------- |
1192 | unsigned int numTodo; | 1189 | unsigned int numTodo; |
1193 | for (numTodo = 0; numTodo < todos.count(); ++numTodo) { | 1190 | for (numTodo = 0; numTodo < todos.count(); ++numTodo) { |
1194 | Todo *todo = todos.at(numTodo); | 1191 | Todo *todo = todos.at(numTodo); |
1195 | 1192 | ||
1196 | if ( ! todo->hasDueDate() && !todo->hasCompletedDate()) continue; // todo shall not be displayed if it has no date | 1193 | if ( ! todo->hasDueDate() && !todo->hasCompletedDate()) continue; // todo shall not be displayed if it has no date |
1197 | 1194 | ||
1198 | // ToDo items shall be displayed for the day they are due, but only showed today if they are already overdue. | 1195 | // ToDo items shall be displayed for the day they are due, but only showed today if they are already overdue. |
1199 | // Already completed items can be displayed on their original due date | 1196 | // Already completed items can be displayed on their original due date |
1200 | //if not KOPrefs::instance()->mShowTodoInAgenda, show overdue in agenda | 1197 | //if not KOPrefs::instance()->mShowTodoInAgenda, show overdue in agenda |
1201 | bool overdue = (!todo->isCompleted()) && (todo->dtDue() < today) && KOPrefs::instance()->mShowTodoInAgenda; | 1198 | bool overdue = (!todo->isCompleted()) && (todo->dtDue() < today) && KOPrefs::instance()->mShowTodoInAgenda; |
1202 | bool fillIn = false; | 1199 | bool fillIn = false; |
1203 | if ( todo->hasCompletedDate() && todo->completed().date() == currentDate ) | 1200 | if ( todo->hasCompletedDate() && todo->completed().date() == currentDate ) |
1204 | fillIn = true; | 1201 | fillIn = true; |
1205 | if ( ! fillIn && !todo->hasCompletedDate() ) | 1202 | if ( ! fillIn && !todo->hasCompletedDate() ) |
1206 | fillIn = ((todo->dtDue().date() == currentDate) && !overdue) || ((currentDate == today) && overdue); | 1203 | fillIn = ((todo->dtDue().date() == currentDate) && !overdue) || ((currentDate == today) && overdue); |
1207 | if ( fillIn ) { | 1204 | if ( fillIn ) { |
1208 | if ( (todo->doesFloat() || overdue ) && !todo->hasCompletedDate() ) { // Todo has no due-time set or is already overdue | 1205 | if ( (todo->doesFloat() || overdue ) && !todo->hasCompletedDate() ) { // Todo has no due-time set or is already overdue |
1209 | if ( KOPrefs::instance()->mShowTodoInAgenda ) | 1206 | if ( KOPrefs::instance()->mShowTodoInAgenda ) |
1210 | mAllDayAgenda->insertAllDayItem(todo, currentDate, curCol, curCol); | 1207 | mAllDayAgenda->insertAllDayItem(todo, currentDate, curCol, curCol); |
1211 | } | 1208 | } |
1212 | else { | 1209 | else { |
1213 | QDateTime dt; | 1210 | QDateTime dt; |
1214 | if ( todo->hasCompletedDate() ) | 1211 | if ( todo->hasCompletedDate() ) |
1215 | dt = todo->completed(); | 1212 | dt = todo->completed(); |
1216 | else | 1213 | else |
1217 | dt = todo->dtDue();; | 1214 | dt = todo->dtDue();; |
1218 | 1215 | ||
1219 | 1216 | ||
1220 | int endY = mAgenda->timeToY(dt.time()) - 1; | 1217 | int endY = mAgenda->timeToY(dt.time()) - 1; |
1221 | int hi = (18/KOPrefs::instance()->mHourSize); | 1218 | int hi = (18/KOPrefs::instance()->mHourSize); |
1222 | //qDebug("hei %d ",KOPrefs::instance()->mHourSize); | 1219 | //qDebug("hei %d ",KOPrefs::instance()->mHourSize); |
1223 | int startY = endY -hi; | 1220 | int startY = endY -hi; |
1224 | 1221 | ||
1225 | mAgenda->insertItem(todo,currentDate,curCol,startY,endY); | 1222 | mAgenda->insertItem(todo,currentDate,curCol,startY,endY); |
1226 | 1223 | ||
1227 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; | 1224 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; |
1228 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; | 1225 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; |
1229 | } | 1226 | } |
1230 | } | 1227 | } |
1231 | } | 1228 | } |
1232 | // ---------- display Todos] -------------- | 1229 | // ---------- display Todos] -------------- |
1233 | 1230 | ||
1234 | ++curCol; | 1231 | ++curCol; |
1235 | } | 1232 | } |
1236 | mAgenda->hideUnused(); | 1233 | mAgenda->hideUnused(); |
1237 | mAllDayAgenda->hideUnused(); | 1234 | mAllDayAgenda->hideUnused(); |
1238 | mAgenda->checkScrollBoundaries(); | 1235 | mAgenda->checkScrollBoundaries(); |
1239 | 1236 | ||
1240 | deleteSelectedDateTime(); | 1237 | deleteSelectedDateTime(); |
1241 | 1238 | ||
1242 | createDayLabels(); | 1239 | createDayLabels(); |
1243 | emit incidenceSelected( 0 ); | 1240 | emit incidenceSelected( 0 ); |
1244 | 1241 | ||
1245 | if ( globalFlagBlockAgenda == 2 ) { | 1242 | if ( globalFlagBlockAgenda == 2 ) { |
1246 | if ( KOPrefs::instance()->mSetTimeToDayStartAt ) | 1243 | if ( KOPrefs::instance()->mSetTimeToDayStartAt ) |
1247 | setStartHour( KOPrefs::instance()->mDayBegins ); | 1244 | setStartHour( KOPrefs::instance()->mDayBegins ); |
1248 | else if ( KOPrefs::instance()->mCenterOnCurrentTime ) | 1245 | else if ( KOPrefs::instance()->mCenterOnCurrentTime ) |
1249 | setStartHour( QTime::currentTime ().hour() ); | 1246 | setStartHour( QTime::currentTime ().hour() ); |
1250 | // qApp->processEvents(); | 1247 | // qApp->processEvents(); |
1251 | } | 1248 | } |
1252 | qApp->processEvents(); | 1249 | qApp->processEvents(); |
1253 | //qDebug("qApp->processEvents(); END "); | 1250 | //qDebug("qApp->processEvents(); END "); |
1254 | globalFlagBlockAgenda = 0; | 1251 | globalFlagBlockAgenda = 0; |
1255 | 1252 | ||
1256 | // mAgenda->hideUnused(); | 1253 | // mAgenda->hideUnused(); |
1257 | //mAllDayAgenda->hideUnused(); | 1254 | //mAllDayAgenda->hideUnused(); |
1258 | mAllDayAgenda->drawContentsToPainter(); | 1255 | mAllDayAgenda->drawContentsToPainter(); |
1259 | mAgenda->drawContentsToPainter(); | 1256 | mAgenda->drawContentsToPainter(); |
1260 | repaintAgenda(); | 1257 | repaintAgenda(); |
1261 | // mAgenda->finishUpdate(); | 1258 | // mAgenda->finishUpdate(); |
1262 | //mAllDayAgenda->finishUpdate(); | 1259 | //mAllDayAgenda->finishUpdate(); |
1263 | 1260 | ||
1264 | // repaintAgenda(); | 1261 | // repaintAgenda(); |
1265 | //qApp->processEvents(); | 1262 | //qApp->processEvents(); |
1266 | // globalFlagBlockAgenda = 0; | 1263 | // globalFlagBlockAgenda = 0; |
1267 | } | 1264 | } |
1268 | void KOAgendaView::repaintAgenda() | 1265 | void KOAgendaView::repaintAgenda() |
1269 | { | 1266 | { |
1270 | // mAllDayAgenda->drawContentsToPainter(); | 1267 | // mAllDayAgenda->drawContentsToPainter(); |
1271 | // mAllDayAgenda->viewport()->repaint( false ); | 1268 | // mAllDayAgenda->viewport()->repaint( false ); |
1272 | // mAgenda->drawContentsToPainter(); | 1269 | // mAgenda->drawContentsToPainter(); |
1273 | // mAgenda->viewport()->repaint( false ); | 1270 | // mAgenda->viewport()->repaint( false ); |
1274 | // qApp->processEvents(); | 1271 | // qApp->processEvents(); |
1275 | 1272 | ||
1276 | //qDebug("KOAgendaView::repaintAgenda() "); | 1273 | //qDebug("KOAgendaView::repaintAgenda() "); |
1277 | //qApp->processEvents(); | 1274 | //qApp->processEvents(); |
1278 | mAgenda->viewport()->repaint( false ); | 1275 | mAgenda->viewport()->repaint( false ); |
1279 | mAllDayAgenda->viewport()->repaint( false ); | 1276 | mAllDayAgenda->viewport()->repaint( false ); |
1280 | mAgenda->finishUpdate(); | 1277 | mAgenda->finishUpdate(); |
1281 | mAllDayAgenda->finishUpdate(); | 1278 | mAllDayAgenda->finishUpdate(); |
1282 | } | 1279 | } |
1283 | 1280 | ||
1284 | 1281 | ||
1285 | void KOAgendaView::clearView() | 1282 | void KOAgendaView::clearView() |
1286 | { | 1283 | { |
1287 | // kdDebug() << "ClearView" << endl; | 1284 | // kdDebug() << "ClearView" << endl; |
1288 | mAllDayAgenda->clear(); | 1285 | mAllDayAgenda->clear(); |
1289 | mAgenda->clear(); | 1286 | mAgenda->clear(); |
1290 | } | 1287 | } |
1291 | 1288 | ||
1292 | void KOAgendaView::printPreview(CalPrinter *calPrinter, const QDate &fd, | 1289 | void KOAgendaView::printPreview(CalPrinter *calPrinter, const QDate &fd, |
1293 | const QDate &td) | 1290 | const QDate &td) |
1294 | { | 1291 | { |
1295 | #ifndef KORG_NOPRINTER | 1292 | #ifndef KORG_NOPRINTER |
1296 | if (fd == td) | 1293 | if (fd == td) |
1297 | calPrinter->preview(CalPrinter::Day, fd, td); | 1294 | calPrinter->preview(CalPrinter::Day, fd, td); |
1298 | else | 1295 | else |
1299 | calPrinter->preview(CalPrinter::Week, fd, td); | 1296 | calPrinter->preview(CalPrinter::Week, fd, td); |
1300 | #endif | 1297 | #endif |
1301 | } | 1298 | } |
1302 | 1299 | ||
1303 | // void KOAgendaView::updateMovedTodo() | 1300 | // void KOAgendaView::updateMovedTodo() |
1304 | // { | 1301 | // { |
1305 | // // updateConfig(); | 1302 | // // updateConfig(); |
1306 | // // emit updateTodoViews(); | 1303 | // // emit updateTodoViews(); |
1307 | // } | 1304 | // } |
1308 | 1305 | ||
1309 | void KOAgendaView::newEvent(int gx, int gy) | 1306 | void KOAgendaView::newEvent(int gx, int gy) |
1310 | { | 1307 | { |
1311 | if (!mSelectedDates.count()) return; | 1308 | if (!mSelectedDates.count()) return; |
1312 | 1309 | ||
1313 | QDate day = mSelectedDates[gx]; | 1310 | QDate day = mSelectedDates[gx]; |
1314 | 1311 | ||
1315 | QTime time = mAgenda->gyToTime(gy); | 1312 | QTime time = mAgenda->gyToTime(gy); |
1316 | QDateTime dt(day,time); | 1313 | QDateTime dt(day,time); |
1317 | // if ( dt < QDateTime::currentDateTime () ) | 1314 | // if ( dt < QDateTime::currentDateTime () ) |
1318 | // dt = QDateTime::currentDateTime ().addSecs( 3600 ); | 1315 | // dt = QDateTime::currentDateTime ().addSecs( 3600 ); |
1319 | emit newEventSignal(dt); | 1316 | emit newEventSignal(dt); |
1320 | } | 1317 | } |
1321 | 1318 | ||
1322 | void KOAgendaView::newEvent(int gxStart, int gyStart, int gxEnd, int gyEnd) | 1319 | void KOAgendaView::newEvent(int gxStart, int gyStart, int gxEnd, int gyEnd) |
1323 | { | 1320 | { |
1324 | if (!mSelectedDates.count()) return; | 1321 | if (!mSelectedDates.count()) return; |
1325 | 1322 | ||
1326 | QDate dayStart = mSelectedDates[gxStart]; | 1323 | QDate dayStart = mSelectedDates[gxStart]; |
1327 | QDate dayEnd = mSelectedDates[gxEnd]; | 1324 | QDate dayEnd = mSelectedDates[gxEnd]; |
1328 | 1325 | ||
1329 | QTime timeStart = mAgenda->gyToTime(gyStart); | 1326 | QTime timeStart = mAgenda->gyToTime(gyStart); |
1330 | QTime timeEnd = mAgenda->gyToTime( gyEnd + 1 ); | 1327 | QTime timeEnd = mAgenda->gyToTime( gyEnd + 1 ); |
1331 | 1328 | ||
1332 | QDateTime dtStart(dayStart,timeStart); | 1329 | QDateTime dtStart(dayStart,timeStart); |
1333 | QDateTime dtEnd(dayEnd,timeEnd); | 1330 | QDateTime dtEnd(dayEnd,timeEnd); |
1334 | 1331 | ||
1335 | emit newEventSignal(dtStart,dtEnd); | 1332 | emit newEventSignal(dtStart,dtEnd); |
1336 | } | 1333 | } |
1337 | 1334 | ||
1338 | void KOAgendaView::newEventAllDay(int gx, int ) | 1335 | void KOAgendaView::newEventAllDay(int gx, int ) |
1339 | { | 1336 | { |
1340 | if (!mSelectedDates.count()) return; | 1337 | if (!mSelectedDates.count()) return; |
1341 | 1338 | ||
1342 | QDate day = mSelectedDates[gx]; | 1339 | QDate day = mSelectedDates[gx]; |
1343 | 1340 | ||
1344 | emit newEventSignal(day); | 1341 | emit newEventSignal(day); |
1345 | } | 1342 | } |
1346 | void KOAgendaView::newTodoAllDay(int gx, int ) | 1343 | void KOAgendaView::newTodoAllDay(int gx, int ) |
1347 | { | 1344 | { |
1348 | if (!mSelectedDates.count()) return; | 1345 | if (!mSelectedDates.count()) return; |
1349 | 1346 | ||
1350 | QDateTime day (mSelectedDates[gx] ); | 1347 | QDateTime day (mSelectedDates[gx] ); |
1351 | emit newTodoSignal(day, true); | 1348 | emit newTodoSignal(day, true); |
1352 | } | 1349 | } |
1353 | void KOAgendaView::newTodo(int gx, int gy ) | 1350 | void KOAgendaView::newTodo(int gx, int gy ) |
1354 | { | 1351 | { |
1355 | if (!mSelectedDates.count()) return; | 1352 | if (!mSelectedDates.count()) return; |
1356 | QDate dayStart = mSelectedDates[gx]; | 1353 | QDate dayStart = mSelectedDates[gx]; |
1357 | QTime timeStart = mAgenda->gyToTime(gy); | 1354 | QTime timeStart = mAgenda->gyToTime(gy); |
1358 | QDateTime dt (dayStart,timeStart); | 1355 | QDateTime dt (dayStart,timeStart); |
1359 | emit newTodoSignal( dt, false ); | 1356 | emit newTodoSignal( dt, false ); |
1360 | } | 1357 | } |
1361 | 1358 | ||
1362 | void KOAgendaView::updateEventIndicatorTop(int newY) | 1359 | void KOAgendaView::updateEventIndicatorTop(int newY) |
1363 | { | 1360 | { |
1364 | uint i; | 1361 | uint i; |
1365 | for(i=0;i<mMinY.size();++i) { | 1362 | for(i=0;i<mMinY.size();++i) { |
1366 | if (newY >= mMinY.at(i)) mEventIndicatorTop->enableColumn(i,true); | 1363 | if (newY >= mMinY.at(i)) mEventIndicatorTop->enableColumn(i,true); |
1367 | else mEventIndicatorTop->enableColumn(i,false); | 1364 | else mEventIndicatorTop->enableColumn(i,false); |
1368 | } | 1365 | } |
1369 | 1366 | ||
1370 | mEventIndicatorTop->update(); | 1367 | mEventIndicatorTop->update(); |
1371 | } | 1368 | } |
1372 | 1369 | ||
1373 | void KOAgendaView::updateEventIndicatorBottom(int newY) | 1370 | void KOAgendaView::updateEventIndicatorBottom(int newY) |
1374 | { | 1371 | { |
1375 | uint i; | 1372 | uint i; |
1376 | for(i=0;i<mMaxY.size();++i) { | 1373 | for(i=0;i<mMaxY.size();++i) { |
1377 | if (newY <= mMaxY.at(i)) mEventIndicatorBottom->enableColumn(i,true); | 1374 | if (newY <= mMaxY.at(i)) mEventIndicatorBottom->enableColumn(i,true); |
1378 | else mEventIndicatorBottom->enableColumn(i,false); | 1375 | else mEventIndicatorBottom->enableColumn(i,false); |
1379 | } | 1376 | } |
1380 | 1377 | ||
1381 | mEventIndicatorBottom->update(); | 1378 | mEventIndicatorBottom->update(); |
1382 | } | 1379 | } |
1383 | 1380 | ||
1384 | void KOAgendaView::startDrag(Event *event) | 1381 | void KOAgendaView::startDrag(Event *event) |
1385 | { | 1382 | { |
1386 | #ifndef KORG_NODND | 1383 | #ifndef KORG_NODND |
1387 | DndFactory factory( calendar() ); | 1384 | DndFactory factory( calendar() ); |
1388 | ICalDrag *vd = factory.createDrag(event,this); | 1385 | ICalDrag *vd = factory.createDrag(event,this); |
1389 | if (vd->drag()) { | 1386 | if (vd->drag()) { |
1390 | kdDebug() << "KOAgendaView::startDrag(): Delete drag source" << endl; | 1387 | kdDebug() << "KOAgendaView::startDrag(): Delete drag source" << endl; |
1391 | } | 1388 | } |
1392 | #endif | 1389 | #endif |
1393 | } | 1390 | } |
1394 | 1391 | ||
1395 | void KOAgendaView::readSettings() | 1392 | void KOAgendaView::readSettings() |
1396 | { | 1393 | { |
1397 | readSettings(KOGlobals::config()); | 1394 | readSettings(KOGlobals::config()); |
1398 | } | 1395 | } |
1399 | 1396 | ||
1400 | void KOAgendaView::readSettings(KConfig *config) | 1397 | void KOAgendaView::readSettings(KConfig *config) |
1401 | { | 1398 | { |
1402 | // kdDebug() << "KOAgendaView::readSettings()" << endl; | 1399 | // kdDebug() << "KOAgendaView::readSettings()" << endl; |
1403 | 1400 | ||
1404 | config->setGroup("Views"); | 1401 | config->setGroup("Views"); |
1405 | 1402 | ||
1406 | //#ifndef KORG_NOSPLITTER | 1403 | //#ifndef KORG_NOSPLITTER |
1407 | QValueList<int> sizes = config->readIntListEntry("Separator AgendaView"); | 1404 | QValueList<int> sizes = config->readIntListEntry("Separator AgendaView"); |
1408 | if (sizes.count() == 2) { | 1405 | if (sizes.count() == 2) { |
1409 | if ( sizes[0] < 20 ) { | 1406 | if ( sizes[0] < 20 ) { |
1410 | sizes[1] = sizes[1] +20 - sizes[0]; | 1407 | sizes[1] = sizes[1] +20 - sizes[0]; |
1411 | sizes[0] = 20; | 1408 | sizes[0] = 20; |
1412 | } | 1409 | } |
1413 | mSplitterAgenda->setSizes(sizes); | 1410 | mSplitterAgenda->setSizes(sizes); |
1414 | // qDebug("read %d %d ",sizes[0],sizes[1] ); | 1411 | // qDebug("read %d %d ",sizes[0],sizes[1] ); |
1415 | } | 1412 | } |
1416 | //#endif | 1413 | //#endif |
1417 | 1414 | ||
1418 | // updateConfig(); | 1415 | // updateConfig(); |
1419 | } | 1416 | } |
1420 | 1417 | ||
1421 | void KOAgendaView::writeSettings(KConfig *config) | 1418 | void KOAgendaView::writeSettings(KConfig *config) |
1422 | { | 1419 | { |
1423 | // kdDebug() << "KOAgendaView::writeSettings()" << endl; | 1420 | // kdDebug() << "KOAgendaView::writeSettings()" << endl; |
1424 | 1421 | ||
1425 | config->setGroup("Views"); | 1422 | config->setGroup("Views"); |
1426 | 1423 | ||
1427 | //#ifndef KORG_NOSPLITTER | 1424 | //#ifndef KORG_NOSPLITTER |
1428 | QValueList<int> list = mSplitterAgenda->sizes(); | 1425 | QValueList<int> list = mSplitterAgenda->sizes(); |
1429 | config->writeEntry("Separator AgendaView",list); | 1426 | config->writeEntry("Separator AgendaView",list); |
1430 | //qDebug("write %d %d ", list[0],list[1] ); | 1427 | //qDebug("write %d %d ", list[0],list[1] ); |
1431 | //#endif | 1428 | //#endif |
1432 | } | 1429 | } |
1433 | 1430 | ||
1434 | void KOAgendaView::setHolidayMasks() | 1431 | void KOAgendaView::setHolidayMasks() |
1435 | { | 1432 | { |
1436 | mHolidayMask.resize(mSelectedDates.count()); | 1433 | mHolidayMask.resize(mSelectedDates.count()); |
1437 | 1434 | ||
1438 | uint i; | 1435 | uint i; |
1439 | for(i=0;i<mSelectedDates.count();++i) { | 1436 | for(i=0;i<mSelectedDates.count();++i) { |
1440 | QDate date = mSelectedDates[i]; | 1437 | QDate date = mSelectedDates[i]; |
1441 | bool showSaturday = KOPrefs::instance()->mExcludeSaturdays && (date.dayOfWeek() == 6); | 1438 | bool showSaturday = KOPrefs::instance()->mExcludeSaturdays && (date.dayOfWeek() == 6); |
1442 | bool showSunday = KOPrefs::instance()->mExcludeHolidays && (date.dayOfWeek() == 7); | 1439 | bool showSunday = KOPrefs::instance()->mExcludeHolidays && (date.dayOfWeek() == 7); |
1443 | bool showHoliday = false; | 1440 | bool showHoliday = false; |
1444 | if ( KOPrefs::instance()->mExcludeHolidays ) { | 1441 | if ( KOPrefs::instance()->mExcludeHolidays ) { |
1445 | QPtrList<Event> events = calendar()->events( date, true ); | 1442 | QPtrList<Event> events = calendar()->events( date, true ); |
1446 | Event *event; | 1443 | Event *event; |
1447 | for( event = events.first(); event; event = events.next() ) { | 1444 | for( event = events.first(); event; event = events.next() ) { |
1448 | if ( event->isHoliday()) { | 1445 | if ( event->isHoliday()) { |
1449 | showHoliday = true; | 1446 | showHoliday = true; |
1450 | break; | 1447 | break; |
1451 | } | 1448 | } |
1452 | } | 1449 | } |
1453 | 1450 | ||
1454 | } | 1451 | } |
1455 | 1452 | ||
1456 | #ifndef KORG_NOPLUGINS | 1453 | #ifndef KORG_NOPLUGINS |
1457 | bool showHoliday = KOPrefs::instance()->mExcludeHolidays && | 1454 | bool showHoliday = KOPrefs::instance()->mExcludeHolidays && |
1458 | !KOCore::self()->holiday(date).isEmpty(); | 1455 | !KOCore::self()->holiday(date).isEmpty(); |
1459 | #endif | 1456 | #endif |
1460 | bool showDay = showSaturday || showSunday || showHoliday; | 1457 | bool showDay = showSaturday || showSunday || showHoliday; |
1461 | 1458 | ||
1462 | if (showDay) { | 1459 | if (showDay) { |
1463 | mHolidayMask.at(i) = true; | 1460 | mHolidayMask.at(i) = true; |
1464 | } else { | 1461 | } else { |
1465 | mHolidayMask.at(i) = false; | 1462 | mHolidayMask.at(i) = false; |
1466 | } | 1463 | } |
1467 | } | 1464 | } |
1468 | 1465 | ||
1469 | mAgenda->setHolidayMask(&mHolidayMask); | 1466 | mAgenda->setHolidayMask(&mHolidayMask); |
1470 | mAllDayAgenda->setHolidayMask(&mHolidayMask); | 1467 | mAllDayAgenda->setHolidayMask(&mHolidayMask); |
1471 | } | 1468 | } |
1472 | 1469 | ||
1473 | void KOAgendaView::setContentsPos(int y) | 1470 | void KOAgendaView::setContentsPos(int y) |
1474 | { | 1471 | { |
1475 | mAgenda->setContentsPos(0,y); | 1472 | mAgenda->setContentsPos(0,y); |
1476 | } | 1473 | } |
1477 | 1474 | ||
1478 | void KOAgendaView::clearSelection() | 1475 | void KOAgendaView::clearSelection() |
1479 | { | 1476 | { |
1480 | mAgenda->deselectItem(); | 1477 | mAgenda->deselectItem(); |
1481 | mAllDayAgenda->deselectItem(); | 1478 | mAllDayAgenda->deselectItem(); |
1482 | } | 1479 | } |
1483 | 1480 | ||
1484 | void KOAgendaView::newTimeSpanSelectedAllDay(int gxStart, int gyStart, | 1481 | void KOAgendaView::newTimeSpanSelectedAllDay(int gxStart, int gyStart, |
1485 | int gxEnd, int gyEnd) | 1482 | int gxEnd, int gyEnd) |
1486 | { | 1483 | { |
1487 | mTimeSpanInAllDay = true; | 1484 | mTimeSpanInAllDay = true; |
1488 | newTimeSpanSelected(gxStart,gyStart,gxEnd,gyEnd); | 1485 | newTimeSpanSelected(gxStart,gyStart,gxEnd,gyEnd); |
1489 | } | 1486 | } |
1490 | 1487 | ||
1491 | 1488 | ||
1492 | 1489 | ||
1493 | 1490 | ||
1494 | void KOAgendaView::newTimeSpanSelected(int gxStart, int gyStart, | 1491 | void KOAgendaView::newTimeSpanSelected(int gxStart, int gyStart, |
1495 | int gxEnd, int gyEnd) | 1492 | int gxEnd, int gyEnd) |
1496 | { | 1493 | { |
1497 | if (!mSelectedDates.count()) return; | 1494 | if (!mSelectedDates.count()) return; |
1498 | 1495 | ||
1499 | QDate dayStart = mSelectedDates[gxStart]; | 1496 | QDate dayStart = mSelectedDates[gxStart]; |
1500 | QDate dayEnd = mSelectedDates[gxEnd]; | 1497 | QDate dayEnd = mSelectedDates[gxEnd]; |
1501 | 1498 | ||
1502 | QTime timeStart = mAgenda->gyToTime(gyStart); | 1499 | QTime timeStart = mAgenda->gyToTime(gyStart); |
1503 | QTime timeEnd = mAgenda->gyToTime( gyEnd + 1 ); | 1500 | QTime timeEnd = mAgenda->gyToTime( gyEnd + 1 ); |
1504 | 1501 | ||
1505 | QDateTime dtStart(dayStart,timeStart); | 1502 | QDateTime dtStart(dayStart,timeStart); |
1506 | QDateTime dtEnd(dayEnd,timeEnd); | 1503 | QDateTime dtEnd(dayEnd,timeEnd); |
1507 | 1504 | ||
1508 | mTimeSpanBegin = dtStart; | 1505 | mTimeSpanBegin = dtStart; |
1509 | mTimeSpanEnd = dtEnd; | 1506 | mTimeSpanEnd = dtEnd; |
1510 | 1507 | ||
1511 | } | 1508 | } |
1512 | 1509 | ||
1513 | void KOAgendaView::deleteSelectedDateTime() | 1510 | void KOAgendaView::deleteSelectedDateTime() |
1514 | { | 1511 | { |
1515 | mTimeSpanBegin.setDate(QDate()); | 1512 | mTimeSpanBegin.setDate(QDate()); |
1516 | mTimeSpanEnd.setDate(QDate()); | 1513 | mTimeSpanEnd.setDate(QDate()); |
1517 | mTimeSpanInAllDay = false; | 1514 | mTimeSpanInAllDay = false; |
1518 | } | 1515 | } |
1519 | 1516 | ||
1520 | void KOAgendaView::keyPressEvent ( QKeyEvent * e ) | 1517 | void KOAgendaView::keyPressEvent ( QKeyEvent * e ) |
1521 | { | 1518 | { |
1522 | e->ignore(); | 1519 | e->ignore(); |
1523 | } | 1520 | } |
1524 | 1521 | ||
1525 | void KOAgendaView::scrollOneHourUp() | 1522 | void KOAgendaView::scrollOneHourUp() |
1526 | { | 1523 | { |
1527 | 1524 | ||
1528 | mAgenda->scrollBy ( 0, -mAgenda->contentsHeight () / 24 ); | 1525 | mAgenda->scrollBy ( 0, -mAgenda->contentsHeight () / 24 ); |
1529 | } | 1526 | } |
1530 | void KOAgendaView::scrollOneHourDown() | 1527 | void KOAgendaView::scrollOneHourDown() |
1531 | { | 1528 | { |
1532 | mAgenda->scrollBy ( 0, mAgenda->contentsHeight () / 24 ); | 1529 | mAgenda->scrollBy ( 0, mAgenda->contentsHeight () / 24 ); |
1533 | } | 1530 | } |
1534 | 1531 | ||
1535 | void KOAgendaView::setStartHour( int h ) | 1532 | void KOAgendaView::setStartHour( int h ) |
1536 | { | 1533 | { |
1537 | mAgenda->setStartHour( h ); | 1534 | mAgenda->setStartHour( h ); |
1538 | 1535 | ||
1539 | } | 1536 | } |
1540 | void KOAgendaView::setInitStartHour() | 1537 | void KOAgendaView::setInitStartHour() |
1541 | { | 1538 | { |
1542 | 1539 | ||
1543 | if ( KOPrefs::instance()->mCenterOnCurrentTime ) | 1540 | if ( KOPrefs::instance()->mCenterOnCurrentTime ) |
1544 | setStartHour( QTime::currentTime ().hour() ); | 1541 | setStartHour( QTime::currentTime ().hour() ); |
1545 | else | 1542 | else |
1546 | setStartHour( KOPrefs::instance()->mDayBegins ); | 1543 | setStartHour( KOPrefs::instance()->mDayBegins ); |
1547 | 1544 | ||
1548 | } | 1545 | } |
1549 | 1546 | ||
1550 | 1547 | ||
1551 | void KOAgendaView::updateTodo( Todo * t, int ) | 1548 | void KOAgendaView::updateTodo( Todo * t, int ) |
1552 | { | 1549 | { |
1553 | if ( !isVisible() ) | 1550 | if ( !isVisible() ) |
1554 | return; | 1551 | return; |
1555 | bool remove = false; | 1552 | bool remove = false; |
1556 | bool removeAD = false; | 1553 | bool removeAD = false; |
1557 | QDate da; | 1554 | QDate da; |
1558 | if ( t->hasCompletedDate() ) | 1555 | if ( t->hasCompletedDate() ) |
1559 | da = t->completed().date(); | 1556 | da = t->completed().date(); |
1560 | else | 1557 | else |
1561 | da = t->dtDue().date(); | 1558 | da = t->dtDue().date(); |
1562 | if ( ! t->hasDueDate() && !t->hasCompletedDate() ) { | 1559 | if ( ! t->hasDueDate() && !t->hasCompletedDate() ) { |
1563 | remove = true; | 1560 | remove = true; |
1564 | removeAD = true; | 1561 | removeAD = true; |
1565 | } | 1562 | } |
1566 | else { | 1563 | else { |
1567 | bool overdue = (!t->isCompleted()) && (t->dtDue() < QDate::currentDate()) && KOPrefs::instance()->mShowTodoInAgenda ; | 1564 | bool overdue = (!t->isCompleted()) && (t->dtDue() < QDate::currentDate()) && KOPrefs::instance()->mShowTodoInAgenda ; |
1568 | if ( overdue && | 1565 | if ( overdue && |
1569 | QDate::currentDate() >= mSelectedDates.first() && | 1566 | QDate::currentDate() >= mSelectedDates.first() && |
1570 | QDate::currentDate() <= mSelectedDates.last()) { | 1567 | QDate::currentDate() <= mSelectedDates.last()) { |
1571 | removeAD = false; | 1568 | removeAD = false; |
1572 | remove = true; | 1569 | remove = true; |
1573 | } | 1570 | } |
1574 | else { | 1571 | else { |
1575 | 1572 | ||
1576 | if ( da < mSelectedDates.first() || | 1573 | if ( da < mSelectedDates.first() || |
1577 | da > mSelectedDates.last() ) { | 1574 | da > mSelectedDates.last() ) { |
1578 | remove = true; | 1575 | remove = true; |
1579 | removeAD = true; | 1576 | removeAD = true; |
1580 | } else { | 1577 | } else { |
1581 | remove = t->doesFloat() && !t->hasCompletedDate(); | 1578 | remove = t->doesFloat() && !t->hasCompletedDate(); |
1582 | removeAD = !remove; | 1579 | removeAD = !remove; |
1583 | } | 1580 | } |
1584 | } | 1581 | } |
1585 | } | 1582 | } |
1586 | int days = mSelectedDates.first().daysTo( da ); | 1583 | int days = mSelectedDates.first().daysTo( da ); |
1587 | //qDebug("daysto %d %d %d", days, remove,removeAD ); | 1584 | //qDebug("daysto %d %d %d", days, remove,removeAD ); |
1588 | mAgenda->updateTodo( t , days, remove); | 1585 | mAgenda->updateTodo( t , days, remove); |
1589 | if ( KOPrefs::instance()->mShowTodoInAgenda ) | 1586 | if ( KOPrefs::instance()->mShowTodoInAgenda ) |
1590 | mAllDayAgenda->updateTodo( t , days, removeAD); | 1587 | mAllDayAgenda->updateTodo( t , days, removeAD); |
1591 | //qDebug("KOAgendaView::updateTodo( Todo *, int ) "); | 1588 | //qDebug("KOAgendaView::updateTodo( Todo *, int ) "); |
1592 | 1589 | ||
1593 | } | 1590 | } |
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 7a4275b..ca0d542 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp | |||
@@ -1,2150 +1,2154 @@ | |||
1 | #include <stdlib.h> | 1 | #include <stdlib.h> |
2 | 2 | ||
3 | #include <qaction.h> | 3 | #include <qaction.h> |
4 | #include <qpopupmenu.h> | 4 | #include <qpopupmenu.h> |
5 | #include <qpainter.h> | 5 | #include <qpainter.h> |
6 | #include <qwhatsthis.h> | 6 | #include <qwhatsthis.h> |
7 | #include <qpushbutton.h> | 7 | #include <qpushbutton.h> |
8 | #include <qmessagebox.h> | 8 | #include <qmessagebox.h> |
9 | #include <qlineedit.h> | 9 | #include <qlineedit.h> |
10 | #include <qtextcodec.h> | 10 | #include <qtextcodec.h> |
11 | #include <qfile.h> | 11 | #include <qfile.h> |
12 | #include <qdir.h> | 12 | #include <qdir.h> |
13 | #include <qapp.h> | 13 | #include <qapp.h> |
14 | #include <qfileinfo.h> | 14 | #include <qfileinfo.h> |
15 | #include <qlabel.h> | 15 | #include <qlabel.h> |
16 | #include <qspinbox.h> | 16 | #include <qspinbox.h> |
17 | #include <qcheckbox.h> | 17 | #include <qcheckbox.h> |
18 | #include <qmap.h> | 18 | #include <qmap.h> |
19 | #include <qwmatrix.h> | 19 | #include <qwmatrix.h> |
20 | #include <qtextbrowser.h> | 20 | #include <qtextbrowser.h> |
21 | #include <qtextstream.h> | 21 | #include <qtextstream.h> |
22 | #ifndef DESKTOP_VERSION | 22 | #ifndef DESKTOP_VERSION |
23 | #include <qpe/global.h> | 23 | #include <qpe/global.h> |
24 | #include <qpe/qpemenubar.h> | 24 | #include <qpe/qpemenubar.h> |
25 | #include <qpe/qpetoolbar.h> | 25 | #include <qpe/qpetoolbar.h> |
26 | #include <qpe/resource.h> | 26 | #include <qpe/resource.h> |
27 | #include <qpe/qpeapplication.h> | 27 | #include <qpe/qpeapplication.h> |
28 | #include <qtopia/alarmserver.h> | 28 | #include <qtopia/alarmserver.h> |
29 | #include <qtopia/qcopenvelope_qws.h> | 29 | #include <qtopia/qcopenvelope_qws.h> |
30 | #include <unistd.h> // for sleep | 30 | #include <unistd.h> // for sleep |
31 | #else | 31 | #else |
32 | #include <qmenubar.h> | 32 | #include <qmenubar.h> |
33 | #include <qtoolbar.h> | 33 | #include <qtoolbar.h> |
34 | #include <qapplication.h> | 34 | #include <qapplication.h> |
35 | //#include <resource.h> | 35 | //#include <resource.h> |
36 | 36 | ||
37 | #endif | 37 | #endif |
38 | #include <libkcal/calendarlocal.h> | 38 | #include <libkcal/calendarlocal.h> |
39 | #include <libkcal/todo.h> | 39 | #include <libkcal/todo.h> |
40 | #include <libkcal/phoneformat.h> | 40 | #include <libkcal/phoneformat.h> |
41 | #include <libkdepim/ksyncprofile.h> | 41 | #include <libkdepim/ksyncprofile.h> |
42 | #include <libkdepim/phoneaccess.h> | 42 | #include <libkdepim/phoneaccess.h> |
43 | #include <libkcal/kincidenceformatter.h> | 43 | #include <libkcal/kincidenceformatter.h> |
44 | #include <libkdepim/kpimglobalprefs.h> | 44 | #include <libkdepim/kpimglobalprefs.h> |
45 | 45 | ||
46 | #include "calendarview.h" | 46 | #include "calendarview.h" |
47 | #include "koviewmanager.h" | 47 | #include "koviewmanager.h" |
48 | #include "datenavigator.h" | 48 | #include "datenavigator.h" |
49 | #include "koagendaview.h" | 49 | #include "koagendaview.h" |
50 | #include "koagenda.h" | 50 | #include "koagenda.h" |
51 | #include "kodialogmanager.h" | 51 | #include "kodialogmanager.h" |
52 | #include "kdialogbase.h" | 52 | #include "kdialogbase.h" |
53 | #include "kapplication.h" | 53 | #include "kapplication.h" |
54 | #include "kofilterview.h" | 54 | #include "kofilterview.h" |
55 | #include "kstandarddirs.h" | 55 | #include "kstandarddirs.h" |
56 | #include "koprefs.h" | 56 | #include "koprefs.h" |
57 | #include "kfiledialog.h" | 57 | #include "kfiledialog.h" |
58 | #include "koglobals.h" | 58 | #include "koglobals.h" |
59 | #include "kglobal.h" | 59 | #include "kglobal.h" |
60 | #include "klocale.h" | 60 | #include "klocale.h" |
61 | #include "kconfig.h" | 61 | #include "kconfig.h" |
62 | #include "simplealarmclient.h" | 62 | #include "simplealarmclient.h" |
63 | #include "externalapphandler.h" | 63 | #include "externalapphandler.h" |
64 | 64 | ||
65 | using namespace KCal; | 65 | using namespace KCal; |
66 | #ifndef _WIN32_ | 66 | #ifndef _WIN32_ |
67 | #include <unistd.h> | 67 | #include <unistd.h> |
68 | #else | 68 | #else |
69 | #ifdef _OL_IMPORT_ | 69 | #ifdef _OL_IMPORT_ |
70 | #include "koimportoldialog.h" | 70 | #include "koimportoldialog.h" |
71 | #endif | 71 | #endif |
72 | #endif | 72 | #endif |
73 | #include "mainwindow.h" | 73 | #include "mainwindow.h" |
74 | 74 | ||
75 | 75 | ||
76 | class KOex2phonePrefs : public QDialog | 76 | class KOex2phonePrefs : public QDialog |
77 | { | 77 | { |
78 | public: | 78 | public: |
79 | KOex2phonePrefs( QWidget *parent=0, const char *name=0 ) : | 79 | KOex2phonePrefs( QWidget *parent=0, const char *name=0 ) : |
80 | QDialog( parent, name, true ) | 80 | QDialog( parent, name, true ) |
81 | { | 81 | { |
82 | setCaption( i18n("Export to phone options") ); | 82 | setCaption( i18n("Export to phone options") ); |
83 | QVBoxLayout* lay = new QVBoxLayout( this ); | 83 | QVBoxLayout* lay = new QVBoxLayout( this ); |
84 | lay->setSpacing( 3 ); | 84 | lay->setSpacing( 3 ); |
85 | lay->setMargin( 3 ); | 85 | lay->setMargin( 3 ); |
86 | QLabel *lab; | 86 | QLabel *lab; |
87 | lay->addWidget(lab = new QLabel( i18n("Please read Help-Sync Howto\nto know what settings to use."), this ) ); | 87 | lay->addWidget(lab = new QLabel( i18n("Please read Help-Sync Howto\nto know what settings to use."), this ) ); |
88 | lab->setAlignment (AlignHCenter ); | 88 | lab->setAlignment (AlignHCenter ); |
89 | QHBox* temphb; | 89 | QHBox* temphb; |
90 | temphb = new QHBox( this ); | 90 | temphb = new QHBox( this ); |
91 | new QLabel( i18n("I/O device: "), temphb ); | 91 | new QLabel( i18n("I/O device: "), temphb ); |
92 | mPhoneDevice = new QLineEdit( temphb); | 92 | mPhoneDevice = new QLineEdit( temphb); |
93 | lay->addWidget( temphb ); | 93 | lay->addWidget( temphb ); |
94 | temphb = new QHBox( this ); | 94 | temphb = new QHBox( this ); |
95 | new QLabel( i18n("Connection: "), temphb ); | 95 | new QLabel( i18n("Connection: "), temphb ); |
96 | mPhoneConnection = new QLineEdit( temphb); | 96 | mPhoneConnection = new QLineEdit( temphb); |
97 | lay->addWidget( temphb ); | 97 | lay->addWidget( temphb ); |
98 | temphb = new QHBox( this ); | 98 | temphb = new QHBox( this ); |
99 | new QLabel( i18n("Model(opt.): "), temphb ); | 99 | new QLabel( i18n("Model(opt.): "), temphb ); |
100 | mPhoneModel = new QLineEdit( temphb); | 100 | mPhoneModel = new QLineEdit( temphb); |
101 | lay->addWidget( temphb ); | 101 | lay->addWidget( temphb ); |
102 | mWriteBackFuture= new QCheckBox( i18n("Write back events in future only"), this ); | 102 | mWriteBackFuture= new QCheckBox( i18n("Write back events in future only"), this ); |
103 | mWriteBackFuture->setChecked( true ); | 103 | mWriteBackFuture->setChecked( true ); |
104 | lay->addWidget( mWriteBackFuture ); | 104 | lay->addWidget( mWriteBackFuture ); |
105 | temphb = new QHBox( this ); | 105 | temphb = new QHBox( this ); |
106 | new QLabel( i18n("Max. weeks in future: ") , temphb ); | 106 | new QLabel( i18n("Max. weeks in future: ") , temphb ); |
107 | mWriteBackFutureWeeks= new QSpinBox(1,104, 1, temphb); | 107 | mWriteBackFutureWeeks= new QSpinBox(1,104, 1, temphb); |
108 | mWriteBackFutureWeeks->setValue( 8 ); | 108 | mWriteBackFutureWeeks->setValue( 8 ); |
109 | lay->addWidget( temphb ); | 109 | lay->addWidget( temphb ); |
110 | lay->addWidget(lab = new QLabel( i18n("NOTE: This will remove all old\ntodo/calendar data on phone!"), this ) ); | 110 | lay->addWidget(lab = new QLabel( i18n("NOTE: This will remove all old\ntodo/calendar data on phone!"), this ) ); |
111 | lab->setAlignment (AlignHCenter ); | 111 | lab->setAlignment (AlignHCenter ); |
112 | QPushButton * ok = new QPushButton( i18n("Export to mobile phone!"), this ); | 112 | QPushButton * ok = new QPushButton( i18n("Export to mobile phone!"), this ); |
113 | lay->addWidget( ok ); | 113 | lay->addWidget( ok ); |
114 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); | 114 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); |
115 | lay->addWidget( cancel ); | 115 | lay->addWidget( cancel ); |
116 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); | 116 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); |
117 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); | 117 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); |
118 | resize( 220, 240 ); | 118 | resize( 220, 240 ); |
119 | qApp->processEvents(); | 119 | qApp->processEvents(); |
120 | int dw = QApplication::desktop()->width(); | 120 | int dw = QApplication::desktop()->width(); |
121 | int dh = QApplication::desktop()->height(); | 121 | int dh = QApplication::desktop()->height(); |
122 | move( (dw-width())/2, (dh - height() )/2 ); | 122 | move( (dw-width())/2, (dh - height() )/2 ); |
123 | } | 123 | } |
124 | 124 | ||
125 | public: | 125 | public: |
126 | QLineEdit* mPhoneConnection, *mPhoneDevice, *mPhoneModel; | 126 | QLineEdit* mPhoneConnection, *mPhoneDevice, *mPhoneModel; |
127 | QCheckBox* mWriteBackFuture; | 127 | QCheckBox* mWriteBackFuture; |
128 | QSpinBox* mWriteBackFutureWeeks; | 128 | QSpinBox* mWriteBackFutureWeeks; |
129 | }; | 129 | }; |
130 | 130 | ||
131 | int globalFlagBlockStartup; | 131 | int globalFlagBlockStartup; |
132 | MainWindow::MainWindow( QWidget *parent, const char *name, QString msg) : | 132 | MainWindow::MainWindow( QWidget *parent, const char *name, QString msg) : |
133 | QMainWindow( parent, name ) | 133 | QMainWindow( parent, name ) |
134 | { | 134 | { |
135 | 135 | ||
136 | mClosed = false; | 136 | mClosed = false; |
137 | //QString confFile = KStandardDirs::appDir() + "config/korganizerrc"; | 137 | //QString confFile = KStandardDirs::appDir() + "config/korganizerrc"; |
138 | QString confFile = locateLocal("config","korganizerrc"); | 138 | QString confFile = locateLocal("config","korganizerrc"); |
139 | QFileInfo finf ( confFile ); | 139 | QFileInfo finf ( confFile ); |
140 | bool showWarning = !finf.exists(); | 140 | bool showWarning = !finf.exists(); |
141 | setIcon(SmallIcon( "ko24" ) ); | 141 | setIcon(SmallIcon( "ko24" ) ); |
142 | mBlockAtStartup = true; | 142 | mBlockAtStartup = true; |
143 | mFlagKeyPressed = false; | 143 | mFlagKeyPressed = false; |
144 | setCaption("KO/Pi"); | 144 | setCaption("KO/Pi"); |
145 | KOPrefs *p = KOPrefs::instance(); | 145 | KOPrefs *p = KOPrefs::instance(); |
146 | KPimGlobalPrefs::instance()->setGlobalConfig(); | 146 | KPimGlobalPrefs::instance()->setGlobalConfig(); |
147 | if ( p->mHourSize > 22 ) | 147 | if ( p->mHourSize > 22 ) |
148 | p->mHourSize = 22; | 148 | p->mHourSize = 22; |
149 | QMainWindow::ToolBarDock tbd; | 149 | QMainWindow::ToolBarDock tbd; |
150 | if ( p->mToolBarHor ) { | 150 | if ( p->mToolBarHor ) { |
151 | if ( p->mToolBarUp ) | 151 | if ( p->mToolBarUp ) |
152 | tbd = Bottom; | 152 | tbd = Bottom; |
153 | else | 153 | else |
154 | tbd = Top; | 154 | tbd = Top; |
155 | } | 155 | } |
156 | else { | 156 | else { |
157 | if ( p->mToolBarUp ) | 157 | if ( p->mToolBarUp ) |
158 | tbd = Right; | 158 | tbd = Right; |
159 | else | 159 | else |
160 | tbd = Left; | 160 | tbd = Left; |
161 | } | 161 | } |
162 | if ( KOPrefs::instance()->mUseAppColors ) | 162 | if ( KOPrefs::instance()->mUseAppColors ) |
163 | QApplication::setPalette( QPalette (KOPrefs::instance()->mAppColor1, KOPrefs::instance()->mAppColor2), true ); | 163 | QApplication::setPalette( QPalette (KOPrefs::instance()->mAppColor1, KOPrefs::instance()->mAppColor2), true ); |
164 | globalFlagBlockStartup = 1; | 164 | globalFlagBlockStartup = 1; |
165 | iconToolBar = new QPEToolBar( this ); | 165 | iconToolBar = new QPEToolBar( this ); |
166 | addToolBar (iconToolBar , tbd ); | 166 | addToolBar (iconToolBar , tbd ); |
167 | mCalendarModifiedFlag = false; | 167 | mCalendarModifiedFlag = false; |
168 | QLabel* splash = new QLabel(i18n("KO/Pi is starting ... "), this ); | 168 | QLabel* splash = new QLabel(i18n("KO/Pi is starting ... "), this ); |
169 | splash->setAlignment ( AlignCenter ); | 169 | splash->setAlignment ( AlignCenter ); |
170 | setCentralWidget( splash ); | 170 | setCentralWidget( splash ); |
171 | #ifndef DESKTOP_VERSION | 171 | #ifndef DESKTOP_VERSION |
172 | showMaximized(); | 172 | showMaximized(); |
173 | #endif | 173 | #endif |
174 | 174 | ||
175 | //qDebug("Mainwidget x %d y %d w %d h %d", x(), y(), width(), height ()); | 175 | //qDebug("Mainwidget x %d y %d w %d h %d", x(), y(), width(), height ()); |
176 | setDefaultPreferences(); | 176 | setDefaultPreferences(); |
177 | mCalendar = new CalendarLocal(); | 177 | mCalendar = new CalendarLocal(); |
178 | mView = new CalendarView( mCalendar, this,"mCalendar " ); | 178 | mView = new CalendarView( mCalendar, this,"mCalendar " ); |
179 | mView->hide(); | 179 | mView->hide(); |
180 | //mView->resize(splash->size() ); | 180 | //mView->resize(splash->size() ); |
181 | initActions(); | 181 | initActions(); |
182 | mSyncManager = new KSyncManager((QWidget*)this, (KSyncInterface*)mView, KSyncManager::KOPI, KOPrefs::instance(), syncMenu); | 182 | mSyncManager = new KSyncManager((QWidget*)this, (KSyncInterface*)mView, KSyncManager::KOPI, KOPrefs::instance(), syncMenu); |
183 | mSyncManager->setBlockSave(false); | 183 | mSyncManager->setBlockSave(false); |
184 | mView->setSyncManager(mSyncManager); | 184 | mView->setSyncManager(mSyncManager); |
185 | #ifndef DESKTOP_VERSION | 185 | #ifndef DESKTOP_VERSION |
186 | iconToolBar->show(); | 186 | iconToolBar->show(); |
187 | qApp->processEvents(); | 187 | qApp->processEvents(); |
188 | #endif | 188 | #endif |
189 | //qDebug("Splashwidget x %d y %d w %d h %d", splash-> x(), splash->y(), splash->width(),splash-> height ()); | 189 | //qDebug("Splashwidget x %d y %d w %d h %d", splash-> x(), splash->y(), splash->width(),splash-> height ()); |
190 | int vh = height() ; | 190 | int vh = height() ; |
191 | int vw = width(); | 191 | int vw = width(); |
192 | //qDebug("Toolbar hei %d ",iconToolBar->height() ); | 192 | //qDebug("Toolbar hei %d ",iconToolBar->height() ); |
193 | if ( iconToolBar->orientation () == Qt:: Horizontal ) { | 193 | if ( iconToolBar->orientation () == Qt:: Horizontal ) { |
194 | vh -= iconToolBar->height(); | 194 | vh -= iconToolBar->height(); |
195 | } else { | 195 | } else { |
196 | vw -= iconToolBar->height(); | 196 | vw -= iconToolBar->height(); |
197 | } | 197 | } |
198 | //mView->setMaximumSize( splash->size() ); | 198 | //mView->setMaximumSize( splash->size() ); |
199 | //mView->resize( splash->size() ); | 199 | //mView->resize( splash->size() ); |
200 | //qDebug("MainView x %d y %d w %d h %d", mView->x(),mView-> y(), mView->width(), mView->height ()); | 200 | //qDebug("MainView x %d y %d w %d h %d", mView->x(),mView-> y(), mView->width(), mView->height ()); |
201 | mView->readSettings(); | 201 | mView->readSettings(); |
202 | bool newFile = false; | 202 | bool newFile = false; |
203 | if( !QFile::exists( defaultFileName() ) ) { | 203 | if( !QFile::exists( defaultFileName() ) ) { |
204 | QFileInfo finfo ( defaultFileName() ); | 204 | QFileInfo finfo ( defaultFileName() ); |
205 | QString oldFile = QDir::convertSeparators( QDir::homeDirPath()+"/Applications/korganizer/mycalendar.ics"); | 205 | QString oldFile = QDir::convertSeparators( QDir::homeDirPath()+"/Applications/korganizer/mycalendar.ics"); |
206 | qDebug("oldfile %s ", oldFile.latin1()); | 206 | qDebug("oldfile %s ", oldFile.latin1()); |
207 | QString message = "You are starting KO/Pi for the\nfirst time after updating to a\nversion >= 1.9.1. The location of the\ndefault calendar file has changed.\nA mycalendar.ics file was detected\nat the old location.\nThis file will be loaded now\nand stored at the new location!\n(Config file location has changed, too!)\nPlease read menu Help-What's New!\n"; | 207 | QString message = "You are starting KO/Pi for the\nfirst time after updating to a\nversion >= 1.9.1. The location of the\ndefault calendar file has changed.\nA mycalendar.ics file was detected\nat the old location.\nThis file will be loaded now\nand stored at the new location!\n(Config file location has changed, too!)\nPlease read menu Help-What's New!\n"; |
208 | finfo.setFile( oldFile ); | 208 | finfo.setFile( oldFile ); |
209 | if (finfo.exists() ) { | 209 | if (finfo.exists() ) { |
210 | KMessageBox::information( this, message); | 210 | KMessageBox::information( this, message); |
211 | mView->openCalendar( oldFile ); | 211 | mView->openCalendar( oldFile ); |
212 | qApp->processEvents(); | 212 | qApp->processEvents(); |
213 | } else { | 213 | } else { |
214 | oldFile = QDir::convertSeparators( QDir::homeDirPath()+"/korganizer/mycalendar.ics"); | 214 | oldFile = QDir::convertSeparators( QDir::homeDirPath()+"/korganizer/mycalendar.ics"); |
215 | finfo.setFile( oldFile ); | 215 | finfo.setFile( oldFile ); |
216 | if (finfo.exists() ) { | 216 | if (finfo.exists() ) { |
217 | KMessageBox::information( this, message); | 217 | KMessageBox::information( this, message); |
218 | mView->openCalendar( oldFile ); | 218 | mView->openCalendar( oldFile ); |
219 | qApp->processEvents(); | 219 | qApp->processEvents(); |
220 | } | 220 | } |
221 | } | 221 | } |
222 | mView->saveCalendar( defaultFileName() ); | 222 | mView->saveCalendar( defaultFileName() ); |
223 | newFile = true; | 223 | newFile = true; |
224 | } | 224 | } |
225 | 225 | ||
226 | QTime neededSaveTime = QDateTime::currentDateTime().time(); | 226 | QTime neededSaveTime = QDateTime::currentDateTime().time(); |
227 | mView->openCalendar( defaultFileName() ); | 227 | mView->openCalendar( defaultFileName() ); |
228 | int msNeeded = neededSaveTime.msecsTo( QDateTime::currentDateTime().time() ); | 228 | int msNeeded = neededSaveTime.msecsTo( QDateTime::currentDateTime().time() ); |
229 | qDebug("KO: Calendar loading time: %d ms",msNeeded ); | 229 | qDebug("KO: Calendar loading time: %d ms",msNeeded ); |
230 | 230 | ||
231 | if ( KPimGlobalPrefs::instance()->mPreferredLanguage != KOPrefs::instance()->mOldLoadedLanguage ) { | 231 | if ( KPimGlobalPrefs::instance()->mPreferredLanguage != KOPrefs::instance()->mOldLoadedLanguage ) { |
232 | KOPrefs::instance()->setAllDefaults(); | 232 | KOPrefs::instance()->setAllDefaults(); |
233 | int count = mView->addCategories(); | 233 | int count = mView->addCategories(); |
234 | } | 234 | } |
235 | processIncidenceSelection( 0 ); | 235 | processIncidenceSelection( 0 ); |
236 | connect( mView, SIGNAL( incidenceSelected( Incidence * ) ), | 236 | connect( mView, SIGNAL( incidenceSelected( Incidence * ) ), |
237 | SLOT( processIncidenceSelection( Incidence * ) ) ); | 237 | SLOT( processIncidenceSelection( Incidence * ) ) ); |
238 | connect( mView, SIGNAL( modifiedChanged( bool ) ), | 238 | connect( mView, SIGNAL( modifiedChanged( bool ) ), |
239 | SLOT( slotModifiedChanged( bool ) ) ); | 239 | SLOT( slotModifiedChanged( bool ) ) ); |
240 | 240 | ||
241 | 241 | ||
242 | connect( mView, SIGNAL( tempDisableBR(bool) ), | 242 | connect( mView, SIGNAL( tempDisableBR(bool) ), |
243 | SLOT( disableBR(bool) ) ); | 243 | SLOT( disableBR(bool) ) ); |
244 | connect( &mSaveTimer, SIGNAL( timeout() ), SLOT( save() ) ); | 244 | connect( &mSaveTimer, SIGNAL( timeout() ), SLOT( save() ) ); |
245 | mView->setModified( false ); | 245 | mView->setModified( false ); |
246 | mBlockAtStartup = false; | 246 | mBlockAtStartup = false; |
247 | mView->setModified( false ); | 247 | mView->setModified( false ); |
248 | setCentralWidget( mView ); | 248 | setCentralWidget( mView ); |
249 | globalFlagBlockStartup = 0; | 249 | globalFlagBlockStartup = 0; |
250 | mView->show(); | 250 | mView->show(); |
251 | delete splash; | 251 | delete splash; |
252 | if ( newFile ) | 252 | if ( newFile ) |
253 | mView->updateConfig(); | 253 | mView->updateConfig(); |
254 | // qApp->processEvents(); | 254 | // qApp->processEvents(); |
255 | //qDebug("MainView x %d y %d w %d h %d", mView->x(),mView-> y(), mView->width(), mView->height ()); | 255 | //qDebug("MainView x %d y %d w %d h %d", mView->x(),mView-> y(), mView->width(), mView->height ()); |
256 | //fillSyncMenu(); | 256 | //fillSyncMenu(); |
257 | 257 | ||
258 | 258 | ||
259 | connect(mSyncManager , SIGNAL( save() ), this, SLOT( save() ) ); | 259 | connect(mSyncManager , SIGNAL( save() ), this, SLOT( save() ) ); |
260 | connect(mView , SIGNAL( save() ), this, SLOT( save() ) ); | 260 | connect(mView , SIGNAL( save() ), this, SLOT( save() ) ); |
261 | connect(mView , SIGNAL( saveStopTimer() ), this, SLOT( saveStopTimer() ) ); | 261 | connect(mView , SIGNAL( saveStopTimer() ), this, SLOT( saveStopTimer() ) ); |
262 | connect(mSyncManager , SIGNAL( request_file() ), this, SLOT( syncFileRequest() ) ); | 262 | connect(mSyncManager , SIGNAL( request_file() ), this, SLOT( syncFileRequest() ) ); |
263 | connect(mSyncManager , SIGNAL( getFile( bool )), this, SLOT(getFile( bool ) ) ); | 263 | connect(mSyncManager , SIGNAL( getFile( bool )), this, SLOT(getFile( bool ) ) ); |
264 | mSyncManager->setDefaultFileName( sentSyncFile()); | 264 | mSyncManager->setDefaultFileName( sentSyncFile()); |
265 | connect ( syncMenu, SIGNAL( activated ( int ) ), mSyncManager, SLOT (slotSyncMenu( int ) ) ); | 265 | connect ( syncMenu, SIGNAL( activated ( int ) ), mSyncManager, SLOT (slotSyncMenu( int ) ) ); |
266 | mSyncManager->fillSyncMenu(); | 266 | mSyncManager->fillSyncMenu(); |
267 | 267 | ||
268 | 268 | ||
269 | 269 | ||
270 | mView->viewManager()->agendaView()->setStartHour( KOPrefs::instance()->mDayBegins ); | 270 | mView->viewManager()->agendaView()->setStartHour( KOPrefs::instance()->mDayBegins ); |
271 | if ( showWarning ) { | 271 | if ( showWarning ) { |
272 | KMessageBox::information( this, | 272 | KMessageBox::information( this, |
273 | "You are starting KO/Pi for the first time.\nPlease read menu: Help-What's New,\nif you did an update!\nPlease choose your timezone in the \nConfigure Dialog TAB Time Zone!\nPlease choose your language\nin the TAB Locale!\nYou get the Configure Dialog\nvia Menu: Actions - Configure....\nClick OK to show the Configure Dialog!\n", "KO/Pi information"); | 273 | "You are starting KO/Pi for the first time.\nPlease read menu: Help-What's New,\nif you did an update!\nPlease choose your timezone in the \nConfigure Dialog TAB Time Zone!\nPlease choose your language\nin the TAB Locale!\nYou get the Configure Dialog\nvia Menu: Actions - Configure....\nClick OK to show the Configure Dialog!\n", "KO/Pi information"); |
274 | qApp->processEvents(); | 274 | qApp->processEvents(); |
275 | mView->dialogManager()->showSyncOptions(); | 275 | mView->dialogManager()->showSyncOptions(); |
276 | } | 276 | } |
277 | 277 | ||
278 | //US listen for result adressed from Ka/Pi | 278 | //US listen for result adressed from Ka/Pi |
279 | #ifndef DESKTOP_VERSION | 279 | #ifndef DESKTOP_VERSION |
280 | connect(qApp, SIGNAL (appMessage ( const QCString &, const QByteArray & )), ExternalAppHandler::instance(), SLOT (appMessage ( const QCString &, const QByteArray & ))); | 280 | connect(qApp, SIGNAL (appMessage ( const QCString &, const QByteArray & )), ExternalAppHandler::instance(), SLOT (appMessage ( const QCString &, const QByteArray & ))); |
281 | #endif | 281 | #endif |
282 | #ifndef DESKTOP_VERSION | 282 | #ifndef DESKTOP_VERSION |
283 | infrared = 0; | 283 | infrared = 0; |
284 | #endif | 284 | #endif |
285 | updateWeek( mView->startDate() ); | 285 | updateWeek( mView->startDate() ); |
286 | connect( mView->dateNavigator(), SIGNAL( datesSelected( const KCal::DateList & ) ), | 286 | connect( mView->dateNavigator(), SIGNAL( datesSelected( const KCal::DateList & ) ), |
287 | SLOT( updateWeekNum( const KCal::DateList & ) ) ); | 287 | SLOT( updateWeekNum( const KCal::DateList & ) ) ); |
288 | mBRdisabled = false; | 288 | mBRdisabled = false; |
289 | //toggleBeamReceive(); | 289 | //toggleBeamReceive(); |
290 | } | 290 | } |
291 | MainWindow::~MainWindow() | 291 | MainWindow::~MainWindow() |
292 | { | 292 | { |
293 | //qDebug("MainWindow::~MainWindow() "); | 293 | //qDebug("MainWindow::~MainWindow() "); |
294 | //save toolbar location | 294 | //save toolbar location |
295 | delete mCalendar; | 295 | delete mCalendar; |
296 | delete mSyncManager; | 296 | delete mSyncManager; |
297 | #ifndef DESKTOP_VERSION | 297 | #ifndef DESKTOP_VERSION |
298 | if ( infrared ) | 298 | if ( infrared ) |
299 | delete infrared; | 299 | delete infrared; |
300 | #endif | 300 | #endif |
301 | 301 | ||
302 | 302 | ||
303 | } | 303 | } |
304 | 304 | ||
305 | void MainWindow::disableBR(bool b) | 305 | void MainWindow::disableBR(bool b) |
306 | { | 306 | { |
307 | #ifndef DESKTOP_VERSION | 307 | #ifndef DESKTOP_VERSION |
308 | if ( b ) { | 308 | if ( b ) { |
309 | if ( infrared ) { | 309 | if ( infrared ) { |
310 | toggleBeamReceive(); | 310 | toggleBeamReceive(); |
311 | mBRdisabled = true; | 311 | mBRdisabled = true; |
312 | } | 312 | } |
313 | mBRdisabled = true; | 313 | mBRdisabled = true; |
314 | } else { | 314 | } else { |
315 | if ( mBRdisabled ) { | 315 | if ( mBRdisabled ) { |
316 | mBRdisabled = false; | 316 | mBRdisabled = false; |
317 | //makes no sense,because other cal ap is probably running | 317 | //makes no sense,because other cal ap is probably running |
318 | // toggleBeamReceive(); | 318 | // toggleBeamReceive(); |
319 | } | 319 | } |
320 | } | 320 | } |
321 | #endif | 321 | #endif |
322 | 322 | ||
323 | } | 323 | } |
324 | bool MainWindow::beamReceiveEnabled() | 324 | bool MainWindow::beamReceiveEnabled() |
325 | { | 325 | { |
326 | #ifndef DESKTOP_VERSION | 326 | #ifndef DESKTOP_VERSION |
327 | return ( infrared != 0 ); | 327 | return ( infrared != 0 ); |
328 | #endif | 328 | #endif |
329 | return false; | 329 | return false; |
330 | } | 330 | } |
331 | 331 | ||
332 | void MainWindow::toggleBeamReceive() | 332 | void MainWindow::toggleBeamReceive() |
333 | { | 333 | { |
334 | if ( mBRdisabled ) | 334 | if ( mBRdisabled ) |
335 | return; | 335 | return; |
336 | #ifndef DESKTOP_VERSION | 336 | #ifndef DESKTOP_VERSION |
337 | if ( infrared ) { | 337 | if ( infrared ) { |
338 | qDebug("disable BeamReceive "); | 338 | qDebug("disable BeamReceive "); |
339 | delete infrared; | 339 | delete infrared; |
340 | infrared = 0; | 340 | infrared = 0; |
341 | brAction->setOn(false); | 341 | brAction->setOn(false); |
342 | return; | 342 | return; |
343 | } | 343 | } |
344 | qDebug("enable BeamReceive "); | 344 | qDebug("enable BeamReceive "); |
345 | brAction->setOn(true); | 345 | brAction->setOn(true); |
346 | infrared = new QCopChannel("QPE/Application/datebook",this, "channel" ) ; | 346 | infrared = new QCopChannel("QPE/Application/datebook",this, "channel" ) ; |
347 | QObject::connect( infrared, SIGNAL (received ( const QCString &, const QByteArray & )),this, SLOT(recieve( const QCString&, const QByteArray& ))); | 347 | QObject::connect( infrared, SIGNAL (received ( const QCString &, const QByteArray & )),this, SLOT(recieve( const QCString&, const QByteArray& ))); |
348 | #endif | 348 | #endif |
349 | } | 349 | } |
350 | void MainWindow::showMaximized () | 350 | void MainWindow::showMaximized () |
351 | { | 351 | { |
352 | #ifndef DESKTOP_VERSION | 352 | #ifndef DESKTOP_VERSION |
353 | if ( ! globalFlagBlockStartup ) | 353 | if ( ! globalFlagBlockStartup ) |
354 | if ( mClosed ) | 354 | if ( mClosed ) |
355 | mView->goToday(); | 355 | mView->goToday(); |
356 | #endif | 356 | #endif |
357 | QWidget::showMaximized () ; | 357 | QWidget::showMaximized () ; |
358 | mClosed = false; | 358 | mClosed = false; |
359 | } | 359 | } |
360 | void MainWindow::closeEvent( QCloseEvent* ce ) | 360 | void MainWindow::closeEvent( QCloseEvent* ce ) |
361 | { | 361 | { |
362 | 362 | ||
363 | 363 | ||
364 | 364 | ||
365 | if ( ! KOPrefs::instance()->mAskForQuit ) { | 365 | if ( ! KOPrefs::instance()->mAskForQuit ) { |
366 | saveOnClose(); | 366 | saveOnClose(); |
367 | mClosed = true; | 367 | mClosed = true; |
368 | ce->accept(); | 368 | ce->accept(); |
369 | return; | 369 | return; |
370 | 370 | ||
371 | } | 371 | } |
372 | 372 | ||
373 | switch( QMessageBox::information( this, "KO/Pi", | 373 | switch( QMessageBox::information( this, "KO/Pi", |
374 | i18n("Do you really want\nto close KO/Pi?"), | 374 | i18n("Do you really want\nto close KO/Pi?"), |
375 | i18n("Close"), i18n("No"), | 375 | i18n("Close"), i18n("No"), |
376 | 0, 0 ) ) { | 376 | 0, 0 ) ) { |
377 | case 0: | 377 | case 0: |
378 | saveOnClose(); | 378 | saveOnClose(); |
379 | mClosed = true; | 379 | mClosed = true; |
380 | ce->accept(); | 380 | ce->accept(); |
381 | break; | 381 | break; |
382 | case 1: | 382 | case 1: |
383 | ce->ignore(); | 383 | ce->ignore(); |
384 | break; | 384 | break; |
385 | case 2: | 385 | case 2: |
386 | 386 | ||
387 | default: | 387 | default: |
388 | break; | 388 | break; |
389 | } | 389 | } |
390 | 390 | ||
391 | 391 | ||
392 | } | 392 | } |
393 | 393 | ||
394 | void MainWindow::recieve( const QCString& cmsg, const QByteArray& data ) | 394 | void MainWindow::recieve( const QCString& cmsg, const QByteArray& data ) |
395 | { | 395 | { |
396 | QDataStream stream( data, IO_ReadOnly ); | 396 | QDataStream stream( data, IO_ReadOnly ); |
397 | // QMessageBox::about( this, "About KOrganizer/Pi", "*" +msg +"*" ); | 397 | // QMessageBox::about( this, "About KOrganizer/Pi", "*" +msg +"*" ); |
398 | //QString datamess; | 398 | //QString datamess; |
399 | //qDebug("message "); | 399 | //qDebug("message "); |
400 | qDebug("KO: QCOP message received: %s ", cmsg.data() ); | 400 | qDebug("KO: QCOP message received: %s ", cmsg.data() ); |
401 | 401 | ||
402 | if ( cmsg == "setDocument(QString)" ) { | 402 | if ( cmsg == "setDocument(QString)" ) { |
403 | QDataStream stream( data, IO_ReadOnly ); | 403 | QDataStream stream( data, IO_ReadOnly ); |
404 | QString fileName; | 404 | QString fileName; |
405 | stream >> fileName; | 405 | stream >> fileName; |
406 | //qDebug("filename %s ", fileName.latin1()); | 406 | //qDebug("filename %s ", fileName.latin1()); |
407 | showMaximized(); | 407 | showMaximized(); |
408 | raise(); | 408 | raise(); |
409 | KOPrefs::instance()->mLastSyncedLocalFile = fileName ; | 409 | KOPrefs::instance()->mLastSyncedLocalFile = fileName ; |
410 | mSyncManager->slotSyncMenu( 1002 ); | 410 | mSyncManager->slotSyncMenu( 1002 ); |
411 | return; | 411 | return; |
412 | } | 412 | } |
413 | 413 | ||
414 | if ( cmsg == "-writeFile" ) { | 414 | if ( cmsg == "-writeFile" ) { |
415 | // I made from the "-writeFile" an "-writeAlarm" | 415 | // I made from the "-writeFile" an "-writeAlarm" |
416 | mView->viewManager()->showWhatsNextView(); | 416 | mView->viewManager()->showWhatsNextView(); |
417 | mCalendar->checkAlarmForIncidence( 0, true); | 417 | mCalendar->checkAlarmForIncidence( 0, true); |
418 | showMaximized(); | 418 | showMaximized(); |
419 | raise(); | 419 | raise(); |
420 | return; | 420 | return; |
421 | 421 | ||
422 | } | 422 | } |
423 | if ( cmsg == "-writeFileSilent" ) { | 423 | if ( cmsg == "-writeFileSilent" ) { |
424 | // I made from the "-writeFile" an "-writeAlarm" | 424 | // I made from the "-writeFile" an "-writeAlarm" |
425 | // mView->viewManager()->showWhatsNextView(); | 425 | // mView->viewManager()->showWhatsNextView(); |
426 | mCalendar->checkAlarmForIncidence( 0, true); | 426 | mCalendar->checkAlarmForIncidence( 0, true); |
427 | //showMaximized(); | 427 | //showMaximized(); |
428 | //raise(); | 428 | //raise(); |
429 | hide(); | 429 | hide(); |
430 | return; | 430 | return; |
431 | } | 431 | } |
432 | if ( cmsg == "-newCountdown" ) { | 432 | if ( cmsg == "-newCountdown" ) { |
433 | qDebug("newCountdown "); | 433 | qDebug("newCountdown "); |
434 | 434 | ||
435 | } | 435 | } |
436 | QString msg ; | 436 | QString msg ; |
437 | QString allmsg = cmsg; | 437 | QString allmsg = cmsg; |
438 | while ( allmsg.length() > 0 ) { | 438 | while ( allmsg.length() > 0 ) { |
439 | int nextC = allmsg.find( "-", 1 ); | 439 | int nextC = allmsg.find( "-", 1 ); |
440 | if ( nextC == -1 ) { | 440 | if ( nextC == -1 ) { |
441 | msg = allmsg; | 441 | msg = allmsg; |
442 | allmsg = ""; | 442 | allmsg = ""; |
443 | } else{ | 443 | } else{ |
444 | msg = allmsg.left( nextC ); | 444 | msg = allmsg.left( nextC ); |
445 | allmsg = allmsg.mid( nextC, allmsg.length()-nextC ); | 445 | allmsg = allmsg.mid( nextC, allmsg.length()-nextC ); |
446 | } | 446 | } |
447 | //qDebug("msg: %s all: %s ", msg.latin1(), allmsg.latin1() ); | 447 | //qDebug("msg: %s all: %s ", msg.latin1(), allmsg.latin1() ); |
448 | if ( msg == "-newEvent" ) { | 448 | if ( msg == "-newEvent" ) { |
449 | mView->newEvent(); | 449 | mView->newEvent(); |
450 | } | 450 | } |
451 | if ( msg == "-newTodo" ) { | 451 | if ( msg == "-newTodo" ) { |
452 | mView->newTodo(); | 452 | mView->newTodo(); |
453 | 453 | ||
454 | } | 454 | } |
455 | if ( msg == "-showWN" ) { | 455 | if ( msg == "-showWN" ) { |
456 | mView->viewManager()->showWhatsNextView(); | 456 | mView->viewManager()->showWhatsNextView(); |
457 | } | 457 | } |
458 | if ( msg == "-showTodo" ) { | 458 | if ( msg == "-showTodo" ) { |
459 | mView->viewManager()->showTodoView(); | 459 | mView->viewManager()->showTodoView(); |
460 | } | 460 | } |
461 | if ( msg == "-showList" ) { | 461 | if ( msg == "-showList" ) { |
462 | mView->viewManager()->showListView(); | 462 | mView->viewManager()->showListView(); |
463 | } | 463 | } |
464 | else if ( msg == "-showDay" ) { | 464 | else if ( msg == "-showDay" ) { |
465 | mView->viewManager()->showDayView(); | 465 | mView->viewManager()->showDayView(); |
466 | } | 466 | } |
467 | else if ( msg == "-showWWeek" ) { | 467 | else if ( msg == "-showWWeek" ) { |
468 | mView->viewManager()->showWorkWeekView(); | 468 | mView->viewManager()->showWorkWeekView(); |
469 | } | 469 | } |
470 | else if ( msg == "-ringSync" ) { | 470 | else if ( msg == "-ringSync" ) { |
471 | mSyncManager->multiSync( false ); | 471 | mSyncManager->multiSync( false ); |
472 | } | 472 | } |
473 | else if ( msg == "-showWeek" ) { | 473 | else if ( msg == "-showWeek" ) { |
474 | mView->viewManager()->showWeekView(); | 474 | mView->viewManager()->showWeekView(); |
475 | } | 475 | } |
476 | else if ( msg == "-showTodo" ) { | 476 | else if ( msg == "-showTodo" ) { |
477 | mView->viewManager()->showTodoView(); | 477 | mView->viewManager()->showTodoView(); |
478 | } | 478 | } |
479 | else if ( msg == "-showJournal" ) { | 479 | else if ( msg == "-showJournal" ) { |
480 | mView->dateNavigator()->selectDates( 1 ); | 480 | mView->dateNavigator()->selectDates( 1 ); |
481 | mView->dateNavigator()->selectToday(); | 481 | mView->dateNavigator()->selectToday(); |
482 | mView->viewManager()->showJournalView(); | 482 | mView->viewManager()->showJournalView(); |
483 | } | 483 | } |
484 | else if ( msg == "-showKO" ) { | 484 | else if ( msg == "-showKO" ) { |
485 | mView->viewManager()->showNextXView(); | 485 | mView->viewManager()->showNextXView(); |
486 | } | 486 | } |
487 | else if ( msg == "-showWNext" ) { | 487 | else if ( msg == "-showWNext" ) { |
488 | mView->viewManager()->showWhatsNextView(); | 488 | mView->viewManager()->showWhatsNextView(); |
489 | } | 489 | } |
490 | else if ( msg == "nextView()" ) { | 490 | else if ( msg == "nextView()" ) { |
491 | mView->viewManager()->showNextView(); | 491 | mView->viewManager()->showNextView(); |
492 | } | 492 | } |
493 | else if ( msg == "-showNextXView" ) { | 493 | else if ( msg == "-showNextXView" ) { |
494 | mView->viewManager()->showNextXView(); | 494 | mView->viewManager()->showNextXView(); |
495 | } | 495 | } |
496 | 496 | ||
497 | 497 | ||
498 | } | 498 | } |
499 | 499 | ||
500 | showMaximized(); | 500 | showMaximized(); |
501 | raise(); | 501 | raise(); |
502 | } | 502 | } |
503 | 503 | ||
504 | QPixmap MainWindow::loadPixmap( QString name ) | 504 | QPixmap MainWindow::loadPixmap( QString name ) |
505 | { | 505 | { |
506 | return SmallIcon( name ); | 506 | return SmallIcon( name ); |
507 | 507 | ||
508 | } | 508 | } |
509 | void MainWindow::initActions() | 509 | void MainWindow::initActions() |
510 | { | 510 | { |
511 | //KOPrefs::instance()->mShowFullMenu | 511 | //KOPrefs::instance()->mShowFullMenu |
512 | iconToolBar->clear(); | 512 | iconToolBar->clear(); |
513 | KOPrefs *p = KOPrefs::instance(); | 513 | KOPrefs *p = KOPrefs::instance(); |
514 | //QPEMenuBar *menuBar1;// = new QPEMenuBar( iconToolBar ); | 514 | //QPEMenuBar *menuBar1;// = new QPEMenuBar( iconToolBar ); |
515 | 515 | ||
516 | QPopupMenu *viewMenu = new QPopupMenu( this ); | 516 | QPopupMenu *viewMenu = new QPopupMenu( this ); |
517 | QPopupMenu *actionMenu = new QPopupMenu( this ); | 517 | QPopupMenu *actionMenu = new QPopupMenu( this ); |
518 | QPopupMenu *importMenu = new QPopupMenu( this ); | 518 | QPopupMenu *importMenu = new QPopupMenu( this ); |
519 | QPopupMenu *importMenu_X = new QPopupMenu( this ); | 519 | QPopupMenu *importMenu_X = new QPopupMenu( this ); |
520 | QPopupMenu *exportMenu_X = new QPopupMenu( this ); | 520 | QPopupMenu *exportMenu_X = new QPopupMenu( this ); |
521 | QPopupMenu *beamMenu_X = new QPopupMenu( this ); | 521 | QPopupMenu *beamMenu_X = new QPopupMenu( this ); |
522 | selectFilterMenu = new QPopupMenu( this ); | 522 | selectFilterMenu = new QPopupMenu( this ); |
523 | selectFilterMenu->setCheckable( true ); | 523 | selectFilterMenu->setCheckable( true ); |
524 | syncMenu = new QPopupMenu( this ); | 524 | syncMenu = new QPopupMenu( this ); |
525 | configureAgendaMenu = new QPopupMenu( this ); | 525 | configureAgendaMenu = new QPopupMenu( this ); |
526 | configureToolBarMenu = new QPopupMenu( this ); | 526 | configureToolBarMenu = new QPopupMenu( this ); |
527 | QPopupMenu *helpMenu = new QPopupMenu( this ); | 527 | QPopupMenu *helpMenu = new QPopupMenu( this ); |
528 | QIconSet icon; | 528 | QIconSet icon; |
529 | int pixWid = 22, pixHei = 22; | 529 | int pixWid = 22, pixHei = 22; |
530 | QString pathString = ""; | 530 | QString pathString = ""; |
531 | if ( !p->mToolBarMiniIcons ) { | 531 | if ( !p->mToolBarMiniIcons ) { |
532 | if ( QApplication::desktop()->width() < 480 ) { | 532 | if ( QApplication::desktop()->width() < 480 ) { |
533 | pathString += "icons16/"; | 533 | pathString += "icons16/"; |
534 | pixWid = 18; pixHei = 16; | 534 | pixWid = 18; pixHei = 16; |
535 | } | 535 | } |
536 | } else { | 536 | } else { |
537 | pathString += "iconsmini/"; | 537 | pathString += "iconsmini/"; |
538 | pixWid = 18; pixHei = 16; | 538 | pixWid = 18; pixHei = 16; |
539 | } | 539 | } |
540 | if ( KOPrefs::instance()->mShowFullMenu ) { | 540 | if ( KOPrefs::instance()->mShowFullMenu ) { |
541 | QMenuBar *menuBar1; | 541 | QMenuBar *menuBar1; |
542 | menuBar1 = menuBar(); | 542 | menuBar1 = menuBar(); |
543 | menuBar1->insertItem( i18n("File"), importMenu ); | 543 | menuBar1->insertItem( i18n("File"), importMenu ); |
544 | menuBar1->insertItem( i18n("View"), viewMenu ); | 544 | menuBar1->insertItem( i18n("View"), viewMenu ); |
545 | menuBar1->insertItem( i18n("Actions"), actionMenu ); | 545 | menuBar1->insertItem( i18n("Actions"), actionMenu ); |
546 | #ifdef DESKTOP_VERSION | 546 | #ifdef DESKTOP_VERSION |
547 | menuBar1->insertItem( i18n("Synchronize"), syncMenu ); | 547 | menuBar1->insertItem( i18n("Synchronize"), syncMenu ); |
548 | menuBar1->insertItem( i18n("AgendaSize"),configureAgendaMenu ); | 548 | menuBar1->insertItem( i18n("AgendaSize"),configureAgendaMenu ); |
549 | #else | 549 | #else |
550 | menuBar1->insertItem( i18n("Sync"), syncMenu ); | 550 | menuBar1->insertItem( i18n("Sync"), syncMenu ); |
551 | menuBar1->insertItem( i18n("Agenda"),configureAgendaMenu ); | 551 | menuBar1->insertItem( i18n("Agenda"),configureAgendaMenu ); |
552 | #endif | 552 | #endif |
553 | //menuBar1->insertItem( i18n("Toolbar"),configureToolBarMenu ); | 553 | //menuBar1->insertItem( i18n("Toolbar"),configureToolBarMenu ); |
554 | menuBar1->insertItem( i18n("Filter"),selectFilterMenu ); | 554 | menuBar1->insertItem( i18n("Filter"),selectFilterMenu ); |
555 | menuBar1->insertItem( i18n("Help"), helpMenu ); | 555 | menuBar1->insertItem( i18n("Help"), helpMenu ); |
556 | } else { | 556 | } else { |
557 | QPEMenuBar *menuBar1; | 557 | QPEMenuBar *menuBar1; |
558 | menuBar1 = new QPEMenuBar( iconToolBar ); | 558 | menuBar1 = new QPEMenuBar( iconToolBar ); |
559 | QPopupMenu *menuBar = new QPopupMenu( this ); | 559 | QPopupMenu *menuBar = new QPopupMenu( this ); |
560 | icon = loadPixmap( pathString + "z_menu" ); | 560 | icon = loadPixmap( pathString + "z_menu" ); |
561 | menuBar1->insertItem( icon.pixmap(), menuBar); | 561 | menuBar1->insertItem( icon.pixmap(), menuBar); |
562 | //menuBar1->insertItem( i18n("ME"), menuBar); | 562 | //menuBar1->insertItem( i18n("ME"), menuBar); |
563 | menuBar->insertItem( i18n("File"), importMenu ); | 563 | menuBar->insertItem( i18n("File"), importMenu ); |
564 | menuBar->insertItem( i18n("View"), viewMenu ); | 564 | menuBar->insertItem( i18n("View"), viewMenu ); |
565 | menuBar->insertItem( i18n("Actions"), actionMenu ); | 565 | menuBar->insertItem( i18n("Actions"), actionMenu ); |
566 | menuBar->insertItem( i18n("Synchronize"), syncMenu ); | 566 | menuBar->insertItem( i18n("Synchronize"), syncMenu ); |
567 | menuBar->insertItem( i18n("AgendaSize"),configureAgendaMenu ); | 567 | menuBar->insertItem( i18n("AgendaSize"),configureAgendaMenu ); |
568 | menuBar->insertItem( i18n("Toolbar"),configureToolBarMenu ); | 568 | menuBar->insertItem( i18n("Toolbar"),configureToolBarMenu ); |
569 | menuBar->insertItem( i18n("Filter"),selectFilterMenu ); | 569 | menuBar->insertItem( i18n("Filter"),selectFilterMenu ); |
570 | menuBar->insertItem( i18n("Help"), helpMenu ); | 570 | menuBar->insertItem( i18n("Help"), helpMenu ); |
571 | //menuBar1->setMaximumWidth( menuBar1->sizeHint().width() ); | 571 | //menuBar1->setMaximumWidth( menuBar1->sizeHint().width() ); |
572 | menuBar1->setMaximumSize( menuBar1->sizeHint( )); | 572 | menuBar1->setMaximumSize( menuBar1->sizeHint( )); |
573 | } | 573 | } |
574 | connect ( selectFilterMenu, SIGNAL( activated ( int ) ), this, SLOT (selectFilter( int ) ) ); | 574 | connect ( selectFilterMenu, SIGNAL( activated ( int ) ), this, SLOT (selectFilter( int ) ) ); |
575 | connect ( selectFilterMenu, SIGNAL( aboutToShow() ), this, SLOT (fillFilterMenu() ) ); | 575 | connect ( selectFilterMenu, SIGNAL( aboutToShow() ), this, SLOT (fillFilterMenu() ) ); |
576 | mWeekBgColor = iconToolBar->backgroundColor(); | 576 | mWeekBgColor = iconToolBar->backgroundColor(); |
577 | mWeekPixmap.resize( pixWid , pixHei ); | 577 | mWeekPixmap.resize( pixWid , pixHei ); |
578 | mWeekPixmap.fill( mWeekBgColor ); | 578 | mWeekPixmap.fill( mWeekBgColor ); |
579 | icon = mWeekPixmap; | 579 | icon = mWeekPixmap; |
580 | mWeekAction = new QAction( i18n("Select week number"),icon, i18n("Select week number"), 0, this ); | 580 | mWeekAction = new QAction( i18n("Select week number"),icon, i18n("Select week number"), 0, this ); |
581 | if ( p-> mShowIconWeekNum ) | 581 | if ( p-> mShowIconWeekNum ) |
582 | mWeekAction->addTo( iconToolBar ); | 582 | mWeekAction->addTo( iconToolBar ); |
583 | mWeekFont = font(); | 583 | mWeekFont = font(); |
584 | 584 | ||
585 | int fontPoint = mWeekFont.pointSize(); | 585 | int fontPoint = mWeekFont.pointSize(); |
586 | QFontMetrics f( mWeekFont ); | 586 | QFontMetrics f( mWeekFont ); |
587 | int fontWid = f.width( "30" ); | 587 | int fontWid = f.width( "30" ); |
588 | while ( fontWid > pixWid ) { | 588 | while ( fontWid > pixWid ) { |
589 | --fontPoint; | 589 | --fontPoint; |
590 | mWeekFont.setPointSize( fontPoint ); | 590 | mWeekFont.setPointSize( fontPoint ); |
591 | QFontMetrics f( mWeekFont ); | 591 | QFontMetrics f( mWeekFont ); |
592 | fontWid = f.width( "30" ); | 592 | fontWid = f.width( "30" ); |
593 | //qDebug("dec-- "); | 593 | //qDebug("dec-- "); |
594 | } | 594 | } |
595 | 595 | ||
596 | connect( mWeekAction, SIGNAL( activated() ), | 596 | connect( mWeekAction, SIGNAL( activated() ), |
597 | this, SLOT( weekAction() ) ); | 597 | this, SLOT( weekAction() ) ); |
598 | 598 | ||
599 | connect( this, SIGNAL( selectWeek ( int ) ), mView->dateNavigator(), SLOT( selectWeek ( int ) ) ); | 599 | connect( this, SIGNAL( selectWeek ( int ) ), mView->dateNavigator(), SLOT( selectWeek ( int ) ) ); |
600 | 600 | ||
601 | //#endif | 601 | //#endif |
602 | // ****************** | 602 | // ****************** |
603 | QAction *action; | 603 | QAction *action; |
604 | // QPopupMenu *configureMenu= new QPopupMenu( menuBar ); | 604 | // QPopupMenu *configureMenu= new QPopupMenu( menuBar ); |
605 | configureToolBarMenu->setCheckable( true ); | 605 | configureToolBarMenu->setCheckable( true ); |
606 | 606 | ||
607 | 607 | ||
608 | configureAgendaMenu->setCheckable( true ); | 608 | configureAgendaMenu->setCheckable( true ); |
609 | int iii ; | 609 | int iii ; |
610 | for ( iii = 1;iii<= 10 ;++iii ){ | 610 | for ( iii = 1;iii<= 10 ;++iii ){ |
611 | configureAgendaMenu->insertItem(i18n("Size %1").arg(iii), (iii+1)*2 ); | 611 | configureAgendaMenu->insertItem(i18n("Size %1").arg(iii), (iii+1)*2 ); |
612 | } | 612 | } |
613 | //configureMenu->insertItem( "AgendaSize",configureAgendaMenu ); | 613 | //configureMenu->insertItem( "AgendaSize",configureAgendaMenu ); |
614 | 614 | ||
615 | connect( configureAgendaMenu, SIGNAL( aboutToShow()), | 615 | connect( configureAgendaMenu, SIGNAL( aboutToShow()), |
616 | this, SLOT( showConfigureAgenda( ) ) ); | 616 | this, SLOT( showConfigureAgenda( ) ) ); |
617 | 617 | ||
618 | icon = loadPixmap( pathString + "configure" ); | 618 | icon = loadPixmap( pathString + "configure" ); |
619 | action = new QAction( i18n("Configure"),icon, i18n("Configure..."), 0, this ); | 619 | action = new QAction( i18n("Configure"),icon, i18n("Configure..."), 0, this ); |
620 | action->addTo( actionMenu ); | 620 | action->addTo( actionMenu ); |
621 | connect( action, SIGNAL( activated() ), | 621 | connect( action, SIGNAL( activated() ), |
622 | mView, SLOT( edit_options() ) ); | 622 | mView, SLOT( edit_options() ) ); |
623 | actionMenu->insertSeparator(); | 623 | actionMenu->insertSeparator(); |
624 | 624 | ||
625 | action = new QAction( i18n("Undo Delete"), i18n("Undo Delete..."), 0, this ); | 625 | action = new QAction( i18n("Undo Delete"), i18n("Undo Delete..."), 0, this ); |
626 | action->addTo( actionMenu ); | 626 | action->addTo( actionMenu ); |
627 | connect( action, SIGNAL( activated() ), | 627 | connect( action, SIGNAL( activated() ), |
628 | mView, SLOT( undo_delete() ) ); | 628 | mView, SLOT( undo_delete() ) ); |
629 | actionMenu->insertSeparator(); | 629 | actionMenu->insertSeparator(); |
630 | 630 | ||
631 | icon = loadPixmap( pathString + "newevent" ); | 631 | icon = loadPixmap( pathString + "newevent" ); |
632 | configureToolBarMenu->insertItem(i18n("Stretched TB"), 5 ); | 632 | configureToolBarMenu->insertItem(i18n("Stretched TB"), 5 ); |
633 | configureToolBarMenu->insertSeparator(); | 633 | configureToolBarMenu->insertSeparator(); |
634 | configureToolBarMenu->insertItem(i18n("Week Number"), 400); | 634 | configureToolBarMenu->insertItem(i18n("Week Number"), 400); |
635 | configureToolBarMenu->insertItem(icon, i18n("New Event..."), 10 ); | 635 | configureToolBarMenu->insertItem(icon, i18n("New Event..."), 10 ); |
636 | QAction* ne_action = new QAction( i18n("New Event..."), icon, i18n("New Event..."), 0, this ); | 636 | QAction* ne_action = new QAction( i18n("New Event..."), icon, i18n("New Event..."), 0, this ); |
637 | ne_action->addTo( actionMenu ); | 637 | ne_action->addTo( actionMenu ); |
638 | connect( ne_action, SIGNAL( activated() ), | 638 | connect( ne_action, SIGNAL( activated() ), |
639 | mView, SLOT( newEvent() ) ); | 639 | mView, SLOT( newEvent() ) ); |
640 | icon = loadPixmap( pathString + "newtodo" ); | 640 | icon = loadPixmap( pathString + "newtodo" ); |
641 | configureToolBarMenu->insertItem(icon, i18n("New Todo..."), 20 ); | 641 | configureToolBarMenu->insertItem(icon, i18n("New Todo..."), 20 ); |
642 | QAction* nt_action = new QAction( i18n("New Todo..."), icon, i18n("New Todo..."), 0, this ); | 642 | QAction* nt_action = new QAction( i18n("New Todo..."), icon, i18n("New Todo..."), 0, this ); |
643 | nt_action->addTo( actionMenu ); | 643 | nt_action->addTo( actionMenu ); |
644 | connect( nt_action, SIGNAL( activated() ), | 644 | connect( nt_action, SIGNAL( activated() ), |
645 | mView, SLOT( newTodo() ) ); | 645 | mView, SLOT( newTodo() ) ); |
646 | 646 | ||
647 | icon = loadPixmap( pathString + "today" ); | 647 | icon = loadPixmap( pathString + "today" ); |
648 | QAction* today_action = new QAction( i18n("Go to Today"), icon, i18n("Go to Today"), 0, this ); | 648 | QAction* today_action = new QAction( i18n("Go to Today"), icon, i18n("Go to Today"), 0, this ); |
649 | today_action->addTo( viewMenu ); | 649 | today_action->addTo( viewMenu ); |
650 | connect( today_action, SIGNAL( activated() ), | 650 | connect( today_action, SIGNAL( activated() ), |
651 | mView, SLOT( goToday() ) ); | 651 | mView, SLOT( goToday() ) ); |
652 | viewMenu->insertSeparator(); | 652 | viewMenu->insertSeparator(); |
653 | 653 | ||
654 | icon = loadPixmap( pathString + "navi" ); | 654 | icon = loadPixmap( pathString + "navi" ); |
655 | action = new QAction( i18n("Toggle DateNavigator"), icon, i18n("Toggle DateNavigator"), 0, this ); | 655 | action = new QAction( i18n("Toggle DateNavigator"), icon, i18n("Toggle DateNavigator"), 0, this ); |
656 | action->addTo( viewMenu ); | 656 | action->addTo( viewMenu ); |
657 | connect( action, SIGNAL( activated() ), | 657 | connect( action, SIGNAL( activated() ), |
658 | mView, SLOT( toggleDateNavigatorWidget() ) ); | 658 | mView, SLOT( toggleDateNavigatorWidget() ) ); |
659 | mToggleNav = action ; | 659 | mToggleNav = action ; |
660 | icon = loadPixmap( pathString + "filter" ); | 660 | icon = loadPixmap( pathString + "filter" ); |
661 | action = new QAction( i18n("Toggle FilterView"), icon, i18n("Toggle FilterView"), 0, this ); | 661 | action = new QAction( i18n("Toggle FilterView"), icon, i18n("Toggle FilterView"), 0, this ); |
662 | action->addTo( viewMenu ); | 662 | action->addTo( viewMenu ); |
663 | connect( action, SIGNAL( activated() ), | 663 | connect( action, SIGNAL( activated() ), |
664 | mView, SLOT( toggleFilter() ) ); | 664 | mView, SLOT( toggleFilter() ) ); |
665 | mToggleFilter = action; | 665 | mToggleFilter = action; |
666 | icon = loadPixmap( pathString + "allday" ); | 666 | icon = loadPixmap( pathString + "allday" ); |
667 | action = new QAction( i18n("Toggle Allday"), icon,i18n("Toggle Allday"), 0, this ); | 667 | action = new QAction( i18n("Toggle Allday"), icon,i18n("Toggle Allday"), 0, this ); |
668 | action->addTo( viewMenu ); | 668 | action->addTo( viewMenu ); |
669 | connect( action, SIGNAL( activated() ), | 669 | connect( action, SIGNAL( activated() ), |
670 | mView, SLOT( toggleAllDaySize() ) ); | 670 | mView, SLOT( toggleAllDaySize() ) ); |
671 | mToggleAllday = action; | 671 | mToggleAllday = action; |
672 | 672 | ||
673 | 673 | ||
674 | connect( mView->viewManager(), SIGNAL( signalFullScreen( bool ) ), | 674 | connect( mView->viewManager(), SIGNAL( signalFullScreen( bool ) ), |
675 | mToggleNav, SLOT( setEnabled ( bool ) ) ); | 675 | mToggleNav, SLOT( setEnabled ( bool ) ) ); |
676 | connect( mView->viewManager(), SIGNAL( signalFullScreen( bool ) ), | 676 | connect( mView->viewManager(), SIGNAL( signalFullScreen( bool ) ), |
677 | mToggleFilter, SLOT( setEnabled ( bool ) ) ); | 677 | mToggleFilter, SLOT( setEnabled ( bool ) ) ); |
678 | connect( mView->viewManager(), SIGNAL( signalAgendaView( bool ) ), | 678 | connect( mView->viewManager(), SIGNAL( signalAgendaView( bool ) ), |
679 | mToggleAllday, SLOT( setEnabled ( bool ) ) ); | 679 | mToggleAllday, SLOT( setEnabled ( bool ) ) ); |
680 | 680 | ||
681 | viewMenu->insertSeparator(); | 681 | viewMenu->insertSeparator(); |
682 | icon = loadPixmap( pathString + "picker" ); | 682 | icon = loadPixmap( pathString + "picker" ); |
683 | action = new QAction( i18n("Date Picker"), icon, i18n("Date Picker"), 0, this ); | 683 | action = new QAction( i18n("Date Picker"), icon, i18n("Date Picker"), 0, this ); |
684 | action->addTo( viewMenu ); | 684 | action->addTo( viewMenu ); |
685 | connect( action, SIGNAL( activated() ), | 685 | connect( action, SIGNAL( activated() ), |
686 | mView, SLOT( showDatePicker() ) ); | 686 | mView, SLOT( showDatePicker() ) ); |
687 | action->addTo( iconToolBar ); | 687 | action->addTo( iconToolBar ); |
688 | viewMenu->insertSeparator(); | 688 | viewMenu->insertSeparator(); |
689 | 689 | ||
690 | 690 | ||
691 | icon = loadPixmap( pathString + "whatsnext" ); | 691 | icon = loadPixmap( pathString + "whatsnext" ); |
692 | configureToolBarMenu->insertItem(icon, i18n("What's Next"), 110 ); | 692 | configureToolBarMenu->insertItem(icon, i18n("What's Next"), 110 ); |
693 | QAction* whatsnext_action = new QAction( i18n("What's Next"), icon, i18n("What's Next"), 0, this ); | 693 | QAction* whatsnext_action = new QAction( i18n("What's Next"), icon, i18n("What's Next"), 0, this ); |
694 | whatsnext_action->addTo( viewMenu ); | 694 | whatsnext_action->addTo( viewMenu ); |
695 | connect( whatsnext_action, SIGNAL( activated() ), | 695 | connect( whatsnext_action, SIGNAL( activated() ), |
696 | mView->viewManager(), SLOT( showWhatsNextView() ) ); | 696 | mView->viewManager(), SLOT( showWhatsNextView() ) ); |
697 | 697 | ||
698 | icon = loadPixmap( pathString + "xdays" ); | 698 | icon = loadPixmap( pathString + "xdays" ); |
699 | configureToolBarMenu->insertItem(icon, i18n("Next days"), 100 ); | 699 | configureToolBarMenu->insertItem(icon, i18n("Next days"), 100 ); |
700 | QAction* xdays_action = new QAction( i18n("Next days"), icon, i18n("Next days"), 0, this ); | 700 | QAction* xdays_action = new QAction( i18n("Next days"), icon, i18n("Next days"), 0, this ); |
701 | xdays_action->addTo( viewMenu ); | 701 | xdays_action->addTo( viewMenu ); |
702 | connect( xdays_action, SIGNAL( activated() ), | 702 | connect( xdays_action, SIGNAL( activated() ), |
703 | mView->viewManager(), SLOT( showNextXView() ) ); | 703 | mView->viewManager(), SLOT( showNextXView() ) ); |
704 | 704 | ||
705 | 705 | ||
706 | icon = loadPixmap( pathString + "journal" ); | 706 | icon = loadPixmap( pathString + "journal" ); |
707 | configureToolBarMenu->insertItem(icon, i18n("Journal"), 90 ); | 707 | configureToolBarMenu->insertItem(icon, i18n("Journal"), 90 ); |
708 | QAction* viewjournal_action = new QAction( i18n("Journal"), icon, i18n("Journal"), 0, this ); | 708 | QAction* viewjournal_action = new QAction( i18n("Journal"), icon, i18n("Journal"), 0, this ); |
709 | viewjournal_action->addTo( viewMenu ); | 709 | viewjournal_action->addTo( viewMenu ); |
710 | connect( viewjournal_action, SIGNAL( activated() ), | 710 | connect( viewjournal_action, SIGNAL( activated() ), |
711 | mView->viewManager(), SLOT( showJournalView() ) ); | 711 | mView->viewManager(), SLOT( showJournalView() ) ); |
712 | 712 | ||
713 | 713 | ||
714 | icon = loadPixmap( pathString + "day" ); | 714 | icon = loadPixmap( pathString + "day" ); |
715 | configureToolBarMenu->insertItem(icon, i18n("Day View"), 40 ); | 715 | configureToolBarMenu->insertItem(icon, i18n("Day View"), 40 ); |
716 | QAction* day1_action = new QAction( i18n("Day View"), icon, i18n("Day View"), 0, this ); | 716 | QAction* day1_action = new QAction( i18n("Day View"), icon, i18n("Day View"), 0, this ); |
717 | day1_action->addTo( viewMenu ); | 717 | day1_action->addTo( viewMenu ); |
718 | // action->addTo( toolBar ); | 718 | // action->addTo( toolBar ); |
719 | connect( day1_action, SIGNAL( activated() ), | 719 | connect( day1_action, SIGNAL( activated() ), |
720 | mView->viewManager(), SLOT( showDayView() ) ); | 720 | mView->viewManager(), SLOT( showDayView() ) ); |
721 | 721 | ||
722 | icon = loadPixmap( pathString + "workweek" ); | 722 | icon = loadPixmap( pathString + "workweek" ); |
723 | configureToolBarMenu->insertItem(icon, i18n("Work Week"), 50 ); | 723 | configureToolBarMenu->insertItem(icon, i18n("Work Week"), 50 ); |
724 | QAction* day5_action = new QAction( i18n("Work Week"), icon, i18n("Work Week"), 0, this ); | 724 | QAction* day5_action = new QAction( i18n("Work Week"), icon, i18n("Work Week"), 0, this ); |
725 | day5_action->addTo( viewMenu ); | 725 | day5_action->addTo( viewMenu ); |
726 | connect( day5_action, SIGNAL( activated() ), | 726 | connect( day5_action, SIGNAL( activated() ), |
727 | mView->viewManager(), SLOT( showWorkWeekView() ) ); | 727 | mView->viewManager(), SLOT( showWorkWeekView() ) ); |
728 | 728 | ||
729 | icon = loadPixmap( pathString + "week" ); | 729 | icon = loadPixmap( pathString + "week" ); |
730 | configureToolBarMenu->insertItem(icon, i18n("Week"), 60 ); | 730 | configureToolBarMenu->insertItem(icon, i18n("Week"), 60 ); |
731 | QAction* day7_action = new QAction( i18n("Week"), icon, i18n("Week"), 0, this ); | 731 | QAction* day7_action = new QAction( i18n("Week"), icon, i18n("Week"), 0, this ); |
732 | day7_action->addTo( viewMenu ); | 732 | day7_action->addTo( viewMenu ); |
733 | connect( day7_action, SIGNAL( activated() ), | 733 | connect( day7_action, SIGNAL( activated() ), |
734 | mView->viewManager(), SLOT( showWeekView() ) ); | 734 | mView->viewManager(), SLOT( showWeekView() ) ); |
735 | 735 | ||
736 | icon = loadPixmap( pathString + "workweek2" ); | 736 | icon = loadPixmap( pathString + "workweek2" ); |
737 | configureToolBarMenu->insertItem(icon, i18n("List week view"), 75 ); | 737 | configureToolBarMenu->insertItem(icon, i18n("List week view"), 75 ); |
738 | QAction* day6_action = new QAction( i18n("List week"), icon, i18n("List week"), 0, this ); | 738 | QAction* day6_action = new QAction( i18n("List week"), icon, i18n("List week"), 0, this ); |
739 | day6_action->addTo( viewMenu ); | 739 | day6_action->addTo( viewMenu ); |
740 | connect( day6_action, SIGNAL( activated() ), | 740 | connect( day6_action, SIGNAL( activated() ), |
741 | mView->viewManager(), SLOT( showMonthViewWeek() ) ); | 741 | mView->viewManager(), SLOT( showMonthViewWeek() ) ); |
742 | 742 | ||
743 | icon = loadPixmap( pathString + "month" ); | 743 | icon = loadPixmap( pathString + "month" ); |
744 | configureToolBarMenu->insertItem(icon, i18n("Month"), 70 ); | 744 | configureToolBarMenu->insertItem(icon, i18n("Month"), 70 ); |
745 | QAction* month_action = new QAction( i18n("Month"), icon, i18n("Month"), 0, this ); | 745 | QAction* month_action = new QAction( i18n("Month"), icon, i18n("Month"), 0, this ); |
746 | month_action->addTo( viewMenu ); | 746 | month_action->addTo( viewMenu ); |
747 | connect( month_action, SIGNAL( activated() ), | 747 | connect( month_action, SIGNAL( activated() ), |
748 | mView->viewManager(), SLOT( showMonthView() ) ); | 748 | mView->viewManager(), SLOT( showMonthView() ) ); |
749 | 749 | ||
750 | icon = loadPixmap( pathString + "list" ); | 750 | icon = loadPixmap( pathString + "list" ); |
751 | configureToolBarMenu->insertItem(icon, i18n("List View"), 30 ); | 751 | configureToolBarMenu->insertItem(icon, i18n("List View"), 30 ); |
752 | QAction* showlist_action = new QAction( i18n("List View"), icon, i18n("List View"), 0, this ); | 752 | QAction* showlist_action = new QAction( i18n("List View"), icon, i18n("List View"), 0, this ); |
753 | showlist_action->addTo( viewMenu ); | 753 | showlist_action->addTo( viewMenu ); |
754 | connect( showlist_action, SIGNAL( activated() ), | 754 | connect( showlist_action, SIGNAL( activated() ), |
755 | mView->viewManager(), SLOT( showListView() ) ); | 755 | mView->viewManager(), SLOT( showListView() ) ); |
756 | 756 | ||
757 | icon = loadPixmap( pathString + "todo" ); | 757 | icon = loadPixmap( pathString + "todo" ); |
758 | configureToolBarMenu->insertItem(icon, i18n("Todo View"), 80 ); | 758 | configureToolBarMenu->insertItem(icon, i18n("Todo View"), 80 ); |
759 | QAction* todoview_action = new QAction( i18n("Todo View"), icon, i18n("Todo View"), 0, this ); | 759 | QAction* todoview_action = new QAction( i18n("Todo View"), icon, i18n("Todo View"), 0, this ); |
760 | todoview_action->addTo( viewMenu ); | 760 | todoview_action->addTo( viewMenu ); |
761 | connect( todoview_action, SIGNAL( activated() ), | 761 | connect( todoview_action, SIGNAL( activated() ), |
762 | mView->viewManager(), SLOT( showTodoView() ) ); | 762 | mView->viewManager(), SLOT( showTodoView() ) ); |
763 | 763 | ||
764 | 764 | ||
765 | 765 | ||
766 | #if 0 | 766 | #if 0 |
767 | action = new QAction( "view_timespan", "Time Span", 0, this ); | 767 | action = new QAction( "view_timespan", "Time Span", 0, this ); |
768 | action->addTo( viewMenu ); | 768 | action->addTo( viewMenu ); |
769 | connect( action, SIGNAL( activated() ), | 769 | connect( action, SIGNAL( activated() ), |
770 | mView->viewManager(), SLOT( showTimeSpanView() ) ); | 770 | mView->viewManager(), SLOT( showTimeSpanView() ) ); |
771 | #endif | 771 | #endif |
772 | 772 | ||
773 | mNewSubTodoAction = new QAction( "new_subtodo", i18n("New Sub-Todo..."), 0, | 773 | mNewSubTodoAction = new QAction( "new_subtodo", i18n("New Sub-Todo..."), 0, |
774 | this ); | 774 | this ); |
775 | mNewSubTodoAction->addTo( actionMenu ); | 775 | mNewSubTodoAction->addTo( actionMenu ); |
776 | connect( mNewSubTodoAction, SIGNAL( activated() ), | 776 | connect( mNewSubTodoAction, SIGNAL( activated() ), |
777 | mView, SLOT( newSubTodo() ) ); | 777 | mView, SLOT( newSubTodo() ) ); |
778 | 778 | ||
779 | actionMenu->insertSeparator(); | 779 | actionMenu->insertSeparator(); |
780 | 780 | ||
781 | mShowAction = new QAction( "show_incidence", i18n("Show..."), 0, this ); | 781 | mShowAction = new QAction( "show_incidence", i18n("Show..."), 0, this ); |
782 | mShowAction->addTo( actionMenu ); | 782 | mShowAction->addTo( actionMenu ); |
783 | connect( mShowAction, SIGNAL( activated() ), | 783 | connect( mShowAction, SIGNAL( activated() ), |
784 | mView, SLOT( showIncidence() ) ); | 784 | mView, SLOT( showIncidence() ) ); |
785 | 785 | ||
786 | mEditAction = new QAction( "edit_incidence", i18n("Edit..."), 0, this ); | 786 | mEditAction = new QAction( "edit_incidence", i18n("Edit..."), 0, this ); |
787 | mEditAction->addTo( actionMenu ); | 787 | mEditAction->addTo( actionMenu ); |
788 | connect( mEditAction, SIGNAL( activated() ), | 788 | connect( mEditAction, SIGNAL( activated() ), |
789 | mView, SLOT( editIncidence() ) ); | 789 | mView, SLOT( editIncidence() ) ); |
790 | 790 | ||
791 | mDeleteAction = new QAction( "delete_incidence", i18n("Delete..."), 0, this ); | 791 | mDeleteAction = new QAction( "delete_incidence", i18n("Delete..."), 0, this ); |
792 | mDeleteAction->addTo( actionMenu ); | 792 | mDeleteAction->addTo( actionMenu ); |
793 | connect( mDeleteAction, SIGNAL( activated() ), | 793 | connect( mDeleteAction, SIGNAL( activated() ), |
794 | mView, SLOT( deleteIncidence() ) ); | 794 | mView, SLOT( deleteIncidence() ) ); |
795 | 795 | ||
796 | 796 | ||
797 | mCloneAction = new QAction( "clone_incidence", i18n("Clone..."), 0, this ); | 797 | mCloneAction = new QAction( "clone_incidence", i18n("Clone..."), 0, this ); |
798 | mCloneAction->addTo( actionMenu ); | 798 | mCloneAction->addTo( actionMenu ); |
799 | connect( mCloneAction, SIGNAL( activated() ), | 799 | connect( mCloneAction, SIGNAL( activated() ), |
800 | mView, SLOT( cloneIncidence() ) ); | 800 | mView, SLOT( cloneIncidence() ) ); |
801 | mMoveAction = new QAction( "Move_incidence", i18n("Move..."), 0, this ); | 801 | mMoveAction = new QAction( "Move_incidence", i18n("Move..."), 0, this ); |
802 | mMoveAction->addTo( actionMenu ); | 802 | mMoveAction->addTo( actionMenu ); |
803 | connect( mMoveAction, SIGNAL( activated() ), | 803 | connect( mMoveAction, SIGNAL( activated() ), |
804 | mView, SLOT( moveIncidence() ) ); | 804 | mView, SLOT( moveIncidence() ) ); |
805 | mBeamAction = new QAction( "Beam_incidence", i18n("Beam..."), 0, this ); | 805 | mBeamAction = new QAction( "Beam_incidence", i18n("Beam..."), 0, this ); |
806 | mBeamAction->addTo( actionMenu ); | 806 | mBeamAction->addTo( actionMenu ); |
807 | connect( mBeamAction, SIGNAL( activated() ), | 807 | connect( mBeamAction, SIGNAL( activated() ), |
808 | mView, SLOT( beamIncidence() ) ); | 808 | mView, SLOT( beamIncidence() ) ); |
809 | mCancelAction = new QAction( "Cancel_incidence", i18n("Toggle Cancel"), 0, this ); | 809 | mCancelAction = new QAction( "Cancel_incidence", i18n("Toggle Cancel"), 0, this ); |
810 | mCancelAction->addTo( actionMenu ); | 810 | mCancelAction->addTo( actionMenu ); |
811 | connect( mCancelAction, SIGNAL( activated() ), | 811 | connect( mCancelAction, SIGNAL( activated() ), |
812 | mView, SLOT( toggleCancelIncidence() ) ); | 812 | mView, SLOT( toggleCancelIncidence() ) ); |
813 | 813 | ||
814 | actionMenu->insertSeparator(); | 814 | actionMenu->insertSeparator(); |
815 | 815 | ||
816 | action = new QAction( "purge_completed", i18n("Purge Completed"), 0, | 816 | action = new QAction( "purge_completed", i18n("Purge Completed"), 0, |
817 | this ); | 817 | this ); |
818 | action->addTo( actionMenu ); | 818 | action->addTo( actionMenu ); |
819 | connect( action, SIGNAL( activated() ), mView, SLOT( purgeCompleted() ) ); | 819 | connect( action, SIGNAL( activated() ), mView, SLOT( purgeCompleted() ) ); |
820 | 820 | ||
821 | icon = loadPixmap( pathString + "search" ); | 821 | icon = loadPixmap( pathString + "search" ); |
822 | QAction* search_action = new QAction( i18n("Search"), icon, i18n("Search..."), 0, this ); | 822 | QAction* search_action = new QAction( i18n("Search"), icon, i18n("Search..."), 0, this ); |
823 | configureToolBarMenu->insertItem(icon, i18n("Search"), 120 , 5); | 823 | configureToolBarMenu->insertItem(icon, i18n("Search"), 120 , 5); |
824 | search_action->addTo( actionMenu ); | 824 | search_action->addTo( actionMenu ); |
825 | connect( search_action, SIGNAL( activated() ), | 825 | connect( search_action, SIGNAL( activated() ), |
826 | mView->dialogManager(), SLOT( showSearchDialog() ) ); | 826 | mView->dialogManager(), SLOT( showSearchDialog() ) ); |
827 | 827 | ||
828 | 828 | ||
829 | 829 | ||
830 | if ( KOPrefs::instance()->mShowFullMenu ) { | 830 | if ( KOPrefs::instance()->mShowFullMenu ) { |
831 | actionMenu->insertSeparator(); | 831 | actionMenu->insertSeparator(); |
832 | actionMenu->insertItem( i18n("Configure Toolbar"),configureToolBarMenu ); | 832 | actionMenu->insertItem( i18n("Configure Toolbar"),configureToolBarMenu ); |
833 | 833 | ||
834 | } | 834 | } |
835 | // actionMenu->insertSeparator(); | 835 | // actionMenu->insertSeparator(); |
836 | action = new QAction( "import_qtopia", i18n("Import (*.ics/*.vcs) file"), 0, | 836 | action = new QAction( "import_qtopia", i18n("Import (*.ics/*.vcs) file"), 0, |
837 | this ); | 837 | this ); |
838 | action->addTo( importMenu_X ); | 838 | action->addTo( importMenu_X ); |
839 | connect( action, SIGNAL( activated() ), SLOT( importIcal() ) ); | 839 | connect( action, SIGNAL( activated() ), SLOT( importIcal() ) ); |
840 | action = new QAction( "import_quick", i18n("Import last file"), 0, | 840 | action = new QAction( "import_quick", i18n("Import last file"), 0, |
841 | this ); | 841 | this ); |
842 | action->addTo( importMenu_X ); | 842 | action->addTo( importMenu_X ); |
843 | connect( action, SIGNAL( activated() ), SLOT( quickImportIcal() ) ); | 843 | connect( action, SIGNAL( activated() ), SLOT( quickImportIcal() ) ); |
844 | importMenu_X->insertSeparator(); | 844 | importMenu_X->insertSeparator(); |
845 | action = new QAction( "import_bday", i18n("Import Birthdays (KA/Pi)"), 0, | 845 | action = new QAction( "import_bday", i18n("Import Birthdays (KA/Pi)"), 0, |
846 | this ); | 846 | this ); |
847 | action->addTo( importMenu_X ); | 847 | action->addTo( importMenu_X ); |
848 | connect( action, SIGNAL( activated() ), SLOT( importBday() ) ); | 848 | connect( action, SIGNAL( activated() ), SLOT( importBday() ) ); |
849 | //#ifndef DESKTOP_VERSION | 849 | //#ifndef DESKTOP_VERSION |
850 | importMenu_X->insertSeparator(); | 850 | importMenu_X->insertSeparator(); |
851 | action = new QAction( "import_qtopia", i18n("Import Opie/Qtopia Cal."), 0, | 851 | action = new QAction( "import_qtopia", i18n("Import Opie/Qtopia Cal."), 0, |
852 | this ); | 852 | this ); |
853 | action->addTo( importMenu_X ); | 853 | action->addTo( importMenu_X ); |
854 | connect( action, SIGNAL( activated() ), SLOT( importQtopia() ) ); | 854 | connect( action, SIGNAL( activated() ), SLOT( importQtopia() ) ); |
855 | //#else | 855 | //#else |
856 | #ifdef _OL_IMPORT_ | 856 | #ifdef _OL_IMPORT_ |
857 | importMenu_X->insertSeparator(); | 857 | importMenu_X->insertSeparator(); |
858 | action = new QAction( "import_ol", i18n("Import from OL"), 0, | 858 | action = new QAction( "import_ol", i18n("Import from OL"), 0, |
859 | this ); | 859 | this ); |
860 | action->addTo( importMenu_X ); | 860 | action->addTo( importMenu_X ); |
861 | connect( action, SIGNAL( activated() ), SLOT( importOL() ) ); | 861 | connect( action, SIGNAL( activated() ), SLOT( importOL() ) ); |
862 | #endif | 862 | #endif |
863 | //#endif | 863 | //#endif |
864 | 864 | ||
865 | //importMenu->insertSeparator(); | 865 | //importMenu->insertSeparator(); |
866 | action = new QAction( "load_cal", i18n("Load Calendar Backup"), 0, | 866 | action = new QAction( "load_cal", i18n("Load Calendar Backup"), 0, |
867 | this ); | 867 | this ); |
868 | action->addTo( importMenu ); | 868 | action->addTo( importMenu ); |
869 | connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); | 869 | connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); |
870 | 870 | ||
871 | action = new QAction( "save_cal", i18n("Save Calendar Backup"), 0, | 871 | action = new QAction( "save_cal", i18n("Save Calendar Backup"), 0, |
872 | this ); | 872 | this ); |
873 | action->addTo( importMenu ); | 873 | action->addTo( importMenu ); |
874 | connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) ); | 874 | connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) ); |
875 | importMenu->insertSeparator(); | 875 | importMenu->insertSeparator(); |
876 | importMenu->insertItem( i18n("Import"), importMenu_X ); | 876 | importMenu->insertItem( i18n("Import"), importMenu_X ); |
877 | //importMenu->insertSeparator(); | 877 | //importMenu->insertSeparator(); |
878 | action = new QAction( "import_qtopia", i18n("Export VCalendar"), 0, | 878 | action = new QAction( "import_qtopia", i18n("Export VCalendar"), 0, |
879 | this ); | 879 | this ); |
880 | action->addTo( exportMenu_X ); | 880 | action->addTo( exportMenu_X ); |
881 | connect( action, SIGNAL( activated() ), SLOT( exportVCalendar() ) ); | 881 | connect( action, SIGNAL( activated() ), SLOT( exportVCalendar() ) ); |
882 | 882 | ||
883 | 883 | ||
884 | //LR | 884 | //LR |
885 | QPopupMenu *ex2phone = new QPopupMenu( this ); | 885 | QPopupMenu *ex2phone = new QPopupMenu( this ); |
886 | ex2phone->insertItem(i18n("Complete calendar..."), 1 ); | 886 | ex2phone->insertItem(i18n("Complete calendar..."), 1 ); |
887 | ex2phone->insertItem(i18n("Filtered calendar..."), 2 ); | 887 | ex2phone->insertItem(i18n("Filtered calendar..."), 2 ); |
888 | connect( ex2phone, SIGNAL( activated(int) ), this, SLOT( exportToPhone( int)) ); | 888 | connect( ex2phone, SIGNAL( activated(int) ), this, SLOT( exportToPhone( int)) ); |
889 | exportMenu_X->insertItem( i18n("Export to phone"), ex2phone ); | 889 | exportMenu_X->insertItem( i18n("Export to phone"), ex2phone ); |
890 | 890 | ||
891 | importMenu->insertItem( i18n("Export"), exportMenu_X ); | 891 | importMenu->insertItem( i18n("Export"), exportMenu_X ); |
892 | #ifndef DESKTOP_VERSION | 892 | #ifndef DESKTOP_VERSION |
893 | //importMenu->insertSeparator(); | 893 | //importMenu->insertSeparator(); |
894 | brAction = new QAction( "beam toggle", i18n("Beam receive enabled"), 0, | 894 | brAction = new QAction( "beam toggle", i18n("Beam receive enabled"), 0, |
895 | this ); | 895 | this ); |
896 | brAction->addTo( beamMenu_X ); | 896 | brAction->addTo( beamMenu_X ); |
897 | brAction->setToggleAction (true ) ; | 897 | brAction->setToggleAction (true ) ; |
898 | connect( brAction, SIGNAL( activated() ), this, SLOT( toggleBeamReceive() ) ); | 898 | connect( brAction, SIGNAL( activated() ), this, SLOT( toggleBeamReceive() ) ); |
899 | 899 | ||
900 | action = new QAction( "beam all", i18n("Beam complete calendar..."), 0, | 900 | action = new QAction( "beam all", i18n("Beam complete calendar..."), 0, |
901 | this ); | 901 | this ); |
902 | action->addTo( beamMenu_X ); | 902 | action->addTo( beamMenu_X ); |
903 | connect( action, SIGNAL( activated() ), mView, SLOT( beamCalendar() ) ); | 903 | connect( action, SIGNAL( activated() ), mView, SLOT( beamCalendar() ) ); |
904 | 904 | ||
905 | action = new QAction( "beam all", i18n("Beam filtered calendar..."), 0, | 905 | action = new QAction( "beam all", i18n("Beam filtered calendar..."), 0, |
906 | this ); | 906 | this ); |
907 | action->addTo( beamMenu_X ); | 907 | action->addTo( beamMenu_X ); |
908 | connect( action, SIGNAL( activated() ), mView, SLOT( beamFilteredCalendar()) ); | 908 | connect( action, SIGNAL( activated() ), mView, SLOT( beamFilteredCalendar()) ); |
909 | importMenu->insertItem( i18n("Beam"), beamMenu_X ); | 909 | importMenu->insertItem( i18n("Beam"), beamMenu_X ); |
910 | #else | 910 | #else |
911 | //importMenu->insertSeparator(); | 911 | //importMenu->insertSeparator(); |
912 | icon = loadPixmap( pathString + "print" ); | 912 | icon = loadPixmap( pathString + "print" ); |
913 | action = new QAction( i18n("Print calendar..."),icon,i18n("Print calendar..."), 0, this ); | 913 | action = new QAction( i18n("Print calendar..."),icon,i18n("Print calendar..."), 0, this ); |
914 | action->addTo( beamMenu_X ); | 914 | action->addTo( beamMenu_X ); |
915 | connect( action, SIGNAL( activated() ), | 915 | connect( action, SIGNAL( activated() ), |
916 | this, SLOT( printCal() ) ); | 916 | this, SLOT( printCal() ) ); |
917 | 917 | ||
918 | icon = loadPixmap( pathString + "print" ); | 918 | icon = loadPixmap( pathString + "print" ); |
919 | action = new QAction( i18n("Print agenda selection..."),icon,i18n("Print agenda selection..."), 0, this ); | 919 | action = new QAction( i18n("Print agenda selection..."),icon,i18n("Print agenda selection..."), 0, this ); |
920 | action->addTo( beamMenu_X ); | 920 | action->addTo( beamMenu_X ); |
921 | connect( action, SIGNAL( activated() ), | 921 | connect( action, SIGNAL( activated() ), |
922 | this, SLOT( printSel() ) ); | 922 | this, SLOT( printSel() ) ); |
923 | action = new QAction( i18n("Print What's Next View..."),icon,i18n("Print What's Next View..."), 0, this ); | 923 | action = new QAction( i18n("Print What's Next View..."),icon,i18n("Print What's Next View..."), 0, this ); |
924 | action->addTo( beamMenu_X ); | 924 | action->addTo( beamMenu_X ); |
925 | connect( action, SIGNAL( activated() ), | 925 | connect( action, SIGNAL( activated() ), |
926 | mView->viewManager(), SIGNAL( printWNV() ) ); | 926 | mView->viewManager(), SIGNAL( printWNV() ) ); |
927 | importMenu->insertItem( i18n("Print"), beamMenu_X ); | 927 | importMenu->insertItem( i18n("Print"), beamMenu_X ); |
928 | #endif | 928 | #endif |
929 | importMenu->insertSeparator(); | 929 | importMenu->insertSeparator(); |
930 | action = new QAction( "manage cat", i18n("Manage new categories..."), 0, | 930 | action = new QAction( "manage cat", i18n("Manage new categories..."), 0, |
931 | this ); | 931 | this ); |
932 | action->addTo( importMenu ); | 932 | action->addTo( importMenu ); |
933 | connect( action, SIGNAL( activated() ), mView, SLOT( manageCategories() ) ); | 933 | connect( action, SIGNAL( activated() ), mView, SLOT( manageCategories() ) ); |
934 | importMenu->insertSeparator(); | 934 | importMenu->insertSeparator(); |
935 | action = new QAction( "beam all", i18n("Save"), 0, | 935 | action = new QAction( "beam all", i18n("Save"), 0, |
936 | this ); | 936 | this ); |
937 | action->addTo( importMenu ); | 937 | action->addTo( importMenu ); |
938 | connect( action, SIGNAL( activated() ), this, SLOT( save() ) ); | 938 | connect( action, SIGNAL( activated() ), this, SLOT( save() ) ); |
939 | action = new QAction( "beam all", i18n("Exit (+save)"), 0, | 939 | action = new QAction( "beam all", i18n("Exit (+save)"), 0, |
940 | this ); | 940 | this ); |
941 | action->addTo( importMenu ); | 941 | action->addTo( importMenu ); |
942 | connect( action, SIGNAL( activated() ), this, SLOT( close() ) ); | 942 | connect( action, SIGNAL( activated() ), this, SLOT( close() ) ); |
943 | 943 | ||
944 | //menuBar->insertItem( "Configure",configureMenu ); | 944 | //menuBar->insertItem( "Configure",configureMenu ); |
945 | //configureMenu->insertItem( "Toolbar",configureToolBarMenu ); | 945 | //configureMenu->insertItem( "Toolbar",configureToolBarMenu ); |
946 | icon = loadPixmap( "korganizer/korganizer" ); | 946 | icon = loadPixmap( "korganizer/korganizer" ); |
947 | 947 | ||
948 | action = new QAction( "Whats New", i18n("What's new?"), 0,this ); | 948 | action = new QAction( "Whats New", i18n("What's new?"), 0,this ); |
949 | action->addTo( helpMenu ); | 949 | action->addTo( helpMenu ); |
950 | connect( action, SIGNAL( activated() ), | 950 | connect( action, SIGNAL( activated() ), |
951 | SLOT( whatsNew() ) ); | 951 | SLOT( whatsNew() ) ); |
952 | action = new QAction( "featureHowto", i18n("Features + hints..."), 0,this ); | 952 | action = new QAction( "featureHowto", i18n("Features + hints..."), 0,this ); |
953 | action->addTo( helpMenu ); | 953 | action->addTo( helpMenu ); |
954 | connect( action, SIGNAL( activated() ), | 954 | connect( action, SIGNAL( activated() ), |
955 | SLOT( features() ) ); | 955 | SLOT( features() ) ); |
956 | action = new QAction( "Keys + Colors", i18n("Keys + Colors..."), 0, this ); | 956 | action = new QAction( "Keys + Colors", i18n("Keys + Colors..."), 0, this ); |
957 | action->addTo( helpMenu ); | 957 | action->addTo( helpMenu ); |
958 | connect( action, SIGNAL( activated() ), | 958 | connect( action, SIGNAL( activated() ), |
959 | SLOT( keyBindings() ) ); | 959 | SLOT( keyBindings() ) ); |
960 | action = new QAction( "Sync Howto", i18n("Sync HowTo..."), 0,this ); | 960 | action = new QAction( "Sync Howto", i18n("Sync HowTo..."), 0,this ); |
961 | action->addTo( helpMenu ); | 961 | action->addTo( helpMenu ); |
962 | connect( action, SIGNAL( activated() ), | 962 | connect( action, SIGNAL( activated() ), |
963 | SLOT( synchowto() ) ); | 963 | SLOT( synchowto() ) ); |
964 | action = new QAction( "KDE Sync Howto", i18n("KDE Sync HowTo..."), 0,this ); | 964 | action = new QAction( "KDE Sync Howto", i18n("KDE Sync HowTo..."), 0,this ); |
965 | action->addTo( helpMenu ); | 965 | action->addTo( helpMenu ); |
966 | connect( action, SIGNAL( activated() ), | 966 | connect( action, SIGNAL( activated() ), |
967 | SLOT( kdesynchowto() ) ); | 967 | SLOT( kdesynchowto() ) ); |
968 | action = new QAction( "Multi Sync Howto", i18n("Multi Sync HowTo..."), 0,this ); | 968 | action = new QAction( "Multi Sync Howto", i18n("Multi Sync HowTo..."), 0,this ); |
969 | action->addTo( helpMenu ); | 969 | action->addTo( helpMenu ); |
970 | connect( action, SIGNAL( activated() ), | 970 | connect( action, SIGNAL( activated() ), |
971 | SLOT( multisynchowto() ) ); | 971 | SLOT( multisynchowto() ) ); |
972 | action = new QAction( "Auto saving", i18n("Auto saving..."), 0, this ); | 972 | action = new QAction( "Auto saving", i18n("Auto saving..."), 0, this ); |
973 | action->addTo( helpMenu ); | 973 | action->addTo( helpMenu ); |
974 | connect( action, SIGNAL( activated() ), | 974 | connect( action, SIGNAL( activated() ), |
975 | SLOT( aboutAutoSaving() ) ); | 975 | SLOT( aboutAutoSaving() ) ); |
976 | action = new QAction( "Problemd", i18n("Known Problems..."), 0,this ); | 976 | action = new QAction( "Problemd", i18n("Known Problems..."), 0,this ); |
977 | action->addTo( helpMenu ); | 977 | action->addTo( helpMenu ); |
978 | connect( action, SIGNAL( activated() ), | 978 | connect( action, SIGNAL( activated() ), |
979 | SLOT( aboutKnownBugs() ) ); | 979 | SLOT( aboutKnownBugs() ) ); |
980 | action = new QAction( "Translate Howto", i18n("User translation..."), 0,this ); | 980 | action = new QAction( "Translate Howto", i18n("User translation..."), 0,this ); |
981 | action->addTo( helpMenu ); | 981 | action->addTo( helpMenu ); |
982 | connect( action, SIGNAL( activated() ), | 982 | connect( action, SIGNAL( activated() ), |
983 | SLOT( usertrans() ) ); | 983 | SLOT( usertrans() ) ); |
984 | action = new QAction( "Frequently asked questions", i18n("FAQ..."), 0,this ); | 984 | action = new QAction( "Frequently asked questions", i18n("FAQ..."), 0,this ); |
985 | action->addTo( helpMenu ); | 985 | action->addTo( helpMenu ); |
986 | connect( action, SIGNAL( activated() ), | 986 | connect( action, SIGNAL( activated() ), |
987 | SLOT( faq() ) ); | 987 | SLOT( faq() ) ); |
988 | action = new QAction( "licence", i18n("Licence..."), 0, this ); | 988 | action = new QAction( "licence", i18n("Licence..."), 0, this ); |
989 | action->addTo( helpMenu ); | 989 | action->addTo( helpMenu ); |
990 | connect( action, SIGNAL( activated() ), | 990 | connect( action, SIGNAL( activated() ), |
991 | SLOT( licence() ) ); | 991 | SLOT( licence() ) ); |
992 | action = new QAction( "about", i18n("About..."), 0, this ); | 992 | action = new QAction( "about", i18n("About..."), 0, this ); |
993 | action->addTo( helpMenu ); | 993 | action->addTo( helpMenu ); |
994 | connect( action, SIGNAL( activated() ), | 994 | connect( action, SIGNAL( activated() ), |
995 | SLOT( about() ) ); | 995 | SLOT( about() ) ); |
996 | //menuBar->insertSeparator(); | 996 | //menuBar->insertSeparator(); |
997 | 997 | ||
998 | // ****************************************************** | 998 | // ****************************************************** |
999 | // menubar icons | 999 | // menubar icons |
1000 | 1000 | ||
1001 | 1001 | ||
1002 | iconToolBar->setHorizontalStretchable (true ); | 1002 | iconToolBar->setHorizontalStretchable (true ); |
1003 | //menuBar->insertItem( iconToolBar ); | 1003 | //menuBar->insertItem( iconToolBar ); |
1004 | //xdays_action | 1004 | //xdays_action |
1005 | if (p-> mShowIconNewEvent) | 1005 | if (p-> mShowIconNewEvent) |
1006 | ne_action->addTo( iconToolBar ); | 1006 | ne_action->addTo( iconToolBar ); |
1007 | if (p->mShowIconNewTodo ) | 1007 | if (p->mShowIconNewTodo ) |
1008 | nt_action->addTo( iconToolBar ); | 1008 | nt_action->addTo( iconToolBar ); |
1009 | if (p-> mShowIconSearch) | 1009 | if (p-> mShowIconSearch) |
1010 | search_action->addTo( iconToolBar ); | 1010 | search_action->addTo( iconToolBar ); |
1011 | if (p-> mShowIconWhatsThis) | 1011 | if (p-> mShowIconWhatsThis) |
1012 | QWhatsThis::whatsThisButton ( iconToolBar ); | 1012 | QWhatsThis::whatsThisButton ( iconToolBar ); |
1013 | if (p-> mShowIconNext) | 1013 | if (p-> mShowIconNext) |
1014 | whatsnext_action->addTo( iconToolBar ); | 1014 | whatsnext_action->addTo( iconToolBar ); |
1015 | if (p-> mShowIconNextDays) | 1015 | if (p-> mShowIconNextDays) |
1016 | xdays_action->addTo( iconToolBar ); | 1016 | xdays_action->addTo( iconToolBar ); |
1017 | if (p-> mShowIconJournal) | 1017 | if (p-> mShowIconJournal) |
1018 | viewjournal_action->addTo( iconToolBar ); | 1018 | viewjournal_action->addTo( iconToolBar ); |
1019 | if (p-> mShowIconDay1) | 1019 | if (p-> mShowIconDay1) |
1020 | day1_action->addTo( iconToolBar ); | 1020 | day1_action->addTo( iconToolBar ); |
1021 | if (p-> mShowIconDay5) | 1021 | if (p-> mShowIconDay5) |
1022 | day5_action->addTo( iconToolBar ); | 1022 | day5_action->addTo( iconToolBar ); |
1023 | if (p-> mShowIconDay7) | 1023 | if (p-> mShowIconDay7) |
1024 | day7_action->addTo( iconToolBar ); | 1024 | day7_action->addTo( iconToolBar ); |
1025 | if (p-> mShowIconDay6) | 1025 | if (p-> mShowIconDay6) |
1026 | day6_action->addTo( iconToolBar ); | 1026 | day6_action->addTo( iconToolBar ); |
1027 | if (p-> mShowIconMonth) | 1027 | if (p-> mShowIconMonth) |
1028 | month_action->addTo( iconToolBar ); | 1028 | month_action->addTo( iconToolBar ); |
1029 | if (p-> mShowIconList) | 1029 | if (p-> mShowIconList) |
1030 | showlist_action->addTo( iconToolBar ); | 1030 | showlist_action->addTo( iconToolBar ); |
1031 | if (p-> mShowIconTodoview) | 1031 | if (p-> mShowIconTodoview) |
1032 | todoview_action->addTo( iconToolBar ); | 1032 | todoview_action->addTo( iconToolBar ); |
1033 | 1033 | ||
1034 | icon = loadPixmap( pathString + "2leftarrowB" ); | 1034 | icon = loadPixmap( pathString + "2leftarrowB" ); |
1035 | configureToolBarMenu->insertItem(icon, i18n("Prev. month"), 200); | 1035 | configureToolBarMenu->insertItem(icon, i18n("Prev. month"), 200); |
1036 | if (p-> mShowIconBackFast) { | 1036 | if (p-> mShowIconBackFast) { |
1037 | action = new QAction( i18n("Prev. month"), icon, i18n("Prev. month"),0 , this ); | 1037 | action = new QAction( i18n("Prev. month"), icon, i18n("Prev. month"),0 , this ); |
1038 | connect( action, SIGNAL( activated() ), | 1038 | connect( action, SIGNAL( activated() ), |
1039 | mView, SLOT( goPreviousMonth() ) ); | 1039 | mView, SLOT( goPreviousMonth() ) ); |
1040 | action->addTo( iconToolBar ); | 1040 | action->addTo( iconToolBar ); |
1041 | } | 1041 | } |
1042 | icon = loadPixmap( pathString + "1leftarrowB" ); | 1042 | icon = loadPixmap( pathString + "1leftarrowB" ); |
1043 | configureToolBarMenu->insertItem(icon, i18n("Go backward"), 210); | 1043 | configureToolBarMenu->insertItem(icon, i18n("Go backward"), 210); |
1044 | if (p-> mShowIconBack) { | 1044 | if (p-> mShowIconBack) { |
1045 | action = new QAction( i18n("Go backward"), icon, i18n("Go backward"),0 , this ); | 1045 | action = new QAction( i18n("Go backward"), icon, i18n("Go backward"),0 , this ); |
1046 | connect( action, SIGNAL( activated() ), | 1046 | connect( action, SIGNAL( activated() ), |
1047 | mView, SLOT( goPrevious() ) ); | 1047 | mView, SLOT( goPrevious() ) ); |
1048 | action->addTo( iconToolBar ); | 1048 | action->addTo( iconToolBar ); |
1049 | } | 1049 | } |
1050 | icon = loadPixmap( pathString + "today" ); | 1050 | icon = loadPixmap( pathString + "today" ); |
1051 | configureToolBarMenu->insertItem(icon, i18n("Go to Today"), 130); | 1051 | configureToolBarMenu->insertItem(icon, i18n("Go to Today"), 130); |
1052 | if (p-> mShowIconToday) | 1052 | if (p-> mShowIconToday) |
1053 | today_action->addTo( iconToolBar ); | 1053 | today_action->addTo( iconToolBar ); |
1054 | icon = loadPixmap( pathString + "1rightarrowB" ); | 1054 | icon = loadPixmap( pathString + "1rightarrowB" ); |
1055 | configureToolBarMenu->insertItem(icon, i18n("Go forward"), 220); | 1055 | configureToolBarMenu->insertItem(icon, i18n("Go forward"), 220); |
1056 | if (p-> mShowIconForward) { | 1056 | if (p-> mShowIconForward) { |
1057 | action = new QAction( i18n("Go forward"), icon, i18n("Go forward"),0 , this ); | 1057 | action = new QAction( i18n("Go forward"), icon, i18n("Go forward"),0 , this ); |
1058 | connect( action, SIGNAL( activated() ), | 1058 | connect( action, SIGNAL( activated() ), |
1059 | mView, SLOT( goNext() ) ); | 1059 | mView, SLOT( goNext() ) ); |
1060 | action->addTo( iconToolBar ); | 1060 | action->addTo( iconToolBar ); |
1061 | } | 1061 | } |
1062 | icon = loadPixmap( pathString + "2rightarrowB" ); | 1062 | icon = loadPixmap( pathString + "2rightarrowB" ); |
1063 | configureToolBarMenu->insertItem(icon, i18n("Next month"), 230); | 1063 | configureToolBarMenu->insertItem(icon, i18n("Next month"), 230); |
1064 | if (p-> mShowIconForwardFast) { | 1064 | if (p-> mShowIconForwardFast) { |
1065 | action = new QAction( i18n("Next month"), icon, i18n("Next month"),0 , this ); | 1065 | action = new QAction( i18n("Next month"), icon, i18n("Next month"),0 , this ); |
1066 | connect( action, SIGNAL( activated() ), | 1066 | connect( action, SIGNAL( activated() ), |
1067 | mView, SLOT( goNextMonth() ) ); | 1067 | mView, SLOT( goNextMonth() ) ); |
1068 | action->addTo( iconToolBar ); | 1068 | action->addTo( iconToolBar ); |
1069 | } | 1069 | } |
1070 | 1070 | ||
1071 | 1071 | ||
1072 | configureToolBarMenu->insertItem(i18n("What's This?"), 300, 6); | 1072 | configureToolBarMenu->insertItem(i18n("What's This?"), 300, 6); |
1073 | 1073 | ||
1074 | if (p-> mShowIconNewEvent) | 1074 | if (p-> mShowIconNewEvent) |
1075 | configureToolBarMenu->setItemChecked( 10, true ); | 1075 | configureToolBarMenu->setItemChecked( 10, true ); |
1076 | if (p->mShowIconNewTodo ) | 1076 | if (p->mShowIconNewTodo ) |
1077 | configureToolBarMenu->setItemChecked( 20, true ); | 1077 | configureToolBarMenu->setItemChecked( 20, true ); |
1078 | if (p-> mShowIconSearch) | 1078 | if (p-> mShowIconSearch) |
1079 | configureToolBarMenu->setItemChecked( 120, true ); | 1079 | configureToolBarMenu->setItemChecked( 120, true ); |
1080 | if (p-> mShowIconList) | 1080 | if (p-> mShowIconList) |
1081 | configureToolBarMenu->setItemChecked( 30, true ); | 1081 | configureToolBarMenu->setItemChecked( 30, true ); |
1082 | if (p-> mShowIconDay1) | 1082 | if (p-> mShowIconDay1) |
1083 | configureToolBarMenu->setItemChecked( 40, true ); | 1083 | configureToolBarMenu->setItemChecked( 40, true ); |
1084 | if (p-> mShowIconDay5) | 1084 | if (p-> mShowIconDay5) |
1085 | configureToolBarMenu->setItemChecked( 50, true ); | 1085 | configureToolBarMenu->setItemChecked( 50, true ); |
1086 | if (p-> mShowIconDay6) | 1086 | if (p-> mShowIconDay6) |
1087 | configureToolBarMenu->setItemChecked( 75, true ); | 1087 | configureToolBarMenu->setItemChecked( 75, true ); |
1088 | if (p-> mShowIconDay7) | 1088 | if (p-> mShowIconDay7) |
1089 | configureToolBarMenu->setItemChecked( 60, true ); | 1089 | configureToolBarMenu->setItemChecked( 60, true ); |
1090 | if (p-> mShowIconMonth) | 1090 | if (p-> mShowIconMonth) |
1091 | configureToolBarMenu->setItemChecked( 70, true ); | 1091 | configureToolBarMenu->setItemChecked( 70, true ); |
1092 | if (p-> mShowIconTodoview) | 1092 | if (p-> mShowIconTodoview) |
1093 | configureToolBarMenu->setItemChecked( 80, true ); | 1093 | configureToolBarMenu->setItemChecked( 80, true ); |
1094 | if (p-> mShowIconBackFast) | 1094 | if (p-> mShowIconBackFast) |
1095 | configureToolBarMenu->setItemChecked( 200, true ); | 1095 | configureToolBarMenu->setItemChecked( 200, true ); |
1096 | if (p-> mShowIconBack) | 1096 | if (p-> mShowIconBack) |
1097 | configureToolBarMenu->setItemChecked( 210, true ); | 1097 | configureToolBarMenu->setItemChecked( 210, true ); |
1098 | if (p-> mShowIconToday) | 1098 | if (p-> mShowIconToday) |
1099 | configureToolBarMenu->setItemChecked( 130, true ); | 1099 | configureToolBarMenu->setItemChecked( 130, true ); |
1100 | if (p-> mShowIconForward) | 1100 | if (p-> mShowIconForward) |
1101 | configureToolBarMenu->setItemChecked( 220, true ); | 1101 | configureToolBarMenu->setItemChecked( 220, true ); |
1102 | if (p-> mShowIconForwardFast) | 1102 | if (p-> mShowIconForwardFast) |
1103 | configureToolBarMenu->setItemChecked( 230, true ); | 1103 | configureToolBarMenu->setItemChecked( 230, true ); |
1104 | if (p-> mShowIconNextDays) | 1104 | if (p-> mShowIconNextDays) |
1105 | configureToolBarMenu->setItemChecked( 100, true ); | 1105 | configureToolBarMenu->setItemChecked( 100, true ); |
1106 | if (p-> mShowIconNext) | 1106 | if (p-> mShowIconNext) |
1107 | configureToolBarMenu->setItemChecked( 110, true ); | 1107 | configureToolBarMenu->setItemChecked( 110, true ); |
1108 | if (p-> mShowIconJournal) | 1108 | if (p-> mShowIconJournal) |
1109 | configureToolBarMenu->setItemChecked( 90, true ); | 1109 | configureToolBarMenu->setItemChecked( 90, true ); |
1110 | if (p-> mShowIconWhatsThis) | 1110 | if (p-> mShowIconWhatsThis) |
1111 | configureToolBarMenu->setItemChecked( 300, true ); | 1111 | configureToolBarMenu->setItemChecked( 300, true ); |
1112 | if (p-> mShowIconWeekNum) | 1112 | if (p-> mShowIconWeekNum) |
1113 | configureToolBarMenu->setItemChecked( 400, true ); | 1113 | configureToolBarMenu->setItemChecked( 400, true ); |
1114 | QLabel* dummy = new QLabel( iconToolBar ); | 1114 | QLabel* dummy = new QLabel( iconToolBar ); |
1115 | dummy->setBackgroundColor( iconToolBar->backgroundColor() ); | 1115 | dummy->setBackgroundColor( iconToolBar->backgroundColor() ); |
1116 | if (!p-> mShowIconStretch) | 1116 | if (!p-> mShowIconStretch) |
1117 | iconToolBar->setStretchableWidget ( dummy ) ; | 1117 | iconToolBar->setStretchableWidget ( dummy ) ; |
1118 | else | 1118 | else |
1119 | configureToolBarMenu->setItemChecked( 5, true ); | 1119 | configureToolBarMenu->setItemChecked( 5, true ); |
1120 | connect( configureToolBarMenu, SIGNAL( activated( int ) ),this, SLOT(configureToolBar( int ) ) ); | 1120 | connect( configureToolBarMenu, SIGNAL( activated( int ) ),this, SLOT(configureToolBar( int ) ) ); |
1121 | configureAgenda( p->mHourSize ); | 1121 | configureAgenda( p->mHourSize ); |
1122 | connect( configureAgendaMenu, SIGNAL( activated( int ) ),this, SLOT(configureAgenda( int ) ) ); | 1122 | connect( configureAgendaMenu, SIGNAL( activated( int ) ),this, SLOT(configureAgenda( int ) ) ); |
1123 | } | 1123 | } |
1124 | 1124 | ||
1125 | void MainWindow::exportToPhone( int mode ) | 1125 | void MainWindow::exportToPhone( int mode ) |
1126 | { | 1126 | { |
1127 | 1127 | ||
1128 | //ex2phone->insertItem(i18n("Complete calendar..."), 1 ); | 1128 | //ex2phone->insertItem(i18n("Complete calendar..."), 1 ); |
1129 | //ex2phone->insertItem(i18n("Filtered calendar..."), 2 ); | 1129 | //ex2phone->insertItem(i18n("Filtered calendar..."), 2 ); |
1130 | KOex2phonePrefs ex2phone; | 1130 | KOex2phonePrefs ex2phone; |
1131 | 1131 | ||
1132 | ex2phone.mPhoneConnection->setText( KPimGlobalPrefs::instance()->mEx2PhoneConnection ); | 1132 | ex2phone.mPhoneConnection->setText( KPimGlobalPrefs::instance()->mEx2PhoneConnection ); |
1133 | ex2phone.mPhoneDevice->setText( KPimGlobalPrefs::instance()->mEx2PhoneDevice ); | 1133 | ex2phone.mPhoneDevice->setText( KPimGlobalPrefs::instance()->mEx2PhoneDevice ); |
1134 | ex2phone.mPhoneModel->setText( KPimGlobalPrefs::instance()->mEx2PhoneModel ); | 1134 | ex2phone.mPhoneModel->setText( KPimGlobalPrefs::instance()->mEx2PhoneModel ); |
1135 | if ( mode == 1 ) | 1135 | if ( mode == 1 ) |
1136 | ex2phone.setCaption(i18n("Export complete calendar")); | 1136 | ex2phone.setCaption(i18n("Export complete calendar")); |
1137 | if ( mode == 2 ) | 1137 | if ( mode == 2 ) |
1138 | ex2phone.setCaption(i18n("Export filtered calendar")); | 1138 | ex2phone.setCaption(i18n("Export filtered calendar")); |
1139 | 1139 | ||
1140 | if ( !ex2phone.exec() ) { | 1140 | if ( !ex2phone.exec() ) { |
1141 | return; | 1141 | return; |
1142 | } | 1142 | } |
1143 | KPimGlobalPrefs::instance()->mEx2PhoneConnection = ex2phone.mPhoneConnection->text(); | 1143 | KPimGlobalPrefs::instance()->mEx2PhoneConnection = ex2phone.mPhoneConnection->text(); |
1144 | KPimGlobalPrefs::instance()->mEx2PhoneDevice = ex2phone.mPhoneDevice->text(); | 1144 | KPimGlobalPrefs::instance()->mEx2PhoneDevice = ex2phone.mPhoneDevice->text(); |
1145 | KPimGlobalPrefs::instance()->mEx2PhoneModel = ex2phone.mPhoneModel->text(); | 1145 | KPimGlobalPrefs::instance()->mEx2PhoneModel = ex2phone.mPhoneModel->text(); |
1146 | 1146 | ||
1147 | int inFuture = 0; | 1147 | int inFuture = 0; |
1148 | if ( ex2phone.mWriteBackFuture->isChecked() ) | 1148 | if ( ex2phone.mWriteBackFuture->isChecked() ) |
1149 | inFuture = ex2phone.mWriteBackFutureWeeks->value(); | 1149 | inFuture = ex2phone.mWriteBackFutureWeeks->value(); |
1150 | QPtrList<Incidence> delSel; | 1150 | QPtrList<Incidence> delSel; |
1151 | if ( mode == 1 ) | 1151 | if ( mode == 1 ) |
1152 | delSel = mCalendar->rawIncidences(); | 1152 | delSel = mCalendar->rawIncidences(); |
1153 | if ( mode == 2 ) | 1153 | if ( mode == 2 ) |
1154 | delSel = mCalendar->incidences(); | 1154 | delSel = mCalendar->incidences(); |
1155 | CalendarLocal* cal = new CalendarLocal(); | 1155 | CalendarLocal* cal = new CalendarLocal(); |
1156 | cal->setLocalTime(); | 1156 | cal->setLocalTime(); |
1157 | Incidence *incidence = delSel.first(); | 1157 | Incidence *incidence = delSel.first(); |
1158 | QDateTime cur = QDateTime::currentDateTime().addDays( -7 ); | 1158 | QDateTime cur = QDateTime::currentDateTime().addDays( -7 ); |
1159 | QDateTime end = cur.addDays( ( inFuture +1 ) *7 ); | 1159 | QDateTime end = cur.addDays( ( inFuture +1 ) *7 ); |
1160 | while ( incidence ) { | 1160 | while ( incidence ) { |
1161 | if ( incidence->type() != "Journal" ) { | 1161 | if ( incidence->type() != "Journal" ) { |
1162 | bool add = true; | 1162 | bool add = true; |
1163 | if ( inFuture ) { | 1163 | if ( inFuture ) { |
1164 | QDateTime dt; | 1164 | QDateTime dt; |
1165 | if ( incidence->type() == "Todo" ) { | 1165 | if ( incidence->type() == "Todo" ) { |
1166 | Todo * t = (Todo*)incidence; | 1166 | Todo * t = (Todo*)incidence; |
1167 | if ( t->hasDueDate() ) | 1167 | if ( t->hasDueDate() ) |
1168 | dt = t->dtDue(); | 1168 | dt = t->dtDue(); |
1169 | else | 1169 | else |
1170 | dt = cur.addSecs( 62 ); | 1170 | dt = cur.addSecs( 62 ); |
1171 | } | 1171 | } |
1172 | else { | 1172 | else { |
1173 | bool ok; | 1173 | bool ok; |
1174 | dt = incidence->getNextOccurence( cur, &ok ); | 1174 | dt = incidence->getNextOccurence( cur, &ok ); |
1175 | if ( !ok ) | 1175 | if ( !ok ) |
1176 | dt = cur.addSecs( -62 ); | 1176 | dt = cur.addSecs( -62 ); |
1177 | } | 1177 | } |
1178 | if ( dt < cur || dt > end ) { | 1178 | if ( dt < cur || dt > end ) { |
1179 | add = false; | 1179 | add = false; |
1180 | } | 1180 | } |
1181 | } | 1181 | } |
1182 | if ( add ) { | 1182 | if ( add ) { |
1183 | Incidence *in = incidence->clone(); | 1183 | Incidence *in = incidence->clone(); |
1184 | cal->addIncidence( in ); | 1184 | cal->addIncidence( in ); |
1185 | } | 1185 | } |
1186 | } | 1186 | } |
1187 | incidence = delSel.next(); | 1187 | incidence = delSel.next(); |
1188 | } | 1188 | } |
1189 | PhoneAccess::writeConfig( KPimGlobalPrefs::instance()->mEx2PhoneDevice, | 1189 | PhoneAccess::writeConfig( KPimGlobalPrefs::instance()->mEx2PhoneDevice, |
1190 | KPimGlobalPrefs::instance()->mEx2PhoneConnection, | 1190 | KPimGlobalPrefs::instance()->mEx2PhoneConnection, |
1191 | KPimGlobalPrefs::instance()->mEx2PhoneModel ); | 1191 | KPimGlobalPrefs::instance()->mEx2PhoneModel ); |
1192 | 1192 | ||
1193 | setCaption( i18n("Writing to phone...")); | 1193 | setCaption( i18n("Writing to phone...")); |
1194 | if ( PhoneFormat::writeToPhone( cal ) ) | 1194 | if ( PhoneFormat::writeToPhone( cal ) ) |
1195 | setCaption( i18n("Export to phone successful!")); | 1195 | setCaption( i18n("Export to phone successful!")); |
1196 | else | 1196 | else |
1197 | setCaption( i18n("Error exporting to phone!")); | 1197 | setCaption( i18n("Error exporting to phone!")); |
1198 | delete cal; | 1198 | delete cal; |
1199 | } | 1199 | } |
1200 | 1200 | ||
1201 | 1201 | ||
1202 | void MainWindow::setDefaultPreferences() | 1202 | void MainWindow::setDefaultPreferences() |
1203 | { | 1203 | { |
1204 | KOPrefs *p = KOPrefs::instance(); | 1204 | KOPrefs *p = KOPrefs::instance(); |
1205 | 1205 | ||
1206 | p->mCompactDialogs = true; | 1206 | p->mCompactDialogs = true; |
1207 | p->mConfirm = true; | 1207 | p->mConfirm = true; |
1208 | // p->mEnableQuickTodo = false; | 1208 | // p->mEnableQuickTodo = false; |
1209 | 1209 | ||
1210 | } | 1210 | } |
1211 | 1211 | ||
1212 | QString MainWindow::resourcePath() | 1212 | QString MainWindow::resourcePath() |
1213 | { | 1213 | { |
1214 | return KGlobal::iconLoader()->iconPath(); | 1214 | return KGlobal::iconLoader()->iconPath(); |
1215 | } | 1215 | } |
1216 | 1216 | ||
1217 | void MainWindow::displayText( QString text ,QString cap ) | 1217 | void MainWindow::displayText( QString text ,QString cap ) |
1218 | { | 1218 | { |
1219 | QDialog dia( this, "name", true ); ; | 1219 | QDialog dia( this, "name", true ); ; |
1220 | dia.setCaption( cap ); | 1220 | dia.setCaption( cap ); |
1221 | QVBoxLayout* lay = new QVBoxLayout( &dia ); | 1221 | QVBoxLayout* lay = new QVBoxLayout( &dia ); |
1222 | lay->setSpacing( 3 ); | 1222 | lay->setSpacing( 3 ); |
1223 | lay->setMargin( 3 ); | 1223 | lay->setMargin( 3 ); |
1224 | QTextBrowser tb ( &dia ); | 1224 | QTextBrowser tb ( &dia ); |
1225 | lay->addWidget( &tb ); | 1225 | lay->addWidget( &tb ); |
1226 | tb.setText( text ); | 1226 | tb.setText( text ); |
1227 | #ifdef DESKTOP_VERSION | 1227 | #ifdef DESKTOP_VERSION |
1228 | dia.resize( 640, 480); | 1228 | dia.resize( 640, 480); |
1229 | #else | 1229 | #else |
1230 | dia.showMaximized(); | 1230 | dia.showMaximized(); |
1231 | #endif | 1231 | #endif |
1232 | dia.exec(); | 1232 | dia.exec(); |
1233 | } | 1233 | } |
1234 | 1234 | ||
1235 | void MainWindow::features() | 1235 | void MainWindow::features() |
1236 | { | 1236 | { |
1237 | 1237 | ||
1238 | KApplication::showFile( i18n("KO/Pi Features and hints"), "kdepim/korganizer/featuresKOPI.txt" ); | 1238 | KApplication::showFile( i18n("KO/Pi Features and hints"), "kdepim/korganizer/featuresKOPI.txt" ); |
1239 | } | 1239 | } |
1240 | 1240 | ||
1241 | void MainWindow::usertrans() | 1241 | void MainWindow::usertrans() |
1242 | { | 1242 | { |
1243 | 1243 | ||
1244 | KApplication::showFile( i18n("KO/Pi User translation HowTo"), "kdepim/korganizer/usertranslationHOWTO.txt" ); | 1244 | KApplication::showFile( i18n("KO/Pi User translation HowTo"), "kdepim/korganizer/usertranslationHOWTO.txt" ); |
1245 | } | 1245 | } |
1246 | 1246 | ||
1247 | void MainWindow::kdesynchowto() | 1247 | void MainWindow::kdesynchowto() |
1248 | { | 1248 | { |
1249 | KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/Zaurus-KDE_syncHowTo.txt" ); | 1249 | KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/Zaurus-KDE_syncHowTo.txt" ); |
1250 | } | 1250 | } |
1251 | void MainWindow::multisynchowto() | 1251 | void MainWindow::multisynchowto() |
1252 | { | 1252 | { |
1253 | KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/MultiSyncHowTo.txt" ); | 1253 | KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/MultiSyncHowTo.txt" ); |
1254 | } | 1254 | } |
1255 | void MainWindow::synchowto() | 1255 | void MainWindow::synchowto() |
1256 | { | 1256 | { |
1257 | KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/SyncHowto.txt" ); | 1257 | KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/SyncHowto.txt" ); |
1258 | } | 1258 | } |
1259 | void MainWindow::faq() | 1259 | void MainWindow::faq() |
1260 | { | 1260 | { |
1261 | KApplication::showFile( i18n("KO/Pi FAQ"), "kdepim/korganizer/kopiFAQ.txt" ); | 1261 | KApplication::showFile( i18n("KO/Pi FAQ"), "kdepim/korganizer/kopiFAQ.txt" ); |
1262 | 1262 | ||
1263 | } | 1263 | } |
1264 | void MainWindow::whatsNew() | 1264 | void MainWindow::whatsNew() |
1265 | { | 1265 | { |
1266 | KApplication::showFile( "KDE-Pim/Pi Version Info", "kdepim/WhatsNew.txt" ); | 1266 | KApplication::showFile( "KDE-Pim/Pi Version Info", "kdepim/WhatsNew.txt" ); |
1267 | 1267 | ||
1268 | } | 1268 | } |
1269 | void MainWindow::licence() | 1269 | void MainWindow::licence() |
1270 | { | 1270 | { |
1271 | KApplication::showLicence(); | 1271 | KApplication::showLicence(); |
1272 | 1272 | ||
1273 | } | 1273 | } |
1274 | void MainWindow::about() | 1274 | void MainWindow::about() |
1275 | { | 1275 | { |
1276 | QString version; | 1276 | QString version; |
1277 | #include <../version> | 1277 | #include <../version> |
1278 | QMessageBox::about( this, i18n("About KOrganizer/Pi"), | 1278 | QMessageBox::about( this, i18n("About KOrganizer/Pi"), |
1279 | i18n("KOrganizer/Platform-independent\n") + | 1279 | i18n("KOrganizer/Platform-independent\n") + |
1280 | "(KO/Pi) " + version + " - " + | 1280 | "(KO/Pi) " + version + " - " + |
1281 | 1281 | ||
1282 | #ifdef DESKTOP_VERSION | 1282 | #ifdef DESKTOP_VERSION |
1283 | i18n("Desktop Edition\n") + | 1283 | i18n("Desktop Edition\n") + |
1284 | #else | 1284 | #else |
1285 | i18n("PDA-Edition\nfor: Zaurus 5x00/7x0/860/3000/6000\n") + | 1285 | i18n("PDA-Edition\nfor: Zaurus 5x00/7x0/860/3000/6000\n") + |
1286 | #endif | 1286 | #endif |
1287 | i18n("(c)2004 Lutz Rogowski (rogowski@kde.org)\nKO/Pi is based on KOrganizer\n(c)2002,2003 Cornelius Schumacher\n(schumacher@kde.org) and the KDE team.\nKOrganizer/Pi is licensed under the GPL.\nKO/Pi can be compiled for\nLinux, Zaurus-PDA and Windows\nwww.pi-sync.info --- www.korganizer.org\nSpecial thanks to Michael and Ben\nfor intensive testing!") ); | 1287 | i18n("(c)2004 Lutz Rogowski (rogowski@kde.org)\nKO/Pi is based on KOrganizer\n(c)2002,2003 Cornelius Schumacher\n(schumacher@kde.org) and the KDE team.\nKOrganizer/Pi is licensed under the GPL.\nKO/Pi can be compiled for\nLinux, Zaurus-PDA and Windows\nwww.pi-sync.info --- www.korganizer.org\nSpecial thanks to Michael and Ben\nfor intensive testing!") ); |
1288 | } | 1288 | } |
1289 | void MainWindow::keyBindings() | 1289 | void MainWindow::keyBindings() |
1290 | { | 1290 | { |
1291 | QString cap = i18n("KO/Pi Keys + Colors"); | 1291 | QString cap = i18n("KO/Pi Keys + Colors"); |
1292 | QString text = i18n("<p><h2>KO/Pi key shortcuts:</h2></p>\n") + | 1292 | QString text = i18n("<p><h2>KO/Pi key shortcuts:</h2></p>\n") + |
1293 | i18n("<p><b>H</b>: This help dialog | <b>S</b>: Search dialog</p>\n")+ | 1293 | i18n("<p><b>H</b>: This help dialog | <b>S</b>: Search dialog</p>\n")+ |
1294 | i18n("<p><b>I</b>: Show info for selected event/todo</p>\n") + | 1294 | i18n("<p><b>I</b>: Show info for selected event/todo</p>\n") + |
1295 | i18n("<p><b>Space</b>: Toggle fullscreen | <b>P</b>: Date picker</p>\n")+ | 1295 | i18n("<p><b>Space</b>: Toggle fullscreen | <b>P</b>: Date picker</p>\n")+ |
1296 | i18n("<p><b>F</b>: Toggle filterview |<b>F+ctrl</b>: Edit filter </p>\n")+ | 1296 | i18n("<p><b>F</b>: Toggle filterview |<b>F+ctrl</b>: Edit filter </p>\n")+ |
1297 | i18n("<p><b>O</b>: Filter On/Off | <b>J</b>: Journal view</p>\n")+ | 1297 | i18n("<p><b>O</b>: Filter On/Off | <b>J</b>: Journal view</p>\n")+ |
1298 | i18n("<p><b>1-0</b> (+<b>ctrl</b>): Select filter 1-10 (11-20)</p>\n")+ | 1298 | i18n("<p><b>1-0</b> (+<b>ctrl</b>): Select filter 1-10 (11-20)</p>\n")+ |
1299 | i18n("<p><b>N</b>: Next days view| <b>W</b>: What's next view\n ")+ | 1299 | i18n("<p><b>N</b>: Next days view| <b>W</b>: What's next view\n ")+ |
1300 | i18n("<p><b>V</b>: Todo view | <b>L</b>: Event list view</p>\n")+ | 1300 | i18n("<p><b>V</b>: Todo view | <b>L</b>: Event list view</p>\n")+ |
1301 | i18n("<p><b>Z,Y</b>: Work week view | <b>U</b>: Week view</p>\n")+ | 1301 | i18n("<p><b>Z,Y</b>: Work week view | <b>U</b>: Week view</p>\n")+ |
1302 | i18n("<p><b>D</b>: One day view | <b>M</b>: Month view</p>\n")+ | 1302 | i18n("<p><b>D</b>: One day view | <b>M</b>: Month view</p>\n")+ |
1303 | i18n("<p><b>K</b>: Week view in Month view syle</p>\n")+ | 1303 | i18n("<p><b>K</b>: Week view in Month view syle</p>\n")+ |
1304 | i18n("<p><b>E</b>: Edit selected item |<b> E+ctrl</b>: New Event</p>\n")+ | 1304 | i18n("<p><b>E</b>: Edit selected item |<b> E+ctrl</b>: New Event</p>\n")+ |
1305 | i18n("<p><b>T</b>: Goto today | <b>T+ctrl</b>: New Todo</p>\n")+ | 1305 | i18n("<p><b>T</b>: Goto today | <b>T+ctrl</b>: New Todo</p>\n")+ |
1306 | i18n("<p><b>S+ctrl</b>: Add sub-todo | <b>X</b>: Toggle datenavigator</p>\n")+ | 1306 | i18n("<p><b>S+ctrl</b>: Add sub-todo | <b>X</b>: Toggle datenavigator</p>\n")+ |
1307 | i18n("<p><b>+,-</b> : Zoom in/out agenda | <b>A</b>: Toggle allday agenda height</p>\n")+ | 1307 | i18n("<p><b>+,-</b> : Zoom in/out agenda | <b>A</b>: Toggle allday agenda height</p>\n")+ |
1308 | i18n("<p><b>C</b>: Show current time in agenda view</p>\n")+ | 1308 | i18n("<p><b>C</b>: Show current time in agenda view</p>\n")+ |
1309 | i18n("<p><b>B</b>: Edit description (details) of selected item</p>\n")+ | 1309 | i18n("<p><b>B</b>: Edit description (details) of selected item</p>\n")+ |
1310 | i18n("<p><b>right</b>: Next week | <b>right+ctrl</b>: Next month</p>\n")+ | 1310 | i18n("<p><b>right</b>: Next week | <b>right+ctrl</b>: Next month</p>\n")+ |
1311 | i18n("<p><b>left</b>: Prev. week | <b>left+ctrl</b>: Prev. month</p>\n")+ | 1311 | i18n("<p><b>left</b>: Prev. week | <b>left+ctrl</b>: Prev. month</p>\n")+ |
1312 | i18n("<p><b>del,backspace</b>: Delete selected item</p>\n")+ | 1312 | i18n("<p><b>del,backspace</b>: Delete selected item</p>\n")+ |
1313 | i18n("<p><h3>In agenda view:</h3></p>\n") + | 1313 | i18n("<p><h3>In agenda view:</h3></p>\n") + |
1314 | i18n("<p><b>up/down</b>: Scroll agenda view</p>\n")+ | 1314 | i18n("<p><b>up/down</b>: Scroll agenda view</p>\n")+ |
1315 | i18n("<p><b>ctrl+up/down</b>: Scroll small todo view</p>\n")+ | 1315 | i18n("<p><b>ctrl+up/down</b>: Scroll small todo view</p>\n")+ |
1316 | i18n("<p><h3>In todo view:</h3></p>\n") + | 1316 | i18n("<p><h3>In todo view:</h3></p>\n") + |
1317 | i18n("<p><b>shift+U</b>: <b>U</b>nparent todo (make root todo)</p>\n")+ | 1317 | i18n("<p><b>shift+U</b>: <b>U</b>nparent todo (make root todo)</p>\n")+ |
1318 | i18n("<p><b>shift+S</b>: Make <b>S</b>ubtodo (reparent todo)</p>\n")+ | 1318 | i18n("<p><b>shift+S</b>: Make <b>S</b>ubtodo (reparent todo)</p>\n")+ |
1319 | i18n("<p><b>shift+P</b>: Make new <b>P</b>arent for todo selected with shift+S</p>\n")+ | 1319 | i18n("<p><b>shift+P</b>: Make new <b>P</b>arent for todo selected with shift+S</p>\n")+ |
1320 | i18n("<p><b>Q</b>: Toggle quick todo line edit.</p>\n")+ | 1320 | i18n("<p><b>Q</b>: Toggle quick todo line edit.</p>\n")+ |
1321 | i18n("<p><b>I</b>: Show info of current item+one step down.</p>\n")+ | 1321 | i18n("<p><b>I</b>: Show info of current item+one step down.</p>\n")+ |
1322 | i18n("<p><b>return</b>: Mark item as completed+one step down.</p>\n")+ | 1322 | i18n("<p><b>return</b>: Mark item as completed+one step down.</p>\n")+ |
1323 | i18n("<p><b>return+shift</b>: Mark item as not completed+one step down</p>\n")+ | 1323 | i18n("<p><b>return+shift</b>: Mark item as not completed+one step down</p>\n")+ |
1324 | i18n("<p><h3>In list view:</h3></p>\n") + | 1324 | i18n("<p><h3>In list view:</h3></p>\n") + |
1325 | i18n("<p><b>I</b>: Show info of current item+one step down.</p>\n")+ | 1325 | i18n("<p><b>I</b>: Show info of current item+one step down.</p>\n")+ |
1326 | i18n("<p><b>return</b>: Select item+one step down</p>\n")+ | 1326 | i18n("<p><b>return</b>: Select item+one step down</p>\n")+ |
1327 | i18n("<p><b>return+shift</b>: Deselect item+one step down</p>\n")+ | 1327 | i18n("<p><b>return+shift</b>: Deselect item+one step down</p>\n")+ |
1328 | i18n("<p><b>up/down</b>: Next/prev item</p>\n")+ | 1328 | i18n("<p><b>up/down</b>: Next/prev item</p>\n")+ |
1329 | i18n("<p><b>ctrl+up/down</b>: Goto up/down by 20% of items</p>\n")+ | 1329 | i18n("<p><b>ctrl+up/down</b>: Goto up/down by 20% of items</p>\n")+ |
1330 | i18n("<p><b>shift+up/down</b>: Goto first/last item</p>\n")+ | 1330 | i18n("<p><b>shift+up/down</b>: Goto first/last item</p>\n")+ |
1331 | i18n("<p><h3>In event/todo viewer:</h3></p>\n") + | 1331 | i18n("<p><h3>In event/todo viewer:</h3></p>\n") + |
1332 | i18n("<p><b>I,C</b>: Close dialog.</p>\n")+ | 1332 | i18n("<p><b>I,C</b>: Close dialog.</p>\n")+ |
1333 | i18n("<p><b>A</b>: Show agenda view.</p>\n")+ | 1333 | i18n("<p><b>A</b>: Show agenda view.</p>\n")+ |
1334 | i18n("<p><b>E</b>: Edit item</p>\n") + | 1334 | i18n("<p><b>E</b>: Edit item</p>\n") + |
1335 | i18n("<p><h2>KO/Pi icon colors:</h2></p>\n") + | 1335 | i18n("<p><h2>KO/Pi icon colors:</h2></p>\n") + |
1336 | i18n("<p><b>(for square icons in agenda and month view)</b></p>\n") + | 1336 | i18n("<p><b>(for square icons in agenda and month view)</b></p>\n") + |
1337 | i18n("<p><b>Cross</b>: Item cancelled.([c] in Whats'Next view)</p>\n")+ | 1337 | i18n("<p><b>Cross</b>: Item cancelled.([c] in Whats'Next view)</p>\n")+ |
1338 | i18n("<p><b>Red</b>: Alarm set.([a] in Whats'Next view)</p>\n")+ | 1338 | i18n("<p><b>Red</b>: Alarm set.([a] in Whats'Next view)</p>\n")+ |
1339 | i18n("<p><b>Blue</b>: Recurrent event.([r] in Whats'Next view)</p>\n")+ | 1339 | i18n("<p><b>Blue</b>: Recurrent event.([r] in Whats'Next view)</p>\n")+ |
1340 | i18n("<p><b>Dark green</b>: Information(description) available.([i] in WN view)</p>\n")+ | 1340 | i18n("<p><b>Dark green</b>: Information(description) available.([i] in WN view)</p>\n")+ |
1341 | i18n("<p><b>Black</b>: Event/todo with attendees. You are the organizer!</p>\n")+ | 1341 | i18n("<p><b>Black</b>: Event/todo with attendees. You are the organizer!</p>\n")+ |
1342 | i18n("<p><b>Dark yellow</b>: Event/todo with attendees.</p>\n") + | 1342 | i18n("<p><b>Dark yellow</b>: Event/todo with attendees.</p>\n") + |
1343 | i18n("<p><b>White</b>: Item readonly</p>\n"); | 1343 | i18n("<p><b>White</b>: Item readonly</p>\n"); |
1344 | displayText( text, cap); | 1344 | displayText( text, cap); |
1345 | } | 1345 | } |
1346 | void MainWindow::aboutAutoSaving() | 1346 | void MainWindow::aboutAutoSaving() |
1347 | { | 1347 | { |
1348 | QString text = i18n("After changing something, the data is\nautomatically saved to the file\n~/kdepim/apps/korganizer/mycalendar.ics\nafter (configurable) three minutes.\nFor safety reasons there is one autosaving\nafter 10 minutes (of idle time) again. The \ndata is saved automatically when closing KO/Pi\nYou can create a backup file \nwith: File - Save Calendar Backup\n"); | 1348 | QString text = i18n("After changing something, the data is\nautomatically saved to the file\n~/kdepim/apps/korganizer/mycalendar.ics\nafter (configurable) three minutes.\nFor safety reasons there is one autosaving\nafter 10 minutes (of idle time) again. The \ndata is saved automatically when closing KO/Pi\nYou can create a backup file \nwith: File - Save Calendar Backup\n"); |
1349 | 1349 | ||
1350 | KApplication::showText( i18n("Auto Saving in KOrganizer/Pi"), text); | 1350 | KApplication::showText( i18n("Auto Saving in KOrganizer/Pi"), text); |
1351 | 1351 | ||
1352 | } | 1352 | } |
1353 | void MainWindow::aboutKnownBugs() | 1353 | void MainWindow::aboutKnownBugs() |
1354 | { | 1354 | { |
1355 | QMessageBox* msg; | 1355 | QMessageBox* msg; |
1356 | msg = new QMessageBox( i18n("Known Problems in KOrganizer/Pi"), | 1356 | msg = new QMessageBox( i18n("Known Problems in KOrganizer/Pi"), |
1357 | i18n("1) Importing *.vcs or *.ics files from\nother applications may not work properly,\nif there are events with properties\nKO/Pi does not support.\n")+ | 1357 | i18n("1) Importing *.vcs or *.ics files from\nother applications may not work properly,\nif there are events with properties\nKO/Pi does not support.\n")+ |
1358 | i18n("2) Audio alarm daemon\nfor Zaurus is available!\nas an additional small application\n")+ | 1358 | i18n("2) Audio alarm daemon\nfor Zaurus is available!\nas an additional small application\n")+ |
1359 | i18n("\nPlease report unexpected behaviour to\nlutz@pi-sync.info\n") + | 1359 | i18n("\nPlease report unexpected behaviour to\nlutz@pi-sync.info\n") + |
1360 | i18n("\nor report them in the bugtracker on\n") + | 1360 | i18n("\nor report them in the bugtracker on\n") + |
1361 | i18n("\nhttp://sourceforge.net/projects/kdepimpi\n"), | 1361 | i18n("\nhttp://sourceforge.net/projects/kdepimpi\n"), |
1362 | QMessageBox::NoIcon, | 1362 | QMessageBox::NoIcon, |
1363 | QMessageBox::Ok, | 1363 | QMessageBox::Ok, |
1364 | QMessageBox::NoButton, | 1364 | QMessageBox::NoButton, |
1365 | QMessageBox::NoButton); | 1365 | QMessageBox::NoButton); |
1366 | msg->exec(); | 1366 | msg->exec(); |
1367 | delete msg; | 1367 | delete msg; |
1368 | 1368 | ||
1369 | } | 1369 | } |
1370 | 1370 | ||
1371 | QString MainWindow::defaultFileName() | 1371 | QString MainWindow::defaultFileName() |
1372 | { | 1372 | { |
1373 | return locateLocal( "data", "korganizer/mycalendar.ics" ); | 1373 | return locateLocal( "data", "korganizer/mycalendar.ics" ); |
1374 | } | 1374 | } |
1375 | QString MainWindow::syncFileName() | 1375 | QString MainWindow::syncFileName() |
1376 | { | 1376 | { |
1377 | #ifdef DESKTOP_VERSION | 1377 | #ifdef DESKTOP_VERSION |
1378 | return locateLocal( "tmp", "synccalendar.ics" ); | 1378 | return locateLocal( "tmp", "synccalendar.ics" ); |
1379 | #else | 1379 | #else |
1380 | return QString( "/tmp/synccalendar.ics" ); | 1380 | return QString( "/tmp/synccalendar.ics" ); |
1381 | #endif | 1381 | #endif |
1382 | } | 1382 | } |
1383 | void MainWindow::updateWeek(QDate seda) | 1383 | void MainWindow::updateWeek(QDate seda) |
1384 | { | 1384 | { |
1385 | int weekNum = 0; | 1385 | int weekNum = 0; |
1386 | QDate d = QDate ( seda.year(), 1,1); | 1386 | QDate d = QDate ( seda.year(), 1,1); |
1387 | seda = seda.addDays( 1-seda.dayOfWeek() );//we are on monday | 1387 | seda = seda.addDays( 1-seda.dayOfWeek() );//we are on monday |
1388 | if ( seda.addDays(6).year() != seda.year() ) { | 1388 | if ( seda.addDays(6).year() != seda.year() ) { |
1389 | if ( seda.year() != d.year() ) { | 1389 | if ( seda.year() != d.year() ) { |
1390 | if ( d.dayOfWeek() > 4 ) | 1390 | if ( d.dayOfWeek() > 4 ) |
1391 | d = QDate ( seda.year(), 1,1); | 1391 | d = QDate ( seda.year(), 1,1); |
1392 | else | 1392 | else |
1393 | weekNum = 1; | 1393 | weekNum = 1; |
1394 | } else { | 1394 | } else { |
1395 | QDate dd( seda.year()+1, 1,1); | 1395 | QDate dd( seda.year()+1, 1,1); |
1396 | if ( dd.dayOfWeek() <= 4 ) | 1396 | if ( dd.dayOfWeek() <= 4 ) |
1397 | weekNum = 1; | 1397 | weekNum = 1; |
1398 | } | 1398 | } |
1399 | } | 1399 | } |
1400 | if ( weekNum == 0 ){ | 1400 | if ( weekNum == 0 ){ |
1401 | int dow = d.dayOfWeek(); | 1401 | int dow = d.dayOfWeek(); |
1402 | if ( dow <= 4 ) | 1402 | if ( dow <= 4 ) |
1403 | d = d.addDays( 1-dow ); | 1403 | d = d.addDays( 1-dow ); |
1404 | else // 5,6,7 | 1404 | else // 5,6,7 |
1405 | d = d.addDays( 8-dow ); | 1405 | d = d.addDays( 8-dow ); |
1406 | // we have the first week of the year.we are on monday | 1406 | // we have the first week of the year.we are on monday |
1407 | weekNum = d.daysTo( seda ) / 7 +1; | 1407 | weekNum = d.daysTo( seda ) / 7 +1; |
1408 | } | 1408 | } |
1409 | 1409 | ||
1410 | mWeekPixmap.fill( mWeekBgColor ); | 1410 | mWeekPixmap.fill( mWeekBgColor ); |
1411 | QPainter p ( &mWeekPixmap ); | 1411 | QPainter p ( &mWeekPixmap ); |
1412 | p.setFont( mWeekFont ); | 1412 | p.setFont( mWeekFont ); |
1413 | p.drawText( 0,0,mWeekPixmap.width(), mWeekPixmap.height(),AlignCenter, QString::number( weekNum) ); | 1413 | p.drawText( 0,0,mWeekPixmap.width(), mWeekPixmap.height(),AlignCenter, QString::number( weekNum) ); |
1414 | p.end(); | 1414 | p.end(); |
1415 | QIconSet icon3 ( mWeekPixmap ); | 1415 | QIconSet icon3 ( mWeekPixmap ); |
1416 | mWeekAction->setIconSet ( icon3 ); | 1416 | mWeekAction->setIconSet ( icon3 ); |
1417 | 1417 | ||
1418 | } | 1418 | } |
1419 | void MainWindow::updateWeekNum(const DateList &selectedDates) | 1419 | void MainWindow::updateWeekNum(const DateList &selectedDates) |
1420 | { | 1420 | { |
1421 | updateWeek( selectedDates.first() ); | 1421 | updateWeek( selectedDates.first() ); |
1422 | } | 1422 | } |
1423 | void MainWindow::processIncidenceSelection( Incidence *incidence ) | 1423 | void MainWindow::processIncidenceSelection( Incidence *incidence ) |
1424 | { | 1424 | { |
1425 | 1425 | ||
1426 | if ( !incidence ) { | 1426 | if ( !incidence ) { |
1427 | enableIncidenceActions( false ); | 1427 | enableIncidenceActions( false ); |
1428 | 1428 | ||
1429 | mNewSubTodoAction->setEnabled( false ); | 1429 | mNewSubTodoAction->setEnabled( false ); |
1430 | setCaptionToDates(); | 1430 | setCaptionToDates(); |
1431 | return; | 1431 | return; |
1432 | 1432 | ||
1433 | } | 1433 | } |
1434 | 1434 | ||
1435 | //KGlobal::locale()->formatDateTime(nextA, true); | 1435 | //KGlobal::locale()->formatDateTime(nextA, true); |
1436 | QString startString = ""; | 1436 | QString startString = ""; |
1437 | if ( incidence->type() != "Todo" ) { | 1437 | if ( incidence->type() != "Todo" ) { |
1438 | if ( incidence->dtStart().date() < incidence->dtEnd().date() ) { | 1438 | if ( incidence->dtStart().date() < incidence->dtEnd().date() ) { |
1439 | if ( incidence->doesFloat() ) { | 1439 | if ( incidence->doesFloat() ) { |
1440 | startString += ": "+incidence->dtStartDateStr( true ); | 1440 | startString += ": "+incidence->dtStartDateStr( true ); |
1441 | startString += " --- "+((Event*)incidence)->dtEndDateStr( true ); | 1441 | startString += " --- "+((Event*)incidence)->dtEndDateStr( true ); |
1442 | 1442 | ||
1443 | } else { | 1443 | } else { |
1444 | startString = ": "+incidence->dtStartStr(true); | 1444 | startString = ": "+incidence->dtStartStr(true); |
1445 | startString += " --- "+((Event*)incidence)->dtEndStr(true); | 1445 | startString += " --- "+((Event*)incidence)->dtEndStr(true); |
1446 | 1446 | ||
1447 | } | 1447 | } |
1448 | 1448 | ||
1449 | } else { | 1449 | } else { |
1450 | if ( incidence->dtStart().time() != incidence->dtEnd().time() ) | 1450 | if ( incidence->dtStart().time() != incidence->dtEnd().time() ) |
1451 | startString = ": "+KGlobal::locale()->formatTime(incidence->dtStart().time())+ | 1451 | startString = ": "+KGlobal::locale()->formatTime(incidence->dtStart().time())+ |
1452 | "-"+KGlobal::locale()->formatTime(incidence->dtEnd().time()); | 1452 | "-"+KGlobal::locale()->formatTime(incidence->dtEnd().time()); |
1453 | if ( incidence->categories().contains( i18n("Birthday") ) || incidence->categories().contains( i18n("Anniversary") ) ) { | 1453 | if ( incidence->categories().contains( i18n("Birthday") ) || incidence->categories().contains( i18n("Anniversary") ) ) { |
1454 | bool ok; | 1454 | bool ok; |
1455 | QDateTime noc = incidence->getNextOccurence( mView->startDate().addDays(-1), &ok ); | 1455 | QDateTime noc = incidence->getNextOccurence( mView->startDate().addDays(-1), &ok ); |
1456 | if ( ok ) { | 1456 | if ( ok ) { |
1457 | int years = noc.date().year() - incidence->dtStart().date().year(); | 1457 | int years = noc.date().year() - incidence->dtStart().date().year(); |
1458 | startString += i18n(" (%1 y.)"). arg( years ); | 1458 | startString += i18n(" (%1 y.)"). arg( years ); |
1459 | } | 1459 | } |
1460 | } | 1460 | } |
1461 | else | 1461 | else |
1462 | startString +=" "+KGlobal::locale()->formatDate( incidence->dtStart().date(), true); | 1462 | startString +=" "+KGlobal::locale()->formatDate( incidence->dtStart().date(), true); |
1463 | } | 1463 | } |
1464 | 1464 | ||
1465 | } | 1465 | } |
1466 | else | 1466 | else |
1467 | startString = i18n(": (Prio ") +QString::number( (( KCal::Todo*)incidence)->priority() ) +") "+QString::number( (( KCal::Todo*)incidence)->percentComplete() ) +i18n("\% completed"); | 1467 | startString = i18n(": (Prio ") +QString::number( (( KCal::Todo*)incidence)->priority() ) +") "+QString::number( (( KCal::Todo*)incidence)->percentComplete() ) +i18n("\% completed"); |
1468 | if ( !incidence->location().isEmpty() ) | 1468 | if ( !incidence->location().isEmpty() ) |
1469 | startString += " (" +incidence->location()+")"; | 1469 | startString += " (" +incidence->location()+")"; |
1470 | setCaption( incidence->summary()+startString); | 1470 | setCaption( incidence->summary()+startString); |
1471 | 1471 | ||
1472 | enableIncidenceActions( true ); | 1472 | enableIncidenceActions( true ); |
1473 | 1473 | ||
1474 | if ( incidence->type() == "Event" ) { | 1474 | if ( incidence->type() == "Event" ) { |
1475 | mShowAction->setText( i18n("Show Event...") ); | 1475 | mShowAction->setText( i18n("Show Event...") ); |
1476 | mEditAction->setText( i18n("Edit Event...") ); | 1476 | mEditAction->setText( i18n("Edit Event...") ); |
1477 | mDeleteAction->setText( i18n("Delete Event...") ); | 1477 | mDeleteAction->setText( i18n("Delete Event...") ); |
1478 | 1478 | ||
1479 | mNewSubTodoAction->setEnabled( false ); | 1479 | mNewSubTodoAction->setEnabled( false ); |
1480 | } else if ( incidence->type() == "Todo" ) { | 1480 | } else if ( incidence->type() == "Todo" ) { |
1481 | mShowAction->setText( i18n("Show Todo...") ); | 1481 | mShowAction->setText( i18n("Show Todo...") ); |
1482 | mEditAction->setText( i18n("Edit Todo...") ); | 1482 | mEditAction->setText( i18n("Edit Todo...") ); |
1483 | mDeleteAction->setText( i18n("Delete Todo...") ); | 1483 | mDeleteAction->setText( i18n("Delete Todo...") ); |
1484 | 1484 | ||
1485 | mNewSubTodoAction->setEnabled( true ); | 1485 | mNewSubTodoAction->setEnabled( true ); |
1486 | } else { | 1486 | } else { |
1487 | mShowAction->setText( i18n("Show...") ); | 1487 | mShowAction->setText( i18n("Show...") ); |
1488 | mShowAction->setText( i18n("Edit...") ); | 1488 | mShowAction->setText( i18n("Edit...") ); |
1489 | mShowAction->setText( i18n("Delete...") ); | 1489 | mShowAction->setText( i18n("Delete...") ); |
1490 | 1490 | ||
1491 | mNewSubTodoAction->setEnabled( false ); | 1491 | mNewSubTodoAction->setEnabled( false ); |
1492 | } | 1492 | } |
1493 | } | 1493 | } |
1494 | 1494 | ||
1495 | void MainWindow::enableIncidenceActions( bool enabled ) | 1495 | void MainWindow::enableIncidenceActions( bool enabled ) |
1496 | { | 1496 | { |
1497 | mShowAction->setEnabled( enabled ); | 1497 | mShowAction->setEnabled( enabled ); |
1498 | mEditAction->setEnabled( enabled ); | 1498 | mEditAction->setEnabled( enabled ); |
1499 | mDeleteAction->setEnabled( enabled ); | 1499 | mDeleteAction->setEnabled( enabled ); |
1500 | 1500 | ||
1501 | mCloneAction->setEnabled( enabled ); | 1501 | mCloneAction->setEnabled( enabled ); |
1502 | mMoveAction->setEnabled( enabled ); | 1502 | mMoveAction->setEnabled( enabled ); |
1503 | mBeamAction->setEnabled( enabled ); | 1503 | mBeamAction->setEnabled( enabled ); |
1504 | mCancelAction->setEnabled( enabled ); | 1504 | mCancelAction->setEnabled( enabled ); |
1505 | } | 1505 | } |
1506 | 1506 | ||
1507 | void MainWindow::importOL() | 1507 | void MainWindow::importOL() |
1508 | { | 1508 | { |
1509 | #ifdef _OL_IMPORT_ | 1509 | #ifdef _OL_IMPORT_ |
1510 | KOImportOLdialog *id = new KOImportOLdialog("Import from OL - select folder!" , mView->calendar(),this ); | 1510 | KOImportOLdialog *id = new KOImportOLdialog("Import from OL - select folder!" , mView->calendar(),this ); |
1511 | id->exec(); | 1511 | id->exec(); |
1512 | delete id; | 1512 | delete id; |
1513 | mView->updateView(); | 1513 | mView->updateView(); |
1514 | #endif | 1514 | #endif |
1515 | } | 1515 | } |
1516 | void MainWindow::importBday() | 1516 | void MainWindow::importBday() |
1517 | { | 1517 | { |
1518 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), | 1518 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), |
1519 | i18n("When importing birthdays twice\nduplicated events will be ignored,\nif the event has not been\nchanged in KO/Pi!\n"), | 1519 | i18n("When importing birthdays twice\nduplicated events will be ignored,\nif the event has not been\nchanged in KO/Pi!\n"), |
1520 | i18n("Import!"), i18n("Cancel"), 0, | 1520 | i18n("Import!"), i18n("Cancel"), 0, |
1521 | 0, 1 ); | 1521 | 0, 1 ); |
1522 | if ( result == 0 ) { | 1522 | if ( result == 0 ) { |
1523 | mView->importBday(); | 1523 | mView->importBday(); |
1524 | 1524 | ||
1525 | } | 1525 | } |
1526 | 1526 | ||
1527 | 1527 | ||
1528 | } | 1528 | } |
1529 | void MainWindow::importQtopia() | 1529 | void MainWindow::importQtopia() |
1530 | { | 1530 | { |
1531 | //#ifndef DESKTOP_VERSION | 1531 | //#ifndef DESKTOP_VERSION |
1532 | QString mess = i18n("When importing a calendar twice\nduplicated events will be ignored!\nYou can create a backup file with\nFile - Save Calendar Backup\nto revert importing"); | 1532 | QString mess = i18n("When importing a calendar twice\nduplicated events will be ignored!\nYou can create a backup file with\nFile - Save Calendar Backup\nto revert importing"); |
1533 | #ifdef DESKTOP_VERSION | 1533 | #ifdef DESKTOP_VERSION |
1534 | mess += i18n("The content of the following files will be\nimported (located in your home directory (hd)):\n(hd)/Applications/datebook/datebook.xml\n(hd)/Applications/todolist/todolist.xml\nThe following category file will be used:\n(hd)/Settings/Categories.xml"); | 1534 | mess += i18n("The content of the following files will be\nimported (located in your home directory (hd)):\n(hd)/Applications/datebook/datebook.xml\n(hd)/Applications/todolist/todolist.xml\nThe following category file will be used:\n(hd)/Settings/Categories.xml"); |
1535 | #endif | 1535 | #endif |
1536 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"),mess, | 1536 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"),mess, |
1537 | i18n("Import!"), i18n("Cancel"), 0, | 1537 | i18n("Import!"), i18n("Cancel"), 0, |
1538 | 0, 1 ); | 1538 | 0, 1 ); |
1539 | if ( result == 0 ) { | 1539 | if ( result == 0 ) { |
1540 | #ifndef DESKTOP_VERSION | 1540 | #ifndef DESKTOP_VERSION |
1541 | QString datebook = Global::applicationFileName( "datebook", "datebook.xml"); | 1541 | QString datebook = Global::applicationFileName( "datebook", "datebook.xml"); |
1542 | QString todolist = Global::applicationFileName( "todolist", "todolist.xml"); | 1542 | QString todolist = Global::applicationFileName( "todolist", "todolist.xml"); |
1543 | QString categories = QString( getenv( "HOME" ) ) + "/Settings/Categories.xml"; | 1543 | QString categories = QString( getenv( "HOME" ) ) + "/Settings/Categories.xml"; |
1544 | #else | 1544 | #else |
1545 | QString datebook = QDir::homeDirPath()+ "/Applications/datebook/datebook.xml"; | 1545 | QString datebook = QDir::homeDirPath()+ "/Applications/datebook/datebook.xml"; |
1546 | QString todolist = QDir::homeDirPath()+ "/Applications/todolist/todolist.xml"; | 1546 | QString todolist = QDir::homeDirPath()+ "/Applications/todolist/todolist.xml"; |
1547 | QString categories = QDir::homeDirPath()+ "/Settings/Categories.xml"; | 1547 | QString categories = QDir::homeDirPath()+ "/Settings/Categories.xml"; |
1548 | #endif | 1548 | #endif |
1549 | mView->importQtopia( categories, datebook, todolist ); | 1549 | mView->importQtopia( categories, datebook, todolist ); |
1550 | } | 1550 | } |
1551 | #if 0 | 1551 | #if 0 |
1552 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), | 1552 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), |
1553 | i18n("Not supported \non desktop!\n"), | 1553 | i18n("Not supported \non desktop!\n"), |
1554 | i18n("Ok"), i18n("Cancel"), 0, | 1554 | i18n("Ok"), i18n("Cancel"), 0, |
1555 | 0, 1 ); | 1555 | 0, 1 ); |
1556 | 1556 | ||
1557 | #endif | 1557 | #endif |
1558 | } | 1558 | } |
1559 | 1559 | ||
1560 | void MainWindow::saveOnClose() | 1560 | void MainWindow::saveOnClose() |
1561 | { | 1561 | { |
1562 | KOPrefs *p = KOPrefs::instance(); | 1562 | KOPrefs *p = KOPrefs::instance(); |
1563 | p->mToolBarHor = ( iconToolBar->orientation () == Qt:: Horizontal ); | 1563 | p->mToolBarHor = ( iconToolBar->orientation () == Qt:: Horizontal ); |
1564 | p->mToolBarUp = iconToolBar->x() > width()/2 || | 1564 | p->mToolBarUp = iconToolBar->x() > width()/2 || |
1565 | iconToolBar->y() > height()/2; | 1565 | iconToolBar->y() > height()/2; |
1566 | mView->writeSettings(); | 1566 | mView->writeSettings(); |
1567 | if ( mCalendarModifiedFlag || mView->checkFileChanged( defaultFileName())) | 1567 | if ( mCalendarModifiedFlag || mView->checkFileChanged( defaultFileName())) |
1568 | save(); | 1568 | save(); |
1569 | } | 1569 | } |
1570 | void MainWindow::slotModifiedChanged( bool changed ) | 1570 | void MainWindow::slotModifiedChanged( bool changed ) |
1571 | { | 1571 | { |
1572 | if ( mBlockAtStartup ) | 1572 | if ( mBlockAtStartup ) |
1573 | return; | 1573 | return; |
1574 | 1574 | ||
1575 | int msec; | 1575 | int msec; |
1576 | // we store the changes after 1 minute, | 1576 | // we store the changes after 1 minute, |
1577 | // and for safety reasons after 10 minutes again | 1577 | // and for safety reasons after 10 minutes again |
1578 | if ( !mSyncManager->blockSave() ) | 1578 | if ( !mSyncManager->blockSave() ) |
1579 | msec = (1000 * 60*KOPrefs::instance()->mAutoSaveInterval) +1000; | 1579 | msec = (1000 * 60*KOPrefs::instance()->mAutoSaveInterval) +1000; |
1580 | else | 1580 | else |
1581 | msec = 1000 * 600; | 1581 | msec = 1000 * 600; |
1582 | mSaveTimer.start( msec, true ); // 1 minute | 1582 | mSaveTimer.start( msec, true ); // 1 minute |
1583 | qDebug("KO: Saving File in %d secs!", msec/1000); | 1583 | qDebug("KO: Saving File in %d secs!", msec/1000); |
1584 | mCalendarModifiedFlag = true; | 1584 | mCalendarModifiedFlag = true; |
1585 | } | 1585 | } |
1586 | void MainWindow::saveStopTimer() | 1586 | void MainWindow::saveStopTimer() |
1587 | { | 1587 | { |
1588 | mSaveTimer.stop(); | 1588 | mSaveTimer.stop(); |
1589 | if (mSaveTimer.isActive() ) | 1589 | if (mSaveTimer.isActive() ) |
1590 | qDebug("ti active "); | 1590 | qDebug("ti active "); |
1591 | else | 1591 | else |
1592 | qDebug("KO: Save timer stopped"); | 1592 | qDebug("KO: Save timer stopped"); |
1593 | } | 1593 | } |
1594 | void MainWindow::save() | 1594 | void MainWindow::save() |
1595 | { | 1595 | { |
1596 | if ( !mCalendarModifiedFlag ) { | 1596 | if ( !mCalendarModifiedFlag ) { |
1597 | qDebug("KO: Calendar not modified. Nothing saved."); | 1597 | qDebug("KO: Calendar not modified. Nothing saved."); |
1598 | return; | 1598 | return; |
1599 | } | 1599 | } |
1600 | if ( mSyncManager->blockSave() ) | 1600 | if ( mSyncManager->blockSave() ) |
1601 | return; | 1601 | return; |
1602 | mSyncManager->setBlockSave(true); | 1602 | mSyncManager->setBlockSave(true); |
1603 | if ( mView->checkFileVersion( defaultFileName()) ) { | 1603 | if ( mView->checkFileVersion( defaultFileName()) ) { |
1604 | QTime neededSaveTime = QDateTime::currentDateTime().time(); | 1604 | QTime neededSaveTime = QDateTime::currentDateTime().time(); |
1605 | setCaption(i18n("KO/Pi:Saving Data to File ..." )); | 1605 | setCaption(i18n("KO/Pi:Saving Data to File ..." )); |
1606 | qDebug("KO: Start saving data to file!"); | 1606 | qDebug("KO: Start saving data to file!"); |
1607 | mView->saveCalendar( defaultFileName() ); | 1607 | mView->saveCalendar( defaultFileName() ); |
1608 | mCalendarModifiedFlag = false; | 1608 | mCalendarModifiedFlag = false; |
1609 | int msNeeded = neededSaveTime.msecsTo( QDateTime::currentDateTime().time() ); | 1609 | int msNeeded = neededSaveTime.msecsTo( QDateTime::currentDateTime().time() ); |
1610 | qDebug("KO: Needed %d ms for saving.",msNeeded ); | 1610 | qDebug("KO: Needed %d ms for saving.",msNeeded ); |
1611 | QString savemes; | 1611 | QString savemes; |
1612 | savemes.sprintf(i18n("KO/Pi:File Saved. Needed %d sec, %d ms"),(msNeeded/1000)%100,msNeeded%1000 ); | 1612 | savemes.sprintf(i18n("KO/Pi:File Saved. Needed %d sec, %d ms"),(msNeeded/1000)%100,msNeeded%1000 ); |
1613 | setCaption(savemes); | 1613 | setCaption(savemes); |
1614 | } else | 1614 | } else |
1615 | setCaption(i18n("Saving cancelled!")); | 1615 | setCaption(i18n("Saving cancelled!")); |
1616 | mSyncManager->setBlockSave( false ); | 1616 | mSyncManager->setBlockSave( false ); |
1617 | } | 1617 | } |
1618 | 1618 | ||
1619 | void MainWindow::keyReleaseEvent ( QKeyEvent * e) | 1619 | void MainWindow::keyReleaseEvent ( QKeyEvent * e) |
1620 | { | 1620 | { |
1621 | if ( !e->isAutoRepeat() ) { | 1621 | if ( !e->isAutoRepeat() ) { |
1622 | mFlagKeyPressed = false; | 1622 | mFlagKeyPressed = false; |
1623 | } | 1623 | } |
1624 | } | 1624 | } |
1625 | void MainWindow::keyPressEvent ( QKeyEvent * e ) | 1625 | void MainWindow::keyPressEvent ( QKeyEvent * e ) |
1626 | { | 1626 | { |
1627 | qApp->processEvents(); | 1627 | qApp->processEvents(); |
1628 | if ( e->isAutoRepeat() && !mFlagKeyPressed ) { | 1628 | if ( e->isAutoRepeat() && !mFlagKeyPressed ) { |
1629 | e->ignore(); | 1629 | e->ignore(); |
1630 | // qDebug(" ignore %d",e->isAutoRepeat() ); | 1630 | // qDebug(" ignore %d",e->isAutoRepeat() ); |
1631 | return; | 1631 | return; |
1632 | } | 1632 | } |
1633 | if (! e->isAutoRepeat() ) | 1633 | if (! e->isAutoRepeat() ) |
1634 | mFlagKeyPressed = true; | 1634 | mFlagKeyPressed = true; |
1635 | KOPrefs *p = KOPrefs::instance(); | 1635 | KOPrefs *p = KOPrefs::instance(); |
1636 | bool showSelectedDates = false; | 1636 | bool showSelectedDates = false; |
1637 | int size; | 1637 | int size; |
1638 | int pro = 0; | 1638 | int pro = 0; |
1639 | //qDebug("MainWindow::keyPressEvent "); | 1639 | //qDebug("MainWindow::keyPressEvent "); |
1640 | switch ( e->key() ) { | 1640 | switch ( e->key() ) { |
1641 | case Qt::Key_Right: | 1641 | case Qt::Key_Right: |
1642 | if ( e->state() == Qt::ControlButton || e->state() == Qt::ShiftButton) | 1642 | if ( e->state() == Qt::ControlButton || e->state() == Qt::ShiftButton) |
1643 | mView->goNextMonth(); | 1643 | mView->goNextMonth(); |
1644 | else | 1644 | else |
1645 | mView->goNext(); | 1645 | mView->goNext(); |
1646 | showSelectedDates = true; | 1646 | showSelectedDates = true; |
1647 | break; | 1647 | break; |
1648 | case Qt::Key_Left: | 1648 | case Qt::Key_Left: |
1649 | if ( e->state() == Qt::ControlButton|| e->state() == Qt::ShiftButton ) | 1649 | if ( e->state() == Qt::ControlButton|| e->state() == Qt::ShiftButton ) |
1650 | mView->goPreviousMonth(); | 1650 | mView->goPreviousMonth(); |
1651 | else | 1651 | else |
1652 | mView->goPrevious(); | 1652 | mView->goPrevious(); |
1653 | showSelectedDates = true; | 1653 | showSelectedDates = true; |
1654 | break; | 1654 | break; |
1655 | case Qt::Key_Down: | 1655 | case Qt::Key_Down: |
1656 | mView->viewManager()->agendaView()->scrollOneHourDown(); | 1656 | mView->viewManager()->agendaView()->scrollOneHourDown(); |
1657 | break; | 1657 | break; |
1658 | case Qt::Key_Up: | 1658 | case Qt::Key_Up: |
1659 | mView->viewManager()->agendaView()->scrollOneHourUp(); | 1659 | mView->viewManager()->agendaView()->scrollOneHourUp(); |
1660 | break; | 1660 | break; |
1661 | case Qt::Key_K: | 1661 | case Qt::Key_K: |
1662 | mView->viewManager()->showMonthViewWeek(); | 1662 | mView->viewManager()->showMonthViewWeek(); |
1663 | break; | 1663 | break; |
1664 | case Qt::Key_I: | 1664 | case Qt::Key_I: |
1665 | mView->showIncidence(); | 1665 | mView->showIncidence(); |
1666 | break; | 1666 | break; |
1667 | case Qt::Key_Delete: | 1667 | case Qt::Key_Delete: |
1668 | case Qt::Key_Backspace: | 1668 | case Qt::Key_Backspace: |
1669 | mView->deleteIncidence(); | 1669 | mView->deleteIncidence(); |
1670 | break; | 1670 | break; |
1671 | case Qt::Key_D: | 1671 | case Qt::Key_D: |
1672 | mView->viewManager()->showDayView(); | 1672 | mView->viewManager()->showDayView(); |
1673 | showSelectedDates = true; | 1673 | showSelectedDates = true; |
1674 | break; | 1674 | break; |
1675 | case Qt::Key_O: | 1675 | case Qt::Key_O: |
1676 | mView->toggleFilerEnabled( ); | 1676 | mView->toggleFilerEnabled( ); |
1677 | break; | 1677 | break; |
1678 | case Qt::Key_0: | 1678 | case Qt::Key_0: |
1679 | case Qt::Key_1: | 1679 | case Qt::Key_1: |
1680 | case Qt::Key_2: | 1680 | case Qt::Key_2: |
1681 | case Qt::Key_3: | 1681 | case Qt::Key_3: |
1682 | case Qt::Key_4: | 1682 | case Qt::Key_4: |
1683 | case Qt::Key_5: | 1683 | case Qt::Key_5: |
1684 | case Qt::Key_6: | 1684 | case Qt::Key_6: |
1685 | case Qt::Key_7: | 1685 | case Qt::Key_7: |
1686 | case Qt::Key_8: | 1686 | case Qt::Key_8: |
1687 | case Qt::Key_9: | 1687 | case Qt::Key_9: |
1688 | pro = e->key()-48; | 1688 | pro = e->key()-48; |
1689 | if ( pro == 0 ) | 1689 | if ( pro == 0 ) |
1690 | pro = 10; | 1690 | pro = 10; |
1691 | if ( e->state() == Qt::ControlButton) | 1691 | if ( e->state() == Qt::ControlButton) |
1692 | pro += 10; | 1692 | pro += 10; |
1693 | break; | 1693 | break; |
1694 | case Qt::Key_M: | 1694 | case Qt::Key_M: |
1695 | mView->viewManager()->showMonthView(); | 1695 | mView->viewManager()->showMonthView(); |
1696 | showSelectedDates = true; | 1696 | showSelectedDates = true; |
1697 | break; | 1697 | break; |
1698 | case Qt::Key_Insert: | 1698 | case Qt::Key_Insert: |
1699 | mView->newEvent(); | 1699 | mView->newEvent(); |
1700 | break; | 1700 | break; |
1701 | case Qt::Key_S : | 1701 | case Qt::Key_S : |
1702 | if ( e->state() == Qt::ControlButton || e->state() == Qt::ShiftButton) | 1702 | if ( e->state() == Qt::ControlButton || e->state() == Qt::ShiftButton) |
1703 | mView->newSubTodo(); | 1703 | mView->newSubTodo(); |
1704 | else | 1704 | else |
1705 | mView->dialogManager()->showSearchDialog(); | 1705 | mView->dialogManager()->showSearchDialog(); |
1706 | break; | 1706 | break; |
1707 | case Qt::Key_Y : | 1707 | case Qt::Key_Y : |
1708 | case Qt::Key_Z : | 1708 | case Qt::Key_Z : |
1709 | mView->viewManager()->showWorkWeekView(); | 1709 | mView->viewManager()->showWorkWeekView(); |
1710 | showSelectedDates = true; | 1710 | showSelectedDates = true; |
1711 | break; | 1711 | break; |
1712 | case Qt::Key_U : | 1712 | case Qt::Key_U : |
1713 | mView->viewManager()->showWeekView(); | 1713 | mView->viewManager()->showWeekView(); |
1714 | showSelectedDates = true; | 1714 | showSelectedDates = true; |
1715 | break; | 1715 | break; |
1716 | case Qt::Key_H : | 1716 | case Qt::Key_H : |
1717 | keyBindings(); | 1717 | keyBindings(); |
1718 | break; | 1718 | break; |
1719 | case Qt::Key_W: | 1719 | case Qt::Key_W: |
1720 | mView->viewManager()->showWhatsNextView(); | 1720 | mView->viewManager()->showWhatsNextView(); |
1721 | break; | 1721 | break; |
1722 | case Qt::Key_L: | 1722 | case Qt::Key_L: |
1723 | mView->viewManager()->showListView(); | 1723 | mView->viewManager()->showListView(); |
1724 | break; | 1724 | break; |
1725 | case Qt::Key_N: | 1725 | case Qt::Key_N: |
1726 | mView->viewManager()->showNextXView(); | 1726 | if ( e->state() == Qt::ControlButton || e->state() == Qt::ShiftButton) |
1727 | showSelectedDates = true; | 1727 | mView->viewManager()->showNextView(); |
1728 | else { | ||
1729 | mView->viewManager()->showNextXView(); | ||
1730 | showSelectedDates = true; | ||
1731 | } | ||
1728 | break; | 1732 | break; |
1729 | case Qt::Key_V: | 1733 | case Qt::Key_V: |
1730 | mView->viewManager()->showTodoView(); | 1734 | mView->viewManager()->showTodoView(); |
1731 | break; | 1735 | break; |
1732 | case Qt::Key_C: | 1736 | case Qt::Key_C: |
1733 | mView->viewManager()->agendaView()->setStartHour( QTime::currentTime ().hour() ); | 1737 | mView->viewManager()->agendaView()->setStartHour( QTime::currentTime ().hour() ); |
1734 | break; | 1738 | break; |
1735 | case Qt::Key_P: | 1739 | case Qt::Key_P: |
1736 | mView->showDatePicker( ); | 1740 | mView->showDatePicker( ); |
1737 | break; | 1741 | break; |
1738 | case Qt::Key_F: | 1742 | case Qt::Key_F: |
1739 | if ( e->state() == Qt::ControlButton|| e->state() == Qt::ShiftButton ) | 1743 | if ( e->state() == Qt::ControlButton|| e->state() == Qt::ShiftButton ) |
1740 | mView->editFilters(); | 1744 | mView->editFilters(); |
1741 | else | 1745 | else |
1742 | mView->toggleFilter(); | 1746 | mView->toggleFilter(); |
1743 | break; | 1747 | break; |
1744 | case Qt::Key_X: | 1748 | case Qt::Key_X: |
1745 | mView->toggleDateNavigatorWidget(); | 1749 | mView->toggleDateNavigatorWidget(); |
1746 | break; | 1750 | break; |
1747 | case Qt::Key_Space: | 1751 | case Qt::Key_Space: |
1748 | mView->toggleExpand(); | 1752 | mView->toggleExpand(); |
1749 | break; | 1753 | break; |
1750 | case Qt::Key_A: | 1754 | case Qt::Key_A: |
1751 | if ( e->state() == Qt::ControlButton || e->state() == Qt::ShiftButton ) | 1755 | if ( e->state() == Qt::ControlButton || e->state() == Qt::ShiftButton ) |
1752 | mView->showNextAlarms(); | 1756 | mView->showNextAlarms(); |
1753 | else | 1757 | else |
1754 | mView->toggleAllDaySize(); | 1758 | mView->toggleAllDaySize(); |
1755 | break; | 1759 | break; |
1756 | case Qt::Key_T: | 1760 | case Qt::Key_T: |
1757 | if ( e->state() == Qt::ControlButton|| e->state() == Qt::ShiftButton ) | 1761 | if ( e->state() == Qt::ControlButton|| e->state() == Qt::ShiftButton ) |
1758 | mView->newTodo(); | 1762 | mView->newTodo(); |
1759 | else { | 1763 | else { |
1760 | mView->goToday(); | 1764 | mView->goToday(); |
1761 | showSelectedDates = true; | 1765 | showSelectedDates = true; |
1762 | } | 1766 | } |
1763 | break; | 1767 | break; |
1764 | case Qt::Key_J: | 1768 | case Qt::Key_J: |
1765 | mView->viewManager()->showJournalView(); | 1769 | mView->viewManager()->showJournalView(); |
1766 | break; | 1770 | break; |
1767 | case Qt::Key_B: | 1771 | case Qt::Key_B: |
1768 | mView->editIncidenceDescription();; | 1772 | mView->editIncidenceDescription();; |
1769 | break; | 1773 | break; |
1770 | // case Qt::Key_Return: | 1774 | // case Qt::Key_Return: |
1771 | case Qt::Key_E: | 1775 | case Qt::Key_E: |
1772 | if ( e->state() == Qt::ControlButton|| e->state() == Qt::ShiftButton ) | 1776 | if ( e->state() == Qt::ControlButton|| e->state() == Qt::ShiftButton ) |
1773 | mView->newEvent(); | 1777 | mView->newEvent(); |
1774 | else | 1778 | else |
1775 | mView->editIncidence(); | 1779 | mView->editIncidence(); |
1776 | break; | 1780 | break; |
1777 | case Qt::Key_Plus: | 1781 | case Qt::Key_Plus: |
1778 | size = p->mHourSize +2; | 1782 | size = p->mHourSize +2; |
1779 | if ( size <= 22 ) | 1783 | if ( size <= 22 ) |
1780 | configureAgenda( size ); | 1784 | configureAgenda( size ); |
1781 | break; | 1785 | break; |
1782 | case Qt::Key_Minus: | 1786 | case Qt::Key_Minus: |
1783 | size = p->mHourSize - 2; | 1787 | size = p->mHourSize - 2; |
1784 | if ( size >= 4 ) | 1788 | if ( size >= 4 ) |
1785 | configureAgenda( size ); | 1789 | configureAgenda( size ); |
1786 | break; | 1790 | break; |
1787 | 1791 | ||
1788 | 1792 | ||
1789 | default: | 1793 | default: |
1790 | e->ignore(); | 1794 | e->ignore(); |
1791 | } | 1795 | } |
1792 | if ( pro > 0 ) { | 1796 | if ( pro > 0 ) { |
1793 | mView->selectFilter( pro-1 ); | 1797 | mView->selectFilter( pro-1 ); |
1794 | } | 1798 | } |
1795 | if ( showSelectedDates ) { | 1799 | if ( showSelectedDates ) { |
1796 | ;// setCaptionToDates(); | 1800 | ;// setCaptionToDates(); |
1797 | } | 1801 | } |
1798 | 1802 | ||
1799 | } | 1803 | } |
1800 | 1804 | ||
1801 | void MainWindow::fillFilterMenu() | 1805 | void MainWindow::fillFilterMenu() |
1802 | { | 1806 | { |
1803 | selectFilterMenu->clear(); | 1807 | selectFilterMenu->clear(); |
1804 | bool disable = false; | 1808 | bool disable = false; |
1805 | selectFilterMenu->insertItem(i18n ( "Edit Filters" ), 0 ); | 1809 | selectFilterMenu->insertItem(i18n ( "Edit Filters" ), 0 ); |
1806 | selectFilterMenu->insertSeparator(); | 1810 | selectFilterMenu->insertSeparator(); |
1807 | if ( mView->filterView()->filtersEnabled() ) { | 1811 | if ( mView->filterView()->filtersEnabled() ) { |
1808 | selectFilterMenu->insertItem(i18n ( "Turn filter off" ), 1 ); | 1812 | selectFilterMenu->insertItem(i18n ( "Turn filter off" ), 1 ); |
1809 | } | 1813 | } |
1810 | else { | 1814 | else { |
1811 | selectFilterMenu->insertItem(i18n ( "Turn filter on" ), 1 ); | 1815 | selectFilterMenu->insertItem(i18n ( "Turn filter on" ), 1 ); |
1812 | disable = true; | 1816 | disable = true; |
1813 | } | 1817 | } |
1814 | selectFilterMenu->insertSeparator(); | 1818 | selectFilterMenu->insertSeparator(); |
1815 | QPtrList<CalFilter> fili = mView->filters(); | 1819 | QPtrList<CalFilter> fili = mView->filters(); |
1816 | CalFilter *curfilter = mView->filterView()->selectedFilter(); | 1820 | CalFilter *curfilter = mView->filterView()->selectedFilter(); |
1817 | CalFilter *filter = fili.first(); | 1821 | CalFilter *filter = fili.first(); |
1818 | int iii = 2; | 1822 | int iii = 2; |
1819 | while(filter) { | 1823 | while(filter) { |
1820 | selectFilterMenu->insertItem( filter->name(), iii ); | 1824 | selectFilterMenu->insertItem( filter->name(), iii ); |
1821 | if ( filter == curfilter) | 1825 | if ( filter == curfilter) |
1822 | selectFilterMenu->setItemChecked( iii, true ); | 1826 | selectFilterMenu->setItemChecked( iii, true ); |
1823 | if ( disable ) | 1827 | if ( disable ) |
1824 | selectFilterMenu->setItemEnabled( iii, false ); | 1828 | selectFilterMenu->setItemEnabled( iii, false ); |
1825 | filter = fili.next(); | 1829 | filter = fili.next(); |
1826 | ++iii; | 1830 | ++iii; |
1827 | } | 1831 | } |
1828 | } | 1832 | } |
1829 | void MainWindow::selectFilter( int fil ) | 1833 | void MainWindow::selectFilter( int fil ) |
1830 | { | 1834 | { |
1831 | if ( fil == 0 ) { | 1835 | if ( fil == 0 ) { |
1832 | mView->editFilters( ); | 1836 | mView->editFilters( ); |
1833 | } else if ( fil == 1 ){ | 1837 | } else if ( fil == 1 ){ |
1834 | mView->toggleFilerEnabled( ); | 1838 | mView->toggleFilerEnabled( ); |
1835 | } else { | 1839 | } else { |
1836 | mView->selectFilter( fil-2 ); | 1840 | mView->selectFilter( fil-2 ); |
1837 | } | 1841 | } |
1838 | } | 1842 | } |
1839 | void MainWindow::configureToolBar( int item ) | 1843 | void MainWindow::configureToolBar( int item ) |
1840 | { | 1844 | { |
1841 | 1845 | ||
1842 | configureToolBarMenu->setItemChecked( item, !configureToolBarMenu-> isItemChecked ( item ) ); | 1846 | configureToolBarMenu->setItemChecked( item, !configureToolBarMenu-> isItemChecked ( item ) ); |
1843 | KOPrefs *p = KOPrefs::instance(); | 1847 | KOPrefs *p = KOPrefs::instance(); |
1844 | p-> mShowIconStretch= configureToolBarMenu->isItemChecked( 5 ); | 1848 | p-> mShowIconStretch= configureToolBarMenu->isItemChecked( 5 ); |
1845 | p-> mShowIconNewEvent= configureToolBarMenu->isItemChecked( 10 ); | 1849 | p-> mShowIconNewEvent= configureToolBarMenu->isItemChecked( 10 ); |
1846 | p->mShowIconNewTodo = configureToolBarMenu->isItemChecked( 20 ); | 1850 | p->mShowIconNewTodo = configureToolBarMenu->isItemChecked( 20 ); |
1847 | p-> mShowIconSearch= configureToolBarMenu->isItemChecked( 120 ); | 1851 | p-> mShowIconSearch= configureToolBarMenu->isItemChecked( 120 ); |
1848 | p-> mShowIconList= configureToolBarMenu->isItemChecked( 30 ); | 1852 | p-> mShowIconList= configureToolBarMenu->isItemChecked( 30 ); |
1849 | p-> mShowIconDay1= configureToolBarMenu->isItemChecked( 40 ); | 1853 | p-> mShowIconDay1= configureToolBarMenu->isItemChecked( 40 ); |
1850 | p-> mShowIconDay5= configureToolBarMenu->isItemChecked( 50 ); | 1854 | p-> mShowIconDay5= configureToolBarMenu->isItemChecked( 50 ); |
1851 | p-> mShowIconDay6= configureToolBarMenu->isItemChecked( 75 ); | 1855 | p-> mShowIconDay6= configureToolBarMenu->isItemChecked( 75 ); |
1852 | p-> mShowIconDay7= configureToolBarMenu->isItemChecked( 60 ); | 1856 | p-> mShowIconDay7= configureToolBarMenu->isItemChecked( 60 ); |
1853 | p-> mShowIconMonth= configureToolBarMenu->isItemChecked( 70 ); | 1857 | p-> mShowIconMonth= configureToolBarMenu->isItemChecked( 70 ); |
1854 | p-> mShowIconTodoview= configureToolBarMenu->isItemChecked( 80 ); | 1858 | p-> mShowIconTodoview= configureToolBarMenu->isItemChecked( 80 ); |
1855 | p-> mShowIconBackFast= configureToolBarMenu->isItemChecked( 200 ); | 1859 | p-> mShowIconBackFast= configureToolBarMenu->isItemChecked( 200 ); |
1856 | p-> mShowIconBack = configureToolBarMenu->isItemChecked( 210 ); | 1860 | p-> mShowIconBack = configureToolBarMenu->isItemChecked( 210 ); |
1857 | p-> mShowIconToday= configureToolBarMenu->isItemChecked( 130 ); | 1861 | p-> mShowIconToday= configureToolBarMenu->isItemChecked( 130 ); |
1858 | p-> mShowIconForward= configureToolBarMenu->isItemChecked( 220 ); | 1862 | p-> mShowIconForward= configureToolBarMenu->isItemChecked( 220 ); |
1859 | p-> mShowIconForwardFast= configureToolBarMenu->isItemChecked( 230 ); | 1863 | p-> mShowIconForwardFast= configureToolBarMenu->isItemChecked( 230 ); |
1860 | p-> mShowIconNextDays= configureToolBarMenu->isItemChecked( 100 ); | 1864 | p-> mShowIconNextDays= configureToolBarMenu->isItemChecked( 100 ); |
1861 | p-> mShowIconNext= configureToolBarMenu->isItemChecked( 110 ); | 1865 | p-> mShowIconNext= configureToolBarMenu->isItemChecked( 110 ); |
1862 | p-> mShowIconJournal= configureToolBarMenu->isItemChecked( 90 ); | 1866 | p-> mShowIconJournal= configureToolBarMenu->isItemChecked( 90 ); |
1863 | p-> mShowIconWhatsThis= configureToolBarMenu->isItemChecked( 300 ); | 1867 | p-> mShowIconWhatsThis= configureToolBarMenu->isItemChecked( 300 ); |
1864 | p-> mShowIconWeekNum= configureToolBarMenu->isItemChecked( 400 ); | 1868 | p-> mShowIconWeekNum= configureToolBarMenu->isItemChecked( 400 ); |
1865 | // initActions(); | 1869 | // initActions(); |
1866 | } | 1870 | } |
1867 | void MainWindow::setCaption ( const QString & c ) | 1871 | void MainWindow::setCaption ( const QString & c ) |
1868 | { | 1872 | { |
1869 | QString cap = c; | 1873 | QString cap = c; |
1870 | cap.replace( QRegExp("\n"), " " ); | 1874 | cap.replace( QRegExp("\n"), " " ); |
1871 | cap = cap.stripWhiteSpace(); | 1875 | cap = cap.stripWhiteSpace(); |
1872 | if ( cap.isEmpty() ) | 1876 | if ( cap.isEmpty() ) |
1873 | cap = "KO/Pi"; | 1877 | cap = "KO/Pi"; |
1874 | QWidget::setCaption( cap ); | 1878 | QWidget::setCaption( cap ); |
1875 | } | 1879 | } |
1876 | void MainWindow::setCaptionToDates() | 1880 | void MainWindow::setCaptionToDates() |
1877 | { | 1881 | { |
1878 | QString selDates; | 1882 | QString selDates; |
1879 | QDate date = mView->startDate(); | 1883 | QDate date = mView->startDate(); |
1880 | if ( ! date.isValid() ) { | 1884 | if ( ! date.isValid() ) { |
1881 | setCaption(""); | 1885 | setCaption(""); |
1882 | return; | 1886 | return; |
1883 | } | 1887 | } |
1884 | selDates = KGlobal::locale()->formatDate( date, true); | 1888 | selDates = KGlobal::locale()->formatDate( date, true); |
1885 | if (mView->startDate() < mView->endDate() ) | 1889 | if (mView->startDate() < mView->endDate() ) |
1886 | selDates += " - " + KGlobal::locale()->formatDate(mView->endDate(), true); | 1890 | selDates += " - " + KGlobal::locale()->formatDate(mView->endDate(), true); |
1887 | else { | 1891 | else { |
1888 | QString addString; | 1892 | QString addString; |
1889 | if ( date == QDateTime::currentDateTime().date() ) | 1893 | if ( date == QDateTime::currentDateTime().date() ) |
1890 | addString = i18n("Today"); | 1894 | addString = i18n("Today"); |
1891 | else if ( date == QDateTime::currentDateTime().date().addDays(1) ) | 1895 | else if ( date == QDateTime::currentDateTime().date().addDays(1) ) |
1892 | addString = i18n("Tomorrow"); | 1896 | addString = i18n("Tomorrow"); |
1893 | if ( !addString.isEmpty() ) | 1897 | if ( !addString.isEmpty() ) |
1894 | selDates = addString+", "+selDates ; | 1898 | selDates = addString+", "+selDates ; |
1895 | } | 1899 | } |
1896 | setCaption( i18n("Dates: ") + selDates ); | 1900 | setCaption( i18n("Dates: ") + selDates ); |
1897 | 1901 | ||
1898 | } | 1902 | } |
1899 | void MainWindow::showConfigureAgenda( ) | 1903 | void MainWindow::showConfigureAgenda( ) |
1900 | { | 1904 | { |
1901 | int iii; | 1905 | int iii; |
1902 | for ( iii = 1;iii<= 10 ;++iii ){ | 1906 | for ( iii = 1;iii<= 10 ;++iii ){ |
1903 | configureAgendaMenu->setItemChecked( (iii+1)*2, false ); | 1907 | configureAgendaMenu->setItemChecked( (iii+1)*2, false ); |
1904 | } | 1908 | } |
1905 | configureAgendaMenu->setItemChecked( (KOPrefs::instance()->mHourSize/2)*2, true ); | 1909 | configureAgendaMenu->setItemChecked( (KOPrefs::instance()->mHourSize/2)*2, true ); |
1906 | } | 1910 | } |
1907 | void MainWindow::configureAgenda( int item ) | 1911 | void MainWindow::configureAgenda( int item ) |
1908 | { | 1912 | { |
1909 | if ( KOPrefs::instance()->mHourSize == item ) | 1913 | if ( KOPrefs::instance()->mHourSize == item ) |
1910 | return; | 1914 | return; |
1911 | KOPrefs::instance()->mHourSize=item; | 1915 | KOPrefs::instance()->mHourSize=item; |
1912 | mView->viewManager()->agendaView()->updateConfig(); | 1916 | mView->viewManager()->agendaView()->updateConfig(); |
1913 | } | 1917 | } |
1914 | 1918 | ||
1915 | void MainWindow::saveCalendar() | 1919 | void MainWindow::saveCalendar() |
1916 | { | 1920 | { |
1917 | QString fn = KOPrefs::instance()->mLastSaveFile; | 1921 | QString fn = KOPrefs::instance()->mLastSaveFile; |
1918 | fn = KFileDialog::getSaveFileName( fn, i18n("Save backup filename"), this ); | 1922 | fn = KFileDialog::getSaveFileName( fn, i18n("Save backup filename"), this ); |
1919 | 1923 | ||
1920 | if ( fn == "" ) | 1924 | if ( fn == "" ) |
1921 | return; | 1925 | return; |
1922 | QFileInfo info; | 1926 | QFileInfo info; |
1923 | info.setFile( fn ); | 1927 | info.setFile( fn ); |
1924 | QString mes; | 1928 | QString mes; |
1925 | bool createbup = true; | 1929 | bool createbup = true; |
1926 | if ( info. exists() ) { | 1930 | if ( info. exists() ) { |
1927 | mes = i18n("Backup file\nalready exists!\nOld backup file from:\n%1\nOverwrite?\n").arg(KGlobal::locale()->formatDateTime(info.lastModified (), true, false )) ; | 1931 | mes = i18n("Backup file\nalready exists!\nOld backup file from:\n%1\nOverwrite?\n").arg(KGlobal::locale()->formatDateTime(info.lastModified (), true, false )) ; |
1928 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"),mes, | 1932 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"),mes, |
1929 | i18n("Overwrite!"), i18n("Cancel"), 0, | 1933 | i18n("Overwrite!"), i18n("Cancel"), 0, |
1930 | 0, 1 ); | 1934 | 0, 1 ); |
1931 | if ( result != 0 ) { | 1935 | if ( result != 0 ) { |
1932 | createbup = false; | 1936 | createbup = false; |
1933 | } | 1937 | } |
1934 | } | 1938 | } |
1935 | if ( createbup ) { | 1939 | if ( createbup ) { |
1936 | mView->saveCalendar( fn ); | 1940 | mView->saveCalendar( fn ); |
1937 | mes = i18n("KO/Pi:Saved %1").arg(fn); | 1941 | mes = i18n("KO/Pi:Saved %1").arg(fn); |
1938 | KOPrefs::instance()->mLastSaveFile = fn; | 1942 | KOPrefs::instance()->mLastSaveFile = fn; |
1939 | setCaption(mes); | 1943 | setCaption(mes); |
1940 | } | 1944 | } |
1941 | } | 1945 | } |
1942 | void MainWindow::loadCalendar() | 1946 | void MainWindow::loadCalendar() |
1943 | { | 1947 | { |
1944 | 1948 | ||
1945 | QString fn = KOPrefs::instance()->mLastLoadFile; | 1949 | QString fn = KOPrefs::instance()->mLastLoadFile; |
1946 | fn = KFileDialog::getOpenFileName( fn, i18n("Load backup filename"), this ); | 1950 | fn = KFileDialog::getOpenFileName( fn, i18n("Load backup filename"), this ); |
1947 | 1951 | ||
1948 | if ( fn == "" ) | 1952 | if ( fn == "" ) |
1949 | return; | 1953 | return; |
1950 | QFileInfo info; | 1954 | QFileInfo info; |
1951 | info.setFile( fn ); | 1955 | info.setFile( fn ); |
1952 | QString mess; | 1956 | QString mess; |
1953 | bool loadbup = true; | 1957 | bool loadbup = true; |
1954 | if ( info. exists() ) { | 1958 | if ( info. exists() ) { |
1955 | mess = i18n("Backup file from:\n%1\nLoading backup\nfile will delete\nyour current Data!\n").arg(KGlobal::locale()->formatDateTime(info.lastModified (), true, false )); | 1959 | mess = i18n("Backup file from:\n%1\nLoading backup\nfile will delete\nyour current Data!\n").arg(KGlobal::locale()->formatDateTime(info.lastModified (), true, false )); |
1956 | int result = QMessageBox::warning( this, "KO/Pi: Warning!", | 1960 | int result = QMessageBox::warning( this, "KO/Pi: Warning!", |
1957 | mess, | 1961 | mess, |
1958 | i18n("Load!"), i18n("Cancel"), 0, | 1962 | i18n("Load!"), i18n("Cancel"), 0, |
1959 | 0, 1 ); | 1963 | 0, 1 ); |
1960 | if ( result != 0 ) { | 1964 | if ( result != 0 ) { |
1961 | loadbup = false; | 1965 | loadbup = false; |
1962 | } | 1966 | } |
1963 | } else { | 1967 | } else { |
1964 | QMessageBox::warning( this, i18n("KO/Pi: Warning!"), | 1968 | QMessageBox::warning( this, i18n("KO/Pi: Warning!"), |
1965 | i18n("Backup file\ndoes not exist!\nNothing loaded!"), 0, 0, | 1969 | i18n("Backup file\ndoes not exist!\nNothing loaded!"), 0, 0, |
1966 | 0, 1 ); | 1970 | 0, 1 ); |
1967 | 1971 | ||
1968 | return; | 1972 | return; |
1969 | } | 1973 | } |
1970 | if ( loadbup ) { | 1974 | if ( loadbup ) { |
1971 | mView->openCalendar( fn ); | 1975 | mView->openCalendar( fn ); |
1972 | KOPrefs::instance()->mLastLoadFile = fn; | 1976 | KOPrefs::instance()->mLastLoadFile = fn; |
1973 | mess = i18n("KO/Pi:Loaded %1").arg(fn) ; | 1977 | mess = i18n("KO/Pi:Loaded %1").arg(fn) ; |
1974 | setCaption(mess); | 1978 | setCaption(mess); |
1975 | } | 1979 | } |
1976 | 1980 | ||
1977 | } | 1981 | } |
1978 | void MainWindow::quickImportIcal() | 1982 | void MainWindow::quickImportIcal() |
1979 | { | 1983 | { |
1980 | importFile( KOPrefs::instance()->mLastImportFile, false ); | 1984 | importFile( KOPrefs::instance()->mLastImportFile, false ); |
1981 | } | 1985 | } |
1982 | void MainWindow::importFile( QString fn, bool quick ) | 1986 | void MainWindow::importFile( QString fn, bool quick ) |
1983 | { | 1987 | { |
1984 | QFileInfo info; | 1988 | QFileInfo info; |
1985 | info.setFile( fn ); | 1989 | info.setFile( fn ); |
1986 | QString mess; | 1990 | QString mess; |
1987 | bool loadbup = true; | 1991 | bool loadbup = true; |
1988 | if ( !info. exists() ) { | 1992 | if ( !info. exists() ) { |
1989 | mess = i18n("Import file \n...%1\ndoes not exist!\nNothing imported!\n").arg(fn.right( 30)); | 1993 | mess = i18n("Import file \n...%1\ndoes not exist!\nNothing imported!\n").arg(fn.right( 30)); |
1990 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), | 1994 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), |
1991 | mess ); | 1995 | mess ); |
1992 | return; | 1996 | return; |
1993 | } | 1997 | } |
1994 | int result = 0; | 1998 | int result = 0; |
1995 | if ( !quick ) { | 1999 | if ( !quick ) { |
1996 | mess = i18n( "Import file \n...%1\nfrom:\n%2\nDuplicated entries\nwill not be imported!\n").arg(fn.right( 25)).arg(KGlobal::locale()->formatDateTime(info.lastModified (), true, false )); | 2000 | mess = i18n( "Import file \n...%1\nfrom:\n%2\nDuplicated entries\nwill not be imported!\n").arg(fn.right( 25)).arg(KGlobal::locale()->formatDateTime(info.lastModified (), true, false )); |
1997 | result = QMessageBox::warning( this, "KO/Pi: Warning!", | 2001 | result = QMessageBox::warning( this, "KO/Pi: Warning!", |
1998 | mess, | 2002 | mess, |
1999 | "Import", "Cancel", 0, | 2003 | "Import", "Cancel", 0, |
2000 | 0, 1 ); | 2004 | 0, 1 ); |
2001 | } | 2005 | } |
2002 | if ( result == 0 ) { | 2006 | if ( result == 0 ) { |
2003 | if ( mView->openCalendar( fn, true )) { | 2007 | if ( mView->openCalendar( fn, true )) { |
2004 | KOPrefs::instance()->mLastImportFile = fn; | 2008 | KOPrefs::instance()->mLastImportFile = fn; |
2005 | setCaption(i18n("Imported file successfully")); | 2009 | setCaption(i18n("Imported file successfully")); |
2006 | } else { | 2010 | } else { |
2007 | setCaption(i18n("Error importing file")); | 2011 | setCaption(i18n("Error importing file")); |
2008 | } | 2012 | } |
2009 | } | 2013 | } |
2010 | } | 2014 | } |
2011 | 2015 | ||
2012 | void MainWindow::importIcal() | 2016 | void MainWindow::importIcal() |
2013 | { | 2017 | { |
2014 | 2018 | ||
2015 | QString fn =KOPrefs::instance()->mLastImportFile; | 2019 | QString fn =KOPrefs::instance()->mLastImportFile; |
2016 | 2020 | ||
2017 | fn =KFileDialog:: getOpenFileName( fn, i18n("Import filename(*.ics/*.vcs)"), this ); | 2021 | fn =KFileDialog:: getOpenFileName( fn, i18n("Import filename(*.ics/*.vcs)"), this ); |
2018 | if ( fn == "" ) | 2022 | if ( fn == "" ) |
2019 | return; | 2023 | return; |
2020 | importFile( fn, true ); | 2024 | importFile( fn, true ); |
2021 | 2025 | ||
2022 | } | 2026 | } |
2023 | 2027 | ||
2024 | void MainWindow::exportVCalendar() | 2028 | void MainWindow::exportVCalendar() |
2025 | { | 2029 | { |
2026 | QString fn = KOPrefs::instance()->mLastVcalFile; | 2030 | QString fn = KOPrefs::instance()->mLastVcalFile; |
2027 | fn = KFileDialog::getSaveFileName( fn, i18n("Export vcal filename(*.vcs)"), this ); | 2031 | fn = KFileDialog::getSaveFileName( fn, i18n("Export vcal filename(*.vcs)"), this ); |
2028 | if ( fn == "" ) | 2032 | if ( fn == "" ) |
2029 | return; | 2033 | return; |
2030 | QFileInfo info; | 2034 | QFileInfo info; |
2031 | info.setFile( fn ); | 2035 | info.setFile( fn ); |
2032 | QString mes; | 2036 | QString mes; |
2033 | bool createbup = true; | 2037 | bool createbup = true; |
2034 | if ( info. exists() ) { | 2038 | if ( info. exists() ) { |
2035 | mes = i18n("Save file\nalready exists!\nOld save file from:\n%1\nOverwrite?\n").arg (KGlobal::locale()->formatDateTime(info.lastModified (), true, false ) ); | 2039 | mes = i18n("Save file\nalready exists!\nOld save file from:\n%1\nOverwrite?\n").arg (KGlobal::locale()->formatDateTime(info.lastModified (), true, false ) ); |
2036 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"),mes, | 2040 | int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"),mes, |
2037 | i18n("Overwrite!"), i18n("Cancel"), 0, | 2041 | i18n("Overwrite!"), i18n("Cancel"), 0, |
2038 | 0, 1 ); | 2042 | 0, 1 ); |
2039 | if ( result != 0 ) { | 2043 | if ( result != 0 ) { |
2040 | createbup = false; | 2044 | createbup = false; |
2041 | } | 2045 | } |
2042 | } | 2046 | } |
2043 | if ( createbup ) { | 2047 | if ( createbup ) { |
2044 | if ( mView->exportVCalendar( fn ) ) { | 2048 | if ( mView->exportVCalendar( fn ) ) { |
2045 | KOPrefs::instance()->mLastVcalFile = fn; | 2049 | KOPrefs::instance()->mLastVcalFile = fn; |
2046 | if ( fn.length() > 20 ) | 2050 | if ( fn.length() > 20 ) |
2047 | mes = i18n("KO/Pi:Exported to ...%1").arg(fn.right(20)) ; | 2051 | mes = i18n("KO/Pi:Exported to ...%1").arg(fn.right(20)) ; |
2048 | else | 2052 | else |
2049 | mes = i18n("KO/Pi:Exported to %1").arg(fn ); | 2053 | mes = i18n("KO/Pi:Exported to %1").arg(fn ); |
2050 | setCaption(mes); | 2054 | setCaption(mes); |
2051 | } | 2055 | } |
2052 | } | 2056 | } |
2053 | 2057 | ||
2054 | } | 2058 | } |
2055 | QString MainWindow::sentSyncFile() | 2059 | QString MainWindow::sentSyncFile() |
2056 | { | 2060 | { |
2057 | #ifdef DESKTOP_VERSION | 2061 | #ifdef DESKTOP_VERSION |
2058 | return locateLocal( "tmp", "copysynccal.ics" ); | 2062 | return locateLocal( "tmp", "copysynccal.ics" ); |
2059 | #else | 2063 | #else |
2060 | return QString( "/tmp/copysynccal.ics" ); | 2064 | return QString( "/tmp/copysynccal.ics" ); |
2061 | #endif | 2065 | #endif |
2062 | } | 2066 | } |
2063 | 2067 | ||
2064 | void MainWindow::syncFileRequest() | 2068 | void MainWindow::syncFileRequest() |
2065 | { | 2069 | { |
2066 | if ( KOPrefs::instance()->mPassiveSyncWithDesktop ) { | 2070 | if ( KOPrefs::instance()->mPassiveSyncWithDesktop ) { |
2067 | mSyncManager->slotSyncMenu( 999 ); | 2071 | mSyncManager->slotSyncMenu( 999 ); |
2068 | } | 2072 | } |
2069 | 2073 | ||
2070 | setCaption(i18n("Saving Data to temp file ..." )); | 2074 | setCaption(i18n("Saving Data to temp file ..." )); |
2071 | mView->saveCalendar( sentSyncFile() ); | 2075 | mView->saveCalendar( sentSyncFile() ); |
2072 | setCaption(i18n("Data saved to temp file!" )); | 2076 | setCaption(i18n("Data saved to temp file!" )); |
2073 | 2077 | ||
2074 | } | 2078 | } |
2075 | void MainWindow::getFile( bool success ) | 2079 | void MainWindow::getFile( bool success ) |
2076 | { | 2080 | { |
2077 | if ( ! success ) { | 2081 | if ( ! success ) { |
2078 | setCaption( i18n("Error receiving file. Nothing changed!") ); | 2082 | setCaption( i18n("Error receiving file. Nothing changed!") ); |
2079 | return; | 2083 | return; |
2080 | } | 2084 | } |
2081 | mView->openCalendar( sentSyncFile() ); | 2085 | mView->openCalendar( sentSyncFile() ); |
2082 | if ( KOPrefs::instance()->mPassiveSyncWithDesktop ) { | 2086 | if ( KOPrefs::instance()->mPassiveSyncWithDesktop ) { |
2083 | mSyncManager->slotSyncMenu( 999 ); | 2087 | mSyncManager->slotSyncMenu( 999 ); |
2084 | } | 2088 | } |
2085 | setCaption( i18n("Pi-Sync successful!") ); | 2089 | setCaption( i18n("Pi-Sync successful!") ); |
2086 | } | 2090 | } |
2087 | 2091 | ||
2088 | void MainWindow::printSel( ) | 2092 | void MainWindow::printSel( ) |
2089 | { | 2093 | { |
2090 | mView->viewManager()->agendaView()->agenda()->printSelection(); | 2094 | mView->viewManager()->agendaView()->agenda()->printSelection(); |
2091 | } | 2095 | } |
2092 | 2096 | ||
2093 | void MainWindow::printCal() | 2097 | void MainWindow::printCal() |
2094 | { | 2098 | { |
2095 | mView->print();//mCp->showDialog(); | 2099 | mView->print();//mCp->showDialog(); |
2096 | } | 2100 | } |
2097 | 2101 | ||
2098 | 2102 | ||
2099 | #include "libkdepim/kdatepicker.h" | 2103 | #include "libkdepim/kdatepicker.h" |
2100 | #include <kdatetbl.h> | 2104 | #include <kdatetbl.h> |
2101 | void MainWindow::weekAction() | 2105 | void MainWindow::weekAction() |
2102 | { | 2106 | { |
2103 | int month; | 2107 | int month; |
2104 | KPopupFrame* popup = new KPopupFrame(this); | 2108 | KPopupFrame* popup = new KPopupFrame(this); |
2105 | KDateInternalWeekPicker* picker = new KDateInternalWeekPicker(popup); | 2109 | KDateInternalWeekPicker* picker = new KDateInternalWeekPicker(popup); |
2106 | // ----- | 2110 | // ----- |
2107 | picker->resize(picker->sizeHint()); | 2111 | picker->resize(picker->sizeHint()); |
2108 | popup->setMainWidget(picker); | 2112 | popup->setMainWidget(picker); |
2109 | picker->setFocus(); | 2113 | picker->setFocus(); |
2110 | connect(picker, SIGNAL(closeMe(int)), popup, SLOT(close(int))); | 2114 | connect(picker, SIGNAL(closeMe(int)), popup, SLOT(close(int))); |
2111 | int x = 0; | 2115 | int x = 0; |
2112 | int y = iconToolBar->height(); | 2116 | int y = iconToolBar->height(); |
2113 | int dX = 0; | 2117 | int dX = 0; |
2114 | int dY = 0; | 2118 | int dY = 0; |
2115 | if ( iconToolBar->orientation () == Qt:: Horizontal ) { | 2119 | if ( iconToolBar->orientation () == Qt:: Horizontal ) { |
2116 | if ( iconToolBar->y() > height()/2 ) { | 2120 | if ( iconToolBar->y() > height()/2 ) { |
2117 | dY = picker->sizeHint().height()+8; | 2121 | dY = picker->sizeHint().height()+8; |
2118 | y = 0; | 2122 | y = 0; |
2119 | } | 2123 | } |
2120 | } else { | 2124 | } else { |
2121 | if ( iconToolBar->x() > width()/2 ) { // right side | 2125 | if ( iconToolBar->x() > width()/2 ) { // right side |
2122 | x=0; | 2126 | x=0; |
2123 | dX= picker->sizeHint().width()+8; | 2127 | dX= picker->sizeHint().width()+8; |
2124 | y = 0; | 2128 | y = 0; |
2125 | } else { | 2129 | } else { |
2126 | x= iconToolBar->width(); | 2130 | x= iconToolBar->width(); |
2127 | y = 0; | 2131 | y = 0; |
2128 | } | 2132 | } |
2129 | } | 2133 | } |
2130 | //qDebug("dax %d dy %d %d %d ", dX, dY, iconToolBar->x(), iconToolBar->y() ); | 2134 | //qDebug("dax %d dy %d %d %d ", dX, dY, iconToolBar->x(), iconToolBar->y() ); |
2131 | if(popup->exec(iconToolBar->mapToGlobal(QPoint(x,y)-QPoint( dX,dY)))) | 2135 | if(popup->exec(iconToolBar->mapToGlobal(QPoint(x,y)-QPoint( dX,dY)))) |
2132 | { | 2136 | { |
2133 | month = picker->getResult(); | 2137 | month = picker->getResult(); |
2134 | emit selectWeek ( month ); | 2138 | emit selectWeek ( month ); |
2135 | //qDebug("weekSelected %d ", month); | 2139 | //qDebug("weekSelected %d ", month); |
2136 | } | 2140 | } |
2137 | delete popup; | 2141 | delete popup; |
2138 | } | 2142 | } |
2139 | 2143 | ||
2140 | void MainWindow::hideEvent ( QHideEvent * ) | 2144 | void MainWindow::hideEvent ( QHideEvent * ) |
2141 | { | 2145 | { |
2142 | QString message; | 2146 | QString message; |
2143 | QDateTime nextA = mCalendar->nextAlarmEventDateTime(); | 2147 | QDateTime nextA = mCalendar->nextAlarmEventDateTime(); |
2144 | if ( nextA.isValid() ) { | 2148 | if ( nextA.isValid() ) { |
2145 | QString sum = mCalendar->nextSummary(); | 2149 | QString sum = mCalendar->nextSummary(); |
2146 | 2150 | ||
2147 | message = i18n("%1 %2 - %3 (next event/todo with alarm)").arg( KGlobal::locale()->formatTime(nextA.time() , false)).arg(sum ).arg( KGlobal::locale()->formatDate(nextA.date() , false)); | 2151 | message = i18n("%1 %2 - %3 (next event/todo with alarm)").arg( KGlobal::locale()->formatTime(nextA.time() , false)).arg(sum ).arg( KGlobal::locale()->formatDate(nextA.date() , false)); |
2148 | setCaption( message ); | 2152 | setCaption( message ); |
2149 | } | 2153 | } |
2150 | } | 2154 | } |