-rw-r--r-- | korganizer/calendarview.cpp | 42 | ||||
-rw-r--r-- | korganizer/calendarview.h | 5 | ||||
-rw-r--r-- | korganizer/koagendaview.cpp | 8 | ||||
-rw-r--r-- | korganizer/koagendaview.h | 1 | ||||
-rw-r--r-- | korganizer/kotodoview.cpp | 6 | ||||
-rw-r--r-- | korganizer/kotodoview.h | 1 | ||||
-rw-r--r-- | korganizer/koviewmanager.cpp | 16 | ||||
-rw-r--r-- | korganizer/koviewmanager.h | 7 |
8 files changed, 52 insertions, 34 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 28b17a5..31e103d 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp | |||
@@ -1,1228 +1,1230 @@ | |||
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 (preton.brown@yale.edu) | 8 | Preston Brown (preton.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 "koagenda.h" | 107 | #include "koagenda.h" |
108 | #include "kodialogmanager.h" | 108 | #include "kodialogmanager.h" |
109 | #include "outgoingdialog.h" | 109 | #include "outgoingdialog.h" |
110 | #include "incomingdialog.h" | 110 | #include "incomingdialog.h" |
111 | #include "datenavigatorcontainer.h" | 111 | #include "datenavigatorcontainer.h" |
112 | #include "statusdialog.h" | 112 | #include "statusdialog.h" |
113 | #include "kdatenavigator.h" | 113 | #include "kdatenavigator.h" |
114 | #include "kotodoview.h" | 114 | #include "kotodoview.h" |
115 | #include "datenavigator.h" | 115 | #include "datenavigator.h" |
116 | #include "resourceview.h" | 116 | #include "resourceview.h" |
117 | #include "navigatorbar.h" | 117 | #include "navigatorbar.h" |
118 | #include "searchdialog.h" | 118 | #include "searchdialog.h" |
119 | #include "mainwindow.h" | 119 | #include "mainwindow.h" |
120 | #include "categoryeditdialog.h" | 120 | #include "categoryeditdialog.h" |
121 | 121 | ||
122 | #include "calendarview.h" | 122 | #include "calendarview.h" |
123 | #ifndef DESKTOP_VERSION | 123 | #ifndef DESKTOP_VERSION |
124 | #include <qtopia/alarmserver.h> | 124 | #include <qtopia/alarmserver.h> |
125 | #endif | 125 | #endif |
126 | #ifndef _WIN32_ | 126 | #ifndef _WIN32_ |
127 | #include <stdlib.h> | 127 | #include <stdlib.h> |
128 | #include <stdio.h> | 128 | #include <stdio.h> |
129 | #include <unistd.h> | 129 | #include <unistd.h> |
130 | #else | 130 | #else |
131 | #include <qprocess.h> | 131 | #include <qprocess.h> |
132 | #endif | 132 | #endif |
133 | 133 | ||
134 | #ifdef DESKTOP_VERSION | 134 | #ifdef DESKTOP_VERSION |
135 | #include <kabc/stdaddressbook.h> | 135 | #include <kabc/stdaddressbook.h> |
136 | #endif | 136 | #endif |
137 | using namespace KOrg; | 137 | using namespace KOrg; |
138 | using namespace KCal; | 138 | using namespace KCal; |
139 | extern int globalFlagBlockAgenda; | 139 | extern int globalFlagBlockAgenda; |
140 | extern int globalFlagBlockStartup; | 140 | extern int globalFlagBlockStartup; |
141 | 141 | ||
142 | 142 | ||
143 | MissedAlarmTextBrowser::MissedAlarmTextBrowser(QWidget *parent, QPtrList<Incidence> alarms,QDateTime start ) : QTextBrowser(parent) | 143 | MissedAlarmTextBrowser::MissedAlarmTextBrowser(QWidget *parent, QPtrList<Incidence> alarms,QDateTime start ) : QTextBrowser(parent) |
144 | 144 | ||
145 | { | 145 | { |
146 | mAlarms = alarms; | 146 | mAlarms = alarms; |
147 | viewport()->setBackgroundColor( QColor( 255, 255, 255 ) ); | 147 | viewport()->setBackgroundColor( QColor( 255, 255, 255 ) ); |
148 | QString mText = "<table width=\"100%\">\n"; | 148 | QString mText = "<table width=\"100%\">\n"; |
149 | //mText += "<tr bgcolor=\"#3679AD\"><td><h2>"; | 149 | //mText += "<tr bgcolor=\"#3679AD\"><td><h2>"; |
150 | #ifdef DESKTOP_VERSION | 150 | #ifdef DESKTOP_VERSION |
151 | mText += "<tr bgcolor=\"#5699CD\"><td align=\"center\"><h2>"; | 151 | mText += "<tr bgcolor=\"#5699CD\"><td align=\"center\"><h2>"; |
152 | #else | 152 | #else |
153 | mText += "<tr bgcolor=\"#5699CD\"><td align=\"center\"><h3>"; | 153 | mText += "<tr bgcolor=\"#5699CD\"><td align=\"center\"><h3>"; |
154 | #endif | 154 | #endif |
155 | // mText += "<img src=\""; | 155 | // mText += "<img src=\""; |
156 | // mText += ipath; | 156 | // mText += ipath; |
157 | // mText += "\">"; | 157 | // mText += "\">"; |
158 | //mEventDate = QDate::currentDate(); | 158 | //mEventDate = QDate::currentDate(); |
159 | #ifdef DESKTOP_VERSION | 159 | #ifdef DESKTOP_VERSION |
160 | mText += "<font color=\"#FFFFFF\"> <em>" + i18n("You missed the alarms for the following events or todos:")+"</em></font></h2>"; | 160 | mText += "<font color=\"#FFFFFF\"> <em>" + i18n("You missed the alarms for the following events or todos:")+"</em></font></h2>"; |
161 | #else | 161 | #else |
162 | mText += "<font color=\"#FFFFFF\"> <em>" + i18n("You missed the alarms for the following events or todos:")+"</em></font></h3>"; | 162 | mText += "<font color=\"#FFFFFF\"> <em>" + i18n("You missed the alarms for the following events or todos:")+"</em></font></h3>"; |
163 | #endif | 163 | #endif |
164 | //mText += "</td></tr>\n<tr bgcolor=\"#FF997D\"><td>"; | 164 | //mText += "</td></tr>\n<tr bgcolor=\"#FF997D\"><td>"; |
165 | 165 | ||
166 | Incidence * inc = getNextInc( start ); | 166 | Incidence * inc = getNextInc( start ); |
167 | int time = 0; | 167 | int time = 0; |
168 | //mText += "<table>"; | 168 | //mText += "<table>"; |
169 | while ( inc ) { | 169 | while ( inc ) { |
170 | QDateTime dt ; | 170 | QDateTime dt ; |
171 | QString tempText = "<a "; | 171 | QString tempText = "<a "; |
172 | bool ok; | 172 | bool ok; |
173 | dt = inc->getNextOccurence( start, &ok ); | 173 | dt = inc->getNextOccurence( start, &ok ); |
174 | if ( !ok ) continue; | 174 | if ( !ok ) continue; |
175 | if ( inc->typeID() == eventID ) { | 175 | if ( inc->typeID() == eventID ) { |
176 | tempText += "href=\"event:"; | 176 | tempText += "href=\"event:"; |
177 | } else if ( inc->typeID() == todoID ) { | 177 | } else if ( inc->typeID() == todoID ) { |
178 | tempText += "href=\"todo:"; | 178 | tempText += "href=\"todo:"; |
179 | } | 179 | } |
180 | tempText += inc->uid() + "\">"; | 180 | tempText += inc->uid() + "\">"; |
181 | if ( inc->typeID() == todoID ) | 181 | if ( inc->typeID() == todoID ) |
182 | tempText += i18n("Todo: "); | 182 | tempText += i18n("Todo: "); |
183 | if ( inc->summary().length() > 0 ) | 183 | if ( inc->summary().length() > 0 ) |
184 | tempText += inc->summary(); | 184 | tempText += inc->summary(); |
185 | else | 185 | else |
186 | tempText += i18n("-no summary-"); | 186 | tempText += i18n("-no summary-"); |
187 | QString timestr; | 187 | QString timestr; |
188 | if (!inc->doesFloat()) | 188 | if (!inc->doesFloat()) |
189 | timestr = KGlobal::locale()->formatDateTime( dt, KOPrefs::instance()->mShortDateInViewer) +": "; | 189 | timestr = KGlobal::locale()->formatDateTime( dt, KOPrefs::instance()->mShortDateInViewer) +": "; |
190 | else | 190 | else |
191 | timestr = KGlobal::locale()->formatDate( dt.date() , KOPrefs::instance()->mShortDateInViewer) +": "; | 191 | timestr = KGlobal::locale()->formatDate( dt.date() , KOPrefs::instance()->mShortDateInViewer) +": "; |
192 | if ( dt.date() < QDate::currentDate() && time == 0 ) { | 192 | if ( dt.date() < QDate::currentDate() && time == 0 ) { |
193 | mText += "</td></tr>\n<tr bgcolor=\"#FF997D\"><td>"; | 193 | mText += "</td></tr>\n<tr bgcolor=\"#FF997D\"><td>"; |
194 | mText += "<table>"; | 194 | mText += "<table>"; |
195 | time = 1; | 195 | time = 1; |
196 | } | 196 | } |
197 | if ( dt.date() == QDate::currentDate() && time <= 1 ) { | 197 | if ( dt.date() == QDate::currentDate() && time <= 1 ) { |
198 | if ( time > 0 ) | 198 | if ( time > 0 ) |
199 | mText +="</table>"; | 199 | mText +="</table>"; |
200 | mText += "</td></tr>\n<tr bgcolor=\"#FFDC64\"><td>"; | 200 | mText += "</td></tr>\n<tr bgcolor=\"#FFDC64\"><td>"; |
201 | mText += "<table>"; | 201 | mText += "<table>"; |
202 | time = 2; | 202 | time = 2; |
203 | 203 | ||
204 | } | 204 | } |
205 | if ( dt.date() > QDate::currentDate() && time <= 2 ) { | 205 | if ( dt.date() > QDate::currentDate() && time <= 2 ) { |
206 | if ( time > 0 ) | 206 | if ( time > 0 ) |
207 | mText +="</table>"; | 207 | mText +="</table>"; |
208 | mText += "</td></tr>\n<tr bgcolor=\"#6AFF6A\"><td>"; | 208 | mText += "</td></tr>\n<tr bgcolor=\"#6AFF6A\"><td>"; |
209 | mText += "<table>"; | 209 | mText += "<table>"; |
210 | time = 3; | 210 | time = 3; |
211 | } | 211 | } |
212 | mText +="<tr><td><b>"; | 212 | mText +="<tr><td><b>"; |
213 | mText += timestr; | 213 | mText += timestr; |
214 | mText += "</b></td><td>"; | 214 | mText += "</b></td><td>"; |
215 | mText += tempText; | 215 | mText += tempText; |
216 | mText += "</td></tr>\n"; | 216 | mText += "</td></tr>\n"; |
217 | inc = getNextInc( start ); | 217 | inc = getNextInc( start ); |
218 | } | 218 | } |
219 | mText +="</table>"; | 219 | mText +="</table>"; |
220 | setText( mText ); | 220 | setText( mText ); |
221 | } | 221 | } |
222 | 222 | ||
223 | MissedAlarmTextBrowser::~MissedAlarmTextBrowser() | 223 | MissedAlarmTextBrowser::~MissedAlarmTextBrowser() |
224 | { | 224 | { |
225 | //qDebug("delete MissedAlarmTextBrowser::~MissedAlarmTextBrowser() "); | 225 | //qDebug("delete MissedAlarmTextBrowser::~MissedAlarmTextBrowser() "); |
226 | } | 226 | } |
227 | Incidence * MissedAlarmTextBrowser::getNextInc( QDateTime start ) | 227 | Incidence * MissedAlarmTextBrowser::getNextInc( QDateTime start ) |
228 | { | 228 | { |
229 | QDateTime dt ; | 229 | QDateTime dt ; |
230 | Incidence * retInc; | 230 | Incidence * retInc; |
231 | Incidence * inc = mAlarms.first(); | 231 | Incidence * inc = mAlarms.first(); |
232 | if ( inc == 0 ) | 232 | if ( inc == 0 ) |
233 | return 0; | 233 | return 0; |
234 | bool ok; | 234 | bool ok; |
235 | dt = inc->getNextOccurence( start, &ok ); | 235 | dt = inc->getNextOccurence( start, &ok ); |
236 | if ( ! ok ) return 0; | 236 | if ( ! ok ) return 0; |
237 | QDateTime dtn ; | 237 | QDateTime dtn ; |
238 | retInc = inc; | 238 | retInc = inc; |
239 | inc = mAlarms.next(); | 239 | inc = mAlarms.next(); |
240 | while ( inc ) { | 240 | while ( inc ) { |
241 | dtn = inc->getNextOccurence( start, &ok ); | 241 | dtn = inc->getNextOccurence( start, &ok ); |
242 | if ( ! ok ) return 0; | 242 | if ( ! ok ) return 0; |
243 | if ( dtn < dt ) { | 243 | if ( dtn < dt ) { |
244 | dt = dtn; | 244 | dt = dtn; |
245 | retInc = inc; | 245 | retInc = inc; |
246 | } | 246 | } |
247 | inc = mAlarms.next(); | 247 | inc = mAlarms.next(); |
248 | } | 248 | } |
249 | mAlarms.remove( retInc ); | 249 | mAlarms.remove( retInc ); |
250 | return retInc; | 250 | return retInc; |
251 | 251 | ||
252 | } | 252 | } |
253 | void MissedAlarmTextBrowser::setSource(const QString & n) | 253 | void MissedAlarmTextBrowser::setSource(const QString & n) |
254 | { | 254 | { |
255 | if (n.startsWith("event:")) { | 255 | if (n.startsWith("event:")) { |
256 | #ifdef DESKTOP_VERSION | 256 | #ifdef DESKTOP_VERSION |
257 | emit showIncidence(n.mid(8)); | 257 | emit showIncidence(n.mid(8)); |
258 | #else | 258 | #else |
259 | emit showIncidence(n.mid(6)); | 259 | emit showIncidence(n.mid(6)); |
260 | #endif | 260 | #endif |
261 | return; | 261 | return; |
262 | } else if (n.startsWith("todo:")) { | 262 | } else if (n.startsWith("todo:")) { |
263 | #ifdef DESKTOP_VERSION | 263 | #ifdef DESKTOP_VERSION |
264 | emit showIncidence(n.mid(7)); | 264 | emit showIncidence(n.mid(7)); |
265 | #else | 265 | #else |
266 | emit showIncidence(n.mid(5)); | 266 | emit showIncidence(n.mid(5)); |
267 | #endif | 267 | #endif |
268 | return; | 268 | return; |
269 | } | 269 | } |
270 | } | 270 | } |
271 | 271 | ||
272 | 272 | ||
273 | class KOBeamPrefs : public QDialog | 273 | class KOBeamPrefs : public QDialog |
274 | { | 274 | { |
275 | public: | 275 | public: |
276 | KOBeamPrefs( QWidget *parent=0, const char *name=0 ) : | 276 | KOBeamPrefs( QWidget *parent=0, const char *name=0 ) : |
277 | QDialog( parent, name, true ) | 277 | QDialog( parent, name, true ) |
278 | { | 278 | { |
279 | setCaption( i18n("Beam Options") ); | 279 | setCaption( i18n("Beam Options") ); |
280 | QVBoxLayout* lay = new QVBoxLayout( this ); | 280 | QVBoxLayout* lay = new QVBoxLayout( this ); |
281 | lay->setSpacing( 3 ); | 281 | lay->setSpacing( 3 ); |
282 | lay->setMargin( 3 ); | 282 | lay->setMargin( 3 ); |
283 | QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("File format"), this ); | 283 | QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("File format"), this ); |
284 | lay->addWidget( format ); | 284 | lay->addWidget( format ); |
285 | format->setExclusive ( true ) ; | 285 | format->setExclusive ( true ) ; |
286 | QButtonGroup* time = new QButtonGroup(1, Horizontal, i18n("Time format"), this ); | 286 | QButtonGroup* time = new QButtonGroup(1, Horizontal, i18n("Time format"), this ); |
287 | lay->addWidget( time ); time->setExclusive ( true ) ; | 287 | lay->addWidget( time ); time->setExclusive ( true ) ; |
288 | vcal = new QRadioButton(" vCalendar ", format ); | 288 | vcal = new QRadioButton(" vCalendar ", format ); |
289 | ical = new QRadioButton(" iCalendar ", format ); | 289 | ical = new QRadioButton(" iCalendar ", format ); |
290 | vcal->setChecked( true ); | 290 | vcal->setChecked( true ); |
291 | tz = new QRadioButton(i18n(" With timezone "), time ); | 291 | tz = new QRadioButton(i18n(" With timezone "), time ); |
292 | local = new QRadioButton(i18n(" Local time "), time ); | 292 | local = new QRadioButton(i18n(" Local time "), time ); |
293 | tz->setChecked( true ); | 293 | tz->setChecked( true ); |
294 | QPushButton * ok = new QPushButton( i18n("Beam via IR!"), this ); | 294 | QPushButton * ok = new QPushButton( i18n("Beam via IR!"), this ); |
295 | lay->addWidget( ok ); | 295 | lay->addWidget( ok ); |
296 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); | 296 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); |
297 | lay->addWidget( cancel ); | 297 | lay->addWidget( cancel ); |
298 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); | 298 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); |
299 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); | 299 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); |
300 | resize( 200, 200 ); | 300 | resize( 200, 200 ); |
301 | } | 301 | } |
302 | 302 | ||
303 | bool beamVcal() { return vcal->isChecked(); } | 303 | bool beamVcal() { return vcal->isChecked(); } |
304 | bool beamLocal() { return local->isChecked(); } | 304 | bool beamLocal() { return local->isChecked(); } |
305 | private: | 305 | private: |
306 | QRadioButton* vcal, *ical, *local, *tz; | 306 | QRadioButton* vcal, *ical, *local, *tz; |
307 | }; | 307 | }; |
308 | class KOCatPrefs : public QDialog | 308 | class KOCatPrefs : public QDialog |
309 | { | 309 | { |
310 | public: | 310 | public: |
311 | KOCatPrefs( QWidget *parent=0, const char *name=0 ) : | 311 | KOCatPrefs( QWidget *parent=0, const char *name=0 ) : |
312 | QDialog( parent, name, true ) | 312 | QDialog( parent, name, true ) |
313 | { | 313 | { |
314 | setCaption( i18n("Manage new Categories") ); | 314 | setCaption( i18n("Manage new Categories") ); |
315 | QVBoxLayout* lay = new QVBoxLayout( this ); | 315 | QVBoxLayout* lay = new QVBoxLayout( this ); |
316 | lay->setSpacing( 3 ); | 316 | lay->setSpacing( 3 ); |
317 | lay->setMargin( 3 ); | 317 | lay->setMargin( 3 ); |
318 | QLabel * lab = new QLabel( i18n("After importing/loading/syncing there may be new categories in events or todos which are not added automatically to the category list. Please choose what to do <b>now</b>:"), this ); | 318 | QLabel * lab = new QLabel( i18n("After importing/loading/syncing there may be new categories in events or todos which are not added automatically to the category list. Please choose what to do <b>now</b>:"), this ); |
319 | lay->addWidget( lab ); | 319 | lay->addWidget( lab ); |
320 | QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("New categories not in list:"), this ); | 320 | QButtonGroup* format = new QButtonGroup( 1, Horizontal, i18n("New categories not in list:"), this ); |
321 | lay->addWidget( format ); | 321 | lay->addWidget( format ); |
322 | format->setExclusive ( true ) ; | 322 | format->setExclusive ( true ) ; |
323 | addCatBut = new QRadioButton(i18n("Add to category list"), format ); | 323 | addCatBut = new QRadioButton(i18n("Add to category list"), format ); |
324 | new QRadioButton(i18n("Remove from Events/Todos"), format ); | 324 | new QRadioButton(i18n("Remove from Events/Todos"), format ); |
325 | addCatBut->setChecked( true ); | 325 | addCatBut->setChecked( true ); |
326 | QPushButton * ok = new QPushButton( i18n("Change category list now!"), this ); | 326 | QPushButton * ok = new QPushButton( i18n("Change category list now!"), this ); |
327 | lay->addWidget( ok ); | 327 | lay->addWidget( ok ); |
328 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); | 328 | QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); |
329 | lay->addWidget( cancel ); | 329 | lay->addWidget( cancel ); |
330 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); | 330 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); |
331 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); | 331 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); |
332 | resize( 200, 200 ); | 332 | resize( 200, 200 ); |
333 | } | 333 | } |
334 | 334 | ||
335 | bool addCat() { return addCatBut->isChecked(); } | 335 | bool addCat() { return addCatBut->isChecked(); } |
336 | private: | 336 | private: |
337 | QRadioButton* addCatBut; | 337 | QRadioButton* addCatBut; |
338 | }; | 338 | }; |
339 | 339 | ||
340 | 340 | ||
341 | 341 | ||
342 | CalendarView::CalendarView( CalendarResources *calendar, | 342 | CalendarView::CalendarView( CalendarResources *calendar, |
343 | QWidget *parent, const char *name ) | 343 | QWidget *parent, const char *name ) |
344 | : CalendarViewBase( parent, name ), | 344 | : CalendarViewBase( parent, name ), |
345 | mCalendar( calendar ), | 345 | mCalendar( calendar ), |
346 | mResourceManager( calendar->resourceManager() ) | 346 | mResourceManager( calendar->resourceManager() ) |
347 | { | 347 | { |
348 | 348 | ||
349 | mEventEditor = 0; | 349 | mEventEditor = 0; |
350 | mTodoEditor = 0; | 350 | mTodoEditor = 0; |
351 | 351 | ||
352 | init(); | 352 | init(); |
353 | } | 353 | } |
354 | 354 | ||
355 | CalendarView::CalendarView( Calendar *calendar, | 355 | CalendarView::CalendarView( Calendar *calendar, |
356 | QWidget *parent, const char *name ) | 356 | QWidget *parent, const char *name ) |
357 | : CalendarViewBase( parent, name ), | 357 | : CalendarViewBase( parent, name ), |
358 | mCalendar( calendar ), | 358 | mCalendar( calendar ), |
359 | mResourceManager( 0 ) | 359 | mResourceManager( 0 ) |
360 | { | 360 | { |
361 | 361 | ||
362 | mEventEditor = 0; | 362 | mEventEditor = 0; |
363 | mTodoEditor = 0; | 363 | mTodoEditor = 0; |
364 | init(); | 364 | init(); |
365 | } | 365 | } |
366 | 366 | ||
367 | void CalendarView::init() | 367 | void CalendarView::init() |
368 | { | 368 | { |
369 | flag_blockConflict = false; | ||
370 | flag_blockScrollBar = false; | ||
371 | flag_checkFileFirsttime = true; | ||
372 | flag_clearallviewsEventDisplay = false; | ||
373 | flag_clearallviewsupdateView = false; | ||
369 | mNextAlarmDateTime = QDateTime::currentDateTime(); | 374 | mNextAlarmDateTime = QDateTime::currentDateTime(); |
370 | setFocusPolicy (NoFocus ); | 375 | setFocusPolicy (NoFocus ); |
371 | mViewerCallerIsSearchDialog = false; | 376 | mViewerCallerIsSearchDialog = false; |
372 | mBlockShowDates = false; | 377 | mBlockShowDates = false; |
373 | mConflictingEvent = 0; | 378 | mConflictingEvent = 0; |
374 | mDatePickerMode = 0; | 379 | mDatePickerMode = 0; |
375 | mCurrentSyncDevice = ""; | 380 | mCurrentSyncDevice = ""; |
376 | mViewManager = new KOViewManager( this ); | 381 | mViewManager = new KOViewManager( this ); |
377 | mDialogManager = new KODialogManager( this ); | 382 | mDialogManager = new KODialogManager( this ); |
378 | mEventViewerDialog = 0; | 383 | mEventViewerDialog = 0; |
379 | mModified = false; | 384 | mModified = false; |
380 | mReadOnly = false; | 385 | mReadOnly = false; |
381 | mSelectedIncidence = 0; | 386 | mSelectedIncidence = 0; |
382 | mCalPrinter = 0; | 387 | mCalPrinter = 0; |
383 | mFilters.setAutoDelete(true); | 388 | mFilters.setAutoDelete(true); |
384 | 389 | ||
385 | mCalendar->registerObserver( this ); | 390 | mCalendar->registerObserver( this ); |
386 | // TODO: Make sure that view is updated, when calendar is changed. | 391 | // TODO: Make sure that view is updated, when calendar is changed. |
387 | 392 | ||
388 | mStorage = new FileStorage( mCalendar ); | 393 | mStorage = new FileStorage( mCalendar ); |
389 | mNavigator = new DateNavigator( this, "datevav", mViewManager ); | 394 | mNavigator = new DateNavigator( this, "datevav", mViewManager ); |
390 | 395 | ||
391 | QBoxLayout *topLayout = (QBoxLayout*)layout(); | 396 | QBoxLayout *topLayout = (QBoxLayout*)layout(); |
392 | #ifndef KORG_NOSPLITTER | 397 | #ifndef KORG_NOSPLITTER |
393 | // create the main layout frames. | 398 | // create the main layout frames. |
394 | mPanner = new QSplitter(QSplitter::Horizontal,this,"CalendarView::Panner"); | 399 | mPanner = new QSplitter(QSplitter::Horizontal,this,"CalendarView::Panner"); |
395 | topLayout->addWidget(mPanner); | 400 | topLayout->addWidget(mPanner); |
396 | 401 | ||
397 | mLeftSplitter = new QSplitter(QSplitter::Vertical,mPanner, | 402 | mLeftSplitter = new QSplitter(QSplitter::Vertical,mPanner, |
398 | "CalendarView::LeftFrame"); | 403 | "CalendarView::LeftFrame"); |
399 | mPanner->setResizeMode(mLeftSplitter,QSplitter::KeepSize); | 404 | mPanner->setResizeMode(mLeftSplitter,QSplitter::KeepSize); |
400 | 405 | ||
401 | mDateNavigator = new DateNavigatorContainer( mLeftSplitter, | 406 | mDateNavigator = new DateNavigatorContainer( mLeftSplitter, |
402 | "CalendarView::DateNavigator" ); | 407 | "CalendarView::DateNavigator" ); |
403 | 408 | ||
404 | mLeftSplitter->setResizeMode(mDateNavigator,QSplitter::KeepSize); | 409 | mLeftSplitter->setResizeMode(mDateNavigator,QSplitter::KeepSize); |
405 | mTodoList = new KOTodoView(mCalendar, mLeftSplitter, "todolist_small2"); | 410 | mTodoList = new KOTodoView(mCalendar, mLeftSplitter, "todolist_small2"); |
406 | mTodoList->setNavigator( mNavigator ); | 411 | mTodoList->setNavigator( mNavigator ); |
407 | mFilterView = new KOFilterView(&mFilters,mLeftSplitter,"CalendarView::FilterView"); | 412 | mFilterView = new KOFilterView(&mFilters,mLeftSplitter,"CalendarView::FilterView"); |
408 | 413 | ||
409 | #ifdef KORG_NORESOURCEVIEW | 414 | #ifdef KORG_NORESOURCEVIEW |
410 | mResourceView = 0; | 415 | mResourceView = 0; |
411 | #else | 416 | #else |
412 | if ( mResourceManager ) { | 417 | if ( mResourceManager ) { |
413 | mResourceView = new ResourceView( mResourceManager, mLeftSplitter ); | 418 | mResourceView = new ResourceView( mResourceManager, mLeftSplitter ); |
414 | mResourceView->updateView(); | 419 | mResourceView->updateView(); |
415 | connect( mResourceView, SIGNAL( resourcesChanged() ), | 420 | connect( mResourceView, SIGNAL( resourcesChanged() ), |
416 | SLOT( updateView() ) ); | 421 | SLOT( updateView() ) ); |
417 | } else { | 422 | } else { |
418 | mResourceView = 0; | 423 | mResourceView = 0; |
419 | } | 424 | } |
420 | #endif | 425 | #endif |
421 | QWidget *rightBox = new QWidget( mPanner ); | 426 | QWidget *rightBox = new QWidget( mPanner ); |
422 | QBoxLayout *rightLayout = new QVBoxLayout( rightBox ); | 427 | QBoxLayout *rightLayout = new QVBoxLayout( rightBox ); |
423 | 428 | ||
424 | mRightFrame = new QWidgetStack( rightBox ); | 429 | mRightFrame = new QWidgetStack( rightBox ); |
425 | rightLayout->addWidget( mRightFrame, 1 ); | 430 | rightLayout->addWidget( mRightFrame, 1 ); |
426 | 431 | ||
427 | mLeftFrame = mLeftSplitter; | 432 | mLeftFrame = mLeftSplitter; |
428 | #else | 433 | #else |
429 | //QWidget *mainBox = new QWidget( this ); | 434 | //QWidget *mainBox = new QWidget( this ); |
430 | //QWidget *leftFrame = new QWidget( mainBox ); | 435 | //QWidget *leftFrame = new QWidget( mainBox ); |
431 | //QBoxLayout * mainBoxLayout; | 436 | //QBoxLayout * mainBoxLayout; |
432 | if ( KOPrefs::instance()->mVerticalScreen ) { | 437 | if ( KOPrefs::instance()->mVerticalScreen ) { |
433 | //mainBoxLayout = new QVBoxLayout(mainBox); | 438 | //mainBoxLayout = new QVBoxLayout(mainBox); |
434 | //leftFrameLayout = new QHBoxLayout(leftFrame ); | 439 | //leftFrameLayout = new QHBoxLayout(leftFrame ); |
435 | mMainFrame = new KDGanttMinimizeSplitter( Qt::Vertical, this ); | 440 | mMainFrame = new KDGanttMinimizeSplitter( Qt::Vertical, this ); |
436 | mMainFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); | 441 | mMainFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); |
437 | mLeftFrame = new KDGanttMinimizeSplitter( Qt::Horizontal, mMainFrame);; | 442 | mLeftFrame = new KDGanttMinimizeSplitter( Qt::Horizontal, mMainFrame);; |
438 | mLeftFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Right ); | 443 | mLeftFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Right ); |
439 | } else { | 444 | } else { |
440 | //mainBoxLayout = new QHBoxLayout(mainBox); | 445 | //mainBoxLayout = new QHBoxLayout(mainBox); |
441 | //leftFrameLayout = new QVBoxLayout(leftFrame ); | 446 | //leftFrameLayout = new QVBoxLayout(leftFrame ); |
442 | mMainFrame = new KDGanttMinimizeSplitter( Qt::Horizontal, this); | 447 | mMainFrame = new KDGanttMinimizeSplitter( Qt::Horizontal, this); |
443 | mMainFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Left); | 448 | mMainFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Left); |
444 | mLeftFrame = new KDGanttMinimizeSplitter( Qt::Vertical, mMainFrame); | 449 | mLeftFrame = new KDGanttMinimizeSplitter( Qt::Vertical, mMainFrame); |
445 | mLeftFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); | 450 | mLeftFrame->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); |
446 | } | 451 | } |
447 | mMainFrame->setSizePolicy( QSizePolicy (QSizePolicy::Expanding,QSizePolicy::Expanding) ); | 452 | mMainFrame->setSizePolicy( QSizePolicy (QSizePolicy::Expanding,QSizePolicy::Expanding) ); |
448 | //QBoxLayout * leftFrameLayout; | 453 | //QBoxLayout * leftFrameLayout; |
449 | topLayout->addWidget( mMainFrame ); | 454 | topLayout->addWidget( mMainFrame ); |
450 | #ifdef DESKTOP_VERSION | 455 | #ifdef DESKTOP_VERSION |
451 | mDateScrollBar = new QScrollBar ( 1, 365, 1,30, 200,QScrollBar::Horizontal, this ); | 456 | mDateScrollBar = new QScrollBar ( 1, 365, 1,30, 200,QScrollBar::Horizontal, this ); |
452 | topLayout->addWidget( mDateScrollBar ); | 457 | topLayout->addWidget( mDateScrollBar ); |
453 | connect( mDateScrollBar, SIGNAL( valueChanged ( int ) ),this, SLOT( scrollBarValue( int )) ); | 458 | connect( mDateScrollBar, SIGNAL( valueChanged ( int ) ),this, SLOT( scrollBarValue( int )) ); |
454 | if ( QApplication::desktop()->width() < 800 ) | 459 | if ( QApplication::desktop()->width() < 800 ) |
455 | mDateScrollBar->hide(); | 460 | mDateScrollBar->hide(); |
456 | #endif | 461 | #endif |
457 | //mainBoxLayout->addWidget (mLeftFrame); | 462 | //mainBoxLayout->addWidget (mLeftFrame); |
458 | mDateNavigator = new DateNavigatorContainer( mLeftFrame, | 463 | mDateNavigator = new DateNavigatorContainer( mLeftFrame, |
459 | "CalendarView::DateNavigator" ); | 464 | "CalendarView::DateNavigator" ); |
460 | #if 0 | 465 | #if 0 |
461 | // FIXME | 466 | // FIXME |
462 | mDateNavigator = new KDateNavigator(mLeftFrame, mCalendar, TRUE, | 467 | mDateNavigator = new KDateNavigator(mLeftFrame, mCalendar, TRUE, |
463 | "CalendarView::DateNavigator", QDate::currentDate()); | 468 | "CalendarView::DateNavigator", QDate::currentDate()); |
464 | #endif | 469 | #endif |
465 | // mDateNavigator->blockSignals( true ); | 470 | // mDateNavigator->blockSignals( true ); |
466 | //leftFrameLayout->addWidget( mDateNavigator ); | 471 | //leftFrameLayout->addWidget( mDateNavigator ); |
467 | mTodoList = new KOTodoView(mCalendar, mLeftFrame, "todolistsmall"); | 472 | mTodoList = new KOTodoView(mCalendar, mLeftFrame, "todolistsmall"); |
468 | mFilterView = new KOFilterView(&mFilters,mLeftFrame,"CalendarView::FilterView"); | 473 | mFilterView = new KOFilterView(&mFilters,mLeftFrame,"CalendarView::FilterView"); |
469 | mCalEditView = new KOCalEditView(mLeftFrame,"CalendarView::CaleditView"); | 474 | mCalEditView = new KOCalEditView(mLeftFrame,"CalendarView::CaleditView"); |
470 | connect( mCalEditView, SIGNAL( calendarEnabled (int,bool) ),mCalendar, SLOT( setCalendarEnabled(int,bool)) ); | 475 | connect( mCalEditView, SIGNAL( calendarEnabled (int,bool) ),mCalendar, SLOT( setCalendarEnabled(int,bool)) ); |
471 | connect( mCalEditView, SIGNAL( alarmEnabled(int,bool) ),mCalendar, SLOT( setAlarmEnabled(int,bool)) ); | 476 | connect( mCalEditView, SIGNAL( alarmEnabled(int,bool) ),mCalendar, SLOT( setAlarmEnabled(int,bool)) ); |
472 | connect( mCalEditView, SIGNAL( calendarReadonly(int,bool) ),this, SLOT( setCalReadOnly(int,bool)) ); | 477 | connect( mCalEditView, SIGNAL( calendarReadonly(int,bool) ),this, SLOT( setCalReadOnly(int,bool)) ); |
473 | connect( mCalEditView, SIGNAL( setCalendarDefault(int) ),mCalendar, SLOT( setDefaultCalendar(int)) ); | 478 | connect( mCalEditView, SIGNAL( setCalendarDefault(int) ),mCalendar, SLOT( setDefaultCalendar(int)) ); |
474 | connect( mCalEditView, SIGNAL( setCalendarDefault(int) ),mViewManager, SLOT( setDefaultCalendar(int)) ); | 479 | connect( mCalEditView, SIGNAL( setCalendarDefault(int) ),mViewManager, SLOT( setDefaultCalendar(int)) ); |
475 | connect( mCalEditView, SIGNAL( removeCalendar(int) ),mCalendar, SLOT( setCalendarRemove(int)) ); | 480 | connect( mCalEditView, SIGNAL( removeCalendar(int) ),mCalendar, SLOT( setCalendarRemove(int)) ); |
476 | connect( mCalEditView, SIGNAL( calendarAdded(int) ),this, SLOT( addCalendarId(int)) ); | 481 | connect( mCalEditView, SIGNAL( calendarAdded(int) ),this, SLOT( addCalendarId(int)) ); |
477 | connect( mCalEditView, SIGNAL( needsUpdate() ),this, SLOT( updateView()) ); | 482 | connect( mCalEditView, SIGNAL( needsUpdate() ),this, SLOT( updateView()) ); |
478 | connect( mCalEditView, SIGNAL( checkCalendar() ),this, SLOT( checkFiles() )); | 483 | connect( mCalEditView, SIGNAL( checkCalendar() ),this, SLOT( checkFiles() )); |
479 | connect( mCalEditView, SIGNAL( needsUpdate() ),this, SLOT( updateUnmanagedViews()) ); | 484 | connect( mCalEditView, SIGNAL( needsUpdate() ),this, SLOT( updateUnmanagedViews()) ); |
480 | connect( mCalEditView, SIGNAL( requestCalendarInfo( int ) ),this, SLOT( displayCalendarInfo( int ) ) ); | 485 | connect( mCalEditView, SIGNAL( requestCalendarInfo( int ) ),this, SLOT( displayCalendarInfo( int ) ) ); |
481 | 486 | ||
482 | 487 | ||
483 | mTodoList->setNavigator( mNavigator ); | 488 | mTodoList->setNavigator( mNavigator ); |
484 | #if 0 | 489 | #if 0 |
485 | if ( QApplication::desktop()->width() < 480 ) { | 490 | if ( QApplication::desktop()->width() < 480 ) { |
486 | leftFrameLayout->addWidget(mFilterView); | 491 | leftFrameLayout->addWidget(mFilterView); |
487 | leftFrameLayout->addWidget(mTodoList, 2 ); | 492 | leftFrameLayout->addWidget(mTodoList, 2 ); |
488 | 493 | ||
489 | } else { | 494 | } else { |
490 | leftFrameLayout->addWidget(mTodoList,2 ); | 495 | leftFrameLayout->addWidget(mTodoList,2 ); |
491 | leftFrameLayout->addWidget(mFilterView ); | 496 | leftFrameLayout->addWidget(mFilterView ); |
492 | } | 497 | } |
493 | #endif | 498 | #endif |
494 | mFilterView->hide(); | 499 | mFilterView->hide(); |
495 | mCalEditView->hide(); | 500 | mCalEditView->hide(); |
496 | QWidget *rightBox = new QWidget( mMainFrame ); | 501 | QWidget *rightBox = new QWidget( mMainFrame ); |
497 | //mainBoxLayout->addWidget ( rightBox, 10 ); | 502 | //mainBoxLayout->addWidget ( rightBox, 10 ); |
498 | QBoxLayout *rightLayout = new QVBoxLayout( rightBox ); | 503 | QBoxLayout *rightLayout = new QVBoxLayout( rightBox ); |
499 | mRightFrame = new QWidgetStack( rightBox ); | 504 | mRightFrame = new QWidgetStack( rightBox ); |
500 | rightLayout->addWidget( mRightFrame, 10 ); | 505 | rightLayout->addWidget( mRightFrame, 10 ); |
501 | 506 | ||
502 | //mLeftFrame = (QWidget *)leftFrame; | 507 | //mLeftFrame = (QWidget *)leftFrame; |
503 | if ( KOPrefs::instance()->mVerticalScreen ) { | 508 | if ( KOPrefs::instance()->mVerticalScreen ) { |
504 | //mDateNavigator->setFixedHeight( mDateNavigator->sizeHint().height() ); | 509 | //mDateNavigator->setFixedHeight( mDateNavigator->sizeHint().height() ); |
505 | //mDateNavigator->setMinimumWidth( mDateNavigator->sizeHint().width() ); | 510 | //mDateNavigator->setMinimumWidth( mDateNavigator->sizeHint().width() ); |
506 | //mTodoList->setFixedHeight( mDateNavigator->sizeHint().height() ); | 511 | //mTodoList->setFixedHeight( mDateNavigator->sizeHint().height() ); |
507 | //leftFrame->setFixedHeight( mDateNavigator->sizeHint().height() ); | 512 | //leftFrame->setFixedHeight( mDateNavigator->sizeHint().height() ); |
508 | } else { | 513 | } else { |
509 | //mDateNavigator->setFixedWidth( mDateNavigator->sizeHint().width() ); | 514 | //mDateNavigator->setFixedWidth( mDateNavigator->sizeHint().width() ); |
510 | //mTodoList->setFixedWidth( mDateNavigator->sizeHint().width() ); | 515 | //mTodoList->setFixedWidth( mDateNavigator->sizeHint().width() ); |
511 | //leftFrame->setFixedWidth( mDateNavigator->sizeHint().width() ); | 516 | //leftFrame->setFixedWidth( mDateNavigator->sizeHint().width() ); |
512 | } | 517 | } |
513 | if ( !KOPrefs::instance()->mShowDateNavigator) | 518 | if ( !KOPrefs::instance()->mShowDateNavigator) |
514 | mDateNavigator->hide(); | 519 | mDateNavigator->hide(); |
515 | //qDebug("Calendarview Size %d %d ", width(), height()); | 520 | //qDebug("Calendarview Size %d %d ", width(), height()); |
516 | #endif | 521 | #endif |
517 | 522 | ||
518 | connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), | 523 | connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), |
519 | SLOT( showDates( const KCal::DateList & ) ) ); | 524 | SLOT( showDates( const KCal::DateList & ) ) ); |
520 | 525 | ||
521 | connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), | 526 | connect( mNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), |
522 | mDateNavigator, SLOT( selectDates( const KCal::DateList & ) ) ); | 527 | mDateNavigator, SLOT( selectDates( const KCal::DateList & ) ) ); |
523 | 528 | ||
524 | 529 | ||
525 | 530 | ||
526 | connect( mDateNavigator, SIGNAL( showMonth( const QDate & ) ), | 531 | connect( mDateNavigator, SIGNAL( showMonth( const QDate & ) ), |
527 | mViewManager, SLOT( showMonth( const QDate & ) ) ); | 532 | mViewManager, SLOT( showMonth( const QDate & ) ) ); |
528 | 533 | ||
529 | connect( mDateNavigator, SIGNAL( weekClicked( const QDate & ) ), | 534 | connect( mDateNavigator, SIGNAL( weekClicked( const QDate & ) ), |
530 | mNavigator, SLOT( selectWeek( const QDate & ) ) ); | 535 | mNavigator, SLOT( selectWeek( const QDate & ) ) ); |
531 | 536 | ||
532 | connect( mDateNavigator, SIGNAL( goPrevYear() ), | 537 | connect( mDateNavigator, SIGNAL( goPrevYear() ), |
533 | mNavigator, SLOT( selectPreviousYear() ) ); | 538 | mNavigator, SLOT( selectPreviousYear() ) ); |
534 | connect( mDateNavigator, SIGNAL( goNextYear() ), | 539 | connect( mDateNavigator, SIGNAL( goNextYear() ), |
535 | mNavigator, SLOT( selectNextYear() ) ); | 540 | mNavigator, SLOT( selectNextYear() ) ); |
536 | connect( mDateNavigator, SIGNAL( goPrevMonth() ), | 541 | connect( mDateNavigator, SIGNAL( goPrevMonth() ), |
537 | mNavigator, SLOT( selectPreviousMonth() ) ); | 542 | mNavigator, SLOT( selectPreviousMonth() ) ); |
538 | connect( mDateNavigator, SIGNAL( goNextMonth() ), | 543 | connect( mDateNavigator, SIGNAL( goNextMonth() ), |
539 | mNavigator, SLOT( selectNextMonth() ) ); | 544 | mNavigator, SLOT( selectNextMonth() ) ); |
540 | 545 | ||
541 | connect( mDateNavigator, SIGNAL( goPrevious() ), | 546 | connect( mDateNavigator, SIGNAL( goPrevious() ), |
542 | mNavigator, SLOT( selectPrevious() ) ); | 547 | mNavigator, SLOT( selectPrevious() ) ); |
543 | connect( mDateNavigator, SIGNAL( goNext() ), | 548 | connect( mDateNavigator, SIGNAL( goNext() ), |
544 | mNavigator, SLOT( selectNext() ) ); | 549 | mNavigator, SLOT( selectNext() ) ); |
545 | connect( mDateNavigator, SIGNAL( monthSelected ( int ) ), | 550 | connect( mDateNavigator, SIGNAL( monthSelected ( int ) ), |
546 | mNavigator, SLOT( slotMonthSelect( int ) ) ); | 551 | mNavigator, SLOT( slotMonthSelect( int ) ) ); |
547 | 552 | ||
548 | connect( mDateNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), | 553 | connect( mDateNavigator, SIGNAL( datesSelected( const KCal::DateList & ) ), |
549 | mNavigator, SLOT( selectDates( const KCal::DateList & ) ) ); | 554 | mNavigator, SLOT( selectDates( const KCal::DateList & ) ) ); |
550 | #if 0 | 555 | #if 0 |
551 | connect( mDateNavigator, SIGNAL( incidenceDropped( Incidence * ) ), | 556 | connect( mDateNavigator, SIGNAL( incidenceDropped( Incidence * ) ), |
552 | SLOT( incidenceAdded( Incidence *) ) ); | 557 | SLOT( incidenceAdded( Incidence *) ) ); |
553 | #endif | 558 | #endif |
554 | // connect(mDateNavigator,SIGNAL(dayPassed(QDate)),SLOT(updateView())); | 559 | // connect(mDateNavigator,SIGNAL(dayPassed(QDate)),SLOT(updateView())); |
555 | 560 | ||
556 | connect( this, SIGNAL( configChanged() ), | 561 | connect( this, SIGNAL( configChanged() ), |
557 | mDateNavigator, SLOT( updateConfig() ) ); | 562 | mDateNavigator, SLOT( updateConfig() ) ); |
558 | 563 | ||
559 | connect( mTodoList, SIGNAL( newTodoSignal() ), | 564 | connect( mTodoList, SIGNAL( newTodoSignal() ), |
560 | SLOT( newTodo() ) ); | 565 | SLOT( newTodo() ) ); |
561 | connect( mTodoList, SIGNAL( newSubTodoSignal( Todo *) ), | 566 | connect( mTodoList, SIGNAL( newSubTodoSignal( Todo *) ), |
562 | SLOT( newSubTodo( Todo * ) ) ); | 567 | SLOT( newSubTodo( Todo * ) ) ); |
563 | connect( mTodoList, SIGNAL( editTodoSignal( Todo * ) ), | 568 | connect( mTodoList, SIGNAL( editTodoSignal( Todo * ) ), |
564 | SLOT( editTodo( Todo * ) ) ); | 569 | SLOT( editTodo( Todo * ) ) ); |
565 | connect( mTodoList, SIGNAL( showTodoSignal( Todo * ) ), | 570 | connect( mTodoList, SIGNAL( showTodoSignal( Todo * ) ), |
566 | SLOT( showTodo( Todo *) ) ); | 571 | SLOT( showTodo( Todo *) ) ); |
567 | connect( mTodoList, SIGNAL( deleteTodoSignal( Todo *) ), | 572 | connect( mTodoList, SIGNAL( deleteTodoSignal( Todo *) ), |
568 | SLOT( deleteTodo( Todo *) ) ); | 573 | SLOT( deleteTodo( Todo *) ) ); |
569 | connect( this, SIGNAL( configChanged()), mTodoList, SLOT( updateConfig() ) ); | 574 | connect( this, SIGNAL( configChanged()), mTodoList, SLOT( updateConfig() ) ); |
570 | connect( mTodoList, SIGNAL( purgeCompletedSignal() ), | 575 | connect( mTodoList, SIGNAL( purgeCompletedSignal() ), |
571 | SLOT( purgeCompleted() ) ); | 576 | SLOT( purgeCompleted() ) ); |
572 | connect( mTodoList, SIGNAL( todoModifiedSignal( Todo *, int ) ), | 577 | connect( mTodoList, SIGNAL( todoModifiedSignal( Todo *, int ) ), |
573 | SIGNAL( todoModified( Todo *, int ) ) ); | 578 | SIGNAL( todoModified( Todo *, int ) ) ); |
574 | 579 | ||
575 | connect( mTodoList, SIGNAL( cloneTodoSignal( Incidence * ) ), | 580 | connect( mTodoList, SIGNAL( cloneTodoSignal( Incidence * ) ), |
576 | this, SLOT ( cloneIncidence( Incidence * ) ) ); | 581 | this, SLOT ( cloneIncidence( Incidence * ) ) ); |
577 | connect( mTodoList, SIGNAL( cancelTodoSignal( Incidence * ) ), | 582 | connect( mTodoList, SIGNAL( cancelTodoSignal( Incidence * ) ), |
578 | this, SLOT (cancelIncidence( Incidence * ) ) ); | 583 | this, SLOT (cancelIncidence( Incidence * ) ) ); |
579 | 584 | ||
580 | connect( mTodoList, SIGNAL( moveTodoSignal( Incidence * ) ), | 585 | connect( mTodoList, SIGNAL( moveTodoSignal( Incidence * ) ), |
581 | this, SLOT ( moveIncidence( Incidence * ) ) ); | 586 | this, SLOT ( moveIncidence( Incidence * ) ) ); |
582 | connect( mTodoList, SIGNAL( beamTodoSignal( Incidence * ) ), | 587 | connect( mTodoList, SIGNAL( beamTodoSignal( Incidence * ) ), |
583 | this, SLOT ( beamIncidence( Incidence * ) ) ); | 588 | this, SLOT ( beamIncidence( Incidence * ) ) ); |
584 | 589 | ||
585 | connect( mTodoList, SIGNAL( unparentTodoSignal( Todo * ) ), | 590 | connect( mTodoList, SIGNAL( unparentTodoSignal( Todo * ) ), |
586 | this, SLOT ( todo_unsub( Todo * ) ) ); | 591 | this, SLOT ( todo_unsub( Todo * ) ) ); |
587 | 592 | ||
588 | connect( mTodoList, SIGNAL( reparentTodoSignal( Todo *,Todo * ) ), | 593 | connect( mTodoList, SIGNAL( reparentTodoSignal( Todo *,Todo * ) ), |
589 | this, SLOT ( todo_resub( Todo *,Todo * ) ) ); | 594 | this, SLOT ( todo_resub( Todo *,Todo * ) ) ); |
590 | connect( this, SIGNAL( todoModified( Todo *, int )), mTodoList, | 595 | connect( this, SIGNAL( todoModified( Todo *, int )), mTodoList, |
591 | SLOT( updateTodo( Todo *, int ) ) ); | 596 | SLOT( updateTodo( Todo *, int ) ) ); |
592 | connect( this, SIGNAL( todoModified( Todo *, int )), this, | 597 | connect( this, SIGNAL( todoModified( Todo *, int )), this, |
593 | SLOT( changeTodoDisplay( Todo *, int ) ) ); | 598 | SLOT( changeTodoDisplay( Todo *, int ) ) ); |
594 | 599 | ||
595 | 600 | ||
596 | connect( mFilterView, SIGNAL( filterChanged() ), SLOT( updateFilter() ) ); | 601 | connect( mFilterView, SIGNAL( filterChanged() ), SLOT( updateFilter() ) ); |
597 | connect( mFilterView, SIGNAL( editFilters() ), SLOT( editFilters() ) ); | 602 | connect( mFilterView, SIGNAL( editFilters() ), SLOT( editFilters() ) ); |
598 | connect( mCalendar, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addAlarm(const QDateTime &, const QString & ) ) ); | 603 | connect( mCalendar, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addAlarm(const QDateTime &, const QString & ) ) ); |
599 | connect( mCalendar, SIGNAL( removeAlarm(const QDateTime &, const QString & ) ), SLOT( removeAlarm(const QDateTime &, const QString & ) ) ); | 604 | connect( mCalendar, SIGNAL( removeAlarm(const QDateTime &, const QString & ) ), SLOT( removeAlarm(const QDateTime &, const QString & ) ) ); |
600 | 605 | ||
601 | 606 | ||
602 | 607 | ||
603 | 608 | ||
604 | 609 | ||
605 | connect(QApplication::clipboard(),SIGNAL(dataChanged()), | 610 | connect(QApplication::clipboard(),SIGNAL(dataChanged()), |
606 | SLOT(checkClipboard())); | 611 | SLOT(checkClipboard())); |
607 | connect( mTodoList,SIGNAL( incidenceSelected( Incidence * ) ), | 612 | connect( mTodoList,SIGNAL( incidenceSelected( Incidence * ) ), |
608 | SLOT( processTodoListSelection( Incidence * ) ) ); | 613 | SLOT( processTodoListSelection( Incidence * ) ) ); |
609 | connect(mTodoList,SIGNAL(isModified(bool)),SLOT(setModified(bool))); | 614 | connect(mTodoList,SIGNAL(isModified(bool)),SLOT(setModified(bool))); |
610 | 615 | ||
611 | // kdDebug() << "CalendarView::CalendarView() done" << endl; | 616 | // kdDebug() << "CalendarView::CalendarView() done" << endl; |
612 | 617 | ||
613 | mDateFrame = new QVBox(0,0,WType_Popup); | 618 | mDateFrame = new QVBox(0,0,WType_Popup); |
614 | //mDateFrame->setFrameStyle(QFrame::PopupPanel | QFrame::Raised); | 619 | //mDateFrame->setFrameStyle(QFrame::PopupPanel | QFrame::Raised); |
615 | mDateFrame->setFrameStyle( QFrame::WinPanel |QFrame::Raised ); | 620 | mDateFrame->setFrameStyle( QFrame::WinPanel |QFrame::Raised ); |
616 | mDateFrame->setLineWidth(3); | 621 | mDateFrame->setLineWidth(3); |
617 | mDateFrame->hide(); | 622 | mDateFrame->hide(); |
618 | mDateFrame->setCaption( i18n( "Pick a date to display")); | 623 | mDateFrame->setCaption( i18n( "Pick a date to display")); |
619 | mDatePicker = new KDatePicker ( mDateFrame , QDate::currentDate() ); | 624 | mDatePicker = new KDatePicker ( mDateFrame , QDate::currentDate() ); |
620 | 625 | ||
621 | connect(mDatePicker,SIGNAL(dateSelected(QDate)),SLOT(slotSelectPickerDate(QDate))); | 626 | connect(mDatePicker,SIGNAL(dateSelected(QDate)),SLOT(slotSelectPickerDate(QDate))); |
622 | 627 | ||
623 | mEventEditor = mDialogManager->getEventEditor(); | 628 | mEventEditor = mDialogManager->getEventEditor(); |
624 | mTodoEditor = mDialogManager->getTodoEditor(); | 629 | mTodoEditor = mDialogManager->getTodoEditor(); |
625 | 630 | ||
626 | mFlagEditDescription = false; | 631 | mFlagEditDescription = false; |
627 | 632 | ||
628 | mSuspendTimer = new QTimer( this ); | 633 | mSuspendTimer = new QTimer( this ); |
629 | mAlarmTimer = new QTimer( this ); | 634 | mAlarmTimer = new QTimer( this ); |
630 | mRecheckAlarmTimer = new QTimer( this ); | 635 | mRecheckAlarmTimer = new QTimer( this ); |
631 | connect( mRecheckAlarmTimer, SIGNAL( timeout () ), SLOT( recheckTimerAlarm() ) ); | 636 | connect( mRecheckAlarmTimer, SIGNAL( timeout () ), SLOT( recheckTimerAlarm() ) ); |
632 | connect( mSuspendTimer, SIGNAL( timeout () ), SLOT( suspendAlarm() ) ); | 637 | connect( mSuspendTimer, SIGNAL( timeout () ), SLOT( suspendAlarm() ) ); |
633 | connect( mAlarmTimer, SIGNAL( timeout () ), SLOT( timerAlarm() ) ); | 638 | connect( mAlarmTimer, SIGNAL( timeout () ), SLOT( timerAlarm() ) ); |
634 | mAlarmDialog = new AlarmDialog( this ); | 639 | mAlarmDialog = new AlarmDialog( this ); |
635 | connect( mAlarmDialog, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addSuspendAlarm(const QDateTime &, const QString & ) ) ); | 640 | connect( mAlarmDialog, SIGNAL( addAlarm(const QDateTime &, const QString & ) ), SLOT( addSuspendAlarm(const QDateTime &, const QString & ) ) ); |
636 | mAlarmDialog->setServerNotification( false ); | 641 | mAlarmDialog->setServerNotification( false ); |
637 | mAlarmDialog->setSuspendTime( KOPrefs::instance()->mAlarmSuspendTime ); | 642 | mAlarmDialog->setSuspendTime( KOPrefs::instance()->mAlarmSuspendTime ); |
638 | 643 | ||
639 | 644 | ||
640 | #ifndef DESKTOP_VERSION | 645 | #ifndef DESKTOP_VERSION |
641 | //US listen for arriving address resultsets | 646 | //US listen for arriving address resultsets |
642 | connect(ExternalAppHandler::instance(), SIGNAL(receivedBirthdayListEvent(const QString&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&)), | 647 | connect(ExternalAppHandler::instance(), SIGNAL(receivedBirthdayListEvent(const QString&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&)), |
643 | this, SLOT(insertBirthdays(const QString&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&))); | 648 | this, SLOT(insertBirthdays(const QString&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&, const QStringList&))); |
644 | #endif | 649 | #endif |
645 | mDateNavigator->setCalendar( mCalendar ); | 650 | mDateNavigator->setCalendar( mCalendar ); |
646 | } | 651 | } |
647 | 652 | ||
648 | 653 | ||
649 | CalendarView::~CalendarView() | 654 | CalendarView::~CalendarView() |
650 | { | 655 | { |
651 | // kdDebug() << "~CalendarView()" << endl; | 656 | // kdDebug() << "~CalendarView()" << endl; |
652 | //qDebug("CalendarView::~CalendarView() "); | 657 | //qDebug("CalendarView::~CalendarView() "); |
653 | delete mDialogManager; | 658 | delete mDialogManager; |
654 | delete mViewManager; | 659 | delete mViewManager; |
655 | delete mStorage; | 660 | delete mStorage; |
656 | delete mDateFrame ; | 661 | delete mDateFrame ; |
657 | delete mEventViewerDialog; | 662 | delete mEventViewerDialog; |
658 | //kdDebug() << "~CalendarView() done" << endl; | 663 | //kdDebug() << "~CalendarView() done" << endl; |
659 | } | 664 | } |
660 | 665 | ||
661 | 666 | ||
662 | void CalendarView::nextConflict( bool all, bool allday ) | 667 | void CalendarView::nextConflict( bool all, bool allday ) |
663 | { | 668 | { |
664 | static bool block = false; | 669 | if ( flag_blockConflict ) return; |
665 | if ( block ) return; | 670 | flag_blockConflict = true; |
666 | block = true; | ||
667 | QPtrList<Event> testlist = mCalendar->events(); | 671 | QPtrList<Event> testlist = mCalendar->events(); |
668 | Event * test = testlist.first(); | 672 | Event * test = testlist.first(); |
669 | while ( test ) { | 673 | while ( test ) { |
670 | test->setTagged( false ); | 674 | test->setTagged( false ); |
671 | test = testlist.next(); | 675 | test = testlist.next(); |
672 | } | 676 | } |
673 | QTime st ( 0,0,0); | 677 | QTime st ( 0,0,0); |
674 | if ( mViewManager->currentView() == mViewManager->agendaView() ) | 678 | if ( mViewManager->currentView() == mViewManager->agendaView() ) |
675 | st = mViewManager->agendaView()->agenda()->getEndTime(); | 679 | st = mViewManager->agendaView()->agenda()->getEndTime(); |
676 | //qDebug("time %s ", st.toString().latin1()); | 680 | //qDebug("time %s ", st.toString().latin1()); |
677 | QDateTime startDT = QDateTime (mNavigator->selectedDates().first(),st); | 681 | QDateTime startDT = QDateTime (mNavigator->selectedDates().first(),st); |
678 | QDateTime conflict; | 682 | QDateTime conflict; |
679 | QDateTime retVal; | 683 | QDateTime retVal; |
680 | bool found = false; | 684 | bool found = false; |
681 | Event * cE = 0; | 685 | Event * cE = 0; |
682 | Event * cE2 = 0; | 686 | Event * cE2 = 0; |
683 | QPtrList<Event> testlist2 = testlist; | 687 | QPtrList<Event> testlist2 = testlist; |
684 | test = testlist.first(); | 688 | test = testlist.first(); |
685 | bool skip = false; | 689 | bool skip = false; |
686 | topLevelWidget()->setCaption( i18n("Checking conflicts ... please wait") ); | 690 | topLevelWidget()->setCaption( i18n("Checking conflicts ... please wait") ); |
687 | //QTime tm; | 691 | //QTime tm; |
688 | //tm.start(); | 692 | //tm.start(); |
689 | while ( test ) { | 693 | while ( test ) { |
690 | qApp->processEvents(); | 694 | qApp->processEvents(); |
691 | skip = false; | 695 | skip = false; |
692 | if ( !all ) skip = ( allday != test->doesFloat() ); | 696 | if ( !all ) skip = ( allday != test->doesFloat() ); |
693 | if ( !skip ) { | 697 | if ( !skip ) { |
694 | if ( found ) | 698 | if ( found ) |
695 | skip = !test->matchTime( &startDT, &conflict ); | 699 | skip = !test->matchTime( &startDT, &conflict ); |
696 | else | 700 | else |
697 | skip = !test->matchTime( &startDT, 0 ); | 701 | skip = !test->matchTime( &startDT, 0 ); |
698 | } | 702 | } |
699 | if ( !skip ) { | 703 | if ( !skip ) { |
700 | Event * test2 = testlist2.first(); | 704 | Event * test2 = testlist2.first(); |
701 | while ( test2 ) { | 705 | while ( test2 ) { |
702 | skip = test2->isTagged(); | 706 | skip = test2->isTagged(); |
703 | if ( !skip && !all ) skip = ( allday != test2->doesFloat() ); | 707 | if ( !skip && !all ) skip = ( allday != test2->doesFloat() ); |
704 | if ( !skip ) { | 708 | if ( !skip ) { |
705 | if ( found ) | 709 | if ( found ) |
706 | skip = !test2->matchTime( &startDT, &conflict ); | 710 | skip = !test2->matchTime( &startDT, &conflict ); |
707 | else | 711 | else |
708 | skip = !test2->matchTime( &startDT, 0 ); | 712 | skip = !test2->matchTime( &startDT, 0 ); |
709 | } | 713 | } |
710 | if ( !skip ) { | 714 | if ( !skip ) { |
711 | if ( test->isOverlapping ( test2, &retVal, &startDT ) ) { | 715 | if ( test->isOverlapping ( test2, &retVal, &startDT ) ) { |
712 | //qDebug("overlap "); | 716 | //qDebug("overlap "); |
713 | if ( ! found ) { | 717 | if ( ! found ) { |
714 | if ( retVal >= startDT ) { | 718 | if ( retVal >= startDT ) { |
715 | conflict = retVal; | 719 | conflict = retVal; |
716 | cE = test; | 720 | cE = test; |
717 | cE2 = test2; | 721 | cE2 = test2; |
718 | found = true; | 722 | found = true; |
719 | } | 723 | } |
720 | } else { | 724 | } else { |
721 | if ( retVal >= startDT && retVal < conflict ) { | 725 | if ( retVal >= startDT && retVal < conflict ) { |
722 | conflict = retVal; | 726 | conflict = retVal; |
723 | cE = test; | 727 | cE = test; |
724 | cE2 = test2; | 728 | cE2 = test2; |
725 | } | 729 | } |
726 | } | 730 | } |
727 | } | 731 | } |
728 | } | 732 | } |
729 | test2 = testlist2.next(); | 733 | test2 = testlist2.next(); |
730 | } | 734 | } |
731 | } | 735 | } |
732 | test->setTagged( true ); | 736 | test->setTagged( true ); |
733 | test = testlist.next(); | 737 | test = testlist.next(); |
734 | } | 738 | } |
735 | //qDebug("Search time : %d", tm.elapsed()); | 739 | //qDebug("Search time : %d", tm.elapsed()); |
736 | if ( found ) { | 740 | if ( found ) { |
737 | if ( mViewManager->currentView() != mViewManager->agendaView() || mNavigator->selectedDates().count() > 1 ) | 741 | if ( mViewManager->currentView() != mViewManager->agendaView() || mNavigator->selectedDates().count() > 1 ) |
738 | mViewManager->showDayView(); | 742 | mViewManager->showDayView(); |
739 | mNavigator->slotDaySelect( conflict.date() ); | 743 | mNavigator->slotDaySelect( conflict.date() ); |
740 | int hour = conflict.time().hour(); | 744 | int hour = conflict.time().hour(); |
741 | mViewManager->agendaView()->setStartHour( hour ); | 745 | mViewManager->agendaView()->setStartHour( hour ); |
742 | topLevelWidget()->setCaption( i18n("Conflict %1 <-> %2"). arg( cE->summary().left( 20 ) ).arg( cE2->summary().left( 20 ) ) ); | 746 | topLevelWidget()->setCaption( i18n("Conflict %1 <-> %2"). arg( cE->summary().left( 20 ) ).arg( cE2->summary().left( 20 ) ) ); |
743 | block = false; | 747 | flag_blockConflict = false; |
744 | return; | 748 | return; |
745 | } | 749 | } |
746 | 750 | ||
747 | topLevelWidget()->setCaption( i18n("No conflict found") ); | 751 | topLevelWidget()->setCaption( i18n("No conflict found") ); |
748 | //qDebug("No conflict found "); | 752 | //qDebug("No conflict found "); |
749 | block = false; | 753 | flag_blockConflict = false; |
750 | return; | 754 | return; |
751 | } | 755 | } |
752 | 756 | ||
753 | void CalendarView::conflictAll() | 757 | void CalendarView::conflictAll() |
754 | { | 758 | { |
755 | nextConflict ( true, true ); | 759 | nextConflict ( true, true ); |
756 | } | 760 | } |
757 | void CalendarView::conflictAllday() | 761 | void CalendarView::conflictAllday() |
758 | { | 762 | { |
759 | nextConflict ( false, true ); | 763 | nextConflict ( false, true ); |
760 | } | 764 | } |
761 | void CalendarView::conflictNotAll() | 765 | void CalendarView::conflictNotAll() |
762 | { | 766 | { |
763 | nextConflict ( false, false ); | 767 | nextConflict ( false, false ); |
764 | } | 768 | } |
765 | 769 | ||
766 | void CalendarView::setCalReadOnly( int id, bool readO ) | 770 | void CalendarView::setCalReadOnly( int id, bool readO ) |
767 | { | 771 | { |
768 | if ( readO ) { | 772 | if ( readO ) { |
769 | emit save(); | 773 | emit save(); |
770 | } | 774 | } |
771 | mCalendar->setReadOnly( id, readO ); | 775 | mCalendar->setReadOnly( id, readO ); |
772 | } | 776 | } |
773 | void CalendarView::setScrollBarStep(int val ) | 777 | void CalendarView::setScrollBarStep(int val ) |
774 | { | 778 | { |
775 | #ifdef DESKTOP_VERSION | 779 | #ifdef DESKTOP_VERSION |
776 | mDateScrollBar->setLineStep ( val ); | 780 | mDateScrollBar->setLineStep ( val ); |
777 | #endif | 781 | #endif |
778 | } | 782 | } |
779 | void CalendarView::scrollBarValue(int val ) | 783 | void CalendarView::scrollBarValue(int val ) |
780 | { | 784 | { |
781 | #ifdef DESKTOP_VERSION | 785 | #ifdef DESKTOP_VERSION |
782 | if ( QApplication::desktop()->width() < 800 ) return; | 786 | if ( QApplication::desktop()->width() < 800 ) return; |
783 | static bool block = false; | 787 | if ( flag_blockScrollBar ) return; |
784 | if ( block ) return; | 788 | flag_blockScrollBar = true; |
785 | block = true; | ||
786 | int count = mNavigator->selectedDates().count(); | 789 | int count = mNavigator->selectedDates().count(); |
787 | int day = mNavigator->selectedDates().first().dayOfYear(); | 790 | int day = mNavigator->selectedDates().first().dayOfYear(); |
788 | int stepdays = val; | 791 | int stepdays = val; |
789 | if ( mDateScrollBar->lineStep () <= count ) { | 792 | if ( mDateScrollBar->lineStep () <= count ) { |
790 | //val = val/mDateScrollBar->lineStep ()*mDateScrollBar->lineStep(); | 793 | //val = val/mDateScrollBar->lineStep ()*mDateScrollBar->lineStep(); |
791 | //qDebug("VAL %d ",val ); | 794 | //qDebug("VAL %d ",val ); |
792 | stepdays = (val-day)/mDateScrollBar->lineStep ()*mDateScrollBar->lineStep(); | 795 | stepdays = (val-day)/mDateScrollBar->lineStep ()*mDateScrollBar->lineStep(); |
793 | stepdays = day+stepdays; | 796 | stepdays = day+stepdays; |
794 | if ( stepdays < 0 ) stepdays = 0; | 797 | if ( stepdays < 0 ) stepdays = 0; |
795 | } | 798 | } |
796 | if ( stepdays == day ) { | 799 | if ( stepdays == day ) { |
797 | block = false; | 800 | flag_blockScrollBar = false; |
798 | return; | 801 | return; |
799 | } | 802 | } |
800 | int year = mNavigator->selectedDates().first().year(); | 803 | int year = mNavigator->selectedDates().first().year(); |
801 | QDate d ( year,1,1 ); | 804 | QDate d ( year,1,1 ); |
802 | mNavigator->selectDates( d.addDays( stepdays-1) , count ); | 805 | mNavigator->selectDates( d.addDays( stepdays-1) , count ); |
803 | block = false; | 806 | flag_blockScrollBar = false; |
804 | #endif | 807 | #endif |
805 | 808 | ||
806 | } | 809 | } |
807 | void CalendarView::updateView(const QDate &start, const QDate &end) | 810 | void CalendarView::updateView(const QDate &start, const QDate &end) |
808 | { | 811 | { |
809 | #ifdef DESKTOP_VERSION | 812 | #ifdef DESKTOP_VERSION |
810 | if ( ! mDateScrollBar->draggingSlider () ) { | 813 | if ( ! mDateScrollBar->draggingSlider () ) { |
811 | int dof = start.dayOfYear(); | 814 | int dof = start.dayOfYear(); |
812 | //qDebug("dof %d day %d val %d ", dof, start.dayOfYear(),mDateScrollBar->value() ); | 815 | //qDebug("dof %d day %d val %d ", dof, start.dayOfYear(),mDateScrollBar->value() ); |
813 | if ( dof != mDateScrollBar->value() ) { | 816 | if ( dof != mDateScrollBar->value() ) { |
814 | mDateScrollBar->blockSignals( true ); | 817 | mDateScrollBar->blockSignals( true ); |
815 | mDateScrollBar->setValue( start.dayOfYear()); | 818 | mDateScrollBar->setValue( start.dayOfYear()); |
816 | mDateScrollBar->blockSignals( false ); | 819 | mDateScrollBar->blockSignals( false ); |
817 | } | 820 | } |
818 | } | 821 | } |
819 | #endif | 822 | #endif |
820 | mTodoList->updateView(); | 823 | mTodoList->updateView(); |
821 | mViewManager->updateView(start, end); | 824 | mViewManager->updateView(start, end); |
822 | //mDateNavigator->updateView(); | 825 | //mDateNavigator->updateView(); |
823 | } | 826 | } |
824 | 827 | ||
825 | 828 | ||
826 | 829 | ||
827 | void CalendarView::checkFiles() | 830 | void CalendarView::checkFiles() |
828 | { | 831 | { |
829 | QString message; | 832 | QString message; |
830 | QPtrList<KopiCalendarFile> calendars = KOPrefs::instance()->mCalendars; | 833 | QPtrList<KopiCalendarFile> calendars = KOPrefs::instance()->mCalendars; |
831 | KopiCalendarFile * cal = calendars.first(); | 834 | KopiCalendarFile * cal = calendars.first(); |
832 | while ( cal ) { | 835 | while ( cal ) { |
833 | if ( cal->mErrorOnLoad ) { | 836 | if ( cal->mErrorOnLoad ) { |
834 | message += cal->mName +"\n"+KGlobal::formatMessage ( "(" +i18n( "Filepath: ")+ cal->mFileName+")" ,0 )+"\n"; | 837 | message += cal->mName +"\n"+KGlobal::formatMessage ( "(" +i18n( "Filepath: ")+ cal->mFileName+")" ,0 )+"\n"; |
835 | } | 838 | } |
836 | cal = calendars.next(); | 839 | cal = calendars.next(); |
837 | } | 840 | } |
838 | if ( !message.isEmpty() ) { | 841 | if ( !message.isEmpty() ) { |
839 | message = KGlobal::formatMessage( i18n("Calendar(s) not loaded:"),0 )+"\n" + message +KGlobal::formatMessage(i18n("You can try to reload the calendar in the Resource View!"),0); | 842 | message = KGlobal::formatMessage( i18n("Calendar(s) not loaded:"),0 )+"\n" + message +KGlobal::formatMessage(i18n("You can try to reload the calendar in the Resource View!"),0); |
840 | KMessageBox::error(this,message, i18n("Loading of calendar(s) failed")); | 843 | KMessageBox::error(this,message, i18n("Loading of calendar(s) failed")); |
841 | } | 844 | } |
842 | static bool firstTime = true; | 845 | if ( flag_checkFileFirsttime ) { |
843 | if ( firstTime ) { | 846 | flag_checkFileFirsttime = false; |
844 | firstTime = false; | ||
845 | QTimer::singleShot( 2000, this, SLOT ( checkAlarms() )); | 847 | QTimer::singleShot( 2000, this, SLOT ( checkAlarms() )); |
846 | } | 848 | } |
847 | } | 849 | } |
848 | void CalendarView::checkAlarms() | 850 | void CalendarView::checkAlarms() |
849 | { | 851 | { |
850 | KConfig *config = KOGlobals::config(); | 852 | KConfig *config = KOGlobals::config(); |
851 | config->setGroup( "AppRun" ); | 853 | config->setGroup( "AppRun" ); |
852 | QDateTime dt ( QDate (2005,1,1), QTime( 0,0,0 ) ); | 854 | QDateTime dt ( QDate (2005,1,1), QTime( 0,0,0 ) ); |
853 | int daysto = dt.daysTo( QDate::currentDate() ); | 855 | int daysto = dt.daysTo( QDate::currentDate() ); |
854 | int days = config->readNumEntry( "LatestProgramStopDays" , daysto); | 856 | int days = config->readNumEntry( "LatestProgramStopDays" , daysto); |
855 | dt = dt.addDays( days ); | 857 | dt = dt.addDays( days ); |
856 | int secto = dt.secsTo( QDateTime::currentDateTime() ); | 858 | int secto = dt.secsTo( QDateTime::currentDateTime() ); |
857 | int secs = config->readNumEntry( "LatestProgramStopSecs" , secto) - 30; | 859 | int secs = config->readNumEntry( "LatestProgramStopSecs" , secto) - 30; |
858 | //qDebug("KO: Reading program stop %d ", secs); | 860 | //qDebug("KO: Reading program stop %d ", secs); |
859 | //secs -= ( 3600 * 24*3 ); // debug only | 861 | //secs -= ( 3600 * 24*3 ); // debug only |
860 | QDateTime latest = dt.addSecs ( secs ); | 862 | QDateTime latest = dt.addSecs ( secs ); |
861 | qDebug("KO: Last termination on %s ", latest.toString().latin1()); | 863 | qDebug("KO: Last termination on %s ", latest.toString().latin1()); |
862 | //qDebug("KO: Current Time %s ",QDateTime::currentDateTime().toString().latin1() ); | 864 | //qDebug("KO: Current Time %s ",QDateTime::currentDateTime().toString().latin1() ); |
863 | QPtrList<Incidence> el = mCalendar->rawIncidences(); | 865 | QPtrList<Incidence> el = mCalendar->rawIncidences(); |
864 | QPtrList<Incidence> al; | 866 | QPtrList<Incidence> al; |
865 | Incidence* inL = el.first(); | 867 | Incidence* inL = el.first(); |
866 | QDateTime cur = QDateTime::currentDateTime().addSecs(-59); | 868 | QDateTime cur = QDateTime::currentDateTime().addSecs(-59); |
867 | qDebug("KO: Checking alarm until %s ", cur.toString().latin1()); | 869 | qDebug("KO: Checking alarm until %s ", cur.toString().latin1()); |
868 | while ( inL ) { | 870 | while ( inL ) { |
869 | bool ok = false; | 871 | bool ok = false; |
870 | int offset = 0; | 872 | int offset = 0; |
871 | QDateTime next = inL->getNextAlarmDateTime(& ok, &offset, latest ) ; | 873 | QDateTime next = inL->getNextAlarmDateTime(& ok, &offset, latest ) ; |
872 | if ( ok ) { | 874 | if ( ok ) { |
873 | //qDebug("OK %s",next.toString().latin1()); | 875 | //qDebug("OK %s",next.toString().latin1()); |
874 | if ( next < cur ) { | 876 | if ( next < cur ) { |
875 | al.append( inL ); | 877 | al.append( inL ); |
876 | //qDebug("found missed alarm: %s ", inL->summary().latin1() ); | 878 | //qDebug("found missed alarm: %s ", inL->summary().latin1() ); |
877 | } | 879 | } |
878 | } | 880 | } |
879 | inL = el.next(); | 881 | inL = el.next(); |
880 | } | 882 | } |
881 | if ( al.count() ) { | 883 | if ( al.count() ) { |
882 | QDialog* dia = new QDialog( this, "huhu", false, WDestructiveClose | WStyle_StaysOnTop ); | 884 | QDialog* dia = new QDialog( this, "huhu", false, WDestructiveClose | WStyle_StaysOnTop ); |
883 | dia->setCaption( i18n("KO/Pi: Missing alarms!") ); | 885 | dia->setCaption( i18n("KO/Pi: Missing alarms!") ); |
884 | QVBoxLayout* lay = new QVBoxLayout( dia ); | 886 | QVBoxLayout* lay = new QVBoxLayout( dia ); |
885 | lay->setSpacing( 0 ); | 887 | lay->setSpacing( 0 ); |
886 | lay->setMargin( 0 ); | 888 | lay->setMargin( 0 ); |
887 | MissedAlarmTextBrowser* matb = new MissedAlarmTextBrowser ( dia, al, latest ); | 889 | MissedAlarmTextBrowser* matb = new MissedAlarmTextBrowser ( dia, al, latest ); |
888 | connect( matb, SIGNAL( showIncidence( QString ) ),SLOT( showIncidence( QString ) )); | 890 | connect( matb, SIGNAL( showIncidence( QString ) ),SLOT( showIncidence( QString ) )); |
889 | lay->addWidget( matb ); | 891 | lay->addWidget( matb ); |
890 | if ( QApplication::desktop()->width() == 480 || QApplication::desktop()->width() == 640 ) { | 892 | if ( QApplication::desktop()->width() == 480 || QApplication::desktop()->width() == 640 ) { |
891 | int wid = 210; | 893 | int wid = 210; |
892 | int x = QApplication::desktop()->width() - wid - 7; | 894 | int x = QApplication::desktop()->width() - wid - 7; |
893 | int y = QApplication::desktop()->height() - wid - 70; | 895 | int y = QApplication::desktop()->height() - wid - 70; |
894 | dia->setGeometry ( x,y,wid,wid); | 896 | dia->setGeometry ( x,y,wid,wid); |
895 | } else { | 897 | } else { |
896 | int si = 220; | 898 | int si = 220; |
897 | if ( QApplication::desktop()->width() > 470 ) | 899 | if ( QApplication::desktop()->width() > 470 ) |
898 | si = 400; | 900 | si = 400; |
899 | dia->resize(si,si/2); | 901 | dia->resize(si,si/2); |
900 | } | 902 | } |
901 | dia->setBackgroundColor( QColor( 255, 255, 255 ) ); | 903 | dia->setBackgroundColor( QColor( 255, 255, 255 ) ); |
902 | dia->show(); | 904 | dia->show(); |
903 | 905 | ||
904 | } | 906 | } |
905 | #if 0 | 907 | #if 0 |
906 | // for creating timetracker test data | 908 | // for creating timetracker test data |
907 | qDebug("CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCc "); | 909 | qDebug("CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCc "); |
908 | Todo * nt; | 910 | Todo * nt; |
909 | mCalendar->close(); | 911 | mCalendar->close(); |
910 | { | 912 | { |
911 | Todo * root1 = new Todo; | 913 | Todo * root1 = new Todo; |
912 | mCalendar->addTodo( root1 ); | 914 | mCalendar->addTodo( root1 ); |
913 | root1->setSummary( "Project1"); | 915 | root1->setSummary( "Project1"); |
914 | root1->setPriority( 1 ); | 916 | root1->setPriority( 1 ); |
915 | root1->setCategories( QString( "Cat_Pro1") ); | 917 | root1->setCategories( QString( "Cat_Pro1") ); |
916 | root1->setDescription( "This is a test description of a root Project" ); | 918 | root1->setDescription( "This is a test description of a root Project" ); |
917 | root1->setPercentComplete( 20 ); | 919 | root1->setPercentComplete( 20 ); |
918 | updateView(); | 920 | updateView(); |
919 | QDateTime start = QDateTime ( QDate( 2004,11,1), QTime ( 7,30,0) ); | 921 | QDateTime start = QDateTime ( QDate( 2004,11,1), QTime ( 7,30,0) ); |
920 | QDateTime end = QDateTime ( QDate( 2005,8,5), QTime ( 0,0,0) ); | 922 | QDateTime end = QDateTime ( QDate( 2005,8,5), QTime ( 0,0,0) ); |
921 | 923 | ||
922 | nt = new Todo; | 924 | nt = new Todo; |
923 | mCalendar->addTodo( nt ); | 925 | mCalendar->addTodo( nt ); |
924 | nt->setSummary( "Planning Project1"); | 926 | nt->setSummary( "Planning Project1"); |
925 | nt->setPriority( 1 ); | 927 | nt->setPriority( 1 ); |
926 | nt->setDescription( "This is a test description of Planning Project1" ); | 928 | nt->setDescription( "This is a test description of Planning Project1" ); |
927 | nt->setPercentComplete( 20 ); | 929 | nt->setPercentComplete( 20 ); |
928 | nt->setCategories( QString( "Cat_Pro1,Cat_Plan_Pro1") ); | 930 | nt->setCategories( QString( "Cat_Pro1,Cat_Plan_Pro1") ); |
929 | 931 | ||
930 | 932 | ||
931 | Todo * sub1 = nt; | 933 | Todo * sub1 = nt; |
932 | sub1->setRelatedTo( root1 ); | 934 | sub1->setRelatedTo( root1 ); |
933 | 935 | ||
934 | nt = new Todo; | 936 | nt = new Todo; |
935 | mCalendar->addTodo( nt ); | 937 | mCalendar->addTodo( nt ); |
936 | nt->setSummary( "Planning Project1: Lutz"); | 938 | nt->setSummary( "Planning Project1: Lutz"); |
937 | nt->setPriority( 1 ); | 939 | nt->setPriority( 1 ); |
938 | nt->setDescription( "This todo counts the actual work of a person on a project" ); | 940 | nt->setDescription( "This todo counts the actual work of a person on a project" ); |
939 | nt->setPercentComplete( 20 ); | 941 | nt->setPercentComplete( 20 ); |
940 | nt->setCategories( QString( "Cat_Pro1,Cat_Plan_Pro1,Cat_Work_Lutz") ); | 942 | nt->setCategories( QString( "Cat_Pro1,Cat_Plan_Pro1,Cat_Work_Lutz") ); |
941 | Todo * workLutz11 = nt; | 943 | Todo * workLutz11 = nt; |
942 | workLutz11->setRelatedTo( sub1 ); | 944 | workLutz11->setRelatedTo( sub1 ); |
943 | 945 | ||
944 | nt = new Todo; | 946 | nt = new Todo; |
945 | mCalendar->addTodo( nt ); | 947 | mCalendar->addTodo( nt ); |
946 | nt->setSummary( "Planning Project1: Norbert"); | 948 | nt->setSummary( "Planning Project1: Norbert"); |
947 | nt->setPriority( 1 ); | 949 | nt->setPriority( 1 ); |
948 | nt->setDescription( "This todo counts the actual work of a person on a project" ); | 950 | nt->setDescription( "This todo counts the actual work of a person on a project" ); |
949 | nt->setPercentComplete( 20 ); | 951 | nt->setPercentComplete( 20 ); |
950 | nt->setCategories( QString( "Cat_Pro1,Cat_Plan_Pro1,Cat_Work_Norbert") ); | 952 | nt->setCategories( QString( "Cat_Pro1,Cat_Plan_Pro1,Cat_Work_Norbert") ); |
951 | Todo * workNorbert11 = nt; | 953 | Todo * workNorbert11 = nt; |
952 | workNorbert11->setRelatedTo( sub1 ); | 954 | workNorbert11->setRelatedTo( sub1 ); |
953 | 955 | ||
954 | nt = new Todo; | 956 | nt = new Todo; |
955 | mCalendar->addTodo( nt ); | 957 | mCalendar->addTodo( nt ); |
956 | nt->setSummary( "Work on 1"); | 958 | nt->setSummary( "Work on 1"); |
957 | nt->setPriority( 1 ); | 959 | nt->setPriority( 1 ); |
958 | nt->setDescription( "This is a test description of Work Project_1" ); | 960 | nt->setDescription( "This is a test description of Work Project_1" ); |
959 | nt->setCategories( QString( "Cat_Pro1,Cat_Work_Pro1") ); | 961 | nt->setCategories( QString( "Cat_Pro1,Cat_Work_Pro1") ); |
960 | nt->setPercentComplete( 20 ); | 962 | nt->setPercentComplete( 20 ); |
961 | 963 | ||
962 | Todo * sub2 = nt; | 964 | Todo * sub2 = nt; |
963 | sub2->setRelatedTo( root1 ); | 965 | sub2->setRelatedTo( root1 ); |
964 | 966 | ||
965 | 967 | ||
966 | nt = new Todo; | 968 | nt = new Todo; |
967 | mCalendar->addTodo( nt ); | 969 | mCalendar->addTodo( nt ); |
968 | nt->setSummary( "Work on 1: Lutz"); | 970 | nt->setSummary( "Work on 1: Lutz"); |
969 | nt->setPriority( 1 ); | 971 | nt->setPriority( 1 ); |
970 | nt->setDescription( "This todo counts the actual work of a person on a project" ); | 972 | nt->setDescription( "This todo counts the actual work of a person on a project" ); |
971 | nt->setCategories( QString( "Cat_Pro1,Cat_Work_Pro1,Cat_Work_Lutz") ); | 973 | nt->setCategories( QString( "Cat_Pro1,Cat_Work_Pro1,Cat_Work_Lutz") ); |
972 | nt->setPercentComplete( 20 ); | 974 | nt->setPercentComplete( 20 ); |
973 | Todo * workLutz12 = nt; | 975 | Todo * workLutz12 = nt; |
974 | workLutz12->setRelatedTo( sub2 ); | 976 | workLutz12->setRelatedTo( sub2 ); |
975 | 977 | ||
976 | nt = new Todo; | 978 | nt = new Todo; |
977 | mCalendar->addTodo( nt ); | 979 | mCalendar->addTodo( nt ); |
978 | nt->setSummary( "Work on 1: Norbert"); | 980 | nt->setSummary( "Work on 1: Norbert"); |
979 | nt->setPriority( 1 ); | 981 | nt->setPriority( 1 ); |
980 | nt->setDescription( "This todo counts the actual work of a person on a project" ); | 982 | nt->setDescription( "This todo counts the actual work of a person on a project" ); |
981 | nt->setCategories( QString( "Cat_Pro1,Cat_Work_Pro1,Cat_Work_Norbert") ); | 983 | nt->setCategories( QString( "Cat_Pro1,Cat_Work_Pro1,Cat_Work_Norbert") ); |
982 | nt->setPercentComplete( 20 ); | 984 | nt->setPercentComplete( 20 ); |
983 | Todo * workNorbert12 = nt; | 985 | Todo * workNorbert12 = nt; |
984 | workNorbert12->setRelatedTo( sub2 ); | 986 | workNorbert12->setRelatedTo( sub2 ); |
985 | 987 | ||
986 | int secLenRunning = 7200; | 988 | int secLenRunning = 7200; |
987 | int secLenPausing = 3600 * 3; | 989 | int secLenPausing = 3600 * 3; |
988 | int dayInterval = 1; | 990 | int dayInterval = 1; |
989 | //createRunningDate4Todo( root1, start, end, secLenRunning, secLenPausing, dayInterval ); | 991 | //createRunningDate4Todo( root1, start, end, secLenRunning, secLenPausing, dayInterval ); |
990 | createRunningDate4Todo( root1, start, end, secLenRunning*24, secLenPausing, 14 ); | 992 | createRunningDate4Todo( root1, start, end, secLenRunning*24, secLenPausing, 14 ); |
991 | createRunningDate4Todo( sub1, start.addSecs( secLenRunning ), start.addDays( 10 ), secLenRunning*4, secLenPausing, 1); | 993 | createRunningDate4Todo( sub1, start.addSecs( secLenRunning ), start.addDays( 10 ), secLenRunning*4, secLenPausing, 1); |
992 | createRunningDate4Todo( sub2, start.addDays( 8 ), end, secLenRunning*4, secLenPausing, 3); | 994 | createRunningDate4Todo( sub2, start.addDays( 8 ), end, secLenRunning*4, secLenPausing, 3); |
993 | createRunningDate4Todo( workLutz11, start, start.addDays( 8 ), secLenRunning, secLenPausing, 0); | 995 | createRunningDate4Todo( workLutz11, start, start.addDays( 8 ), secLenRunning, secLenPausing, 0); |
994 | createRunningDate4Todo( workNorbert11, start, start.addDays( 8 ), secLenRunning*2, secLenPausing, 1); | 996 | createRunningDate4Todo( workNorbert11, start, start.addDays( 8 ), secLenRunning*2, secLenPausing, 1); |
995 | createRunningDate4Todo( workLutz12, start.addDays( 8 ),end, secLenRunning*5, secLenPausing, 3); | 997 | createRunningDate4Todo( workLutz12, start.addDays( 8 ),end, secLenRunning*5, secLenPausing, 3); |
996 | createRunningDate4Todo( workNorbert12, start.addDays( 8 ), end, secLenRunning, secLenPausing*3, 0); | 998 | createRunningDate4Todo( workNorbert12, start.addDays( 8 ), end, secLenRunning, secLenPausing*3, 0); |
997 | 999 | ||
998 | } | 1000 | } |
999 | 1001 | ||
1000 | { | 1002 | { |
1001 | Todo * root1 = new Todo; | 1003 | Todo * root1 = new Todo; |
1002 | mCalendar->addTodo( root1 ); | 1004 | mCalendar->addTodo( root1 ); |
1003 | root1->setSummary( "Project2"); | 1005 | root1->setSummary( "Project2"); |
1004 | root1->setPriority( 1 ); | 1006 | root1->setPriority( 1 ); |
1005 | root1->setDescription( "This is a test description of a root Project 2" ); | 1007 | root1->setDescription( "This is a test description of a root Project 2" ); |
1006 | root1->setPercentComplete( 20 ); | 1008 | root1->setPercentComplete( 20 ); |
1007 | root1->setCategories( QString( "Cat_Pro2") ); | 1009 | root1->setCategories( QString( "Cat_Pro2") ); |
1008 | updateView(); | 1010 | updateView(); |
1009 | QDateTime start = QDateTime ( QDate( 2004,11,1), QTime ( 7,30,0) ); | 1011 | QDateTime start = QDateTime ( QDate( 2004,11,1), QTime ( 7,30,0) ); |
1010 | QDateTime end = QDateTime ( QDate( 2005,8,5), QTime ( 0,0,0) ); | 1012 | QDateTime end = QDateTime ( QDate( 2005,8,5), QTime ( 0,0,0) ); |
1011 | int secLenRunning = 7200; | 1013 | int secLenRunning = 7200; |
1012 | int secLenPausing = 3600 * 3; | 1014 | int secLenPausing = 3600 * 3; |
1013 | int dayInterval = 1; | 1015 | int dayInterval = 1; |
1014 | 1016 | ||
1015 | nt = new Todo; | 1017 | nt = new Todo; |
1016 | mCalendar->addTodo( nt ); | 1018 | mCalendar->addTodo( nt ); |
1017 | nt->setSummary( "Planning Project2"); | 1019 | nt->setSummary( "Planning Project2"); |
1018 | nt->setPriority( 1 ); | 1020 | nt->setPriority( 1 ); |
1019 | nt->setDescription( "This is a test description of Planning_Project_2" ); | 1021 | nt->setDescription( "This is a test description of Planning_Project_2" ); |
1020 | nt->setCategories( QString( "Cat_Pro2,Cat_Plan_Pro2") ); | 1022 | nt->setCategories( QString( "Cat_Pro2,Cat_Plan_Pro2") ); |
1021 | nt->setPercentComplete( 20 ); | 1023 | nt->setPercentComplete( 20 ); |
1022 | 1024 | ||
1023 | 1025 | ||
1024 | Todo * sub1 = nt; | 1026 | Todo * sub1 = nt; |
1025 | sub1->setRelatedTo( root1 ); | 1027 | sub1->setRelatedTo( root1 ); |
1026 | 1028 | ||
1027 | nt = new Todo; | 1029 | nt = new Todo; |
1028 | mCalendar->addTodo( nt ); | 1030 | mCalendar->addTodo( nt ); |
1029 | nt->setSummary( "Planning Project2: Lutz"); | 1031 | nt->setSummary( "Planning Project2: Lutz"); |
1030 | nt->setPriority( 1 ); | 1032 | nt->setPriority( 1 ); |
1031 | nt->setDescription( "This todo counts the actual work of a person on a project" ); | 1033 | nt->setDescription( "This todo counts the actual work of a person on a project" ); |
1032 | nt->setCategories( QString( "Cat_Pro2,Cat_Plan_Pro2,Cat_Work_Lutz") ); | 1034 | nt->setCategories( QString( "Cat_Pro2,Cat_Plan_Pro2,Cat_Work_Lutz") ); |
1033 | nt->setPercentComplete( 20 ); | 1035 | nt->setPercentComplete( 20 ); |
1034 | Todo * workLutz11 = nt; | 1036 | Todo * workLutz11 = nt; |
1035 | workLutz11->setRelatedTo( sub1 ); | 1037 | workLutz11->setRelatedTo( sub1 ); |
1036 | 1038 | ||
1037 | nt = new Todo; | 1039 | nt = new Todo; |
1038 | mCalendar->addTodo( nt ); | 1040 | mCalendar->addTodo( nt ); |
1039 | nt->setSummary( "Planning Project2: Norbert"); | 1041 | nt->setSummary( "Planning Project2: Norbert"); |
1040 | nt->setPriority( 1 ); | 1042 | nt->setPriority( 1 ); |
1041 | nt->setDescription( "This todo counts the actual work of a person on a project" ); | 1043 | nt->setDescription( "This todo counts the actual work of a person on a project" ); |
1042 | nt->setCategories( QString( "Cat_Pro2,Cat_Plan_Pro2,Cat_Work_Norbert") ); | 1044 | nt->setCategories( QString( "Cat_Pro2,Cat_Plan_Pro2,Cat_Work_Norbert") ); |
1043 | nt->setPercentComplete( 20 ); | 1045 | nt->setPercentComplete( 20 ); |
1044 | Todo * workNorbert11 = nt; | 1046 | Todo * workNorbert11 = nt; |
1045 | workNorbert11->setRelatedTo( sub1 ); | 1047 | workNorbert11->setRelatedTo( sub1 ); |
1046 | 1048 | ||
1047 | nt = new Todo; | 1049 | nt = new Todo; |
1048 | mCalendar->addTodo( nt ); | 1050 | mCalendar->addTodo( nt ); |
1049 | nt->setSummary( "Work on 2"); | 1051 | nt->setSummary( "Work on 2"); |
1050 | nt->setPriority( 1 ); | 1052 | nt->setPriority( 1 ); |
1051 | nt->setDescription( "This is a test description of Work Project_2" ); | 1053 | nt->setDescription( "This is a test description of Work Project_2" ); |
1052 | nt->setCategories( QString( "Cat_Pro2,Cat_Work_Pro2") ); | 1054 | nt->setCategories( QString( "Cat_Pro2,Cat_Work_Pro2") ); |
1053 | nt->setPercentComplete( 20 ); | 1055 | nt->setPercentComplete( 20 ); |
1054 | 1056 | ||
1055 | Todo * sub2 = nt; | 1057 | Todo * sub2 = nt; |
1056 | sub2->setRelatedTo( root1 ); | 1058 | sub2->setRelatedTo( root1 ); |
1057 | 1059 | ||
1058 | 1060 | ||
1059 | nt = new Todo; | 1061 | nt = new Todo; |
1060 | mCalendar->addTodo( nt ); | 1062 | mCalendar->addTodo( nt ); |
1061 | nt->setSummary( "Work on 2: Lutz"); | 1063 | nt->setSummary( "Work on 2: Lutz"); |
1062 | nt->setPriority( 1 ); | 1064 | nt->setPriority( 1 ); |
1063 | nt->setDescription( "This todo counts the actual work of a person on a project" ); | 1065 | nt->setDescription( "This todo counts the actual work of a person on a project" ); |
1064 | nt->setCategories( QString( "Cat_Pro2,Cat_Work_Pro2,Cat_Work_Lutz") ); | 1066 | nt->setCategories( QString( "Cat_Pro2,Cat_Work_Pro2,Cat_Work_Lutz") ); |
1065 | nt->setPercentComplete( 20 ); | 1067 | nt->setPercentComplete( 20 ); |
1066 | Todo * workLutz12 = nt; | 1068 | Todo * workLutz12 = nt; |
1067 | workLutz12->setRelatedTo( sub2 ); | 1069 | workLutz12->setRelatedTo( sub2 ); |
1068 | 1070 | ||
1069 | nt = new Todo; | 1071 | nt = new Todo; |
1070 | mCalendar->addTodo( nt ); | 1072 | mCalendar->addTodo( nt ); |
1071 | nt->setSummary( "Work on 2: Norbert"); | 1073 | nt->setSummary( "Work on 2: Norbert"); |
1072 | nt->setPriority( 1 ); | 1074 | nt->setPriority( 1 ); |
1073 | nt->setDescription( "This todo counts the actual work of a person on a project" ); | 1075 | nt->setDescription( "This todo counts the actual work of a person on a project" ); |
1074 | nt->setCategories( QString( "Cat_Pro2,Cat_Work_Pro2,Cat_Work_Norbert") ); | 1076 | nt->setCategories( QString( "Cat_Pro2,Cat_Work_Pro2,Cat_Work_Norbert") ); |
1075 | nt->setPercentComplete( 20 ); | 1077 | nt->setPercentComplete( 20 ); |
1076 | Todo * workNorbert12 = nt; | 1078 | Todo * workNorbert12 = nt; |
1077 | workNorbert12->setRelatedTo( sub2 ); | 1079 | workNorbert12->setRelatedTo( sub2 ); |
1078 | createRunningDate4Todo( root1, start, end, secLenRunning, secLenPausing, 10 ); | 1080 | createRunningDate4Todo( root1, start, end, secLenRunning, secLenPausing, 10 ); |
1079 | createRunningDate4Todo( sub1, start.addSecs( secLenRunning*3 ), start.addDays( 20 ), secLenRunning*2, secLenPausing, 2); | 1081 | createRunningDate4Todo( sub1, start.addSecs( secLenRunning*3 ), start.addDays( 20 ), secLenRunning*2, secLenPausing, 2); |
1080 | createRunningDate4Todo( sub2, start.addDays( 8 ), end, secLenRunning*3, secLenPausing, 7); | 1082 | createRunningDate4Todo( sub2, start.addDays( 8 ), end, secLenRunning*3, secLenPausing, 7); |
1081 | createRunningDate4Todo( workLutz11, start, start.addDays( 18 ), secLenRunning/2, secLenPausing*5, 0); | 1083 | createRunningDate4Todo( workLutz11, start, start.addDays( 18 ), secLenRunning/2, secLenPausing*5, 0); |
1082 | createRunningDate4Todo( workNorbert11, start.addDays( 8 ), start.addDays( 18 ), secLenRunning*5, secLenPausing*5, 1); | 1084 | createRunningDate4Todo( workNorbert11, start.addDays( 8 ), start.addDays( 18 ), secLenRunning*5, secLenPausing*5, 1); |
1083 | createRunningDate4Todo( workLutz12, start.addDays( 8 ),end, secLenRunning, secLenPausing*8, 0); | 1085 | createRunningDate4Todo( workLutz12, start.addDays( 8 ),end, secLenRunning, secLenPausing*8, 0); |
1084 | createRunningDate4Todo( workNorbert12, start.addDays( 28 ), end, secLenRunning/8, secLenPausing*6, 0); | 1086 | createRunningDate4Todo( workNorbert12, start.addDays( 28 ), end, secLenRunning/8, secLenPausing*6, 0); |
1085 | } | 1087 | } |
1086 | updateView(); | 1088 | updateView(); |
1087 | #endif | 1089 | #endif |
1088 | 1090 | ||
1089 | } | 1091 | } |
1090 | void CalendarView::createRunningDate4Todo( Todo * runT, QDateTime start , QDateTime end, int secLenRunning, int secLenPausing,int dayInterval ) | 1092 | void CalendarView::createRunningDate4Todo( Todo * runT, QDateTime start , QDateTime end, int secLenRunning, int secLenPausing,int dayInterval ) |
1091 | { | 1093 | { |
1092 | static int ccc = 0; | 1094 | static int ccc = 0; |
1093 | ++ccc; | 1095 | ++ccc; |
1094 | QDateTime t_start = start; | 1096 | QDateTime t_start = start; |
1095 | runT->setPriority( 5 ); | 1097 | runT->setPriority( 5 ); |
1096 | runT->setPercentComplete( 0 ); | 1098 | runT->setPercentComplete( 0 ); |
1097 | int count = 0; | 1099 | int count = 0; |
1098 | int prio = 5; | 1100 | int prio = 5; |
1099 | int complete = 0; | 1101 | int complete = 0; |
1100 | while ( t_start < end ) { | 1102 | while ( t_start < end ) { |
1101 | ++count; | 1103 | ++count; |
1102 | if ( count > ccc ) { | 1104 | if ( count > ccc ) { |
1103 | count = 0; | 1105 | count = 0; |
1104 | --prio; | 1106 | --prio; |
1105 | if ( prio == 0 ) prio = 5; | 1107 | if ( prio == 0 ) prio = 5; |
1106 | complete += 20; | 1108 | complete += 20; |
1107 | if ( complete > 100 ) complete = 0; | 1109 | if ( complete > 100 ) complete = 0; |
1108 | runT->setPriority( prio ); | 1110 | runT->setPriority( prio ); |
1109 | runT->setPercentComplete( complete ); | 1111 | runT->setPercentComplete( complete ); |
1110 | } | 1112 | } |
1111 | runT->setRunning( true ); | 1113 | runT->setRunning( true ); |
1112 | runT->saveRunningInfo( "Additional tt comment: running on "+ t_start.toString(), t_start, t_start.addSecs( secLenRunning ) ); | 1114 | runT->saveRunningInfo( "Additional tt comment: running on "+ t_start.toString(), t_start, t_start.addSecs( secLenRunning ) ); |
1113 | if ( dayInterval ) | 1115 | if ( dayInterval ) |
1114 | t_start = t_start.addDays( dayInterval ); | 1116 | t_start = t_start.addDays( dayInterval ); |
1115 | else { | 1117 | else { |
1116 | t_start = t_start.addSecs( secLenRunning + secLenPausing ); | 1118 | t_start = t_start.addSecs( secLenRunning + secLenPausing ); |
1117 | } | 1119 | } |
1118 | } | 1120 | } |
1119 | } | 1121 | } |
1120 | 1122 | ||
1121 | void CalendarView::showDay( QDate d ) | 1123 | void CalendarView::showDay( QDate d ) |
1122 | { | 1124 | { |
1123 | dateNavigator()->blockSignals( true ); | 1125 | dateNavigator()->blockSignals( true ); |
1124 | dateNavigator()->selectDate( d ); | 1126 | dateNavigator()->selectDate( d ); |
1125 | dateNavigator()->blockSignals( false ); | 1127 | dateNavigator()->blockSignals( false ); |
1126 | mViewManager->showDayView(); | 1128 | mViewManager->showDayView(); |
1127 | //dateNavigator()->selectDate( d ); | 1129 | //dateNavigator()->selectDate( d ); |
1128 | } | 1130 | } |
1129 | void CalendarView::timerAlarm() | 1131 | void CalendarView::timerAlarm() |
1130 | { | 1132 | { |
1131 | //qDebug("CalendarView::timerAlarm() "); | 1133 | //qDebug("CalendarView::timerAlarm() "); |
1132 | computeAlarm(mAlarmNotification ); | 1134 | computeAlarm(mAlarmNotification ); |
1133 | } | 1135 | } |
1134 | 1136 | ||
1135 | void CalendarView::suspendAlarm() | 1137 | void CalendarView::suspendAlarm() |
1136 | { | 1138 | { |
1137 | //qDebug(" CalendarView::suspendAlarm() "); | 1139 | //qDebug(" CalendarView::suspendAlarm() "); |
1138 | computeAlarm(mSuspendAlarmNotification ); | 1140 | computeAlarm(mSuspendAlarmNotification ); |
1139 | 1141 | ||
1140 | } | 1142 | } |
1141 | 1143 | ||
1142 | void CalendarView::startAlarm( QString mess , QString filename) | 1144 | void CalendarView::startAlarm( QString mess , QString filename) |
1143 | { | 1145 | { |
1144 | 1146 | ||
1145 | topLevelWidget()->showNormal(); | 1147 | topLevelWidget()->showNormal(); |
1146 | topLevelWidget()->setActiveWindow(); | 1148 | topLevelWidget()->setActiveWindow(); |
1147 | topLevelWidget()->raise(); | 1149 | topLevelWidget()->raise(); |
1148 | 1150 | ||
1149 | mAlarmDialog->eventNotification( mess, KOPrefs::instance()->mAlarmPlayBeeps, filename, true,KOPrefs::instance()->mAlarmBeepInterval ,KOPrefs::instance()->mAlarmSuspendCount ); | 1151 | mAlarmDialog->eventNotification( mess, KOPrefs::instance()->mAlarmPlayBeeps, filename, true,KOPrefs::instance()->mAlarmBeepInterval ,KOPrefs::instance()->mAlarmSuspendCount ); |
1150 | QTimer::singleShot( 2000, this, SLOT( checkNextTimerAlarm() ) ); | 1152 | QTimer::singleShot( 2000, this, SLOT( checkNextTimerAlarm() ) ); |
1151 | 1153 | ||
1152 | } | 1154 | } |
1153 | 1155 | ||
1154 | void CalendarView::checkNextTimerAlarm() | 1156 | void CalendarView::checkNextTimerAlarm() |
1155 | { | 1157 | { |
1156 | mCalendar->checkAlarmForIncidence( 0, true ); | 1158 | mCalendar->checkAlarmForIncidence( 0, true ); |
1157 | } | 1159 | } |
1158 | 1160 | ||
1159 | void CalendarView::computeAlarm( QString msg ) | 1161 | void CalendarView::computeAlarm( QString msg ) |
1160 | { | 1162 | { |
1161 | 1163 | ||
1162 | QString mess = msg; | 1164 | QString mess = msg; |
1163 | QString mAlarmMessage = mess.mid( 9 ); | 1165 | QString mAlarmMessage = mess.mid( 9 ); |
1164 | QString filename = MainWindow::resourcePath(); | 1166 | QString filename = MainWindow::resourcePath(); |
1165 | filename += "koalarm.wav"; | 1167 | filename += "koalarm.wav"; |
1166 | QString tempfilename; | 1168 | QString tempfilename; |
1167 | if ( mess.left( 13 ) == "suspend_alarm") { | 1169 | if ( mess.left( 13 ) == "suspend_alarm") { |
1168 | bool error = false; | 1170 | bool error = false; |
1169 | int len = mess.mid( 13 ).find("+++"); | 1171 | int len = mess.mid( 13 ).find("+++"); |
1170 | if ( len < 2 ) | 1172 | if ( len < 2 ) |
1171 | error = true; | 1173 | error = true; |
1172 | else { | 1174 | else { |
1173 | tempfilename = mess.mid( 13, len ); | 1175 | tempfilename = mess.mid( 13, len ); |
1174 | if ( !QFile::exists( tempfilename ) ) | 1176 | if ( !QFile::exists( tempfilename ) ) |
1175 | error = true; | 1177 | error = true; |
1176 | } | 1178 | } |
1177 | if ( ! error ) { | 1179 | if ( ! error ) { |
1178 | filename = tempfilename; | 1180 | filename = tempfilename; |
1179 | } | 1181 | } |
1180 | mAlarmMessage = mess.mid( 13+len+3 ); | 1182 | mAlarmMessage = mess.mid( 13+len+3 ); |
1181 | //qDebug("suspend file %s ",tempfilename.latin1() ); | 1183 | //qDebug("suspend file %s ",tempfilename.latin1() ); |
1182 | startAlarm( mAlarmMessage, filename); | 1184 | startAlarm( mAlarmMessage, filename); |
1183 | return; | 1185 | return; |
1184 | } | 1186 | } |
1185 | if ( mess.left( 11 ) == "timer_alarm") { | 1187 | if ( mess.left( 11 ) == "timer_alarm") { |
1186 | //mTimerTime = 0; | 1188 | //mTimerTime = 0; |
1187 | startAlarm( mess.mid( 11 ), filename ); | 1189 | startAlarm( mess.mid( 11 ), filename ); |
1188 | return; | 1190 | return; |
1189 | } | 1191 | } |
1190 | if ( mess.left( 10 ) == "proc_alarm") { | 1192 | if ( mess.left( 10 ) == "proc_alarm") { |
1191 | bool error = false; | 1193 | bool error = false; |
1192 | int len = mess.mid( 10 ).find("+++"); | 1194 | int len = mess.mid( 10 ).find("+++"); |
1193 | if ( len < 2 ) | 1195 | if ( len < 2 ) |
1194 | error = true; | 1196 | error = true; |
1195 | else { | 1197 | else { |
1196 | tempfilename = mess.mid( 10, len ); | 1198 | tempfilename = mess.mid( 10, len ); |
1197 | if ( !QFile::exists( tempfilename ) ) | 1199 | if ( !QFile::exists( tempfilename ) ) |
1198 | error = true; | 1200 | error = true; |
1199 | } | 1201 | } |
1200 | if ( error ) { | 1202 | if ( error ) { |
1201 | mAlarmMessage = "Procedure Alarm\nError - File not found\n"; | 1203 | mAlarmMessage = "Procedure Alarm\nError - File not found\n"; |
1202 | mAlarmMessage += mess.mid( 10+len+3+9 ); | 1204 | mAlarmMessage += mess.mid( 10+len+3+9 ); |
1203 | } else { | 1205 | } else { |
1204 | //QCopEnvelope e("QPE/Application/kopi", "-writeFileSilent"); | 1206 | //QCopEnvelope e("QPE/Application/kopi", "-writeFileSilent"); |
1205 | //qDebug("-----system command %s ",tempfilename.latin1() ); | 1207 | //qDebug("-----system command %s ",tempfilename.latin1() ); |
1206 | #ifndef _WIN32_ | 1208 | #ifndef _WIN32_ |
1207 | if ( vfork () == 0 ) { | 1209 | if ( vfork () == 0 ) { |
1208 | execl ( tempfilename.latin1(), 0 ); | 1210 | execl ( tempfilename.latin1(), 0 ); |
1209 | return; | 1211 | return; |
1210 | } | 1212 | } |
1211 | #else | 1213 | #else |
1212 | QProcess* p = new QProcess(); | 1214 | QProcess* p = new QProcess(); |
1213 | p->addArgument( tempfilename.latin1() ); | 1215 | p->addArgument( tempfilename.latin1() ); |
1214 | p->start(); | 1216 | p->start(); |
1215 | return; | 1217 | return; |
1216 | #endif | 1218 | #endif |
1217 | 1219 | ||
1218 | return; | 1220 | return; |
1219 | } | 1221 | } |
1220 | 1222 | ||
1221 | //qDebug("+++++++system command %s ",tempfilename.latin1() ); | 1223 | //qDebug("+++++++system command %s ",tempfilename.latin1() ); |
1222 | } | 1224 | } |
1223 | if ( mess.left( 11 ) == "audio_alarm") { | 1225 | if ( mess.left( 11 ) == "audio_alarm") { |
1224 | bool error = false; | 1226 | bool error = false; |
1225 | int len = mess.mid( 11 ).find("+++"); | 1227 | int len = mess.mid( 11 ).find("+++"); |
1226 | if ( len < 2 ) | 1228 | if ( len < 2 ) |
1227 | error = true; | 1229 | error = true; |
1228 | else { | 1230 | else { |
@@ -2635,938 +2637,936 @@ void CalendarView::readSettings() | |||
2635 | config->setGroup("WidgetLayout"); | 2637 | config->setGroup("WidgetLayout"); |
2636 | QStringList list; | 2638 | QStringList list; |
2637 | list = config->readListEntry("MainLayout"); | 2639 | list = config->readListEntry("MainLayout"); |
2638 | int x,y,w,h; | 2640 | int x,y,w,h; |
2639 | if ( ! list.isEmpty() ) { | 2641 | if ( ! list.isEmpty() ) { |
2640 | x = list[0].toInt(); | 2642 | x = list[0].toInt(); |
2641 | y = list[1].toInt(); | 2643 | y = list[1].toInt(); |
2642 | w = list[2].toInt(); | 2644 | w = list[2].toInt(); |
2643 | h = list[3].toInt(); | 2645 | h = list[3].toInt(); |
2644 | KApplication::testCoords( &x,&y,&w,&h ); | 2646 | KApplication::testCoords( &x,&y,&w,&h ); |
2645 | topLevelWidget()->setGeometry(x,y,w,h); | 2647 | topLevelWidget()->setGeometry(x,y,w,h); |
2646 | 2648 | ||
2647 | } else { | 2649 | } else { |
2648 | topLevelWidget()->setGeometry( 40 ,40 , 640, 440); | 2650 | topLevelWidget()->setGeometry( 40 ,40 , 640, 440); |
2649 | } | 2651 | } |
2650 | list = config->readListEntry("EditEventLayout"); | 2652 | list = config->readListEntry("EditEventLayout"); |
2651 | if ( ! list.isEmpty() ) { | 2653 | if ( ! list.isEmpty() ) { |
2652 | x = list[0].toInt(); | 2654 | x = list[0].toInt(); |
2653 | y = list[1].toInt(); | 2655 | y = list[1].toInt(); |
2654 | w = list[2].toInt(); | 2656 | w = list[2].toInt(); |
2655 | h = list[3].toInt(); | 2657 | h = list[3].toInt(); |
2656 | KApplication::testCoords( &x,&y,&w,&h ); | 2658 | KApplication::testCoords( &x,&y,&w,&h ); |
2657 | mEventEditor->setGeometry(x,y,w,h); | 2659 | mEventEditor->setGeometry(x,y,w,h); |
2658 | 2660 | ||
2659 | } | 2661 | } |
2660 | list = config->readListEntry("EditTodoLayout"); | 2662 | list = config->readListEntry("EditTodoLayout"); |
2661 | if ( ! list.isEmpty() ) { | 2663 | if ( ! list.isEmpty() ) { |
2662 | x = list[0].toInt(); | 2664 | x = list[0].toInt(); |
2663 | y = list[1].toInt(); | 2665 | y = list[1].toInt(); |
2664 | w = list[2].toInt(); | 2666 | w = list[2].toInt(); |
2665 | h = list[3].toInt(); | 2667 | h = list[3].toInt(); |
2666 | KApplication::testCoords( &x,&y,&w,&h ); | 2668 | KApplication::testCoords( &x,&y,&w,&h ); |
2667 | mTodoEditor->setGeometry(x,y,w,h); | 2669 | mTodoEditor->setGeometry(x,y,w,h); |
2668 | 2670 | ||
2669 | } | 2671 | } |
2670 | list = config->readListEntry("ViewerLayout"); | 2672 | list = config->readListEntry("ViewerLayout"); |
2671 | if ( ! list.isEmpty() ) { | 2673 | if ( ! list.isEmpty() ) { |
2672 | x = list[0].toInt(); | 2674 | x = list[0].toInt(); |
2673 | y = list[1].toInt(); | 2675 | y = list[1].toInt(); |
2674 | w = list[2].toInt(); | 2676 | w = list[2].toInt(); |
2675 | h = list[3].toInt(); | 2677 | h = list[3].toInt(); |
2676 | KApplication::testCoords( &x,&y,&w,&h ); | 2678 | KApplication::testCoords( &x,&y,&w,&h ); |
2677 | getEventViewerDialog()->setGeometry(x,y,w,h); | 2679 | getEventViewerDialog()->setGeometry(x,y,w,h); |
2678 | } | 2680 | } |
2679 | #endif | 2681 | #endif |
2680 | config->setGroup( "Views" ); | 2682 | config->setGroup( "Views" ); |
2681 | int dateCount = config->readNumEntry( "ShownDatesCount", 7 ); | 2683 | int dateCount = config->readNumEntry( "ShownDatesCount", 7 ); |
2682 | 2684 | ||
2683 | QValueList<int> sizes = config->readIntListEntry("Left Splitter Frame"); | 2685 | QValueList<int> sizes = config->readIntListEntry("Left Splitter Frame"); |
2684 | 2686 | ||
2685 | int resetval = 0; | 2687 | int resetval = 0; |
2686 | int maxVal = 0; | 2688 | int maxVal = 0; |
2687 | if (sizes.count() != 3) { | 2689 | if (sizes.count() != 3) { |
2688 | if ( KOPrefs::instance()->mVerticalScreen ) { | 2690 | if ( KOPrefs::instance()->mVerticalScreen ) { |
2689 | resetval = mDateNavigator->sizeHint().width()+2; | 2691 | resetval = mDateNavigator->sizeHint().width()+2; |
2690 | } else { | 2692 | } else { |
2691 | resetval = mDateNavigator->sizeHint().height()+2; | 2693 | resetval = mDateNavigator->sizeHint().height()+2; |
2692 | } | 2694 | } |
2693 | } | 2695 | } |
2694 | if ( resetval ) { | 2696 | if ( resetval ) { |
2695 | sizes.clear(); | 2697 | sizes.clear(); |
2696 | if ( KOPrefs::instance()->mVerticalScreen ) { | 2698 | if ( KOPrefs::instance()->mVerticalScreen ) { |
2697 | maxVal = QApplication::desktop()->width() -10; | 2699 | maxVal = QApplication::desktop()->width() -10; |
2698 | } else { | 2700 | } else { |
2699 | maxVal = QApplication::desktop()->height()-10; | 2701 | maxVal = QApplication::desktop()->height()-10; |
2700 | } | 2702 | } |
2701 | sizes << resetval; | 2703 | sizes << resetval; |
2702 | if ( maxVal < resetval + resetval) | 2704 | if ( maxVal < resetval + resetval) |
2703 | resetval = maxVal - resetval; | 2705 | resetval = maxVal - resetval; |
2704 | sizes << resetval; | 2706 | sizes << resetval; |
2705 | sizes << 100; | 2707 | sizes << 100; |
2706 | } | 2708 | } |
2707 | mLeftFrame->setSizes(sizes); | 2709 | mLeftFrame->setSizes(sizes); |
2708 | sizes = config->readIntListEntry("Main Splitter Frame"); | 2710 | sizes = config->readIntListEntry("Main Splitter Frame"); |
2709 | resetval = 0; | 2711 | resetval = 0; |
2710 | maxVal = 0; | 2712 | maxVal = 0; |
2711 | if (sizes.count() != 2) { | 2713 | if (sizes.count() != 2) { |
2712 | if ( !KOPrefs::instance()->mVerticalScreen ) { | 2714 | if ( !KOPrefs::instance()->mVerticalScreen ) { |
2713 | resetval = mDateNavigator->sizeHint().width()+2; | 2715 | resetval = mDateNavigator->sizeHint().width()+2; |
2714 | } else { | 2716 | } else { |
2715 | resetval = mDateNavigator->sizeHint().height()+2; | 2717 | resetval = mDateNavigator->sizeHint().height()+2; |
2716 | } | 2718 | } |
2717 | } | 2719 | } |
2718 | if ( resetval ) { | 2720 | if ( resetval ) { |
2719 | sizes.clear(); | 2721 | sizes.clear(); |
2720 | if ( !KOPrefs::instance()->mVerticalScreen ) { | 2722 | if ( !KOPrefs::instance()->mVerticalScreen ) { |
2721 | maxVal = QApplication::desktop()->width() -10; | 2723 | maxVal = QApplication::desktop()->width() -10; |
2722 | } else { | 2724 | } else { |
2723 | maxVal = QApplication::desktop()->height()-10; | 2725 | maxVal = QApplication::desktop()->height()-10; |
2724 | } | 2726 | } |
2725 | sizes << resetval; | 2727 | sizes << resetval; |
2726 | if ( maxVal < resetval + resetval) | 2728 | if ( maxVal < resetval + resetval) |
2727 | resetval = maxVal - resetval; | 2729 | resetval = maxVal - resetval; |
2728 | sizes << resetval; | 2730 | sizes << resetval; |
2729 | } | 2731 | } |
2730 | mMainFrame->setSizes(sizes); | 2732 | mMainFrame->setSizes(sizes); |
2731 | if ( dateCount == 5 ) mNavigator->selectWorkWeek(); | 2733 | if ( dateCount == 5 ) mNavigator->selectWorkWeek(); |
2732 | else if ( dateCount == 7 ) mNavigator->selectWeek(); | 2734 | else if ( dateCount == 7 ) mNavigator->selectWeek(); |
2733 | else mNavigator->selectDates( dateCount ); | 2735 | else mNavigator->selectDates( dateCount ); |
2734 | // mViewManager->readSettings( config ); | 2736 | // mViewManager->readSettings( config ); |
2735 | updateConfig(); | 2737 | updateConfig(); |
2736 | globalFlagBlockAgenda = 2; | 2738 | globalFlagBlockAgenda = 2; |
2737 | mViewManager->readSettings( config ); | 2739 | mViewManager->readSettings( config ); |
2738 | QTimer::singleShot( 1, mDateNavigator, SLOT ( setResizeEnabled() ) ); | 2740 | QTimer::singleShot( 1, mDateNavigator, SLOT ( setResizeEnabled() ) ); |
2739 | } | 2741 | } |
2740 | 2742 | ||
2741 | void CalendarView::checkSuspendAlarm() | 2743 | void CalendarView::checkSuspendAlarm() |
2742 | { | 2744 | { |
2743 | if ( mSuspendTimer->isActive() ) { | 2745 | if ( mSuspendTimer->isActive() ) { |
2744 | KMessageBox::information( this, i18n("<b>WARNING:</b> There is a pending suspended alarm!"), i18n("Pending Suspend Alarm")); | 2746 | KMessageBox::information( this, i18n("<b>WARNING:</b> There is a pending suspended alarm!"), i18n("Pending Suspend Alarm")); |
2745 | } | 2747 | } |
2746 | } | 2748 | } |
2747 | void CalendarView::writeSettings() | 2749 | void CalendarView::writeSettings() |
2748 | { | 2750 | { |
2749 | // kdDebug() << "CalendarView::writeSettings" << endl; | 2751 | // kdDebug() << "CalendarView::writeSettings" << endl; |
2750 | 2752 | ||
2751 | KConfig *config = KOGlobals::config(); | 2753 | KConfig *config = KOGlobals::config(); |
2752 | 2754 | ||
2753 | mViewManager->writeSettings( config ); | 2755 | mViewManager->writeSettings( config ); |
2754 | mTodoList->saveLayout(config,QString("Todo Layout")); | 2756 | mTodoList->saveLayout(config,QString("Todo Layout")); |
2755 | mDialogManager->writeSettings( config ); | 2757 | mDialogManager->writeSettings( config ); |
2756 | //KOPrefs::instance()->usrWriteConfig(); | 2758 | //KOPrefs::instance()->usrWriteConfig(); |
2757 | KOPrefs::instance()->writeConfig(); | 2759 | KOPrefs::instance()->writeConfig(); |
2758 | 2760 | ||
2759 | writeFilterSettings(config); | 2761 | writeFilterSettings(config); |
2760 | config->setGroup( "AppRun" ); | 2762 | config->setGroup( "AppRun" ); |
2761 | QDateTime dt ( QDate (2005,1,1), QTime( 0,0,0 ) ); | 2763 | QDateTime dt ( QDate (2005,1,1), QTime( 0,0,0 ) ); |
2762 | int days = dt.daysTo( QDate::currentDate() ); | 2764 | int days = dt.daysTo( QDate::currentDate() ); |
2763 | dt = dt.addDays( days ); | 2765 | dt = dt.addDays( days ); |
2764 | int secs = dt.secsTo( QDateTime::currentDateTime() ); | 2766 | int secs = dt.secsTo( QDateTime::currentDateTime() ); |
2765 | config->writeEntry( "LatestProgramStopDays", days ); | 2767 | config->writeEntry( "LatestProgramStopDays", days ); |
2766 | config->writeEntry( "LatestProgramStopSecs", secs ); | 2768 | config->writeEntry( "LatestProgramStopSecs", secs ); |
2767 | //qDebug("KO: Writing stop time: %d ", secs); | 2769 | //qDebug("KO: Writing stop time: %d ", secs); |
2768 | //qDebug("KO: Current Time %s ",QDateTime::currentDateTime().toString().latin1() ); | 2770 | //qDebug("KO: Current Time %s ",QDateTime::currentDateTime().toString().latin1() ); |
2769 | //QDateTime latest = dt.addSecs ( secs ); | 2771 | //QDateTime latest = dt.addSecs ( secs ); |
2770 | //qDebug("KO: Termination on %s ", latest.toString().latin1()); | 2772 | //qDebug("KO: Termination on %s ", latest.toString().latin1()); |
2771 | config->setGroup( "Views" ); | 2773 | config->setGroup( "Views" ); |
2772 | config->writeEntry( "ShownDatesCount", mNavigator->selectedDates().count() ); | 2774 | config->writeEntry( "ShownDatesCount", mNavigator->selectedDates().count() ); |
2773 | 2775 | ||
2774 | #if 0 | 2776 | #if 0 |
2775 | qDebug("********************* "); | 2777 | qDebug("********************* "); |
2776 | qDebug("Testcode secsto "); | 2778 | qDebug("Testcode secsto "); |
2777 | QDateTime dt_nodaylight ( QDate (2005,3,26), QTime( 0,0,0 ) ); | 2779 | QDateTime dt_nodaylight ( QDate (2005,3,26), QTime( 0,0,0 ) ); |
2778 | QDateTime dt_daylight ( QDate (2005,3,29), QTime( 0,0,0 ) ); | 2780 | QDateTime dt_daylight ( QDate (2005,3,29), QTime( 0,0,0 ) ); |
2779 | int secsto = dt_nodaylight.secsTo( dt_daylight ); | 2781 | int secsto = dt_nodaylight.secsTo( dt_daylight ); |
2780 | QDateTime dt_daylight_wrong = dt_nodaylight.addSecs( secsto ); | 2782 | QDateTime dt_daylight_wrong = dt_nodaylight.addSecs( secsto ); |
2781 | qDebug("dt nodaylight %s ",dt_nodaylight.toString().latin1() ); | 2783 | qDebug("dt nodaylight %s ",dt_nodaylight.toString().latin1() ); |
2782 | qDebug("dt daylight %s ",dt_daylight.toString().latin1() ); | 2784 | qDebug("dt daylight %s ",dt_daylight.toString().latin1() ); |
2783 | qDebug("dt daylight_wrong %s ",dt_daylight_wrong.toString().latin1() ); | 2785 | qDebug("dt daylight_wrong %s ",dt_daylight_wrong.toString().latin1() ); |
2784 | qDebug("Computed secsTo %d . in minutes: %d . in hours: %d ", secsto, secsto/60, secsto/3600); | 2786 | qDebug("Computed secsTo %d . in minutes: %d . in hours: %d ", secsto, secsto/60, secsto/3600); |
2785 | qDebug("********************* testcode end"); | 2787 | qDebug("********************* testcode end"); |
2786 | 2788 | ||
2787 | #endif | 2789 | #endif |
2788 | 2790 | ||
2789 | QValueList<int> listINT = mLeftFrame->sizes(); | 2791 | QValueList<int> listINT = mLeftFrame->sizes(); |
2790 | config->writeEntry("Left Splitter Frame",listINT); | 2792 | config->writeEntry("Left Splitter Frame",listINT); |
2791 | QValueList<int> listINT2 = mMainFrame->sizes(); | 2793 | QValueList<int> listINT2 = mMainFrame->sizes(); |
2792 | config->writeEntry("Main Splitter Frame",listINT2); | 2794 | config->writeEntry("Main Splitter Frame",listINT2); |
2793 | #ifdef DESKTOP_VERSION | 2795 | #ifdef DESKTOP_VERSION |
2794 | config->setGroup("WidgetLayout"); | 2796 | config->setGroup("WidgetLayout"); |
2795 | QStringList list ;//= config->readListEntry("MainLayout"); | 2797 | QStringList list ;//= config->readListEntry("MainLayout"); |
2796 | int x,y,w,h; | 2798 | int x,y,w,h; |
2797 | QWidget* wid; | 2799 | QWidget* wid; |
2798 | wid = topLevelWidget(); | 2800 | wid = topLevelWidget(); |
2799 | x = wid->geometry().x(); | 2801 | x = wid->geometry().x(); |
2800 | y = wid->geometry().y(); | 2802 | y = wid->geometry().y(); |
2801 | w = wid->width(); | 2803 | w = wid->width(); |
2802 | h = wid->height(); | 2804 | h = wid->height(); |
2803 | list.clear(); | 2805 | list.clear(); |
2804 | list << QString::number( x ); | 2806 | list << QString::number( x ); |
2805 | list << QString::number( y ); | 2807 | list << QString::number( y ); |
2806 | list << QString::number( w ); | 2808 | list << QString::number( w ); |
2807 | list << QString::number( h ); | 2809 | list << QString::number( h ); |
2808 | config->writeEntry("MainLayout",list ); | 2810 | config->writeEntry("MainLayout",list ); |
2809 | 2811 | ||
2810 | wid = mEventEditor; | 2812 | wid = mEventEditor; |
2811 | x = wid->geometry().x(); | 2813 | x = wid->geometry().x(); |
2812 | y = wid->geometry().y(); | 2814 | y = wid->geometry().y(); |
2813 | w = wid->width(); | 2815 | w = wid->width(); |
2814 | h = wid->height(); | 2816 | h = wid->height(); |
2815 | list.clear(); | 2817 | list.clear(); |
2816 | list << QString::number( x ); | 2818 | list << QString::number( x ); |
2817 | list << QString::number( y ); | 2819 | list << QString::number( y ); |
2818 | list << QString::number( w ); | 2820 | list << QString::number( w ); |
2819 | list << QString::number( h ); | 2821 | list << QString::number( h ); |
2820 | config->writeEntry("EditEventLayout",list ); | 2822 | config->writeEntry("EditEventLayout",list ); |
2821 | 2823 | ||
2822 | wid = mTodoEditor; | 2824 | wid = mTodoEditor; |
2823 | x = wid->geometry().x(); | 2825 | x = wid->geometry().x(); |
2824 | y = wid->geometry().y(); | 2826 | y = wid->geometry().y(); |
2825 | w = wid->width(); | 2827 | w = wid->width(); |
2826 | h = wid->height(); | 2828 | h = wid->height(); |
2827 | list.clear(); | 2829 | list.clear(); |
2828 | list << QString::number( x ); | 2830 | list << QString::number( x ); |
2829 | list << QString::number( y ); | 2831 | list << QString::number( y ); |
2830 | list << QString::number( w ); | 2832 | list << QString::number( w ); |
2831 | list << QString::number( h ); | 2833 | list << QString::number( h ); |
2832 | config->writeEntry("EditTodoLayout",list ); | 2834 | config->writeEntry("EditTodoLayout",list ); |
2833 | wid = getEventViewerDialog(); | 2835 | wid = getEventViewerDialog(); |
2834 | x = wid->geometry().x(); | 2836 | x = wid->geometry().x(); |
2835 | y = wid->geometry().y(); | 2837 | y = wid->geometry().y(); |
2836 | w = wid->width(); | 2838 | w = wid->width(); |
2837 | h = wid->height(); | 2839 | h = wid->height(); |
2838 | list.clear(); | 2840 | list.clear(); |
2839 | list << QString::number( x ); | 2841 | list << QString::number( x ); |
2840 | list << QString::number( y ); | 2842 | list << QString::number( y ); |
2841 | list << QString::number( w ); | 2843 | list << QString::number( w ); |
2842 | list << QString::number( h ); | 2844 | list << QString::number( h ); |
2843 | config->writeEntry("ViewerLayout",list ); | 2845 | config->writeEntry("ViewerLayout",list ); |
2844 | wid = mDialogManager->getSearchDialog(); | 2846 | wid = mDialogManager->getSearchDialog(); |
2845 | if ( wid ) { | 2847 | if ( wid ) { |
2846 | x = wid->geometry().x(); | 2848 | x = wid->geometry().x(); |
2847 | y = wid->geometry().y(); | 2849 | y = wid->geometry().y(); |
2848 | w = wid->width(); | 2850 | w = wid->width(); |
2849 | h = wid->height(); | 2851 | h = wid->height(); |
2850 | list.clear(); | 2852 | list.clear(); |
2851 | list << QString::number( x ); | 2853 | list << QString::number( x ); |
2852 | list << QString::number( y ); | 2854 | list << QString::number( y ); |
2853 | list << QString::number( w ); | 2855 | list << QString::number( w ); |
2854 | list << QString::number( h ); | 2856 | list << QString::number( h ); |
2855 | config->writeEntry("SearchLayout",list ); | 2857 | config->writeEntry("SearchLayout",list ); |
2856 | } | 2858 | } |
2857 | #endif | 2859 | #endif |
2858 | 2860 | ||
2859 | 2861 | ||
2860 | config->sync(); | 2862 | config->sync(); |
2861 | } | 2863 | } |
2862 | 2864 | ||
2863 | void CalendarView::readFilterSettings(KConfig *config) | 2865 | void CalendarView::readFilterSettings(KConfig *config) |
2864 | { | 2866 | { |
2865 | // kdDebug() << "CalendarView::readFilterSettings()" << endl; | 2867 | // kdDebug() << "CalendarView::readFilterSettings()" << endl; |
2866 | 2868 | ||
2867 | mFilters.clear(); | 2869 | mFilters.clear(); |
2868 | 2870 | ||
2869 | config->setGroup("General"); | 2871 | config->setGroup("General"); |
2870 | QStringList filterList = config->readListEntry("CalendarFilters"); | 2872 | QStringList filterList = config->readListEntry("CalendarFilters"); |
2871 | 2873 | ||
2872 | QStringList::ConstIterator it = filterList.begin(); | 2874 | QStringList::ConstIterator it = filterList.begin(); |
2873 | QStringList::ConstIterator end = filterList.end(); | 2875 | QStringList::ConstIterator end = filterList.end(); |
2874 | while(it != end) { | 2876 | while(it != end) { |
2875 | // kdDebug() << " filter: " << (*it) << endl; | 2877 | // kdDebug() << " filter: " << (*it) << endl; |
2876 | 2878 | ||
2877 | CalFilter *filter; | 2879 | CalFilter *filter; |
2878 | filter = new CalFilter(*it); | 2880 | filter = new CalFilter(*it); |
2879 | config->setGroup("Filter_" + (*it).utf8()); | 2881 | config->setGroup("Filter_" + (*it).utf8()); |
2880 | //qDebug("readFilterSettings %d ",config->readNumEntry("Criteria",0) ); | 2882 | //qDebug("readFilterSettings %d ",config->readNumEntry("Criteria",0) ); |
2881 | filter->setCriteria(config->readNumEntry("Criteria",0)); | 2883 | filter->setCriteria(config->readNumEntry("Criteria",0)); |
2882 | filter->setCategoryList(config->readListEntry("CategoryList")); | 2884 | filter->setCategoryList(config->readListEntry("CategoryList")); |
2883 | mFilters.append(filter); | 2885 | mFilters.append(filter); |
2884 | 2886 | ||
2885 | ++it; | 2887 | ++it; |
2886 | } | 2888 | } |
2887 | 2889 | ||
2888 | if (mFilters.count() == 0) { | 2890 | if (mFilters.count() == 0) { |
2889 | CalFilter *filter = new CalFilter(i18n("Default")); | 2891 | CalFilter *filter = new CalFilter(i18n("Default")); |
2890 | mFilters.append(filter); | 2892 | mFilters.append(filter); |
2891 | } | 2893 | } |
2892 | mFilterView->updateFilters(); | 2894 | mFilterView->updateFilters(); |
2893 | config->setGroup("FilterView"); | 2895 | config->setGroup("FilterView"); |
2894 | 2896 | ||
2895 | mFilterView->blockSignals(true); | 2897 | mFilterView->blockSignals(true); |
2896 | mFilterView->setFiltersEnabled(config->readBoolEntry("FilterEnabled")); | 2898 | mFilterView->setFiltersEnabled(config->readBoolEntry("FilterEnabled")); |
2897 | mFilterView->setSelectedFilter(config->readEntry("Current Filter")); | 2899 | mFilterView->setSelectedFilter(config->readEntry("Current Filter")); |
2898 | mFilterView->blockSignals(false); | 2900 | mFilterView->blockSignals(false); |
2899 | // We do it manually to avoid it being done twice by the above calls | 2901 | // We do it manually to avoid it being done twice by the above calls |
2900 | updateFilter(); | 2902 | updateFilter(); |
2901 | } | 2903 | } |
2902 | 2904 | ||
2903 | void CalendarView::writeFilterSettings(KConfig *config) | 2905 | void CalendarView::writeFilterSettings(KConfig *config) |
2904 | { | 2906 | { |
2905 | // kdDebug() << "CalendarView::writeFilterSettings()" << endl; | 2907 | // kdDebug() << "CalendarView::writeFilterSettings()" << endl; |
2906 | 2908 | ||
2907 | QStringList filterList; | 2909 | QStringList filterList; |
2908 | 2910 | ||
2909 | CalFilter *filter = mFilters.first(); | 2911 | CalFilter *filter = mFilters.first(); |
2910 | while(filter) { | 2912 | while(filter) { |
2911 | // kdDebug() << " fn: " << filter->name() << endl; | 2913 | // kdDebug() << " fn: " << filter->name() << endl; |
2912 | filterList << filter->name(); | 2914 | filterList << filter->name(); |
2913 | config->setGroup("Filter_" + filter->name().utf8()); | 2915 | config->setGroup("Filter_" + filter->name().utf8()); |
2914 | config->writeEntry("Criteria",filter->criteria()); | 2916 | config->writeEntry("Criteria",filter->criteria()); |
2915 | config->writeEntry("CategoryList",filter->categoryList()); | 2917 | config->writeEntry("CategoryList",filter->categoryList()); |
2916 | filter = mFilters.next(); | 2918 | filter = mFilters.next(); |
2917 | } | 2919 | } |
2918 | config->setGroup("General"); | 2920 | config->setGroup("General"); |
2919 | config->writeEntry("CalendarFilters",filterList); | 2921 | config->writeEntry("CalendarFilters",filterList); |
2920 | 2922 | ||
2921 | config->setGroup("FilterView"); | 2923 | config->setGroup("FilterView"); |
2922 | config->writeEntry("FilterEnabled",mFilterView->filtersEnabled()); | 2924 | config->writeEntry("FilterEnabled",mFilterView->filtersEnabled()); |
2923 | config->writeEntry("Current Filter",mFilterView->selectedFilter()->name()); | 2925 | config->writeEntry("Current Filter",mFilterView->selectedFilter()->name()); |
2924 | } | 2926 | } |
2925 | 2927 | ||
2926 | 2928 | ||
2927 | void CalendarView::goToday() | 2929 | void CalendarView::goToday() |
2928 | { | 2930 | { |
2929 | if ( mViewManager->currentView()->isMonthView() ) | 2931 | if ( mViewManager->currentView()->isMonthView() ) |
2930 | mNavigator->selectTodayMonth(); | 2932 | mNavigator->selectTodayMonth(); |
2931 | else | 2933 | else |
2932 | mNavigator->selectToday(); | 2934 | mNavigator->selectToday(); |
2933 | } | 2935 | } |
2934 | 2936 | ||
2935 | void CalendarView::goNext() | 2937 | void CalendarView::goNext() |
2936 | { | 2938 | { |
2937 | mNavigator->selectNext(); | 2939 | mNavigator->selectNext(); |
2938 | } | 2940 | } |
2939 | 2941 | ||
2940 | void CalendarView::goPrevious() | 2942 | void CalendarView::goPrevious() |
2941 | { | 2943 | { |
2942 | mNavigator->selectPrevious(); | 2944 | mNavigator->selectPrevious(); |
2943 | } | 2945 | } |
2944 | void CalendarView::goNextMonth() | 2946 | void CalendarView::goNextMonth() |
2945 | { | 2947 | { |
2946 | mNavigator->selectNextMonth(); | 2948 | mNavigator->selectNextMonth(); |
2947 | } | 2949 | } |
2948 | 2950 | ||
2949 | void CalendarView::goPreviousMonth() | 2951 | void CalendarView::goPreviousMonth() |
2950 | { | 2952 | { |
2951 | mNavigator->selectPreviousMonth(); | 2953 | mNavigator->selectPreviousMonth(); |
2952 | } | 2954 | } |
2953 | 2955 | ||
2954 | void CalendarView::updateConfig() | 2956 | void CalendarView::updateConfig() |
2955 | { | 2957 | { |
2956 | if ( KOPrefs::instance()->mUseAppColors ) | 2958 | if ( KOPrefs::instance()->mUseAppColors ) |
2957 | QApplication::setPalette( QPalette (KOPrefs::instance()->mAppColor1, KOPrefs::instance()->mAppColor2), true ); | 2959 | QApplication::setPalette( QPalette (KOPrefs::instance()->mAppColor1, KOPrefs::instance()->mAppColor2), true ); |
2958 | emit configChanged(); | 2960 | emit configChanged(); |
2959 | mTodoList->updateConfig(); | 2961 | mTodoList->updateConfig(); |
2960 | // mDateNavigator->setFont ( KOPrefs::instance()->mDateNavigatorFont); | 2962 | // mDateNavigator->setFont ( KOPrefs::instance()->mDateNavigatorFont); |
2961 | mCalendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); | 2963 | mCalendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); |
2962 | // To make the "fill window" configurations work | 2964 | // To make the "fill window" configurations work |
2963 | //mViewManager->raiseCurrentView(); | 2965 | //mViewManager->raiseCurrentView(); |
2964 | } | 2966 | } |
2965 | 2967 | ||
2966 | 2968 | ||
2967 | void CalendarView::eventChanged(Event *event) | 2969 | void CalendarView::eventChanged(Event *event) |
2968 | { | 2970 | { |
2969 | changeEventDisplay(event,KOGlobals::EVENTEDITED); | 2971 | changeEventDisplay(event,KOGlobals::EVENTEDITED); |
2970 | //updateUnmanagedViews(); | 2972 | //updateUnmanagedViews(); |
2971 | } | 2973 | } |
2972 | 2974 | ||
2973 | void CalendarView::eventAdded(Event *event) | 2975 | void CalendarView::eventAdded(Event *event) |
2974 | { | 2976 | { |
2975 | changeEventDisplay(event,KOGlobals::EVENTADDED); | 2977 | changeEventDisplay(event,KOGlobals::EVENTADDED); |
2976 | } | 2978 | } |
2977 | 2979 | ||
2978 | void CalendarView::eventToBeDeleted(Event *) | 2980 | void CalendarView::eventToBeDeleted(Event *) |
2979 | { | 2981 | { |
2980 | kdDebug() << "CalendarView::eventToBeDeleted(): to be implemented" << endl; | 2982 | kdDebug() << "CalendarView::eventToBeDeleted(): to be implemented" << endl; |
2981 | } | 2983 | } |
2982 | 2984 | ||
2983 | void CalendarView::eventDeleted() | 2985 | void CalendarView::eventDeleted() |
2984 | { | 2986 | { |
2985 | changeEventDisplay(0,KOGlobals::EVENTDELETED); | 2987 | changeEventDisplay(0,KOGlobals::EVENTDELETED); |
2986 | } | 2988 | } |
2987 | void CalendarView::changeTodoDisplay(Todo *which, int action) | 2989 | void CalendarView::changeTodoDisplay(Todo *which, int action) |
2988 | { | 2990 | { |
2989 | changeIncidenceDisplay((Incidence *)which, action); | 2991 | changeIncidenceDisplay((Incidence *)which, action); |
2990 | mDateNavigator->updateView(); //LR | 2992 | mDateNavigator->updateView(); //LR |
2991 | //mDialogManager->updateSearchDialog(); | 2993 | //mDialogManager->updateSearchDialog(); |
2992 | 2994 | ||
2993 | if (which) { | 2995 | if (which) { |
2994 | mViewManager->updateWNview(); | 2996 | mViewManager->updateWNview(); |
2995 | //mTodoList->updateView(); | 2997 | //mTodoList->updateView(); |
2996 | } | 2998 | } |
2997 | 2999 | ||
2998 | } | 3000 | } |
2999 | 3001 | ||
3000 | void CalendarView::changeIncidenceDisplay(Incidence *which, int action) | 3002 | void CalendarView::changeIncidenceDisplay(Incidence *which, int action) |
3001 | { | 3003 | { |
3002 | updateUnmanagedViews(); | 3004 | updateUnmanagedViews(); |
3003 | //qDebug(" CalendarView::changeIncidenceDisplay++++++++++++++++++++++++++ %d %d ",which, action ); | 3005 | //qDebug(" CalendarView::changeIncidenceDisplay++++++++++++++++++++++++++ %d %d ",which, action ); |
3004 | if ( action == KOGlobals::EVENTDELETED ) { //delete | 3006 | if ( action == KOGlobals::EVENTDELETED ) { //delete |
3005 | mCalendar->checkAlarmForIncidence( 0, true ); | 3007 | mCalendar->checkAlarmForIncidence( 0, true ); |
3006 | if ( mEventViewerDialog ) | 3008 | if ( mEventViewerDialog ) |
3007 | mEventViewerDialog->hide(); | 3009 | mEventViewerDialog->hide(); |
3008 | } | 3010 | } |
3009 | else | 3011 | else |
3010 | mCalendar->checkAlarmForIncidence( which , false ); | 3012 | mCalendar->checkAlarmForIncidence( which , false ); |
3011 | } | 3013 | } |
3012 | 3014 | ||
3013 | // most of the changeEventDisplays() right now just call the view's | 3015 | // most of the changeEventDisplays() right now just call the view's |
3014 | // total update mode, but they SHOULD be recoded to be more refresh-efficient. | 3016 | // total update mode, but they SHOULD be recoded to be more refresh-efficient. |
3015 | void CalendarView::changeEventDisplay(Event *which, int action) | 3017 | void CalendarView::changeEventDisplay(Event *which, int action) |
3016 | { | 3018 | { |
3017 | // kdDebug() << "CalendarView::changeEventDisplay" << endl; | 3019 | // kdDebug() << "CalendarView::changeEventDisplay" << endl; |
3018 | changeIncidenceDisplay((Incidence *)which, action); | 3020 | changeIncidenceDisplay((Incidence *)which, action); |
3019 | static bool clearallviews = false; | ||
3020 | if ( KOPrefs::instance()->mGlobalUpdateDisabled ) { | 3021 | if ( KOPrefs::instance()->mGlobalUpdateDisabled ) { |
3021 | if ( clearallviews ) { | 3022 | if ( flag_clearallviewsEventDisplay ) { |
3022 | clearAllViews(); | 3023 | clearAllViews(); |
3023 | clearallviews = false; | 3024 | flag_clearallviewsEventDisplay = false; |
3024 | } | 3025 | } |
3025 | return; | 3026 | return; |
3026 | } | 3027 | } |
3027 | clearallviews = true; | 3028 | flag_clearallviewsEventDisplay = true; |
3028 | mDateNavigator->updateView(); | 3029 | mDateNavigator->updateView(); |
3029 | //mDialogManager->updateSearchDialog(); | 3030 | //mDialogManager->updateSearchDialog(); |
3030 | if (which) { | 3031 | if (which) { |
3031 | // If there is an event view visible update the display | 3032 | // If there is an event view visible update the display |
3032 | mViewManager->currentView()->changeEventDisplay(which,action); | 3033 | mViewManager->currentView()->changeEventDisplay(which,action); |
3033 | // TODO: check, if update needed | 3034 | // TODO: check, if update needed |
3034 | // if (which->getTodoStatus()) { | 3035 | // if (which->getTodoStatus()) { |
3035 | mTodoList->updateView(); | 3036 | mTodoList->updateView(); |
3036 | if ( action != KOGlobals::EVENTDELETED && KOPrefs::instance()->mDetectConflicts ) { | 3037 | if ( action != KOGlobals::EVENTDELETED && KOPrefs::instance()->mDetectConflicts ) { |
3037 | mConflictingEvent = which ; | 3038 | mConflictingEvent = which ; |
3038 | int time = 1000; | 3039 | int time = 1000; |
3039 | #ifdef DESKTOP_VERSION | 3040 | #ifdef DESKTOP_VERSION |
3040 | time = 500; | 3041 | time = 500; |
3041 | #endif | 3042 | #endif |
3042 | bool checkC = false; | 3043 | bool checkC = false; |
3043 | if ( mConflictingEvent->doesFloat() ) { | 3044 | if ( mConflictingEvent->doesFloat() ) { |
3044 | checkC = KOPrefs::instance()->mCheckConflictsAllDayAllDay | 3045 | checkC = KOPrefs::instance()->mCheckConflictsAllDayAllDay |
3045 | || KOPrefs::instance()->mCheckConflictsAllDayNonAD; | 3046 | || KOPrefs::instance()->mCheckConflictsAllDayNonAD; |
3046 | } else { | 3047 | } else { |
3047 | checkC = KOPrefs::instance()->mCheckConflictsNonADAllDay | 3048 | checkC = KOPrefs::instance()->mCheckConflictsNonADAllDay |
3048 | || KOPrefs::instance()->mCheckConflictsNonADNonAD; | 3049 | || KOPrefs::instance()->mCheckConflictsNonADNonAD; |
3049 | } | 3050 | } |
3050 | if ( !KOPrefs::instance()->mIncludeFree && mConflictingEvent->transparency() == KCal::Event::Transparent ) | 3051 | if ( !KOPrefs::instance()->mIncludeFree && mConflictingEvent->transparency() == KCal::Event::Transparent ) |
3051 | checkC = false; | 3052 | checkC = false; |
3052 | if ( checkC ) | 3053 | if ( checkC ) |
3053 | QTimer::singleShot( time, this, SLOT ( checkConflictForEvent() ) ); | 3054 | QTimer::singleShot( time, this, SLOT ( checkConflictForEvent() ) ); |
3054 | } | 3055 | } |
3055 | // } | 3056 | // } |
3056 | } else { | 3057 | } else { |
3057 | mViewManager->currentView()->updateView(); | 3058 | mViewManager->currentView()->updateView(); |
3058 | } | 3059 | } |
3059 | } | 3060 | } |
3060 | void CalendarView::checkConflictForEvent() | 3061 | void CalendarView::checkConflictForEvent() |
3061 | { | 3062 | { |
3062 | 3063 | ||
3063 | if (!KOPrefs::instance()->mConfirm) | 3064 | if (!KOPrefs::instance()->mConfirm) |
3064 | return; | 3065 | return; |
3065 | if ( ! mConflictingEvent ) return; | 3066 | if ( ! mConflictingEvent ) return; |
3066 | Event * conflictingEvent = mConflictingEvent; | 3067 | Event * conflictingEvent = mConflictingEvent; |
3067 | mConflictingEvent = 0; | 3068 | mConflictingEvent = 0; |
3068 | QDateTime current = QDateTime::currentDateTime(); | 3069 | QDateTime current = QDateTime::currentDateTime(); |
3069 | if ( ! conflictingEvent->matchTime( ¤t, 0 ) ) { | 3070 | if ( ! conflictingEvent->matchTime( ¤t, 0 ) ) { |
3070 | return; | 3071 | return; |
3071 | } | 3072 | } |
3072 | CalFilter *filterIN = 0; | 3073 | CalFilter *filterIN = 0; |
3073 | CalFilter *filterALL = 0; | 3074 | CalFilter *filterALL = 0; |
3074 | CalFilter *filter = mFilters.first(); | 3075 | CalFilter *filter = mFilters.first(); |
3075 | while(filter) { | 3076 | while(filter) { |
3076 | if ( filter->name() == KOPrefs::instance()->mFilterConflictEditItem) | 3077 | if ( filter->name() == KOPrefs::instance()->mFilterConflictEditItem) |
3077 | filterIN = filter; | 3078 | filterIN = filter; |
3078 | if ( filter->name() == KOPrefs::instance()->mFilterConflictAllItem ) | 3079 | if ( filter->name() == KOPrefs::instance()->mFilterConflictAllItem ) |
3079 | filterALL = filter; | 3080 | filterALL = filter; |
3080 | filter = mFilters.next(); | 3081 | filter = mFilters.next(); |
3081 | } | 3082 | } |
3082 | if ( filterIN ) { | 3083 | if ( filterIN ) { |
3083 | if ( !filterIN->filterCalendarItem( conflictingEvent ) ) { | 3084 | if ( !filterIN->filterCalendarItem( conflictingEvent ) ) { |
3084 | return; | 3085 | return; |
3085 | } | 3086 | } |
3086 | } | 3087 | } |
3087 | QPtrList<Event> testlist = mCalendar->events(); | 3088 | QPtrList<Event> testlist = mCalendar->events(); |
3088 | Event * test = testlist.first(); | 3089 | Event * test = testlist.first(); |
3089 | QDateTime conflict; | 3090 | QDateTime conflict; |
3090 | QDateTime retVal; | 3091 | QDateTime retVal; |
3091 | bool found = false; | 3092 | bool found = false; |
3092 | Event * cE = 0; | 3093 | Event * cE = 0; |
3093 | bool chAD = KOPrefs::instance()->mCheckConflictsAllDayAllDay; | 3094 | bool chAD = KOPrefs::instance()->mCheckConflictsAllDayAllDay; |
3094 | bool chNad = KOPrefs::instance()->mCheckConflictsAllDayNonAD; | 3095 | bool chNad = KOPrefs::instance()->mCheckConflictsAllDayNonAD; |
3095 | if ( !conflictingEvent->doesFloat() ) { | 3096 | if ( !conflictingEvent->doesFloat() ) { |
3096 | chAD = KOPrefs::instance()->mCheckConflictsNonADAllDay; | 3097 | chAD = KOPrefs::instance()->mCheckConflictsNonADAllDay; |
3097 | chNad = KOPrefs::instance()->mCheckConflictsNonADNonAD; | 3098 | chNad = KOPrefs::instance()->mCheckConflictsNonADNonAD; |
3098 | } | 3099 | } |
3099 | topLevelWidget()->setCaption( i18n("Checking conflicts ... please wait") ); | 3100 | topLevelWidget()->setCaption( i18n("Checking conflicts ... please wait") ); |
3100 | while ( test ) { | 3101 | while ( test ) { |
3101 | qApp->processEvents(); | 3102 | qApp->processEvents(); |
3102 | bool skip = ( test->doesFloat() && !chAD ) || ( !test->doesFloat() && !chNad ); | 3103 | bool skip = ( test->doesFloat() && !chAD ) || ( !test->doesFloat() && !chNad ); |
3103 | 3104 | ||
3104 | if ( !skip ) { | 3105 | if ( !skip ) { |
3105 | if ( !KOPrefs::instance()->mIncludeFree && test->transparency() == KCal::Event::Transparent ) | 3106 | if ( !KOPrefs::instance()->mIncludeFree && test->transparency() == KCal::Event::Transparent ) |
3106 | skip = true; | 3107 | skip = true; |
3107 | } | 3108 | } |
3108 | if ( !skip ) { | 3109 | if ( !skip ) { |
3109 | if ( filterALL ) { | 3110 | if ( filterALL ) { |
3110 | if ( !filterALL->filterCalendarItem( test ) ) { | 3111 | if ( !filterALL->filterCalendarItem( test ) ) { |
3111 | skip = true; | 3112 | skip = true; |
3112 | } | 3113 | } |
3113 | } | 3114 | } |
3114 | if ( !skip ) { | 3115 | if ( !skip ) { |
3115 | if ( found ) | 3116 | if ( found ) |
3116 | skip = !test->matchTime( ¤t, &conflict ); | 3117 | skip = !test->matchTime( ¤t, &conflict ); |
3117 | else | 3118 | else |
3118 | skip = !test->matchTime( ¤t, 0 ); | 3119 | skip = !test->matchTime( ¤t, 0 ); |
3119 | if ( !skip ) { | 3120 | if ( !skip ) { |
3120 | if ( conflictingEvent->isOverlapping ( test, &retVal, ¤t ) ) { | 3121 | if ( conflictingEvent->isOverlapping ( test, &retVal, ¤t ) ) { |
3121 | if ( ! found ) { | 3122 | if ( ! found ) { |
3122 | conflict = retVal; | 3123 | conflict = retVal; |
3123 | cE = test; | 3124 | cE = test; |
3124 | } else { | 3125 | } else { |
3125 | if ( retVal < conflict ) { | 3126 | if ( retVal < conflict ) { |
3126 | conflict = retVal; | 3127 | conflict = retVal; |
3127 | cE = test; | 3128 | cE = test; |
3128 | } | 3129 | } |
3129 | } | 3130 | } |
3130 | found = true; | 3131 | found = true; |
3131 | } | 3132 | } |
3132 | } | 3133 | } |
3133 | } | 3134 | } |
3134 | } | 3135 | } |
3135 | test = testlist.next(); | 3136 | test = testlist.next(); |
3136 | } | 3137 | } |
3137 | topLevelWidget()->setCaption( i18n("KO/Pi") ); | 3138 | topLevelWidget()->setCaption( i18n("KO/Pi") ); |
3138 | if ( found ) { | 3139 | if ( found ) { |
3139 | QString mess = i18n("The event\n%1\nconflicts with event\n%2\nat date\n%3.\n").arg(KGlobal::formatMessage ( conflictingEvent->summary(),0 ) ).arg( KGlobal::formatMessage ( cE->summary(),0 )).arg(KGlobal::locale()->formatDate(conflict.date()) ) ; | 3140 | QString mess = i18n("The event\n%1\nconflicts with event\n%2\nat date\n%3.\n").arg(KGlobal::formatMessage ( conflictingEvent->summary(),0 ) ).arg( KGlobal::formatMessage ( cE->summary(),0 )).arg(KGlobal::locale()->formatDate(conflict.date()) ) ; |
3140 | qApp->processEvents(); | 3141 | qApp->processEvents(); |
3141 | int km = KMessageBox::warningContinueCancel(this,mess, | 3142 | int km = KMessageBox::warningContinueCancel(this,mess, |
3142 | i18n("KO/Pi Conflict detected"),i18n("Show date"),i18n("No problem!")); | 3143 | i18n("KO/Pi Conflict detected"),i18n("Show date"),i18n("No problem!")); |
3143 | if ( km != KMessageBox::Continue ) { | 3144 | if ( km != KMessageBox::Continue ) { |
3144 | return; | 3145 | return; |
3145 | } | 3146 | } |
3146 | if ( mViewManager->currentView() != mViewManager->agendaView() || mNavigator->selectedDates().count() > 1 ) | 3147 | if ( mViewManager->currentView() != mViewManager->agendaView() || mNavigator->selectedDates().count() > 1 ) |
3147 | mViewManager->showDayView(); | 3148 | mViewManager->showDayView(); |
3148 | mNavigator->slotDaySelect( conflict.date() ); | 3149 | mNavigator->slotDaySelect( conflict.date() ); |
3149 | int hour = conflict.time().hour(); | 3150 | int hour = conflict.time().hour(); |
3150 | mViewManager->agendaView()->setStartHour( hour ); | 3151 | mViewManager->agendaView()->setStartHour( hour ); |
3151 | topLevelWidget()->setCaption( i18n("Conflict %1 <-> %2"). arg( conflictingEvent->summary().left( 20 ) ).arg( cE->summary().left( 20 ) ) ); | 3152 | topLevelWidget()->setCaption( i18n("Conflict %1 <-> %2"). arg( conflictingEvent->summary().left( 20 ) ).arg( cE->summary().left( 20 ) ) ); |
3152 | } else | 3153 | } else |
3153 | topLevelWidget()->setCaption( i18n("No conflict found") ); | 3154 | topLevelWidget()->setCaption( i18n("No conflict found") ); |
3154 | return; | 3155 | return; |
3155 | 3156 | ||
3156 | } | 3157 | } |
3157 | 3158 | ||
3158 | void CalendarView::updateTodoViews() | 3159 | void CalendarView::updateTodoViews() |
3159 | { | 3160 | { |
3160 | mTodoList->updateView(); | 3161 | mTodoList->updateView(); |
3161 | mViewManager->currentView()->updateView(); | 3162 | mViewManager->currentView()->updateView(); |
3162 | 3163 | ||
3163 | } | 3164 | } |
3164 | 3165 | ||
3165 | 3166 | ||
3166 | 3167 | ||
3167 | void CalendarView::clearAllViews() | 3168 | void CalendarView::clearAllViews() |
3168 | { | 3169 | { |
3169 | mTodoList->clearList(); | 3170 | mTodoList->clearList(); |
3170 | mViewManager->clearAllViews(); | 3171 | mViewManager->clearAllViews(); |
3171 | SearchDialog * sd = mDialogManager->getSearchDialog(); | 3172 | SearchDialog * sd = mDialogManager->getSearchDialog(); |
3172 | if ( sd ) { | 3173 | if ( sd ) { |
3173 | KOListView* kol = sd->listview(); | 3174 | KOListView* kol = sd->listview(); |
3174 | if ( kol ) | 3175 | if ( kol ) |
3175 | kol->clearList(); | 3176 | kol->clearList(); |
3176 | } | 3177 | } |
3177 | } | 3178 | } |
3178 | void CalendarView::updateView() | 3179 | void CalendarView::updateView() |
3179 | { | 3180 | { |
3180 | static bool clearallviews = false; | ||
3181 | if ( KOPrefs::instance()->mGlobalUpdateDisabled ) { | 3181 | if ( KOPrefs::instance()->mGlobalUpdateDisabled ) { |
3182 | if ( clearallviews ) { | 3182 | if ( flag_clearallviewsupdateView ) { |
3183 | clearAllViews(); | 3183 | clearAllViews(); |
3184 | clearallviews = false; | 3184 | flag_clearallviewsupdateView = false; |
3185 | } | 3185 | } |
3186 | return; | 3186 | return; |
3187 | } | 3187 | } |
3188 | clearallviews = true; | 3188 | flag_clearallviewsupdateView = true; |
3189 | DateList tmpList = mNavigator->selectedDates(); | 3189 | DateList tmpList = mNavigator->selectedDates(); |
3190 | 3190 | ||
3191 | if ( KOPrefs::instance()->mHideNonStartedTodos ) | 3191 | if ( KOPrefs::instance()->mHideNonStartedTodos ) |
3192 | mTodoList->updateView(); | 3192 | mTodoList->updateView(); |
3193 | // We assume that the navigator only selects consecutive days. | 3193 | // We assume that the navigator only selects consecutive days. |
3194 | updateView( tmpList.first(), tmpList.last() ); | 3194 | updateView( tmpList.first(), tmpList.last() ); |
3195 | } | 3195 | } |
3196 | 3196 | ||
3197 | void CalendarView::updateUnmanagedViews() | 3197 | void CalendarView::updateUnmanagedViews() |
3198 | { | 3198 | { |
3199 | mDateNavigator->updateDayMatrix(); | 3199 | mDateNavigator->updateDayMatrix(); |
3200 | } | 3200 | } |
3201 | 3201 | ||
3202 | int CalendarView::msgItemDelete(const QString name) | 3202 | int CalendarView::msgItemDelete(const QString name) |
3203 | { | 3203 | { |
3204 | return KMessageBox::warningContinueCancel(this,name +"\n\n"+ | 3204 | return KMessageBox::warningContinueCancel(this,name +"\n\n"+ |
3205 | i18n("This item will be\npermanently deleted."), | 3205 | i18n("This item will be\npermanently deleted."), |
3206 | i18n("KO/Pi Confirmation"),i18n("Delete")); | 3206 | i18n("KO/Pi Confirmation"),i18n("Delete")); |
3207 | } | 3207 | } |
3208 | 3208 | ||
3209 | 3209 | ||
3210 | void CalendarView::edit_cut() | 3210 | void CalendarView::edit_cut() |
3211 | { | 3211 | { |
3212 | Event *anEvent=0; | 3212 | Event *anEvent=0; |
3213 | 3213 | ||
3214 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); | 3214 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); |
3215 | 3215 | ||
3216 | if (mViewManager->currentView()->isEventView()) { | 3216 | if (mViewManager->currentView()->isEventView()) { |
3217 | if ( incidence && incidence->typeID() == eventID ) { | 3217 | if ( incidence && incidence->typeID() == eventID ) { |
3218 | anEvent = static_cast<Event *>(incidence); | 3218 | anEvent = static_cast<Event *>(incidence); |
3219 | } | 3219 | } |
3220 | } | 3220 | } |
3221 | 3221 | ||
3222 | if (!anEvent) { | 3222 | if (!anEvent) { |
3223 | KNotifyClient::beep(); | 3223 | KNotifyClient::beep(); |
3224 | return; | 3224 | return; |
3225 | } | 3225 | } |
3226 | DndFactory factory( mCalendar ); | 3226 | DndFactory factory( mCalendar ); |
3227 | factory.cutIncidence(anEvent); | 3227 | factory.cutIncidence(anEvent); |
3228 | changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); | 3228 | changeEventDisplay(anEvent, KOGlobals::EVENTDELETED); |
3229 | } | 3229 | } |
3230 | 3230 | ||
3231 | void CalendarView::edit_copy() | 3231 | void CalendarView::edit_copy() |
3232 | { | 3232 | { |
3233 | Event *anEvent=0; | 3233 | Event *anEvent=0; |
3234 | 3234 | ||
3235 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); | 3235 | Incidence *incidence = mViewManager->currentView()->selectedIncidences().first(); |
3236 | 3236 | ||
3237 | if (mViewManager->currentView()->isEventView()) { | 3237 | if (mViewManager->currentView()->isEventView()) { |
3238 | if ( incidence && incidence->typeID() == eventID ) { | 3238 | if ( incidence && incidence->typeID() == eventID ) { |
3239 | anEvent = static_cast<Event *>(incidence); | 3239 | anEvent = static_cast<Event *>(incidence); |
3240 | } | 3240 | } |
3241 | } | 3241 | } |
3242 | 3242 | ||
3243 | if (!anEvent) { | 3243 | if (!anEvent) { |
3244 | KNotifyClient::beep(); | 3244 | KNotifyClient::beep(); |
3245 | return; | 3245 | return; |
3246 | } | 3246 | } |
3247 | DndFactory factory( mCalendar ); | 3247 | DndFactory factory( mCalendar ); |
3248 | factory.copyIncidence(anEvent); | 3248 | factory.copyIncidence(anEvent); |
3249 | } | 3249 | } |
3250 | 3250 | ||
3251 | void CalendarView::edit_paste() | 3251 | void CalendarView::edit_paste() |
3252 | { | 3252 | { |
3253 | QDate date = mNavigator->selectedDates().first(); | 3253 | QDate date = mNavigator->selectedDates().first(); |
3254 | 3254 | ||
3255 | DndFactory factory( mCalendar ); | 3255 | DndFactory factory( mCalendar ); |
3256 | Event *pastedEvent = (Event *)factory.pasteIncidence( date ); | 3256 | Event *pastedEvent = (Event *)factory.pasteIncidence( date ); |
3257 | 3257 | ||
3258 | changeEventDisplay( pastedEvent, KOGlobals::EVENTADDED ); | 3258 | changeEventDisplay( pastedEvent, KOGlobals::EVENTADDED ); |
3259 | } | 3259 | } |
3260 | void CalendarView::edit_global_options() | 3260 | void CalendarView::edit_global_options() |
3261 | { | 3261 | { |
3262 | QString tz = KPimGlobalPrefs::instance()->mTimeZoneId; | 3262 | QString tz = KPimGlobalPrefs::instance()->mTimeZoneId; |
3263 | emit save(); | 3263 | emit save(); |
3264 | emit saveStopTimer(); | 3264 | emit saveStopTimer(); |
3265 | mDialogManager->showGlobalOptionsDialog(); | 3265 | mDialogManager->showGlobalOptionsDialog(); |
3266 | if ( tz != KPimGlobalPrefs::instance()->mTimeZoneId) { | 3266 | if ( tz != KPimGlobalPrefs::instance()->mTimeZoneId) { |
3267 | emit saveStopTimer(); | 3267 | emit saveStopTimer(); |
3268 | if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, i18n("The timezone has changed!\nShould the calendar be reloaded\nto shift the time of the events?\nPlease read Menu: Help->FAQ:\n\"How do I change the timezone?\"\nas well!"), | 3268 | if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, i18n("The timezone has changed!\nShould the calendar be reloaded\nto shift the time of the events?\nPlease read Menu: Help->FAQ:\n\"How do I change the timezone?\"\nas well!"), |
3269 | i18n("Timezone settings"),i18n("Reload"))) { | 3269 | i18n("Timezone settings"),i18n("Reload"))) { |
3270 | qDebug("KO: TZ reload cancelled "); | 3270 | qDebug("KO: TZ reload cancelled "); |
3271 | mCalendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); | 3271 | mCalendar->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); |
3272 | return; | 3272 | return; |
3273 | } | 3273 | } |
3274 | qDebug("KO: Timezone change "); | 3274 | qDebug("KO: Timezone change "); |
3275 | loadCalendars(); | 3275 | loadCalendars(); |
3276 | setModified(true); | 3276 | setModified(true); |
3277 | } | 3277 | } |
3278 | else | 3278 | else |
3279 | qDebug("KO: No tz change "); | 3279 | qDebug("KO: No tz change "); |
3280 | } | 3280 | } |
3281 | void CalendarView::edit_options() | 3281 | void CalendarView::edit_options() |
3282 | { | 3282 | { |
3283 | mDialogManager->showOptionsDialog(); | 3283 | mDialogManager->showOptionsDialog(); |
3284 | } | 3284 | } |
3285 | 3285 | ||
3286 | 3286 | ||
3287 | void CalendarView::slotSelectPickerDate( QDate d) | 3287 | void CalendarView::slotSelectPickerDate( QDate d) |
3288 | { | 3288 | { |
3289 | mDateFrame->hide(); | 3289 | mDateFrame->hide(); |
3290 | if ( mDatePickerMode == 1 ) { | 3290 | if ( mDatePickerMode == 1 ) { |
3291 | mNavigator->slotDaySelect( d ); | 3291 | mNavigator->slotDaySelect( d ); |
3292 | } else if ( mDatePickerMode == 2 ) { | 3292 | } else if ( mDatePickerMode == 2 ) { |
3293 | if ( mMoveIncidence->typeID() == todoID ) { | 3293 | if ( mMoveIncidence->typeID() == todoID ) { |
3294 | Todo * to = (Todo *) mMoveIncidence; | 3294 | Todo * to = (Todo *) mMoveIncidence; |
3295 | QTime tim; | 3295 | QTime tim; |
3296 | int len = 0; | 3296 | int len = 0; |
3297 | if ( to->hasStartDate() && to->hasDueDate() ) | 3297 | if ( to->hasStartDate() && to->hasDueDate() ) |
3298 | len = to->dtStart().secsTo( to->dtDue()); | 3298 | len = to->dtStart().secsTo( to->dtDue()); |
3299 | if ( to->hasDueDate() ) | 3299 | if ( to->hasDueDate() ) |
3300 | tim = to->dtDue().time(); | 3300 | tim = to->dtDue().time(); |
3301 | else { | 3301 | else { |
3302 | tim = QTime ( 0,0,0 ); | 3302 | tim = QTime ( 0,0,0 ); |
3303 | to->setFloats( true ); | 3303 | to->setFloats( true ); |
3304 | to->setHasDueDate( true ); | 3304 | to->setHasDueDate( true ); |
3305 | } | 3305 | } |
3306 | QDateTime dt ( d,tim ); | 3306 | QDateTime dt ( d,tim ); |
3307 | to->setDtDue( dt ); | 3307 | to->setDtDue( dt ); |
3308 | 3308 | ||
3309 | if ( to->hasStartDate() ) { | 3309 | if ( to->hasStartDate() ) { |
3310 | if ( len>0 ) | 3310 | if ( len>0 ) |
3311 | to->setDtStart(to->dtDue().addSecs( -len )); | 3311 | to->setDtStart(to->dtDue().addSecs( -len )); |
3312 | else | 3312 | else |
3313 | if (to->dtStart() > to->dtDue() ) | 3313 | if (to->dtStart() > to->dtDue() ) |
3314 | to->setDtStart(to->dtDue().addDays( -3 )); | 3314 | to->setDtStart(to->dtDue().addDays( -3 )); |
3315 | } | 3315 | } |
3316 | 3316 | ||
3317 | todoChanged( to ); | 3317 | todoChanged( to ); |
3318 | } else if ( mMoveIncidence->typeID() == eventID ) { | 3318 | } else if ( mMoveIncidence->typeID() == eventID ) { |
3319 | if ( mMoveIncidence->doesRecur() ) { | 3319 | if ( mMoveIncidence->doesRecur() ) { |
3320 | #if 0 | 3320 | #if 0 |
3321 | // PENDING implement this | 3321 | // PENDING implement this |
3322 | Incidence* newInc = mMoveIncidence->recreateCloneException( mMoveIncidenceOldDate ); | 3322 | Incidence* newInc = mMoveIncidence->recreateCloneException( mMoveIncidenceOldDate ); |
3323 | mCalendar()->addIncidence( newInc ); | 3323 | mCalendar()->addIncidence( newInc ); |
3324 | if ( mMoveIncidence->typeID() == todoID ) | 3324 | if ( mMoveIncidence->typeID() == todoID ) |
3325 | emit todoMoved((Todo*)mMoveIncidence, KOGlobals::EVENTEDITED ); | 3325 | emit todoMoved((Todo*)mMoveIncidence, KOGlobals::EVENTEDITED ); |
3326 | else | 3326 | else |
3327 | emit incidenceChanged(mMoveIncidence, KOGlobals::EVENTEDITED); | 3327 | emit incidenceChanged(mMoveIncidence, KOGlobals::EVENTEDITED); |
3328 | mMoveIncidence = newInc; | 3328 | mMoveIncidence = newInc; |
3329 | 3329 | ||
3330 | #endif | 3330 | #endif |
3331 | } | 3331 | } |
3332 | QTime tim = mMoveIncidence->dtStart().time(); | 3332 | QTime tim = mMoveIncidence->dtStart().time(); |
3333 | int secs = mMoveIncidence->dtStart().secsTo( mMoveIncidence->dtEnd()); | 3333 | int secs = mMoveIncidence->dtStart().secsTo( mMoveIncidence->dtEnd()); |
3334 | QDateTime dt ( d,tim ); | 3334 | QDateTime dt ( d,tim ); |
3335 | mMoveIncidence->setDtStart( dt ); | 3335 | mMoveIncidence->setDtStart( dt ); |
3336 | ((Event*)mMoveIncidence)->setDtEnd( dt.addSecs( secs ) ); | 3336 | ((Event*)mMoveIncidence)->setDtEnd( dt.addSecs( secs ) ); |
3337 | changeEventDisplay((Event*)mMoveIncidence, KOGlobals::EVENTEDITED); | 3337 | changeEventDisplay((Event*)mMoveIncidence, KOGlobals::EVENTEDITED); |
3338 | } else if ( mMoveIncidence->typeID() == journalID ) { | 3338 | } else if ( mMoveIncidence->typeID() == journalID ) { |
3339 | QTime tim = mMoveIncidence->dtStart().time(); | 3339 | QTime tim = mMoveIncidence->dtStart().time(); |
3340 | QDateTime dt ( d,tim ); | 3340 | QDateTime dt ( d,tim ); |
3341 | mMoveIncidence->setDtStart( dt ); | 3341 | mMoveIncidence->setDtStart( dt ); |
3342 | updateView(); | 3342 | updateView(); |
3343 | } | 3343 | } |
3344 | mMoveIncidence->setRevision( mMoveIncidence->revision()+1 ); | 3344 | mMoveIncidence->setRevision( mMoveIncidence->revision()+1 ); |
3345 | } | 3345 | } |
3346 | } | 3346 | } |
3347 | 3347 | ||
3348 | void CalendarView::removeCategories() | 3348 | void CalendarView::removeCategories() |
3349 | { | 3349 | { |
3350 | QPtrList<Incidence> incList = mCalendar->rawIncidences(); | 3350 | QPtrList<Incidence> incList = mCalendar->rawIncidences(); |
3351 | QStringList catList = KOPrefs::instance()->mCustomCategories; | 3351 | QStringList catList = KOPrefs::instance()->mCustomCategories; |
3352 | QStringList catIncList; | 3352 | QStringList catIncList; |
3353 | QStringList newCatList; | 3353 | QStringList newCatList; |
3354 | Incidence* inc = incList.first(); | 3354 | Incidence* inc = incList.first(); |
3355 | uint i; | 3355 | uint i; |
3356 | while ( inc ) { | 3356 | while ( inc ) { |
3357 | newCatList.clear(); | 3357 | newCatList.clear(); |
3358 | catIncList = inc->categories() ; | 3358 | catIncList = inc->categories() ; |
3359 | for( i = 0; i< catIncList.count(); ++i ) { | 3359 | for( i = 0; i< catIncList.count(); ++i ) { |
3360 | if ( catList.contains (catIncList[i])) | 3360 | if ( catList.contains (catIncList[i])) |
3361 | newCatList.append( catIncList[i] ); | 3361 | newCatList.append( catIncList[i] ); |
3362 | } | 3362 | } |
3363 | newCatList.sort(); | 3363 | newCatList.sort(); |
3364 | inc->setCategories( newCatList.join(",") ); | 3364 | inc->setCategories( newCatList.join(",") ); |
3365 | inc = incList.next(); | 3365 | inc = incList.next(); |
3366 | } | 3366 | } |
3367 | } | 3367 | } |
3368 | 3368 | ||
3369 | int CalendarView::addCategories() | 3369 | int CalendarView::addCategories() |
3370 | { | 3370 | { |
3371 | QPtrList<Incidence> incList = mCalendar->rawIncidences(); | 3371 | QPtrList<Incidence> incList = mCalendar->rawIncidences(); |
3372 | QStringList catList = KOPrefs::instance()->mCustomCategories; | 3372 | QStringList catList = KOPrefs::instance()->mCustomCategories; |
3373 | QStringList catIncList; | 3373 | QStringList catIncList; |
3374 | Incidence* inc = incList.first(); | 3374 | Incidence* inc = incList.first(); |
3375 | uint i; | 3375 | uint i; |
3376 | int count = 0; | 3376 | int count = 0; |
3377 | while ( inc ) { | 3377 | while ( inc ) { |
3378 | catIncList = inc->categories() ; | 3378 | catIncList = inc->categories() ; |
3379 | for( i = 0; i< catIncList.count(); ++i ) { | 3379 | for( i = 0; i< catIncList.count(); ++i ) { |
3380 | if ( !catList.contains (catIncList[i])) { | 3380 | if ( !catList.contains (catIncList[i])) { |
3381 | catList.append( catIncList[i] ); | 3381 | catList.append( catIncList[i] ); |
3382 | //qDebug("add cat %s ", catIncList[i].latin1()); | 3382 | //qDebug("add cat %s ", catIncList[i].latin1()); |
3383 | ++count; | 3383 | ++count; |
3384 | } | 3384 | } |
3385 | } | 3385 | } |
3386 | inc = incList.next(); | 3386 | inc = incList.next(); |
3387 | } | 3387 | } |
3388 | catList.sort(); | 3388 | catList.sort(); |
3389 | KOPrefs::instance()->mCustomCategories = catList; | 3389 | KOPrefs::instance()->mCustomCategories = catList; |
3390 | return count; | 3390 | return count; |
3391 | } | 3391 | } |
3392 | 3392 | ||
3393 | void CalendarView::editCategories() | 3393 | void CalendarView::editCategories() |
3394 | { | 3394 | { |
3395 | qDebug("CalendarView::editCategories() "); | 3395 | qDebug("CalendarView::editCategories() "); |
3396 | KPIM::CategoryEditDialog ced (KOPrefs::instance(),this ); | 3396 | KPIM::CategoryEditDialog ced (KOPrefs::instance(),this ); |
3397 | ced.exec(); | 3397 | ced.exec(); |
3398 | } | 3398 | } |
3399 | void CalendarView::manageCategories() | 3399 | void CalendarView::manageCategories() |
3400 | { | 3400 | { |
3401 | KOCatPrefs* cp = new KOCatPrefs(); | 3401 | KOCatPrefs* cp = new KOCatPrefs(); |
3402 | cp->show(); | 3402 | cp->show(); |
3403 | int w =cp->sizeHint().width() ; | 3403 | int w =cp->sizeHint().width() ; |
3404 | int h = cp->sizeHint().height() ; | 3404 | int h = cp->sizeHint().height() ; |
3405 | int dw = QApplication::desktop()->width(); | 3405 | int dw = QApplication::desktop()->width(); |
3406 | int dh = QApplication::desktop()->height(); | 3406 | int dh = QApplication::desktop()->height(); |
3407 | cp->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); | 3407 | cp->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); |
3408 | if ( !cp->exec() ) { | 3408 | if ( !cp->exec() ) { |
3409 | delete cp; | 3409 | delete cp; |
3410 | return; | 3410 | return; |
3411 | } | 3411 | } |
3412 | int count = 0; | 3412 | int count = 0; |
3413 | if ( cp->addCat() ) { | 3413 | if ( cp->addCat() ) { |
3414 | count = addCategories(); | 3414 | count = addCategories(); |
3415 | if ( count ) { | 3415 | if ( count ) { |
3416 | topLevelWidget()->setCaption(QString::number( count )+ i18n(" Categories added to list! ")); | 3416 | topLevelWidget()->setCaption(QString::number( count )+ i18n(" Categories added to list! ")); |
3417 | writeSettings(); | 3417 | writeSettings(); |
3418 | } else | 3418 | } else |
3419 | topLevelWidget()->setCaption(QString::number( 0 )+ i18n(" Categories added to list! ")); | 3419 | topLevelWidget()->setCaption(QString::number( 0 )+ i18n(" Categories added to list! ")); |
3420 | } else { | 3420 | } else { |
3421 | removeCategories(); | 3421 | removeCategories(); |
3422 | updateView(); | 3422 | updateView(); |
3423 | } | 3423 | } |
3424 | delete cp; | 3424 | delete cp; |
3425 | } | 3425 | } |
3426 | 3426 | ||
3427 | void CalendarView::beamIncidence(Incidence * Inc) | 3427 | void CalendarView::beamIncidence(Incidence * Inc) |
3428 | { | 3428 | { |
3429 | QPtrList<Incidence> delSel ; | 3429 | QPtrList<Incidence> delSel ; |
3430 | delSel.append(Inc); | 3430 | delSel.append(Inc); |
3431 | beamIncidenceList( delSel ); | 3431 | beamIncidenceList( delSel ); |
3432 | } | 3432 | } |
3433 | void CalendarView::beamCalendar() | 3433 | void CalendarView::beamCalendar() |
3434 | { | 3434 | { |
3435 | QPtrList<Incidence> delSel = mCalendar->rawIncidences(); | 3435 | QPtrList<Incidence> delSel = mCalendar->rawIncidences(); |
3436 | //qDebug("beamCalendar() "); | 3436 | //qDebug("beamCalendar() "); |
3437 | beamIncidenceList( delSel ); | 3437 | beamIncidenceList( delSel ); |
3438 | } | 3438 | } |
3439 | void CalendarView::beamFilteredCalendar() | 3439 | void CalendarView::beamFilteredCalendar() |
3440 | { | 3440 | { |
3441 | QPtrList<Incidence> delSel = mCalendar->incidences(); | 3441 | QPtrList<Incidence> delSel = mCalendar->incidences(); |
3442 | //qDebug("beamFilteredCalendar() "); | 3442 | //qDebug("beamFilteredCalendar() "); |
3443 | beamIncidenceList( delSel ); | 3443 | beamIncidenceList( delSel ); |
3444 | } | 3444 | } |
3445 | void CalendarView::beamIncidenceList(QPtrList<Incidence> delSel ) | 3445 | void CalendarView::beamIncidenceList(QPtrList<Incidence> delSel ) |
3446 | { | 3446 | { |
3447 | 3447 | ||
3448 | KOBeamPrefs beamDialog; | 3448 | KOBeamPrefs beamDialog; |
3449 | if ( beamDialog.exec () == QDialog::Rejected ) | 3449 | if ( beamDialog.exec () == QDialog::Rejected ) |
3450 | return; | 3450 | return; |
3451 | #ifdef DESKTOP_VERSION | 3451 | #ifdef DESKTOP_VERSION |
3452 | QString fn = locateLocal( "tmp", "kopibeamfile" ); | 3452 | QString fn = locateLocal( "tmp", "kopibeamfile" ); |
3453 | #else | 3453 | #else |
3454 | QString fn = "/tmp/kopibeamfile"; | 3454 | QString fn = "/tmp/kopibeamfile"; |
3455 | #endif | 3455 | #endif |
3456 | QString mes; | 3456 | QString mes; |
3457 | bool createbup = true; | 3457 | bool createbup = true; |
3458 | if ( createbup ) { | 3458 | if ( createbup ) { |
3459 | QString description = "\n"; | 3459 | QString description = "\n"; |
3460 | CalendarLocal* cal = new CalendarLocal(); | 3460 | CalendarLocal* cal = new CalendarLocal(); |
3461 | if ( beamDialog.beamLocal() ) | 3461 | if ( beamDialog.beamLocal() ) |
3462 | cal->setLocalTime(); | 3462 | cal->setLocalTime(); |
3463 | else | 3463 | else |
3464 | cal->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); | 3464 | cal->setTimeZoneId(KPimGlobalPrefs::instance()->mTimeZoneId); |
3465 | Incidence *incidence = delSel.first(); | 3465 | Incidence *incidence = delSel.first(); |
3466 | bool addText = false; | 3466 | bool addText = false; |
3467 | if ( delSel.count() < 10 ) | 3467 | if ( delSel.count() < 10 ) |
3468 | addText = true; | 3468 | addText = true; |
3469 | else { | 3469 | else { |
3470 | description.sprintf(i18n(" %d items?"),delSel.count() ); | 3470 | description.sprintf(i18n(" %d items?"),delSel.count() ); |
3471 | } | 3471 | } |
3472 | while ( incidence ) { | 3472 | while ( incidence ) { |
3473 | Incidence *in = incidence->clone(); | 3473 | Incidence *in = incidence->clone(); |
3474 | if ( ! in->summary().isEmpty() ) { | 3474 | if ( ! in->summary().isEmpty() ) { |
3475 | in->setDescription(""); | 3475 | in->setDescription(""); |
3476 | } else { | 3476 | } else { |
3477 | in->setSummary( in->description().left(20)); | 3477 | in->setSummary( in->description().left(20)); |
3478 | in->setDescription(""); | 3478 | in->setDescription(""); |
3479 | } | 3479 | } |
3480 | if ( addText ) | 3480 | if ( addText ) |
3481 | description += in->summary() + "\n"; | 3481 | description += in->summary() + "\n"; |
3482 | cal->addIncidence( in ); | 3482 | cal->addIncidence( in ); |
3483 | incidence = delSel.next(); | 3483 | incidence = delSel.next(); |
3484 | } | 3484 | } |
3485 | if ( beamDialog.beamVcal() ) { | 3485 | if ( beamDialog.beamVcal() ) { |
3486 | fn += ".vcs"; | 3486 | fn += ".vcs"; |
3487 | FileStorage storage( cal, fn, new VCalFormat ); | 3487 | FileStorage storage( cal, fn, new VCalFormat ); |
3488 | storage.save(); | 3488 | storage.save(); |
3489 | } else { | 3489 | } else { |
3490 | fn += ".ics"; | 3490 | fn += ".ics"; |
3491 | FileStorage storage( cal, fn, new ICalFormat( ) ); | 3491 | FileStorage storage( cal, fn, new ICalFormat( ) ); |
3492 | storage.save(); | 3492 | storage.save(); |
3493 | } | 3493 | } |
3494 | delete cal; | 3494 | delete cal; |
3495 | mes = i18n("KO/Pi: Ready for beaming"); | 3495 | mes = i18n("KO/Pi: Ready for beaming"); |
3496 | topLevelWidget()->setCaption(mes); | 3496 | topLevelWidget()->setCaption(mes); |
3497 | KApplication::convert2latin1( fn ); | 3497 | KApplication::convert2latin1( fn ); |
3498 | #ifndef DESKTOP_VERSION | 3498 | #ifndef DESKTOP_VERSION |
3499 | Ir *ir = new Ir( this ); | 3499 | Ir *ir = new Ir( this ); |
3500 | connect( ir, SIGNAL( done( Ir * ) ), this, SLOT( beamDone( Ir * ) ) ); | 3500 | connect( ir, SIGNAL( done( Ir * ) ), this, SLOT( beamDone( Ir * ) ) ); |
3501 | ir->send( fn, description, "text/x-vCalendar" ); | 3501 | ir->send( fn, description, "text/x-vCalendar" ); |
3502 | #endif | 3502 | #endif |
3503 | } | 3503 | } |
3504 | } | 3504 | } |
3505 | 3505 | ||
3506 | #ifndef DESKTOP_VERSION | 3506 | #ifndef DESKTOP_VERSION |
3507 | void CalendarView::beamDone( Ir *ir ) | 3507 | void CalendarView::beamDone( Ir *ir ) |
3508 | { | 3508 | { |
3509 | delete ir; | 3509 | delete ir; |
3510 | topLevelWidget()->setCaption( i18n("KO/Pi: Beaming done.") ); | 3510 | topLevelWidget()->setCaption( i18n("KO/Pi: Beaming done.") ); |
3511 | topLevelWidget()->raise(); | 3511 | topLevelWidget()->raise(); |
3512 | } | 3512 | } |
3513 | #else | 3513 | #else |
3514 | void CalendarView::beamDone( Ir *){;} | 3514 | void CalendarView::beamDone( Ir *){;} |
3515 | #endif | 3515 | #endif |
3516 | void CalendarView::moveIncidence(Incidence * inc ) | 3516 | void CalendarView::moveIncidence(Incidence * inc ) |
3517 | { | 3517 | { |
3518 | if ( !inc ) return; | 3518 | if ( !inc ) return; |
3519 | showDatePickerPopup(); | 3519 | showDatePickerPopup(); |
3520 | mDatePickerMode = 2; | 3520 | mDatePickerMode = 2; |
3521 | mMoveIncidence = inc ; | 3521 | mMoveIncidence = inc ; |
3522 | QDate da; | 3522 | QDate da; |
3523 | if ( mMoveIncidence->typeID() == todoID ) { | 3523 | if ( mMoveIncidence->typeID() == todoID ) { |
3524 | Todo * to = (Todo *) mMoveIncidence; | 3524 | Todo * to = (Todo *) mMoveIncidence; |
3525 | if ( to->hasDueDate() ) | 3525 | if ( to->hasDueDate() ) |
3526 | da = to->dtDue().date(); | 3526 | da = to->dtDue().date(); |
3527 | else | 3527 | else |
3528 | da = QDate::currentDate(); | 3528 | da = QDate::currentDate(); |
3529 | } else { | 3529 | } else { |
3530 | da = mMoveIncidence->dtStart().date(); | 3530 | da = mMoveIncidence->dtStart().date(); |
3531 | } | 3531 | } |
3532 | //PENDING set date for recurring incidence to date of recurrence | 3532 | //PENDING set date for recurring incidence to date of recurrence |
3533 | //mMoveIncidenceOldDate; | 3533 | //mMoveIncidenceOldDate; |
3534 | mDatePicker->setDate( da ); | 3534 | mDatePicker->setDate( da ); |
3535 | } | 3535 | } |
3536 | void CalendarView::showDatePickerPopup() | 3536 | void CalendarView::showDatePickerPopup() |
3537 | { | 3537 | { |
3538 | if ( mDateFrame->isVisible() ) | 3538 | if ( mDateFrame->isVisible() ) |
3539 | mDateFrame->hide(); | 3539 | mDateFrame->hide(); |
3540 | else { | 3540 | else { |
3541 | int offX = 0, offY = 0; | 3541 | int offX = 0, offY = 0; |
3542 | #ifdef DESKTOP_VERSION | 3542 | #ifdef DESKTOP_VERSION |
3543 | int w =mDatePicker->sizeHint().width() ; | 3543 | int w =mDatePicker->sizeHint().width() ; |
3544 | int h = mDatePicker->sizeHint().height() ; | 3544 | int h = mDatePicker->sizeHint().height() ; |
3545 | int dw = topLevelWidget()->width(); | 3545 | int dw = topLevelWidget()->width(); |
3546 | int dh = topLevelWidget()->height(); | 3546 | int dh = topLevelWidget()->height(); |
3547 | offX = topLevelWidget()->x(); | 3547 | offX = topLevelWidget()->x(); |
3548 | offY = topLevelWidget()->y(); | 3548 | offY = topLevelWidget()->y(); |
3549 | #else | 3549 | #else |
3550 | int w =mDatePicker->sizeHint().width() ; | 3550 | int w =mDatePicker->sizeHint().width() ; |
3551 | int h = mDatePicker->sizeHint().height() ; | 3551 | int h = mDatePicker->sizeHint().height() ; |
3552 | int dw = QApplication::desktop()->width(); | 3552 | int dw = QApplication::desktop()->width(); |
3553 | int dh = QApplication::desktop()->height(); | 3553 | int dh = QApplication::desktop()->height(); |
3554 | #endif | 3554 | #endif |
3555 | mDateFrame->setGeometry( (dw-w)/2+offX, (dh - h )/2+offY ,w,h ); | 3555 | mDateFrame->setGeometry( (dw-w)/2+offX, (dh - h )/2+offY ,w,h ); |
3556 | mDateFrame->show(); | 3556 | mDateFrame->show(); |
3557 | } | 3557 | } |
3558 | } | 3558 | } |
3559 | void CalendarView::showDatePicker( ) | 3559 | void CalendarView::showDatePicker( ) |
3560 | { | 3560 | { |
3561 | showDatePickerPopup(); | 3561 | showDatePickerPopup(); |
3562 | mDatePickerMode = 1; | 3562 | mDatePickerMode = 1; |
3563 | mDatePicker->setDate( mNavigator->selectedDates().first() ); | 3563 | mDatePicker->setDate( mNavigator->selectedDates().first() ); |
3564 | } | 3564 | } |
3565 | 3565 | ||
3566 | void CalendarView::showEventEditor() | 3566 | void CalendarView::showEventEditor() |
3567 | { | 3567 | { |
3568 | #ifdef DESKTOP_VERSION | 3568 | #ifdef DESKTOP_VERSION |
3569 | int x,y,w,h; | 3569 | int x,y,w,h; |
3570 | x = mEventEditor->geometry().x(); | 3570 | x = mEventEditor->geometry().x(); |
3571 | y = mEventEditor->geometry().y(); | 3571 | y = mEventEditor->geometry().y(); |
3572 | w = mEventEditor->width(); | 3572 | w = mEventEditor->width(); |
diff --git a/korganizer/calendarview.h b/korganizer/calendarview.h index 0924f07..80f7ed4 100644 --- a/korganizer/calendarview.h +++ b/korganizer/calendarview.h | |||
@@ -170,501 +170,506 @@ class CalendarView : public KOrg::CalendarViewBase, public KCal::Calendar::Obser | |||
170 | 170 | ||
171 | /** Emitted when state of events selection has changed and user is organizer*/ | 171 | /** Emitted when state of events selection has changed and user is organizer*/ |
172 | void organizerEventsSelected(bool); | 172 | void organizerEventsSelected(bool); |
173 | /** Emitted when state of events selection has changed and user is attendee*/ | 173 | /** Emitted when state of events selection has changed and user is attendee*/ |
174 | void groupEventsSelected(bool); | 174 | void groupEventsSelected(bool); |
175 | /** | 175 | /** |
176 | Emitted when an incidence gets selected. If the selection is cleared the | 176 | Emitted when an incidence gets selected. If the selection is cleared the |
177 | signal is emitted with 0 as argument. | 177 | signal is emitted with 0 as argument. |
178 | */ | 178 | */ |
179 | void incidenceSelected( Incidence * ); | 179 | void incidenceSelected( Incidence * ); |
180 | /** Emitted, when a todoitem is selected or deselected. */ | 180 | /** Emitted, when a todoitem is selected or deselected. */ |
181 | void todoSelected( bool ); | 181 | void todoSelected( bool ); |
182 | 182 | ||
183 | /** | 183 | /** |
184 | Emitted, when clipboard content changes. Parameter indicates if paste | 184 | Emitted, when clipboard content changes. Parameter indicates if paste |
185 | is possible or not. | 185 | is possible or not. |
186 | */ | 186 | */ |
187 | void pasteEnabled(bool); | 187 | void pasteEnabled(bool); |
188 | 188 | ||
189 | /** Emitted, when the number of incoming messages has changed. */ | 189 | /** Emitted, when the number of incoming messages has changed. */ |
190 | void numIncomingChanged(int); | 190 | void numIncomingChanged(int); |
191 | 191 | ||
192 | /** Emitted, when the number of outgoing messages has changed. */ | 192 | /** Emitted, when the number of outgoing messages has changed. */ |
193 | void numOutgoingChanged(int); | 193 | void numOutgoingChanged(int); |
194 | 194 | ||
195 | /** Send status message, which can e.g. be displayed in the status bar. */ | 195 | /** Send status message, which can e.g. be displayed in the status bar. */ |
196 | void statusMessage(const QString &); | 196 | void statusMessage(const QString &); |
197 | 197 | ||
198 | void calendarViewExpanded( bool ); | 198 | void calendarViewExpanded( bool ); |
199 | void updateSearchDialog(); | 199 | void updateSearchDialog(); |
200 | void filtersUpdated(); | 200 | void filtersUpdated(); |
201 | 201 | ||
202 | 202 | ||
203 | public slots: | 203 | public slots: |
204 | void displayCalendarInfo( int id ); | 204 | void displayCalendarInfo( int id ); |
205 | void nextConflict( bool all, bool allday ); | 205 | void nextConflict( bool all, bool allday ); |
206 | void conflictAll(); | 206 | void conflictAll(); |
207 | void conflictAllday(); | 207 | void conflictAllday(); |
208 | void conflictNotAll(); | 208 | void conflictNotAll(); |
209 | void setCalReadOnly( int id, bool readO ); | 209 | void setCalReadOnly( int id, bool readO ); |
210 | void checkAlarms(); | 210 | void checkAlarms(); |
211 | void checkFiles(); | 211 | void checkFiles(); |
212 | void slotprintSelInc(); | 212 | void slotprintSelInc(); |
213 | void showNextAlarms(); | 213 | void showNextAlarms(); |
214 | void showOpenError(); | 214 | void showOpenError(); |
215 | void watchSavedFile(); | 215 | void watchSavedFile(); |
216 | void recheckTimerAlarm(); | 216 | void recheckTimerAlarm(); |
217 | void checkNextTimerAlarm(); | 217 | void checkNextTimerAlarm(); |
218 | void addAlarm(const QDateTime &qdt, const QString ¬i ); | 218 | void addAlarm(const QDateTime &qdt, const QString ¬i ); |
219 | void addSuspendAlarm(const QDateTime &qdt, const QString ¬i ); | 219 | void addSuspendAlarm(const QDateTime &qdt, const QString ¬i ); |
220 | void removeAlarm(const QDateTime &qdt, const QString ¬i ); | 220 | void removeAlarm(const QDateTime &qdt, const QString ¬i ); |
221 | 221 | ||
222 | /** options dialog made a changed to the configuration. we catch this | 222 | /** options dialog made a changed to the configuration. we catch this |
223 | * and notify all widgets which need to update their configuration. */ | 223 | * and notify all widgets which need to update their configuration. */ |
224 | void updateConfig(); | 224 | void updateConfig(); |
225 | 225 | ||
226 | void insertBirthdays(const QString& uid, const QStringList& birthdayList, | 226 | void insertBirthdays(const QString& uid, const QStringList& birthdayList, |
227 | const QStringList& anniversaryList, const QStringList& realNameList, | 227 | const QStringList& anniversaryList, const QStringList& realNameList, |
228 | const QStringList& emailList, const QStringList& assembledNameList, | 228 | const QStringList& emailList, const QStringList& assembledNameList, |
229 | const QStringList& uidList); | 229 | const QStringList& uidList); |
230 | 230 | ||
231 | /** | 231 | /** |
232 | Load calendar from file \a filename. If \a merge is true, load | 232 | Load calendar from file \a filename. If \a merge is true, load |
233 | calendar into existing one, if it is false, clear calendar, before | 233 | calendar into existing one, if it is false, clear calendar, before |
234 | loading. Return true, if calendar could be successfully loaded. | 234 | loading. Return true, if calendar could be successfully loaded. |
235 | */ | 235 | */ |
236 | bool openCalendar(QString filename, bool merge=false); | 236 | bool openCalendar(QString filename, bool merge=false); |
237 | bool loadCalendars(); | 237 | bool loadCalendars(); |
238 | bool saveCalendars(); | 238 | bool saveCalendars(); |
239 | bool restoreCalendarSettings(); | 239 | bool restoreCalendarSettings(); |
240 | bool addCalendar( KopiCalendarFile * ); | 240 | bool addCalendar( KopiCalendarFile * ); |
241 | void addCalendarId( int id ); | 241 | void addCalendarId( int id ); |
242 | bool syncCalendar(QString filename,int mode = 0 ); | 242 | bool syncCalendar(QString filename,int mode = 0 ); |
243 | 243 | ||
244 | /** | 244 | /** |
245 | Save calendar data to file. Return true if calendar could be | 245 | Save calendar data to file. Return true if calendar could be |
246 | successfully saved. | 246 | successfully saved. |
247 | */ | 247 | */ |
248 | bool saveCalendar(QString filename); | 248 | bool saveCalendar(QString filename); |
249 | 249 | ||
250 | /** | 250 | /** |
251 | Close calendar. Clear calendar data and reset views to display an empty | 251 | Close calendar. Clear calendar data and reset views to display an empty |
252 | calendar. | 252 | calendar. |
253 | */ | 253 | */ |
254 | void closeCalendar(); | 254 | void closeCalendar(); |
255 | 255 | ||
256 | /** Archive old events of calendar */ | 256 | /** Archive old events of calendar */ |
257 | void archiveCalendar(); | 257 | void archiveCalendar(); |
258 | 258 | ||
259 | void showIncidence(); | 259 | void showIncidence(); |
260 | void editIncidence(); | 260 | void editIncidence(); |
261 | void editIncidenceDescription(); | 261 | void editIncidenceDescription(); |
262 | void deleteIncidence(); | 262 | void deleteIncidence(); |
263 | void cloneIncidence(); | 263 | void cloneIncidence(); |
264 | void moveIncidence(); | 264 | void moveIncidence(); |
265 | void beamIncidence(); | 265 | void beamIncidence(); |
266 | void toggleCancelIncidence(); | 266 | void toggleCancelIncidence(); |
267 | 267 | ||
268 | /** create an editeventwin with supplied date/time, and if bool is true, | 268 | /** create an editeventwin with supplied date/time, and if bool is true, |
269 | * make the event take all day. */ | 269 | * make the event take all day. */ |
270 | void newEvent(QDateTime, QDateTime, bool allDay ); | 270 | void newEvent(QDateTime, QDateTime, bool allDay ); |
271 | void newEvent(QDateTime, QDateTime); | 271 | void newEvent(QDateTime, QDateTime); |
272 | void newEvent(QDateTime fh); | 272 | void newEvent(QDateTime fh); |
273 | void newEvent(QDate dt); | 273 | void newEvent(QDate dt); |
274 | /** create new event without having a date hint. Takes current date as | 274 | /** create new event without having a date hint. Takes current date as |
275 | default hint. */ | 275 | default hint. */ |
276 | void newEvent(); | 276 | void newEvent(); |
277 | void newFloatingEvent(); | 277 | void newFloatingEvent(); |
278 | 278 | ||
279 | /** Create a read-only viewer dialog for the supplied incidence. It calls the correct showXXX method*/ | 279 | /** Create a read-only viewer dialog for the supplied incidence. It calls the correct showXXX method*/ |
280 | void showIncidence(Incidence *); | 280 | void showIncidence(Incidence *); |
281 | void showIncidence(QString uid); | 281 | void showIncidence(QString uid); |
282 | /** Create an editor for the supplied incidence. It calls the correct editXXX method*/ | 282 | /** Create an editor for the supplied incidence. It calls the correct editXXX method*/ |
283 | void editIncidence(Incidence *); | 283 | void editIncidence(Incidence *); |
284 | /** Delete the supplied incidence. It calls the correct deleteXXX method*/ | 284 | /** Delete the supplied incidence. It calls the correct deleteXXX method*/ |
285 | void deleteIncidence(Incidence *); | 285 | void deleteIncidence(Incidence *); |
286 | void cloneIncidence(Incidence *); | 286 | void cloneIncidence(Incidence *); |
287 | void cancelIncidence(Incidence *); | 287 | void cancelIncidence(Incidence *); |
288 | /** Create an editor for the supplied event. */ | 288 | /** Create an editor for the supplied event. */ |
289 | void editEvent(Event *); | 289 | void editEvent(Event *); |
290 | /** Delete the supplied event. */ | 290 | /** Delete the supplied event. */ |
291 | void deleteEvent(Event *); | 291 | void deleteEvent(Event *); |
292 | /** Delete the event with the given unique ID. Returns false, if event wasn't | 292 | /** Delete the event with the given unique ID. Returns false, if event wasn't |
293 | found. */ | 293 | found. */ |
294 | bool deleteEvent(const QString &uid); | 294 | bool deleteEvent(const QString &uid); |
295 | /** Create a read-only viewer dialog for the supplied event. */ | 295 | /** Create a read-only viewer dialog for the supplied event. */ |
296 | void showEvent(Event *); | 296 | void showEvent(Event *); |
297 | 297 | ||
298 | void editJournal(Journal *); | 298 | void editJournal(Journal *); |
299 | void showJournal(Journal *); | 299 | void showJournal(Journal *); |
300 | void deleteJournal(Journal *); | 300 | void deleteJournal(Journal *); |
301 | /** Create an editor dialog for a todo */ | 301 | /** Create an editor dialog for a todo */ |
302 | void editTodo(Todo *); | 302 | void editTodo(Todo *); |
303 | /** Create a read-only viewer dialog for the supplied todo */ | 303 | /** Create a read-only viewer dialog for the supplied todo */ |
304 | void showTodo(Todo *); | 304 | void showTodo(Todo *); |
305 | /** create new todo */ | 305 | /** create new todo */ |
306 | void newTodo(); | 306 | void newTodo(); |
307 | void newTodoDateTime(QDateTime, bool allday); | 307 | void newTodoDateTime(QDateTime, bool allday); |
308 | /** create new todo with a parent todo */ | 308 | /** create new todo with a parent todo */ |
309 | void newSubTodo(); | 309 | void newSubTodo(); |
310 | /** create new todo with a parent todo */ | 310 | /** create new todo with a parent todo */ |
311 | void newSubTodo(Todo *); | 311 | void newSubTodo(Todo *); |
312 | /** Delete todo */ | 312 | /** Delete todo */ |
313 | void deleteTodo(Todo *); | 313 | void deleteTodo(Todo *); |
314 | 314 | ||
315 | 315 | ||
316 | /** Check if clipboard contains vCalendar event. The signal pasteEnabled() is | 316 | /** Check if clipboard contains vCalendar event. The signal pasteEnabled() is |
317 | * emitted as result. */ | 317 | * emitted as result. */ |
318 | void checkClipboard(); | 318 | void checkClipboard(); |
319 | 319 | ||
320 | /** using the KConfig associated with the kapp variable, read in the | 320 | /** using the KConfig associated with the kapp variable, read in the |
321 | * settings from the config file. | 321 | * settings from the config file. |
322 | */ | 322 | */ |
323 | void readSettings(); | 323 | void readSettings(); |
324 | 324 | ||
325 | /** write current state to config file. */ | 325 | /** write current state to config file. */ |
326 | void writeSettings(); | 326 | void writeSettings(); |
327 | 327 | ||
328 | /** read settings for calendar filters */ | 328 | /** read settings for calendar filters */ |
329 | void readFilterSettings(KConfig *config); | 329 | void readFilterSettings(KConfig *config); |
330 | 330 | ||
331 | /** write settings for calendar filters */ | 331 | /** write settings for calendar filters */ |
332 | void writeFilterSettings(KConfig *config); | 332 | void writeFilterSettings(KConfig *config); |
333 | 333 | ||
334 | /** passes on the message that an event has changed to the currently | 334 | /** passes on the message that an event has changed to the currently |
335 | * activated view so that it can make appropriate display changes. */ | 335 | * activated view so that it can make appropriate display changes. */ |
336 | void changeEventDisplay(Event *, int); | 336 | void changeEventDisplay(Event *, int); |
337 | void changeIncidenceDisplay(Incidence *, int); | 337 | void changeIncidenceDisplay(Incidence *, int); |
338 | void changeTodoDisplay(Todo *, int); | 338 | void changeTodoDisplay(Todo *, int); |
339 | 339 | ||
340 | void eventAdded(Event *); | 340 | void eventAdded(Event *); |
341 | void eventChanged(Event *); | 341 | void eventChanged(Event *); |
342 | void eventToBeDeleted(Event *); | 342 | void eventToBeDeleted(Event *); |
343 | void eventDeleted(); | 343 | void eventDeleted(); |
344 | 344 | ||
345 | void todoAdded(Todo *); | 345 | void todoAdded(Todo *); |
346 | void todoChanged(Todo *); | 346 | void todoChanged(Todo *); |
347 | void todoToBeDeleted(Todo *); | 347 | void todoToBeDeleted(Todo *); |
348 | void todoDeleted(); | 348 | void todoDeleted(); |
349 | 349 | ||
350 | void updateView(const QDate &start, const QDate &end); | 350 | void updateView(const QDate &start, const QDate &end); |
351 | void updateView(); | 351 | void updateView(); |
352 | void clearAllViews(); | 352 | void clearAllViews(); |
353 | 353 | ||
354 | /** Full update of visible todo views */ | 354 | /** Full update of visible todo views */ |
355 | void updateTodoViews(); | 355 | void updateTodoViews(); |
356 | 356 | ||
357 | void updateUnmanagedViews(); | 357 | void updateUnmanagedViews(); |
358 | 358 | ||
359 | /** cut the current appointment to the clipboard */ | 359 | /** cut the current appointment to the clipboard */ |
360 | void edit_cut(); | 360 | void edit_cut(); |
361 | 361 | ||
362 | /** copy the current appointment(s) to the clipboard */ | 362 | /** copy the current appointment(s) to the clipboard */ |
363 | void edit_copy(); | 363 | void edit_copy(); |
364 | 364 | ||
365 | /** paste the current vobject(s) in the clipboard buffer into calendar */ | 365 | /** paste the current vobject(s) in the clipboard buffer into calendar */ |
366 | void edit_paste(); | 366 | void edit_paste(); |
367 | 367 | ||
368 | /** edit viewing and configuration options. */ | 368 | /** edit viewing and configuration options. */ |
369 | void edit_options(); | 369 | void edit_options(); |
370 | void edit_global_options(); | 370 | void edit_global_options(); |
371 | /** | 371 | /** |
372 | Functions for printing, previewing a print, and setting up printing | 372 | Functions for printing, previewing a print, and setting up printing |
373 | parameters. | 373 | parameters. |
374 | */ | 374 | */ |
375 | void print(); | 375 | void print(); |
376 | void printSetup(); | 376 | void printSetup(); |
377 | void printPreview(); | 377 | void printPreview(); |
378 | 378 | ||
379 | /** Export as iCalendar file */ | 379 | /** Export as iCalendar file */ |
380 | bool exportICalendar(); | 380 | bool exportICalendar(); |
381 | bool exportICalendar( QString fn ); | 381 | bool exportICalendar( QString fn ); |
382 | 382 | ||
383 | /** Export as vCalendar file */ | 383 | /** Export as vCalendar file */ |
384 | bool exportVCalendar( QString fn); | 384 | bool exportVCalendar( QString fn); |
385 | 385 | ||
386 | /** pop up a dialog to show an existing appointment. */ | 386 | /** pop up a dialog to show an existing appointment. */ |
387 | void appointment_show(); | 387 | void appointment_show(); |
388 | /** | 388 | /** |
389 | * pop up an Appointment Dialog to edit an existing appointment.Get | 389 | * pop up an Appointment Dialog to edit an existing appointment.Get |
390 | * information on the appointment from the list of unique IDs that is | 390 | * information on the appointment from the list of unique IDs that is |
391 | * currently in the View, called currIds. | 391 | * currently in the View, called currIds. |
392 | */ | 392 | */ |
393 | void appointment_edit(); | 393 | void appointment_edit(); |
394 | /** | 394 | /** |
395 | * pop up dialog confirming deletion of currently selected event in the | 395 | * pop up dialog confirming deletion of currently selected event in the |
396 | * View. | 396 | * View. |
397 | */ | 397 | */ |
398 | void appointment_delete(); | 398 | void appointment_delete(); |
399 | 399 | ||
400 | /** mails the currently selected event to a particular user as a vCalendar | 400 | /** mails the currently selected event to a particular user as a vCalendar |
401 | attachment. */ | 401 | attachment. */ |
402 | void action_mail(); | 402 | void action_mail(); |
403 | 403 | ||
404 | /* frees a subtodo from it's relation */ | 404 | /* frees a subtodo from it's relation */ |
405 | void todo_unsub( Todo * ); | 405 | void todo_unsub( Todo * ); |
406 | void todo_resub( Todo * parent, Todo * sub ); | 406 | void todo_resub( Todo * parent, Todo * sub ); |
407 | 407 | ||
408 | /** Take ownership of selected event. */ | 408 | /** Take ownership of selected event. */ |
409 | void takeOverEvent(); | 409 | void takeOverEvent(); |
410 | 410 | ||
411 | /** Take ownership of all events in calendar. */ | 411 | /** Take ownership of all events in calendar. */ |
412 | void takeOverCalendar(); | 412 | void takeOverCalendar(); |
413 | 413 | ||
414 | /** query whether or not the calendar is "dirty". */ | 414 | /** query whether or not the calendar is "dirty". */ |
415 | bool isModified(); | 415 | bool isModified(); |
416 | /** set the state of calendar. Modified means "dirty", i.e. needing a save. */ | 416 | /** set the state of calendar. Modified means "dirty", i.e. needing a save. */ |
417 | void setModified(bool modified=true); | 417 | void setModified(bool modified=true); |
418 | 418 | ||
419 | /** query if the calendar is read-only. */ | 419 | /** query if the calendar is read-only. */ |
420 | bool isReadOnly(); | 420 | bool isReadOnly(); |
421 | /** set state of calendar to read-only */ | 421 | /** set state of calendar to read-only */ |
422 | void setReadOnly(bool readOnly=true); | 422 | void setReadOnly(bool readOnly=true); |
423 | 423 | ||
424 | void eventUpdated(Incidence *); | 424 | void eventUpdated(Incidence *); |
425 | 425 | ||
426 | /* iTIP scheduling actions */ | 426 | /* iTIP scheduling actions */ |
427 | void schedule_publish(Incidence *incidence = 0); | 427 | void schedule_publish(Incidence *incidence = 0); |
428 | void schedule_request(Incidence *incidence = 0); | 428 | void schedule_request(Incidence *incidence = 0); |
429 | void schedule_refresh(Incidence *incidence = 0); | 429 | void schedule_refresh(Incidence *incidence = 0); |
430 | void schedule_cancel(Incidence *incidence = 0); | 430 | void schedule_cancel(Incidence *incidence = 0); |
431 | void schedule_add(Incidence *incidence = 0); | 431 | void schedule_add(Incidence *incidence = 0); |
432 | void schedule_reply(Incidence *incidence = 0); | 432 | void schedule_reply(Incidence *incidence = 0); |
433 | void schedule_counter(Incidence *incidence = 0); | 433 | void schedule_counter(Incidence *incidence = 0); |
434 | void schedule_declinecounter(Incidence *incidence = 0); | 434 | void schedule_declinecounter(Incidence *incidence = 0); |
435 | void schedule_publish_freebusy(int daysToPublish = 30); | 435 | void schedule_publish_freebusy(int daysToPublish = 30); |
436 | 436 | ||
437 | void openAddressbook(); | 437 | void openAddressbook(); |
438 | 438 | ||
439 | void editFilters(); | 439 | void editFilters(); |
440 | void toggleFilerEnabled(); | 440 | void toggleFilerEnabled(); |
441 | QPtrList<CalFilter> filters(); | 441 | QPtrList<CalFilter> filters(); |
442 | void toggleFilter(); | 442 | void toggleFilter(); |
443 | void showFilter(bool visible); | 443 | void showFilter(bool visible); |
444 | void updateFilter(); | 444 | void updateFilter(); |
445 | void filterEdited(); | 445 | void filterEdited(); |
446 | void selectFilter( int ); | 446 | void selectFilter( int ); |
447 | KOFilterView *filterView(); | 447 | KOFilterView *filterView(); |
448 | 448 | ||
449 | void showIntro(); | 449 | void showIntro(); |
450 | 450 | ||
451 | /** Move the curdatepient view date to today */ | 451 | /** Move the curdatepient view date to today */ |
452 | void goToday(); | 452 | void goToday(); |
453 | 453 | ||
454 | /** Move to the next date(s) in the current view */ | 454 | /** Move to the next date(s) in the current view */ |
455 | void goNext(); | 455 | void goNext(); |
456 | 456 | ||
457 | /** Move to the previous date(s) in the current view */ | 457 | /** Move to the previous date(s) in the current view */ |
458 | void goPrevious(); | 458 | void goPrevious(); |
459 | /** Move to the next date(s) in the current view */ | 459 | /** Move to the next date(s) in the current view */ |
460 | void goNextMonth(); | 460 | void goNextMonth(); |
461 | 461 | ||
462 | /** Move to the previous date(s) in the current view */ | 462 | /** Move to the previous date(s) in the current view */ |
463 | void goPreviousMonth(); | 463 | void goPreviousMonth(); |
464 | 464 | ||
465 | void toggleExpand(); | 465 | void toggleExpand(); |
466 | void toggleDateNavigatorWidget(); | 466 | void toggleDateNavigatorWidget(); |
467 | void toggleAllDaySize(); | 467 | void toggleAllDaySize(); |
468 | 468 | ||
469 | /** Look for new messages in the inbox */ | 469 | /** Look for new messages in the inbox */ |
470 | void lookForIncomingMessages(); | 470 | void lookForIncomingMessages(); |
471 | /** Look for new messages in the outbox */ | 471 | /** Look for new messages in the outbox */ |
472 | void lookForOutgoingMessages(); | 472 | void lookForOutgoingMessages(); |
473 | 473 | ||
474 | void processMainViewSelection( Incidence * ); | 474 | void processMainViewSelection( Incidence * ); |
475 | void processTodoListSelection( Incidence * ); | 475 | void processTodoListSelection( Incidence * ); |
476 | 476 | ||
477 | void processIncidenceSelection( Incidence * ); | 477 | void processIncidenceSelection( Incidence * ); |
478 | 478 | ||
479 | void purgeCompleted(); | 479 | void purgeCompleted(); |
480 | bool removeCompletedSubTodos( Todo* ); | 480 | bool removeCompletedSubTodos( Todo* ); |
481 | void slotCalendarChanged(); | 481 | void slotCalendarChanged(); |
482 | bool importBday(); | 482 | bool importBday(); |
483 | bool addAnniversary( QDate data, QString name, KCal::Attendee* a , bool birthday ); | 483 | bool addAnniversary( QDate data, QString name, KCal::Attendee* a , bool birthday ); |
484 | bool importQtopia( const QString &categoriesFile, | 484 | bool importQtopia( const QString &categoriesFile, |
485 | const QString &datebookFile, | 485 | const QString &datebookFile, |
486 | const QString &tasklistFile ); | 486 | const QString &tasklistFile ); |
487 | void syncExternal( int mode ); | 487 | void syncExternal( int mode ); |
488 | void slotSelectPickerDate( QDate ) ; | 488 | void slotSelectPickerDate( QDate ) ; |
489 | void showDatePicker() ; | 489 | void showDatePicker() ; |
490 | void showDatePickerPopup() ; | 490 | void showDatePickerPopup() ; |
491 | void moveIncidence(Incidence *) ; | 491 | void moveIncidence(Incidence *) ; |
492 | void beamIncidence(Incidence *) ; | 492 | void beamIncidence(Incidence *) ; |
493 | void beamCalendar() ; | 493 | void beamCalendar() ; |
494 | void beamFilteredCalendar() ; | 494 | void beamFilteredCalendar() ; |
495 | void beamIncidenceList(QPtrList<Incidence>) ; | 495 | void beamIncidenceList(QPtrList<Incidence>) ; |
496 | void manageCategories(); | 496 | void manageCategories(); |
497 | void editCategories(); | 497 | void editCategories(); |
498 | int addCategories(); | 498 | int addCategories(); |
499 | void removeCategories(); | 499 | void removeCategories(); |
500 | void setSyncDevice( QString ); | 500 | void setSyncDevice( QString ); |
501 | void setSyncName( QString ); | 501 | void setSyncName( QString ); |
502 | void showDay( QDate ); | 502 | void showDay( QDate ); |
503 | void undo_delete(); | 503 | void undo_delete(); |
504 | protected slots: | 504 | protected slots: |
505 | void resetFocus(); | 505 | void resetFocus(); |
506 | void scrollBarValue(int); | 506 | void scrollBarValue(int); |
507 | void slotViewerClosed(); | 507 | void slotViewerClosed(); |
508 | void timerAlarm(); | 508 | void timerAlarm(); |
509 | void suspendAlarm(); | 509 | void suspendAlarm(); |
510 | void beamDone( Ir *ir ); | 510 | void beamDone( Ir *ir ); |
511 | /** Select a view or adapt the current view to display the specified dates. */ | 511 | /** Select a view or adapt the current view to display the specified dates. */ |
512 | void showDates( const KCal::DateList & ); | 512 | void showDates( const KCal::DateList & ); |
513 | void selectWeekNum ( int ); | 513 | void selectWeekNum ( int ); |
514 | void checkConflictForEvent(); | 514 | void checkConflictForEvent(); |
515 | 515 | ||
516 | public: | 516 | public: |
517 | void createRunningDate4Todo( Todo * runT, QDateTime start , QDateTime end, int secLenRunning, int secLenPausing,int dayInterval ); | 517 | void createRunningDate4Todo( Todo * runT, QDateTime start , QDateTime end, int secLenRunning, int secLenPausing,int dayInterval ); |
518 | // show a standard warning | 518 | // show a standard warning |
519 | // returns KMsgBox::yesNoCancel() | 519 | // returns KMsgBox::yesNoCancel() |
520 | int msgCalModified(); | 520 | int msgCalModified(); |
521 | virtual bool sync(KSyncManager* manager, QString filename, int mode); | 521 | virtual bool sync(KSyncManager* manager, QString filename, int mode); |
522 | 522 | ||
523 | virtual bool syncExternal(KSyncManager* manager, QString resource); | 523 | virtual bool syncExternal(KSyncManager* manager, QString resource); |
524 | virtual void removeSyncInfo( QString syncProfile); | 524 | virtual void removeSyncInfo( QString syncProfile); |
525 | void setSyncManager(KSyncManager* manager); | 525 | void setSyncManager(KSyncManager* manager); |
526 | void setLoadedFileVersion(QDateTime); | 526 | void setLoadedFileVersion(QDateTime); |
527 | bool checkFileVersion(QString fn); | 527 | bool checkFileVersion(QString fn); |
528 | bool checkAllFileVersions(); | 528 | bool checkAllFileVersions(); |
529 | bool checkFileChanged(QString fn); | 529 | bool checkFileChanged(QString fn); |
530 | Event* getLastSyncEvent(); | 530 | Event* getLastSyncEvent(); |
531 | /** Adapt navigation units correpsonding to step size of navigation of the | 531 | /** Adapt navigation units correpsonding to step size of navigation of the |
532 | * current view. | 532 | * current view. |
533 | */ | 533 | */ |
534 | void adaptNavigationUnits(); | 534 | void adaptNavigationUnits(); |
535 | bool synchronizeCalendar( Calendar* local, Calendar* remote, int mode ); | 535 | bool synchronizeCalendar( Calendar* local, Calendar* remote, int mode ); |
536 | int takeEvent( Incidence* local, Incidence* remote, int mode, bool full = false ); | 536 | int takeEvent( Incidence* local, Incidence* remote, int mode, bool full = false ); |
537 | //Attendee* getYourAttendee(Event *event); | 537 | //Attendee* getYourAttendee(Event *event); |
538 | void setBlockShowDates( bool b ) { mBlockShowDates = b ;} | 538 | void setBlockShowDates( bool b ) { mBlockShowDates = b ;} |
539 | void setScrollBarStep(int val ); | 539 | void setScrollBarStep(int val ); |
540 | 540 | ||
541 | protected: | 541 | protected: |
542 | Event *mConflictingEvent; | 542 | Event *mConflictingEvent; |
543 | void schedule(Scheduler::Method, Incidence *incidence = 0); | 543 | void schedule(Scheduler::Method, Incidence *incidence = 0); |
544 | 544 | ||
545 | // returns KMsgBox::OKCandel() | 545 | // returns KMsgBox::OKCandel() |
546 | int msgItemDelete(const QString name); | 546 | int msgItemDelete(const QString name); |
547 | void showEventEditor(); | 547 | void showEventEditor(); |
548 | void showTodoEditor(); | 548 | void showTodoEditor(); |
549 | Todo *selectedTodo(); | 549 | Todo *selectedTodo(); |
550 | private: | 550 | private: |
551 | #ifdef DESKTOP_VERSION | 551 | #ifdef DESKTOP_VERSION |
552 | QScrollBar * mDateScrollBar; | 552 | QScrollBar * mDateScrollBar; |
553 | #endif | 553 | #endif |
554 | bool flag_blockConflict; | ||
555 | bool flag_blockScrollBar; | ||
556 | bool flag_checkFileFirsttime; | ||
557 | bool flag_clearallviewsEventDisplay; | ||
558 | bool flag_clearallviewsupdateView; | ||
554 | QDateTime mNextAlarmDateTime; | 559 | QDateTime mNextAlarmDateTime; |
555 | bool mViewerCallerIsSearchDialog; | 560 | bool mViewerCallerIsSearchDialog; |
556 | bool mBlockShowDates; | 561 | bool mBlockShowDates; |
557 | KSyncManager* mSyncManager; | 562 | KSyncManager* mSyncManager; |
558 | AlarmDialog * mAlarmDialog; | 563 | AlarmDialog * mAlarmDialog; |
559 | QString mAlarmNotification; | 564 | QString mAlarmNotification; |
560 | QString mSuspendAlarmNotification; | 565 | QString mSuspendAlarmNotification; |
561 | QTimer* mSuspendTimer; | 566 | QTimer* mSuspendTimer; |
562 | QTimer* mAlarmTimer; | 567 | QTimer* mAlarmTimer; |
563 | QTimer* mRecheckAlarmTimer; | 568 | QTimer* mRecheckAlarmTimer; |
564 | void computeAlarm( QString ); | 569 | void computeAlarm( QString ); |
565 | void startAlarm( QString, QString ); | 570 | void startAlarm( QString, QString ); |
566 | void setSyncEventsReadOnly(); | 571 | void setSyncEventsReadOnly(); |
567 | 572 | ||
568 | QDateTime loadedFileVersion; | 573 | QDateTime loadedFileVersion; |
569 | void checkExternSyncEvent( QPtrList<Event> lastSync , Incidence* toDelete ); | 574 | void checkExternSyncEvent( QPtrList<Event> lastSync , Incidence* toDelete ); |
570 | void checkExternalId( Incidence * inc ); | 575 | void checkExternalId( Incidence * inc ); |
571 | int mGlobalSyncMode; | 576 | int mGlobalSyncMode; |
572 | QString mCurrentSyncDevice; | 577 | QString mCurrentSyncDevice; |
573 | QString mCurrentSyncName; | 578 | QString mCurrentSyncName; |
574 | void init(); | 579 | void init(); |
575 | int mDatePickerMode; | 580 | int mDatePickerMode; |
576 | bool mFlagEditDescription; | 581 | bool mFlagEditDescription; |
577 | QDateTime mLastCalendarSync; | 582 | QDateTime mLastCalendarSync; |
578 | void createPrinter(); | 583 | void createPrinter(); |
579 | 584 | ||
580 | void calendarModified( bool, Calendar * ); | 585 | void calendarModified( bool, Calendar * ); |
581 | 586 | ||
582 | CalPrinter *mCalPrinter; | 587 | CalPrinter *mCalPrinter; |
583 | 588 | ||
584 | QSplitter *mPanner; | 589 | QSplitter *mPanner; |
585 | QSplitter *mLeftSplitter; | 590 | QSplitter *mLeftSplitter; |
586 | KDGanttMinimizeSplitter *mLeftFrame, *mMainFrame; | 591 | KDGanttMinimizeSplitter *mLeftFrame, *mMainFrame; |
587 | QWidgetStack *mRightFrame; | 592 | QWidgetStack *mRightFrame; |
588 | 593 | ||
589 | KDatePicker* mDatePicker; | 594 | KDatePicker* mDatePicker; |
590 | QVBox* mDateFrame; | 595 | QVBox* mDateFrame; |
591 | 596 | ||
592 | DateNavigatorContainer *mDateNavigator; // widget showing small month view. | 597 | DateNavigatorContainer *mDateNavigator; // widget showing small month view. |
593 | 598 | ||
594 | KOFilterView *mFilterView; | 599 | KOFilterView *mFilterView; |
595 | KOCalEditView *mCalEditView; | 600 | KOCalEditView *mCalEditView; |
596 | 601 | ||
597 | ResourceView *mResourceView; | 602 | ResourceView *mResourceView; |
598 | 603 | ||
599 | // calendar object for this viewing instance | 604 | // calendar object for this viewing instance |
600 | Calendar *mCalendar; | 605 | Calendar *mCalendar; |
601 | 606 | ||
602 | CalendarResourceManager *mResourceManager; | 607 | CalendarResourceManager *mResourceManager; |
603 | 608 | ||
604 | FileStorage *mStorage; | 609 | FileStorage *mStorage; |
605 | 610 | ||
606 | DateNavigator *mNavigator; | 611 | DateNavigator *mNavigator; |
607 | 612 | ||
608 | KOViewManager *mViewManager; | 613 | KOViewManager *mViewManager; |
609 | KODialogManager *mDialogManager; | 614 | KODialogManager *mDialogManager; |
610 | 615 | ||
611 | // Calendar filters | 616 | // Calendar filters |
612 | QPtrList<CalFilter> mFilters; | 617 | QPtrList<CalFilter> mFilters; |
613 | 618 | ||
614 | // various housekeeping variables. | 619 | // various housekeeping variables. |
615 | bool mModified; // flag indicating if calendar is modified | 620 | bool mModified; // flag indicating if calendar is modified |
616 | bool mReadOnly; // flag indicating if calendar is read-only | 621 | bool mReadOnly; // flag indicating if calendar is read-only |
617 | QDate mSaveSingleDate; | 622 | QDate mSaveSingleDate; |
618 | 623 | ||
619 | Incidence *mSelectedIncidence; | 624 | Incidence *mSelectedIncidence; |
620 | Incidence *mMoveIncidence; | 625 | Incidence *mMoveIncidence; |
621 | QDate mMoveIncidenceOldDate; | 626 | QDate mMoveIncidenceOldDate; |
622 | KOTodoView *mTodoList; | 627 | KOTodoView *mTodoList; |
623 | KOEventEditor * mEventEditor; | 628 | KOEventEditor * mEventEditor; |
624 | KOTodoEditor * mTodoEditor; | 629 | KOTodoEditor * mTodoEditor; |
625 | KOEventViewerDialog * mEventViewerDialog; | 630 | KOEventViewerDialog * mEventViewerDialog; |
626 | void keyPressEvent ( QKeyEvent *e) ; | 631 | void keyPressEvent ( QKeyEvent *e) ; |
627 | //QMap<Incidence*,KOIncidenceEditor*> mDialogList; | 632 | //QMap<Incidence*,KOIncidenceEditor*> mDialogList; |
628 | }; | 633 | }; |
629 | 634 | ||
630 | 635 | ||
631 | class CalendarViewVisitor : public Incidence::Visitor | 636 | class CalendarViewVisitor : public Incidence::Visitor |
632 | { | 637 | { |
633 | public: | 638 | public: |
634 | CalendarViewVisitor() : mView( 0 ) {} | 639 | CalendarViewVisitor() : mView( 0 ) {} |
635 | 640 | ||
636 | bool act( Incidence *incidence, CalendarView *view ) | 641 | bool act( Incidence *incidence, CalendarView *view ) |
637 | { | 642 | { |
638 | mView = view; | 643 | mView = view; |
639 | return incidence->accept( *this ); | 644 | return incidence->accept( *this ); |
640 | } | 645 | } |
641 | 646 | ||
642 | protected: | 647 | protected: |
643 | CalendarView *mView; | 648 | CalendarView *mView; |
644 | }; | 649 | }; |
645 | 650 | ||
646 | class ShowIncidenceVisitor : public CalendarViewVisitor | 651 | class ShowIncidenceVisitor : public CalendarViewVisitor |
647 | { | 652 | { |
648 | protected: | 653 | protected: |
649 | bool visit( Event *event ) { mView->showEvent( event ); return true; } | 654 | bool visit( Event *event ) { mView->showEvent( event ); return true; } |
650 | bool visit( Todo *todo ) { mView->showTodo( todo ); return true; } | 655 | bool visit( Todo *todo ) { mView->showTodo( todo ); return true; } |
651 | bool visit( Journal * j ) { mView->showJournal( j );return true; } | 656 | bool visit( Journal * j ) { mView->showJournal( j );return true; } |
652 | }; | 657 | }; |
653 | 658 | ||
654 | class EditIncidenceVisitor : public CalendarViewVisitor | 659 | class EditIncidenceVisitor : public CalendarViewVisitor |
655 | { | 660 | { |
656 | protected: | 661 | protected: |
657 | bool visit( Event *event ) { mView->editEvent( event ); return true; } | 662 | bool visit( Event *event ) { mView->editEvent( event ); return true; } |
658 | bool visit( Todo *todo ) { mView->editTodo( todo ); return true; } | 663 | bool visit( Todo *todo ) { mView->editTodo( todo ); return true; } |
659 | bool visit( Journal *j ) { mView->editJournal( j); return true; } | 664 | bool visit( Journal *j ) { mView->editJournal( j); return true; } |
660 | }; | 665 | }; |
661 | 666 | ||
662 | class DeleteIncidenceVisitor : public CalendarViewVisitor | 667 | class DeleteIncidenceVisitor : public CalendarViewVisitor |
663 | { | 668 | { |
664 | protected: | 669 | protected: |
665 | bool visit( Event *event ) { mView->deleteEvent( event ); return true; } | 670 | bool visit( Event *event ) { mView->deleteEvent( event ); return true; } |
666 | bool visit( Todo *todo ) { mView->deleteTodo( todo ); return true; } | 671 | bool visit( Todo *todo ) { mView->deleteTodo( todo ); return true; } |
667 | bool visit( Journal * j) {mView->deleteJournal( j ); return true; } | 672 | bool visit( Journal * j) {mView->deleteJournal( j ); return true; } |
668 | }; | 673 | }; |
669 | 674 | ||
670 | #endif | 675 | #endif |
diff --git a/korganizer/koagendaview.cpp b/korganizer/koagendaview.cpp index c1b149f..6e65a03 100644 --- a/korganizer/koagendaview.cpp +++ b/korganizer/koagendaview.cpp | |||
@@ -1,1692 +1,1692 @@ | |||
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 | #define IDLETIMEOUT 45 | 79 | #define IDLETIMEOUT 45 |
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 | myPix.resize( 1, 1 ); | 84 | myPix.resize( 1, 1 ); |
85 | mRows = rows; | 85 | mRows = rows; |
86 | 86 | ||
87 | mRedrawNeeded = true; | 87 | mRedrawNeeded = true; |
88 | setMinimumHeight( 20 ); | 88 | setMinimumHeight( 20 ); |
89 | mCellHeight = KOPrefs::instance()->mHourSize*4; | 89 | mCellHeight = KOPrefs::instance()->mHourSize*4; |
90 | 90 | ||
91 | enableClipper(true); | 91 | enableClipper(true); |
92 | 92 | ||
93 | setHScrollBarMode(AlwaysOff); | 93 | setHScrollBarMode(AlwaysOff); |
94 | setVScrollBarMode(AlwaysOff); | 94 | setVScrollBarMode(AlwaysOff); |
95 | 95 | ||
96 | resizeContents(50,mRows * mCellHeight); | 96 | resizeContents(50,mRows * mCellHeight); |
97 | 97 | ||
98 | viewport()->setBackgroundMode( PaletteBackground ); | 98 | viewport()->setBackgroundMode( PaletteBackground ); |
99 | } | 99 | } |
100 | 100 | ||
101 | void TimeLabels::setCellHeight(int height) | 101 | void TimeLabels::setCellHeight(int height) |
102 | { | 102 | { |
103 | mCellHeight = height; | 103 | mCellHeight = height; |
104 | } | 104 | } |
105 | 105 | ||
106 | /* | 106 | /* |
107 | Optimization so that only the "dirty" portion of the scroll view | 107 | Optimization so that only the "dirty" portion of the scroll view |
108 | is redrawn. Unfortunately, this is not called by default paintEvent() method. | 108 | is redrawn. Unfortunately, this is not called by default paintEvent() method. |
109 | */ | 109 | */ |
110 | void TimeLabels::drawContents(QPainter *p,int cx, int cy, int cw, int ch) | 110 | void TimeLabels::drawContents(QPainter *p,int cx, int cy, int cw, int ch) |
111 | { | 111 | { |
112 | 112 | ||
113 | cx = contentsX() + frameWidth()*2; | 113 | cx = contentsX() + frameWidth()*2; |
114 | cw = contentsWidth() ; | 114 | cw = contentsWidth() ; |
115 | // end of workaround | 115 | // end of workaround |
116 | 116 | ||
117 | int cell = ((int)(cy/mCellHeight)); | 117 | int cell = ((int)(cy/mCellHeight)); |
118 | int y = cell * mCellHeight; | 118 | int y = cell * mCellHeight; |
119 | QFontMetrics fm = fontMetrics(); | 119 | QFontMetrics fm = fontMetrics(); |
120 | QString hour; | 120 | QString hour; |
121 | QString suffix = "am"; | 121 | QString suffix = "am"; |
122 | int timeHeight = fm.ascent(); | 122 | int timeHeight = fm.ascent(); |
123 | QFont nFont = font(); | 123 | QFont nFont = font(); |
124 | p->setFont( font()); | 124 | p->setFont( font()); |
125 | 125 | ||
126 | if (!KGlobal::locale()->use12Clock()) { | 126 | if (!KGlobal::locale()->use12Clock()) { |
127 | suffix = "00"; | 127 | suffix = "00"; |
128 | } else | 128 | } else |
129 | if (cell > 11) suffix = "pm"; | 129 | if (cell > 11) suffix = "pm"; |
130 | 130 | ||
131 | if ( timeHeight > mCellHeight ) { | 131 | if ( timeHeight > mCellHeight ) { |
132 | timeHeight = mCellHeight-1; | 132 | timeHeight = mCellHeight-1; |
133 | int pointS = nFont.pointSize(); | 133 | int pointS = nFont.pointSize(); |
134 | while ( pointS > 4 ) { | 134 | while ( pointS > 4 ) { |
135 | nFont.setPointSize( pointS ); | 135 | nFont.setPointSize( pointS ); |
136 | fm = QFontMetrics( nFont ); | 136 | fm = QFontMetrics( nFont ); |
137 | if ( fm.ascent() < mCellHeight ) | 137 | if ( fm.ascent() < mCellHeight ) |
138 | break; | 138 | break; |
139 | -- pointS; | 139 | -- pointS; |
140 | } | 140 | } |
141 | fm = QFontMetrics( nFont ); | 141 | fm = QFontMetrics( nFont ); |
142 | timeHeight = fm.ascent(); | 142 | timeHeight = fm.ascent(); |
143 | } | 143 | } |
144 | //timeHeight -= (timeHeight/4-2); | 144 | //timeHeight -= (timeHeight/4-2); |
145 | QFont sFont = nFont; | 145 | QFont sFont = nFont; |
146 | sFont.setPointSize( sFont.pointSize()/2 ); | 146 | sFont.setPointSize( sFont.pointSize()/2 ); |
147 | QFontMetrics fmS( sFont ); | 147 | QFontMetrics fmS( sFont ); |
148 | int sHei = fmS.ascent() ; | 148 | int sHei = fmS.ascent() ; |
149 | //sHei -= (sHei/4-2); | 149 | //sHei -= (sHei/4-2); |
150 | int startW = mMiniWidth - frameWidth()-2 ; | 150 | int startW = mMiniWidth - frameWidth()-2 ; |
151 | int tw2 = fmS.width(suffix); | 151 | int tw2 = fmS.width(suffix); |
152 | timeHeight = (timeHeight-1) /2 -1; | 152 | timeHeight = (timeHeight-1) /2 -1; |
153 | //testline | 153 | //testline |
154 | //p->drawLine(0,0,0,contentsHeight()); | 154 | //p->drawLine(0,0,0,contentsHeight()); |
155 | while (y < cy + ch+mCellHeight) { | 155 | while (y < cy + ch+mCellHeight) { |
156 | p->drawLine(startW-tw2+1 ,y,cw+2,y); | 156 | p->drawLine(startW-tw2+1 ,y,cw+2,y); |
157 | hour.setNum(cell); | 157 | hour.setNum(cell); |
158 | // handle 24h and am/pm time formats | 158 | // handle 24h and am/pm time formats |
159 | if (KGlobal::locale()->use12Clock()) { | 159 | if (KGlobal::locale()->use12Clock()) { |
160 | if (cell == 12) suffix = "pm"; | 160 | if (cell == 12) suffix = "pm"; |
161 | if (cell == 0) hour.setNum(12); | 161 | if (cell == 0) hour.setNum(12); |
162 | if (cell > 12) hour.setNum(cell - 12); | 162 | if (cell > 12) hour.setNum(cell - 12); |
163 | } | 163 | } |
164 | 164 | ||
165 | // center and draw the time label | 165 | // center and draw the time label |
166 | int timeWidth = fm.width(hour); | 166 | int timeWidth = fm.width(hour); |
167 | int offset = startW - timeWidth - tw2 -1 ; | 167 | int offset = startW - timeWidth - tw2 -1 ; |
168 | p->setFont( nFont ); | 168 | p->setFont( nFont ); |
169 | p->drawText( offset, y+ timeHeight, hour); | 169 | p->drawText( offset, y+ timeHeight, hour); |
170 | p->setFont( sFont ); | 170 | p->setFont( sFont ); |
171 | offset = startW - tw2; | 171 | offset = startW - tw2; |
172 | p->drawText( offset, y -1, suffix); | 172 | p->drawText( offset, y -1, suffix); |
173 | 173 | ||
174 | // increment indices | 174 | // increment indices |
175 | y += mCellHeight; | 175 | y += mCellHeight; |
176 | cell++; | 176 | cell++; |
177 | } | 177 | } |
178 | 178 | ||
179 | 179 | ||
180 | 180 | ||
181 | 181 | ||
182 | } | 182 | } |
183 | 183 | ||
184 | /** | 184 | /** |
185 | Calculates the minimum width. | 185 | Calculates the minimum width. |
186 | */ | 186 | */ |
187 | int TimeLabels::minimumWidth() const | 187 | int TimeLabels::minimumWidth() const |
188 | { | 188 | { |
189 | return mMiniWidth; | 189 | return mMiniWidth; |
190 | } | 190 | } |
191 | 191 | ||
192 | /** updates widget's internal state */ | 192 | /** updates widget's internal state */ |
193 | void TimeLabels::updateConfig() | 193 | void TimeLabels::updateConfig() |
194 | { | 194 | { |
195 | mRedrawNeeded = true; | 195 | mRedrawNeeded = true; |
196 | // set the font | 196 | // set the font |
197 | // config->setGroup("Fonts"); | 197 | // config->setGroup("Fonts"); |
198 | // QFont font = config->readFontEntry("TimeBar Font"); | 198 | // QFont font = config->readFontEntry("TimeBar Font"); |
199 | setFont(KOPrefs::instance()->mTimeBarFont); | 199 | setFont(KOPrefs::instance()->mTimeBarFont); |
200 | QString test = "20"; | 200 | QString test = "20"; |
201 | if (KGlobal::locale()->use12Clock()) | 201 | if (KGlobal::locale()->use12Clock()) |
202 | test = "12"; | 202 | test = "12"; |
203 | mMiniWidth = fontMetrics().width(test); | 203 | mMiniWidth = fontMetrics().width(test); |
204 | if (KGlobal::locale()->use12Clock()) | 204 | if (KGlobal::locale()->use12Clock()) |
205 | test = "pm"; | 205 | test = "pm"; |
206 | else { | 206 | else { |
207 | test = "00"; | 207 | test = "00"; |
208 | } | 208 | } |
209 | QFont sFont = font(); | 209 | QFont sFont = font(); |
210 | sFont.setPointSize( sFont.pointSize()/2 ); | 210 | sFont.setPointSize( sFont.pointSize()/2 ); |
211 | QFontMetrics fmS( sFont ); | 211 | QFontMetrics fmS( sFont ); |
212 | mMiniWidth += fmS.width( test ) + frameWidth()*2+4 ; | 212 | mMiniWidth += fmS.width( test ) + frameWidth()*2+4 ; |
213 | // update geometry restrictions based on new settings | 213 | // update geometry restrictions based on new settings |
214 | setFixedWidth( mMiniWidth ); | 214 | setFixedWidth( mMiniWidth ); |
215 | 215 | ||
216 | // update HourSize | 216 | // update HourSize |
217 | mCellHeight = KOPrefs::instance()->mHourSize*4; | 217 | mCellHeight = KOPrefs::instance()->mHourSize*4; |
218 | resizeContents(mMiniWidth,mRows * mCellHeight+1); | 218 | resizeContents(mMiniWidth,mRows * mCellHeight+1); |
219 | } | 219 | } |
220 | 220 | ||
221 | /** update time label positions */ | 221 | /** update time label positions */ |
222 | void TimeLabels::positionChanged() | 222 | void TimeLabels::positionChanged() |
223 | { | 223 | { |
224 | int adjustment = mAgenda->contentsY(); | 224 | int adjustment = mAgenda->contentsY(); |
225 | setContentsPos(0, adjustment); | 225 | setContentsPos(0, adjustment); |
226 | } | 226 | } |
227 | 227 | ||
228 | /** */ | 228 | /** */ |
229 | void TimeLabels::setAgenda(KOAgenda* agenda) | 229 | void TimeLabels::setAgenda(KOAgenda* agenda) |
230 | { | 230 | { |
231 | mAgenda = agenda; | 231 | mAgenda = agenda; |
232 | } | 232 | } |
233 | 233 | ||
234 | void TimeLabels::contentsMousePressEvent ( QMouseEvent * e) | 234 | void TimeLabels::contentsMousePressEvent ( QMouseEvent * e) |
235 | { | 235 | { |
236 | mMouseDownY = e->pos().y(); | 236 | mMouseDownY = e->pos().y(); |
237 | mOrgCap = topLevelWidget()->caption(); | 237 | mOrgCap = topLevelWidget()->caption(); |
238 | } | 238 | } |
239 | 239 | ||
240 | void TimeLabels::contentsMouseMoveEvent ( QMouseEvent * e ) | 240 | void TimeLabels::contentsMouseMoveEvent ( QMouseEvent * e ) |
241 | { | 241 | { |
242 | int diff = mMouseDownY - e->pos().y(); | 242 | int diff = mMouseDownY - e->pos().y(); |
243 | if ( diff < 10 && diff > -10 ) | 243 | if ( diff < 10 && diff > -10 ) |
244 | return; | 244 | return; |
245 | int tSize = KOPrefs::instance()->mHourSize + (diff/10) ; | 245 | int tSize = KOPrefs::instance()->mHourSize + (diff/10) ; |
246 | if ( tSize < 4 ) | 246 | if ( tSize < 4 ) |
247 | tSize = 4; | 247 | tSize = 4; |
248 | if ( tSize > 22 ) | 248 | if ( tSize > 22 ) |
249 | tSize = 22; | 249 | tSize = 22; |
250 | tSize = (tSize-2)/2; | 250 | tSize = (tSize-2)/2; |
251 | topLevelWidget()->setCaption(i18n("New Agendasize: %1").arg(tSize)); | 251 | topLevelWidget()->setCaption(i18n("New Agendasize: %1").arg(tSize)); |
252 | 252 | ||
253 | } | 253 | } |
254 | void TimeLabels::contentsMouseReleaseEvent ( QMouseEvent * e ) | 254 | void TimeLabels::contentsMouseReleaseEvent ( QMouseEvent * e ) |
255 | { | 255 | { |
256 | topLevelWidget()->setCaption( mOrgCap ); | 256 | topLevelWidget()->setCaption( mOrgCap ); |
257 | int diff = mMouseDownY - e->pos().y(); | 257 | int diff = mMouseDownY - e->pos().y(); |
258 | if ( diff < 10 && diff > -10 ) | 258 | if ( diff < 10 && diff > -10 ) |
259 | return; | 259 | return; |
260 | int tSize = KOPrefs::instance()->mHourSize + (diff/10); | 260 | int tSize = KOPrefs::instance()->mHourSize + (diff/10); |
261 | if ( tSize < 4 ) | 261 | if ( tSize < 4 ) |
262 | tSize = 4; | 262 | tSize = 4; |
263 | if ( tSize > 22 ) | 263 | if ( tSize > 22 ) |
264 | tSize = 22; | 264 | tSize = 22; |
265 | tSize = (tSize/2)*2; | 265 | tSize = (tSize/2)*2; |
266 | if ( tSize == KOPrefs::instance()->mHourSize ) | 266 | if ( tSize == KOPrefs::instance()->mHourSize ) |
267 | return; | 267 | return; |
268 | KOPrefs::instance()->mHourSize = tSize; | 268 | KOPrefs::instance()->mHourSize = tSize; |
269 | emit scaleChanged(); | 269 | emit scaleChanged(); |
270 | } | 270 | } |
271 | 271 | ||
272 | /** This is called in response to repaint() */ | 272 | /** This is called in response to repaint() */ |
273 | void TimeLabels::paintEvent(QPaintEvent*) | 273 | void TimeLabels::paintEvent(QPaintEvent*) |
274 | { | 274 | { |
275 | 275 | ||
276 | // kdDebug() << "paintevent..." << endl; | 276 | // kdDebug() << "paintevent..." << endl; |
277 | // this is another hack! | 277 | // this is another hack! |
278 | // QPainter painter(this); | 278 | // QPainter painter(this); |
279 | //QString c | 279 | //QString c |
280 | repaintContents(contentsX(), contentsY(), visibleWidth(), visibleHeight()); | 280 | repaintContents(contentsX(), contentsY(), visibleWidth(), visibleHeight()); |
281 | } | 281 | } |
282 | 282 | ||
283 | //////////////////////////////////////////////////////////////////////////// | 283 | //////////////////////////////////////////////////////////////////////////// |
284 | 284 | ||
285 | EventIndicator::EventIndicator(Location loc,QWidget *parent,const char *name) | 285 | EventIndicator::EventIndicator(Location loc,QWidget *parent,const char *name) |
286 | : QFrame(parent,name) | 286 | : QFrame(parent,name) |
287 | { | 287 | { |
288 | mColumns = 1; | 288 | mColumns = 1; |
289 | mTopBox = 0; | 289 | mTopBox = 0; |
290 | mLocation = loc; | 290 | mLocation = loc; |
291 | mTopLayout = 0; | 291 | mTopLayout = 0; |
292 | mPaintWidget = 0; | 292 | mPaintWidget = 0; |
293 | mXOffset = 0; | 293 | mXOffset = 0; |
294 | if (mLocation == Top) mPixmap = SmallIcon("1uparrow"); | 294 | if (mLocation == Top) mPixmap = SmallIcon("1uparrow"); |
295 | else mPixmap = SmallIcon("1downarrow"); | 295 | else mPixmap = SmallIcon("1downarrow"); |
296 | mEnabled.resize(mColumns); | 296 | mEnabled.resize(mColumns); |
297 | mEnabled.fill( false ); | 297 | mEnabled.fill( false ); |
298 | setMinimumHeight(mPixmap.height()); | 298 | setMinimumHeight(mPixmap.height()); |
299 | } | 299 | } |
300 | 300 | ||
301 | EventIndicator::~EventIndicator() | 301 | EventIndicator::~EventIndicator() |
302 | { | 302 | { |
303 | } | 303 | } |
304 | 304 | ||
305 | void EventIndicator::drawContents(QPainter *p) | 305 | void EventIndicator::drawContents(QPainter *p) |
306 | { | 306 | { |
307 | 307 | ||
308 | // kdDebug() << "======== top: " << contentsRect().top() << " bottom " << // contentsRect().bottom() << " left " << contentsRect().left() << " right " << contentsRect().right() << endl; | 308 | // kdDebug() << "======== top: " << contentsRect().top() << " bottom " << // contentsRect().bottom() << " left " << contentsRect().left() << " right " << contentsRect().right() << endl; |
309 | KDGanttSplitterHandle* han = 0; | 309 | KDGanttSplitterHandle* han = 0; |
310 | if ( mPaintWidget ) | 310 | if ( mPaintWidget ) |
311 | han = mPaintWidget->firstHandle(); | 311 | han = mPaintWidget->firstHandle(); |
312 | if ( ! han ) { | 312 | if ( ! han ) { |
313 | int i; | 313 | int i; |
314 | for(i=0;i<mColumns;++i) { | 314 | for(i=0;i<mColumns;++i) { |
315 | if (mEnabled[i]) { | 315 | if (mEnabled[i]) { |
316 | int cellWidth = contentsRect().right()/mColumns; | 316 | int cellWidth = contentsRect().right()/mColumns; |
317 | int xOffset = KOGlobals::self()->reverseLayout() ? | 317 | int xOffset = KOGlobals::self()->reverseLayout() ? |
318 | (mColumns - 1 - i)*cellWidth + (cellWidth -mPixmap.width())/2 : | 318 | (mColumns - 1 - i)*cellWidth + (cellWidth -mPixmap.width())/2 : |
319 | i*cellWidth + (cellWidth -mPixmap.width()) /2; | 319 | i*cellWidth + (cellWidth -mPixmap.width()) /2; |
320 | p->drawPixmap(QPoint(1+xOffset,0),mPixmap); | 320 | p->drawPixmap(QPoint(1+xOffset,0),mPixmap); |
321 | } | 321 | } |
322 | } | 322 | } |
323 | } else { | 323 | } else { |
324 | han->repaint(); | 324 | han->repaint(); |
325 | //mPaintWidget->setBackgroundColor( red ); | 325 | //mPaintWidget->setBackgroundColor( red ); |
326 | 326 | ||
327 | QPainter pa( han ); | 327 | QPainter pa( han ); |
328 | int i; | 328 | int i; |
329 | bool setColor = false; | 329 | bool setColor = false; |
330 | for(i=0;i<mColumns;++i) { | 330 | for(i=0;i<mColumns;++i) { |
331 | if (mEnabled[i]) { | 331 | if (mEnabled[i]) { |
332 | setColor = true; | 332 | setColor = true; |
333 | 333 | ||
334 | int cellWidth = contentsRect().right()/mColumns; | 334 | int cellWidth = contentsRect().right()/mColumns; |
335 | int xOffset = KOGlobals::self()->reverseLayout() ? | 335 | int xOffset = KOGlobals::self()->reverseLayout() ? |
336 | (mColumns - 1 - i)*cellWidth + cellWidth/2 -mPixmap.width()/2 : | 336 | (mColumns - 1 - i)*cellWidth + cellWidth/2 -mPixmap.width()/2 : |
337 | i*cellWidth + cellWidth/2 -mPixmap.width()/2; | 337 | i*cellWidth + cellWidth/2 -mPixmap.width()/2; |
338 | pa.drawPixmap(QPoint(mXOffset + xOffset,0),mPixmap); | 338 | pa.drawPixmap(QPoint(mXOffset + xOffset,0),mPixmap); |
339 | //qDebug("222draw pix %d ",xOffset ); | 339 | //qDebug("222draw pix %d ",xOffset ); |
340 | 340 | ||
341 | } | 341 | } |
342 | 342 | ||
343 | } | 343 | } |
344 | pa.end(); | 344 | pa.end(); |
345 | 345 | ||
346 | } | 346 | } |
347 | } | 347 | } |
348 | 348 | ||
349 | void EventIndicator::setXOffset( int x ) | 349 | void EventIndicator::setXOffset( int x ) |
350 | { | 350 | { |
351 | mXOffset = x; | 351 | mXOffset = x; |
352 | } | 352 | } |
353 | void EventIndicator::setPaintWidget( KDGanttMinimizeSplitter * w ) | 353 | void EventIndicator::setPaintWidget( KDGanttMinimizeSplitter * w ) |
354 | { | 354 | { |
355 | mPaintWidget = w; | 355 | mPaintWidget = w; |
356 | setMaximumHeight(0); | 356 | setMaximumHeight(0); |
357 | setMinimumHeight(0); | 357 | setMinimumHeight(0); |
358 | } | 358 | } |
359 | void EventIndicator::changeColumns(int columns) | 359 | void EventIndicator::changeColumns(int columns) |
360 | { | 360 | { |
361 | mColumns = columns; | 361 | mColumns = columns; |
362 | mEnabled.resize(mColumns); | 362 | mEnabled.resize(mColumns); |
363 | 363 | ||
364 | update(); | 364 | update(); |
365 | } | 365 | } |
366 | 366 | ||
367 | void EventIndicator::enableColumn(int column, bool enable) | 367 | void EventIndicator::enableColumn(int column, bool enable) |
368 | { | 368 | { |
369 | mEnabled[column] = enable; | 369 | mEnabled[column] = enable; |
370 | } | 370 | } |
371 | 371 | ||
372 | 372 | ||
373 | //////////////////////////////////////////////////////////////////////////// | 373 | //////////////////////////////////////////////////////////////////////////// |
374 | //////////////////////////////////////////////////////////////////////////// | 374 | //////////////////////////////////////////////////////////////////////////// |
375 | //////////////////////////////////////////////////////////////////////////// | 375 | //////////////////////////////////////////////////////////////////////////// |
376 | 376 | ||
377 | KOAgendaView::KOAgendaView(Calendar *cal,QWidget *parent,const char *name) : | 377 | KOAgendaView::KOAgendaView(Calendar *cal,QWidget *parent,const char *name) : |
378 | KOEventView (cal,parent,name) | 378 | KOEventView (cal,parent,name) |
379 | { | 379 | { |
380 | flag_blockfillAgenda = false; | ||
380 | mBlockUpdating = true; | 381 | mBlockUpdating = true; |
381 | mStartHour = 8; | 382 | mStartHour = 8; |
382 | mSelectedDates.append(QDate::currentDate()); | 383 | mSelectedDates.append(QDate::currentDate()); |
383 | 384 | ||
384 | mLayoutDayLabels = 0; | 385 | mLayoutDayLabels = 0; |
385 | mDayLabelsFrame = 0; | 386 | mDayLabelsFrame = 0; |
386 | mDayLabels = 0; | 387 | mDayLabels = 0; |
387 | bool isRTL = KOGlobals::self()->reverseLayout(); | 388 | bool isRTL = KOGlobals::self()->reverseLayout(); |
388 | QPixmap expandPix; | 389 | QPixmap expandPix; |
389 | if ( KOPrefs::instance()->mVerticalScreen ) { | 390 | if ( KOPrefs::instance()->mVerticalScreen ) { |
390 | expandPix = SmallIcon( "1updownarrow" ); | 391 | expandPix = SmallIcon( "1updownarrow" ); |
391 | } else { | 392 | } else { |
392 | expandPix = SmallIcon("1leftrightarrow" ); | 393 | expandPix = SmallIcon("1leftrightarrow" ); |
393 | } | 394 | } |
394 | 395 | ||
395 | QBoxLayout *topLayout = new QVBoxLayout(this); | 396 | QBoxLayout *topLayout = new QVBoxLayout(this); |
396 | 397 | ||
397 | // Create day name labels for agenda columns | 398 | // Create day name labels for agenda columns |
398 | // Create agenda splitter | 399 | // Create agenda splitter |
399 | 400 | ||
400 | mSplitterAgenda = new KDGanttMinimizeSplitter( Qt::Vertical, this); | 401 | mSplitterAgenda = new KDGanttMinimizeSplitter( Qt::Vertical, this); |
401 | mSplitterAgenda->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); | 402 | mSplitterAgenda->setMinimizeDirection ( KDGanttMinimizeSplitter::Up ); |
402 | topLayout->addWidget( mSplitterAgenda ); | 403 | topLayout->addWidget( mSplitterAgenda ); |
403 | mAllDayFrame = new QHBox(mSplitterAgenda); | 404 | mAllDayFrame = new QHBox(mSplitterAgenda); |
404 | mAllDayFrame->setFocusPolicy(NoFocus); | 405 | mAllDayFrame->setFocusPolicy(NoFocus); |
405 | QWidget *agendaFrame = new QWidget(mSplitterAgenda); | 406 | QWidget *agendaFrame = new QWidget(mSplitterAgenda); |
406 | agendaFrame->setFocusPolicy(NoFocus); | 407 | agendaFrame->setFocusPolicy(NoFocus); |
407 | 408 | ||
408 | // Create all-day agenda widget | 409 | // Create all-day agenda widget |
409 | mDummyAllDayLeft = new QVBox( mAllDayFrame ); | 410 | mDummyAllDayLeft = new QVBox( mAllDayFrame ); |
410 | 411 | ||
411 | mExpandButton = new QPushButton(mDummyAllDayLeft); | 412 | mExpandButton = new QPushButton(mDummyAllDayLeft); |
412 | mExpandButton->setPixmap( expandPix ); | 413 | mExpandButton->setPixmap( expandPix ); |
413 | int widebut = mExpandButton->sizeHint().width()+4; | 414 | int widebut = mExpandButton->sizeHint().width()+4; |
414 | int heibut = mExpandButton->sizeHint().height()+4; | 415 | int heibut = mExpandButton->sizeHint().height()+4; |
415 | if ( heibut > widebut ) | 416 | if ( heibut > widebut ) |
416 | widebut = heibut ; | 417 | widebut = heibut ; |
417 | 418 | ||
418 | //mExpandButton->setSizePolicy( QSizePolicy( QSizePolicy::Fixed, | 419 | //mExpandButton->setSizePolicy( QSizePolicy( QSizePolicy::Fixed, |
419 | // QSizePolicy::Fixed ) ); | 420 | // QSizePolicy::Fixed ) ); |
420 | mExpandButton->setFixedSize( widebut, widebut); | 421 | mExpandButton->setFixedSize( widebut, widebut); |
421 | connect( mExpandButton, SIGNAL( clicked() ), SIGNAL( toggleExpand() ) ); | 422 | connect( mExpandButton, SIGNAL( clicked() ), SIGNAL( toggleExpand() ) ); |
422 | mExpandButton->setFocusPolicy(NoFocus); | 423 | mExpandButton->setFocusPolicy(NoFocus); |
423 | mAllDayAgenda = new KOAgenda(1,mAllDayFrame); | 424 | mAllDayAgenda = new KOAgenda(1,mAllDayFrame); |
424 | mAllDayAgenda->setFocusPolicy(NoFocus); | 425 | mAllDayAgenda->setFocusPolicy(NoFocus); |
425 | QLabel *dummyAllDayRight = new QLabel (mAllDayFrame); | 426 | QLabel *dummyAllDayRight = new QLabel (mAllDayFrame); |
426 | 427 | ||
427 | // Create event context menu for all day agenda | 428 | // Create event context menu for all day agenda |
428 | //mAllDayAgendaPopup = eventPopup(); | 429 | //mAllDayAgendaPopup = eventPopup(); |
429 | 430 | ||
430 | // Create agenda frame | 431 | // Create agenda frame |
431 | QGridLayout *agendaLayout = new QGridLayout(agendaFrame,4,3); | 432 | QGridLayout *agendaLayout = new QGridLayout(agendaFrame,4,3); |
432 | // QHBox *agendaFrame = new QHBox(splitterAgenda); | 433 | // QHBox *agendaFrame = new QHBox(splitterAgenda); |
433 | 434 | ||
434 | // create event indicator bars | 435 | // create event indicator bars |
435 | mEventIndicatorTop = new EventIndicator(EventIndicator::Top,agendaFrame); | 436 | mEventIndicatorTop = new EventIndicator(EventIndicator::Top,agendaFrame); |
436 | #ifndef DESKTOP_VERSION | 437 | #ifndef DESKTOP_VERSION |
437 | mEventIndicatorTop->setPaintWidget( mSplitterAgenda ); | 438 | mEventIndicatorTop->setPaintWidget( mSplitterAgenda ); |
438 | #endif | 439 | #endif |
439 | mDayLabelsFrame = new QHBox(agendaFrame); | 440 | mDayLabelsFrame = new QHBox(agendaFrame); |
440 | //topLayout->addWidget(mDayLabelsFrame); | 441 | //topLayout->addWidget(mDayLabelsFrame); |
441 | mDayLabels = new QFrame (mDayLabelsFrame); | 442 | mDayLabels = new QFrame (mDayLabelsFrame); |
442 | mLayoutDayLabels = new QHBoxLayout(mDayLabels); | 443 | mLayoutDayLabels = new QHBoxLayout(mDayLabels); |
443 | agendaLayout->addMultiCellWidget(mDayLabelsFrame ,0,0,0,2); | 444 | agendaLayout->addMultiCellWidget(mDayLabelsFrame ,0,0,0,2); |
444 | agendaLayout->addWidget(mEventIndicatorTop,1,1); | 445 | agendaLayout->addWidget(mEventIndicatorTop,1,1); |
445 | 446 | ||
446 | mEventIndicatorBottom = new EventIndicator(EventIndicator::Bottom, | 447 | mEventIndicatorBottom = new EventIndicator(EventIndicator::Bottom, |
447 | agendaFrame); | 448 | agendaFrame); |
448 | agendaLayout->addWidget(mEventIndicatorBottom,3,1); | 449 | agendaLayout->addWidget(mEventIndicatorBottom,3,1); |
449 | QWidget *dummyAgendaRight = new QWidget(agendaFrame); | 450 | QWidget *dummyAgendaRight = new QWidget(agendaFrame); |
450 | agendaLayout->addWidget(dummyAgendaRight,1,2); | 451 | agendaLayout->addWidget(dummyAgendaRight,1,2); |
451 | 452 | ||
452 | // Create time labels | 453 | // Create time labels |
453 | mTimeLabels = new TimeLabels(24,agendaFrame); | 454 | mTimeLabels = new TimeLabels(24,agendaFrame); |
454 | agendaLayout->addWidget(mTimeLabels,2,0); | 455 | agendaLayout->addWidget(mTimeLabels,2,0); |
455 | connect(mTimeLabels,SIGNAL( scaleChanged()), | 456 | connect(mTimeLabels,SIGNAL( scaleChanged()), |
456 | this,SLOT(updateConfig())); | 457 | this,SLOT(updateConfig())); |
457 | 458 | ||
458 | // Create agenda | 459 | // Create agenda |
459 | mAgenda = new KOAgenda(1,96,KOPrefs::instance()->mHourSize,agendaFrame); | 460 | mAgenda = new KOAgenda(1,96,KOPrefs::instance()->mHourSize,agendaFrame); |
460 | agendaLayout->addMultiCellWidget(mAgenda,2,2,1,2); | 461 | agendaLayout->addMultiCellWidget(mAgenda,2,2,1,2); |
461 | agendaLayout->setColStretch(1,1); | 462 | agendaLayout->setColStretch(1,1); |
462 | mAgenda->setFocusPolicy(NoFocus); | 463 | mAgenda->setFocusPolicy(NoFocus); |
463 | // Create event context menu for agenda | 464 | // Create event context menu for agenda |
464 | mAllAgendaPopup = eventPopup(); | 465 | mAllAgendaPopup = eventPopup(); |
465 | 466 | ||
466 | #if 0 | 467 | #if 0 |
467 | mAllAgendaPopup->addAdditionalItem(QIconSet(SmallIcon("bell")), | 468 | mAllAgendaPopup->addAdditionalItem(QIconSet(SmallIcon("bell")), |
468 | i18n("Toggle Alarm"),mAgenda, | 469 | i18n("Toggle Alarm"),mAgenda, |
469 | SLOT(popupAlarm()),true); | 470 | SLOT(popupAlarm()),true); |
470 | 471 | ||
471 | #endif | 472 | #endif |
472 | connect(mAgenda,SIGNAL(showIncidencePopupSignal(Incidence *)), | 473 | connect(mAgenda,SIGNAL(showIncidencePopupSignal(Incidence *)), |
473 | mAllAgendaPopup,SLOT(showIncidencePopup(Incidence *))); | 474 | mAllAgendaPopup,SLOT(showIncidencePopup(Incidence *))); |
474 | 475 | ||
475 | connect(mAllDayAgenda,SIGNAL(showIncidencePopupSignal(Incidence *)), | 476 | connect(mAllDayAgenda,SIGNAL(showIncidencePopupSignal(Incidence *)), |
476 | mAllAgendaPopup,SLOT(showIncidencePopup(Incidence *))); | 477 | mAllAgendaPopup,SLOT(showIncidencePopup(Incidence *))); |
477 | 478 | ||
478 | connect(mAllAgendaPopup,SIGNAL(categoryChanged(Incidence *)), | 479 | connect(mAllAgendaPopup,SIGNAL(categoryChanged(Incidence *)), |
479 | this,SLOT(categoryChanged(Incidence *))); | 480 | this,SLOT(categoryChanged(Incidence *))); |
480 | 481 | ||
481 | 482 | ||
482 | mAgenda->setPopup( mAllAgendaPopup ); | 483 | mAgenda->setPopup( mAllAgendaPopup ); |
483 | mAllDayAgenda->setPopup( mAllAgendaPopup ); | 484 | mAllDayAgenda->setPopup( mAllAgendaPopup ); |
484 | // make connections between dependent widgets | 485 | // make connections between dependent widgets |
485 | mTimeLabels->setAgenda(mAgenda); | 486 | mTimeLabels->setAgenda(mAgenda); |
486 | 487 | ||
487 | // Update widgets to reflect user preferences | 488 | // Update widgets to reflect user preferences |
488 | // updateConfig(); | 489 | // updateConfig(); |
489 | 490 | ||
490 | // createDayLabels(); | 491 | // createDayLabels(); |
491 | 492 | ||
492 | // these blank widgets make the All Day Event box line up with the agenda | 493 | // these blank widgets make the All Day Event box line up with the agenda |
493 | dummyAllDayRight->setFixedWidth(mAgenda->verticalScrollBar()->width()); | 494 | dummyAllDayRight->setFixedWidth(mAgenda->verticalScrollBar()->width()); |
494 | dummyAgendaRight->setFixedWidth(mAgenda->verticalScrollBar()->width()); | 495 | dummyAgendaRight->setFixedWidth(mAgenda->verticalScrollBar()->width()); |
495 | mDummyAllDayLeft->setFixedWidth(mTimeLabels->width()); | 496 | mDummyAllDayLeft->setFixedWidth(mTimeLabels->width()); |
496 | 497 | ||
497 | // Scrolling | 498 | // Scrolling |
498 | connect(mAgenda->verticalScrollBar(),SIGNAL(valueChanged(int)), | 499 | connect(mAgenda->verticalScrollBar(),SIGNAL(valueChanged(int)), |
499 | mTimeLabels, SLOT(positionChanged())); | 500 | mTimeLabels, SLOT(positionChanged())); |
500 | connect(mTimeLabels->verticalScrollBar(),SIGNAL(valueChanged(int)), | 501 | connect(mTimeLabels->verticalScrollBar(),SIGNAL(valueChanged(int)), |
501 | SLOT(setContentsPos(int))); | 502 | SLOT(setContentsPos(int))); |
502 | 503 | ||
503 | connect(mAgenda,SIGNAL(showDateView( int, int)),SLOT(slotShowDateView( int, int ))); | 504 | connect(mAgenda,SIGNAL(showDateView( int, int)),SLOT(slotShowDateView( int, int ))); |
504 | connect(mAllDayAgenda,SIGNAL(showDateView( int, int )), SLOT(slotShowDateView( int, int ) )); | 505 | connect(mAllDayAgenda,SIGNAL(showDateView( int, int )), SLOT(slotShowDateView( int, int ) )); |
505 | 506 | ||
506 | // Create/Show/Edit/Delete Event | 507 | // Create/Show/Edit/Delete Event |
507 | connect(mAgenda,SIGNAL(newEventSignal(int,int)), | 508 | connect(mAgenda,SIGNAL(newEventSignal(int,int)), |
508 | SLOT(newEvent(int,int))); | 509 | SLOT(newEvent(int,int))); |
509 | connect(mAgenda,SIGNAL(newTodoSignal(int,int)), | 510 | connect(mAgenda,SIGNAL(newTodoSignal(int,int)), |
510 | SLOT(newTodo(int,int))); | 511 | SLOT(newTodo(int,int))); |
511 | connect(mAgenda,SIGNAL(newEventSignal(int,int,int,int)), | 512 | connect(mAgenda,SIGNAL(newEventSignal(int,int,int,int)), |
512 | SLOT(newEvent(int,int,int,int))); | 513 | SLOT(newEvent(int,int,int,int))); |
513 | connect(mAllDayAgenda,SIGNAL(newEventSignal(int,int)), | 514 | connect(mAllDayAgenda,SIGNAL(newEventSignal(int,int)), |
514 | SLOT(newEventAllDay(int,int))); | 515 | SLOT(newEventAllDay(int,int))); |
515 | connect(mAllDayAgenda,SIGNAL(newTodoSignal(int,int)), | 516 | connect(mAllDayAgenda,SIGNAL(newTodoSignal(int,int)), |
516 | SLOT(newTodoAllDay(int,int))); | 517 | SLOT(newTodoAllDay(int,int))); |
517 | connect(mAllDayAgenda,SIGNAL(newEventSignal(int,int,int,int)), | 518 | connect(mAllDayAgenda,SIGNAL(newEventSignal(int,int,int,int)), |
518 | SLOT(newEventAllDay(int,int))); | 519 | SLOT(newEventAllDay(int,int))); |
519 | connect(mAgenda,SIGNAL(newTimeSpanSignal(int,int,int,int)), | 520 | connect(mAgenda,SIGNAL(newTimeSpanSignal(int,int,int,int)), |
520 | SLOT(newTimeSpanSelected(int,int,int,int))); | 521 | SLOT(newTimeSpanSelected(int,int,int,int))); |
521 | connect(mAllDayAgenda,SIGNAL(newTimeSpanSignal(int,int,int,int)), | 522 | connect(mAllDayAgenda,SIGNAL(newTimeSpanSignal(int,int,int,int)), |
522 | SLOT(newTimeSpanSelectedAllDay(int,int,int,int))); | 523 | SLOT(newTimeSpanSelectedAllDay(int,int,int,int))); |
523 | connect(mAgenda,SIGNAL(newStartSelectSignal()),SLOT(updateView())); | 524 | connect(mAgenda,SIGNAL(newStartSelectSignal()),SLOT(updateView())); |
524 | connect(mAllDayAgenda,SIGNAL(newStartSelectSignal()),SLOT(updateView())); | 525 | connect(mAllDayAgenda,SIGNAL(newStartSelectSignal()),SLOT(updateView())); |
525 | 526 | ||
526 | connect(mAgenda,SIGNAL(editIncidenceSignal(Incidence *)), | 527 | connect(mAgenda,SIGNAL(editIncidenceSignal(Incidence *)), |
527 | SIGNAL(editIncidenceSignal(Incidence *))); | 528 | SIGNAL(editIncidenceSignal(Incidence *))); |
528 | connect(mAllDayAgenda,SIGNAL(editIncidenceSignal(Incidence *)), | 529 | connect(mAllDayAgenda,SIGNAL(editIncidenceSignal(Incidence *)), |
529 | SIGNAL(editIncidenceSignal(Incidence *))); | 530 | SIGNAL(editIncidenceSignal(Incidence *))); |
530 | connect(mAgenda,SIGNAL(showIncidenceSignal(Incidence *)), | 531 | connect(mAgenda,SIGNAL(showIncidenceSignal(Incidence *)), |
531 | SIGNAL(showIncidenceSignal(Incidence *))); | 532 | SIGNAL(showIncidenceSignal(Incidence *))); |
532 | connect(mAllDayAgenda,SIGNAL(showIncidenceSignal(Incidence *)), | 533 | connect(mAllDayAgenda,SIGNAL(showIncidenceSignal(Incidence *)), |
533 | SIGNAL(showIncidenceSignal(Incidence *))); | 534 | SIGNAL(showIncidenceSignal(Incidence *))); |
534 | connect(mAgenda,SIGNAL(deleteIncidenceSignal(Incidence *)), | 535 | connect(mAgenda,SIGNAL(deleteIncidenceSignal(Incidence *)), |
535 | SIGNAL(deleteIncidenceSignal(Incidence *))); | 536 | SIGNAL(deleteIncidenceSignal(Incidence *))); |
536 | connect(mAllDayAgenda,SIGNAL(deleteIncidenceSignal(Incidence *)), | 537 | connect(mAllDayAgenda,SIGNAL(deleteIncidenceSignal(Incidence *)), |
537 | SIGNAL(deleteIncidenceSignal(Incidence *))); | 538 | SIGNAL(deleteIncidenceSignal(Incidence *))); |
538 | 539 | ||
539 | connect(mAgenda,SIGNAL(itemModified(KOAgendaItem *, int )), | 540 | connect(mAgenda,SIGNAL(itemModified(KOAgendaItem *, int )), |
540 | SLOT(updateEventDates(KOAgendaItem *, int ))); | 541 | SLOT(updateEventDates(KOAgendaItem *, int ))); |
541 | connect(mAllDayAgenda,SIGNAL(itemModified(KOAgendaItem *, int )), | 542 | connect(mAllDayAgenda,SIGNAL(itemModified(KOAgendaItem *, int )), |
542 | SLOT(updateEventDates(KOAgendaItem *, int))); | 543 | SLOT(updateEventDates(KOAgendaItem *, int))); |
543 | 544 | ||
544 | // event indicator update | 545 | // event indicator update |
545 | connect(mAgenda,SIGNAL(lowerYChanged(int)), | 546 | connect(mAgenda,SIGNAL(lowerYChanged(int)), |
546 | SLOT(updateEventIndicatorTop(int))); | 547 | SLOT(updateEventIndicatorTop(int))); |
547 | connect(mAgenda,SIGNAL(upperYChanged(int)), | 548 | connect(mAgenda,SIGNAL(upperYChanged(int)), |
548 | SLOT(updateEventIndicatorBottom(int))); | 549 | SLOT(updateEventIndicatorBottom(int))); |
549 | // drag signals | 550 | // drag signals |
550 | /* | 551 | /* |
551 | connect(mAgenda,SIGNAL(startDragSignal(Event *)), | 552 | connect(mAgenda,SIGNAL(startDragSignal(Event *)), |
552 | SLOT(startDrag(Event *))); | 553 | SLOT(startDrag(Event *))); |
553 | connect(mAllDayAgenda,SIGNAL(startDragSignal(Event *)), | 554 | connect(mAllDayAgenda,SIGNAL(startDragSignal(Event *)), |
554 | SLOT(startDrag(Event *))); | 555 | SLOT(startDrag(Event *))); |
555 | */ | 556 | */ |
556 | // synchronize selections | 557 | // synchronize selections |
557 | connect( mAgenda, SIGNAL( incidenceSelected( Incidence * ) ), | 558 | connect( mAgenda, SIGNAL( incidenceSelected( Incidence * ) ), |
558 | mAllDayAgenda, SLOT( deselectItem() ) ); | 559 | mAllDayAgenda, SLOT( deselectItem() ) ); |
559 | connect( mAllDayAgenda, SIGNAL( incidenceSelected( Incidence * ) ), | 560 | connect( mAllDayAgenda, SIGNAL( incidenceSelected( Incidence * ) ), |
560 | mAgenda, SLOT( deselectItem() ) ); | 561 | mAgenda, SLOT( deselectItem() ) ); |
561 | connect( mAgenda, SIGNAL( incidenceSelected( Incidence * ) ), | 562 | connect( mAgenda, SIGNAL( incidenceSelected( Incidence * ) ), |
562 | SIGNAL( incidenceSelected( Incidence * ) ) ); | 563 | SIGNAL( incidenceSelected( Incidence * ) ) ); |
563 | connect( mAllDayAgenda, SIGNAL( incidenceSelected( Incidence * ) ), | 564 | connect( mAllDayAgenda, SIGNAL( incidenceSelected( Incidence * ) ), |
564 | SIGNAL( incidenceSelected( Incidence * ) ) ); | 565 | SIGNAL( incidenceSelected( Incidence * ) ) ); |
565 | connect( mAgenda, SIGNAL( resizedSignal() ), | 566 | connect( mAgenda, SIGNAL( resizedSignal() ), |
566 | SLOT( updateConfig( ) ) ); | 567 | SLOT( updateConfig( ) ) ); |
567 | connect( mAgenda, SIGNAL( addToCalSignal(Incidence *, Incidence *) ), | 568 | connect( mAgenda, SIGNAL( addToCalSignal(Incidence *, Incidence *) ), |
568 | SLOT( addToCalSlot(Incidence *, Incidence * ) ) ); | 569 | SLOT( addToCalSlot(Incidence *, Incidence * ) ) ); |
569 | connect( mAllDayAgenda, SIGNAL( addToCalSignal(Incidence * ,Incidence *) ), | 570 | connect( mAllDayAgenda, SIGNAL( addToCalSignal(Incidence * ,Incidence *) ), |
570 | SLOT( addToCalSlot(Incidence * , Incidence *) ) ); | 571 | SLOT( addToCalSlot(Incidence * , Incidence *) ) ); |
571 | // connect( mAgenda, SIGNAL( cloneIncidenceSignal(Incidence *) ), SIGNAL( cloneIncidenceSignal(Incidence *) ) ); | 572 | // connect( mAgenda, SIGNAL( cloneIncidenceSignal(Incidence *) ), SIGNAL( cloneIncidenceSignal(Incidence *) ) ); |
572 | //connect( mAllDayAgenda, SIGNAL( cloneIncidenceSignal(Incidence *) ), SIGNAL( cloneIncidenceSignal(Incidence *) ) ); | 573 | //connect( mAllDayAgenda, SIGNAL( cloneIncidenceSignal(Incidence *) ), SIGNAL( cloneIncidenceSignal(Incidence *) ) ); |
573 | 574 | ||
574 | connect( mAllDayAgenda, SIGNAL( signalClearSelection() ),mAgenda, SLOT( slotClearSelection()) ); | 575 | connect( mAllDayAgenda, SIGNAL( signalClearSelection() ),mAgenda, SLOT( slotClearSelection()) ); |
575 | connect( mAgenda, SIGNAL( signalClearSelection() ),mAllDayAgenda, SLOT( slotClearSelection()) ); | 576 | connect( mAgenda, SIGNAL( signalClearSelection() ),mAllDayAgenda, SLOT( slotClearSelection()) ); |
576 | #ifndef DESKTOP_VERSION | 577 | #ifndef DESKTOP_VERSION |
577 | connect( mAllDayAgenda, SIGNAL( updateViewSignal() ),this, SLOT( fillAgenda()) ); | 578 | connect( mAllDayAgenda, SIGNAL( updateViewSignal() ),this, SLOT( fillAgenda()) ); |
578 | connect( mAgenda, SIGNAL( updateViewSignal() ), this, SLOT( fillAgenda()) ); | 579 | connect( mAgenda, SIGNAL( updateViewSignal() ), this, SLOT( fillAgenda()) ); |
579 | connect( mAllDayAgenda, SIGNAL( sendPing() ),this, SLOT( startIdleTimeout()) ); | 580 | connect( mAllDayAgenda, SIGNAL( sendPing() ),this, SLOT( startIdleTimeout()) ); |
580 | connect( mAgenda, SIGNAL( sendPing() ), this, SLOT( startIdleTimeout()) ); | 581 | connect( mAgenda, SIGNAL( sendPing() ), this, SLOT( startIdleTimeout()) ); |
581 | mIdleTimer = new QTimer ( this );; | 582 | mIdleTimer = new QTimer ( this );; |
582 | connect(mIdleTimer,SIGNAL(timeout()),SLOT(slotIdleTimeout())); | 583 | connect(mIdleTimer,SIGNAL(timeout()),SLOT(slotIdleTimeout())); |
583 | #endif | 584 | #endif |
584 | } | 585 | } |
585 | void KOAgendaView::startIdleTimeout() | 586 | void KOAgendaView::startIdleTimeout() |
586 | { | 587 | { |
587 | #ifndef DESKTOP_VERSION | 588 | #ifndef DESKTOP_VERSION |
588 | mIdleStart = QDateTime::currentDateTime(); | 589 | mIdleStart = QDateTime::currentDateTime(); |
589 | mIdleTimer->start( IDLETIMEOUT * 1000 ); | 590 | mIdleTimer->start( IDLETIMEOUT * 1000 ); |
590 | #endif | 591 | #endif |
591 | } | 592 | } |
592 | void KOAgendaView::slotIdleTimeout() | 593 | void KOAgendaView::slotIdleTimeout() |
593 | { | 594 | { |
594 | #ifndef DESKTOP_VERSION | 595 | #ifndef DESKTOP_VERSION |
595 | //qDebug("SECS TO %d ",mIdleStart.secsTo( QDateTime::currentDateTime() ) ); | 596 | //qDebug("SECS TO %d ",mIdleStart.secsTo( QDateTime::currentDateTime() ) ); |
596 | int secsfromstart = mIdleStart.secsTo( QDateTime::currentDateTime() ); | 597 | int secsfromstart = mIdleStart.secsTo( QDateTime::currentDateTime() ); |
597 | mIdleTimer->stop(); | 598 | mIdleTimer->stop(); |
598 | bool isActice = topLevelWidget()->isActiveWindow(); | 599 | bool isActice = topLevelWidget()->isActiveWindow(); |
599 | //qDebug("KO: Active Window %d %d", isActice, isVisible()); | 600 | //qDebug("KO: Active Window %d %d", isActice, isVisible()); |
600 | // we do nothing if we wake up from a suspend | 601 | // we do nothing if we wake up from a suspend |
601 | if ( secsfromstart > IDLETIMEOUT + 30 && isActice ) { | 602 | if ( secsfromstart > IDLETIMEOUT + 30 && isActice ) { |
602 | qDebug("KO: Wakeup from suspend "); | 603 | qDebug("KO: Wakeup from suspend "); |
603 | startIdleTimeout(); | 604 | startIdleTimeout(); |
604 | return; | 605 | return; |
605 | } | 606 | } |
606 | qDebug("KO: Downsizing Pixmaps %s",QDateTime::currentDateTime().toString().latin1()); | 607 | qDebug("KO: Downsizing Pixmaps %s",QDateTime::currentDateTime().toString().latin1()); |
607 | mAgenda->shrinkPixmap(); | 608 | mAgenda->shrinkPixmap(); |
608 | mAllDayAgenda->shrinkPixmap(); | 609 | mAllDayAgenda->shrinkPixmap(); |
609 | KOAgendaItem::paintPix()->resize( 20,20); | 610 | KOAgendaItem::paintPix()->resize( 20,20); |
610 | KOAgendaItem::paintPixAllday()->resize( 20,20); | 611 | KOAgendaItem::paintPixAllday()->resize( 20,20); |
611 | #endif | 612 | #endif |
612 | 613 | ||
613 | } | 614 | } |
614 | void KOAgendaView::toggleAllDay() | 615 | void KOAgendaView::toggleAllDay() |
615 | { | 616 | { |
616 | if ( mSplitterAgenda->firstHandle() ) | 617 | if ( mSplitterAgenda->firstHandle() ) |
617 | mSplitterAgenda->firstHandle()->toggle(); | 618 | mSplitterAgenda->firstHandle()->toggle(); |
618 | } | 619 | } |
619 | void KOAgendaView::addToCalSlot(Incidence * inc, Incidence * incOld ) | 620 | void KOAgendaView::addToCalSlot(Incidence * inc, Incidence * incOld ) |
620 | { | 621 | { |
621 | calendar()->addIncidence( inc ); | 622 | calendar()->addIncidence( inc ); |
622 | 623 | ||
623 | if ( incOld ) { | 624 | if ( incOld ) { |
624 | if ( incOld->typeID() == todoID ) | 625 | if ( incOld->typeID() == todoID ) |
625 | emit todoMoved((Todo*)incOld, KOGlobals::EVENTEDITED ); | 626 | emit todoMoved((Todo*)incOld, KOGlobals::EVENTEDITED ); |
626 | else | 627 | else |
627 | emit incidenceChanged(incOld, KOGlobals::EVENTEDITED); | 628 | emit incidenceChanged(incOld, KOGlobals::EVENTEDITED); |
628 | } | 629 | } |
629 | 630 | ||
630 | } | 631 | } |
631 | void KOAgendaView::categoryChanged(Incidence * inc) | 632 | void KOAgendaView::categoryChanged(Incidence * inc) |
632 | { | 633 | { |
633 | mAgenda->categoryChanged( inc ); | 634 | mAgenda->categoryChanged( inc ); |
634 | mAllDayAgenda->categoryChanged( inc ); | 635 | mAllDayAgenda->categoryChanged( inc ); |
635 | } | 636 | } |
636 | KOAgendaView::~KOAgendaView() | 637 | KOAgendaView::~KOAgendaView() |
637 | { | 638 | { |
638 | delete mAllAgendaPopup; | 639 | delete mAllAgendaPopup; |
639 | //delete mAllDayAgendaPopup; | 640 | //delete mAllDayAgendaPopup; |
640 | delete KOAgendaItem::paintPix(); | 641 | delete KOAgendaItem::paintPix(); |
641 | delete KOAgendaItem::paintPixAllday(); | 642 | delete KOAgendaItem::paintPixAllday(); |
642 | } | 643 | } |
643 | void KOAgendaView::resizeEvent( QResizeEvent* e ) | 644 | void KOAgendaView::resizeEvent( QResizeEvent* e ) |
644 | { | 645 | { |
645 | //qDebug("KOAgendaView::resizeEvent( QResizeEvent* e ) %d ", e->size().width()); | 646 | //qDebug("KOAgendaView::resizeEvent( QResizeEvent* e ) %d ", e->size().width()); |
646 | bool uc = false; | 647 | bool uc = false; |
647 | int ow = e->oldSize().width(); | 648 | int ow = e->oldSize().width(); |
648 | int oh = e->oldSize().height(); | 649 | int oh = e->oldSize().height(); |
649 | int w = e->size().width(); | 650 | int w = e->size().width(); |
650 | int h = e->size().height(); | 651 | int h = e->size().height(); |
651 | if ( (ow > oh && w< h ) || (ow < oh && w > h ) ) { | 652 | if ( (ow > oh && w< h ) || (ow < oh && w > h ) ) { |
652 | if ( ! mBlockUpdating && !globalFlagBlockStartup && !globalFlagBlockAgenda ) | 653 | if ( ! mBlockUpdating && !globalFlagBlockStartup && !globalFlagBlockAgenda ) |
653 | uc = true; | 654 | uc = true; |
654 | //qDebug("view changed %d %d %d %d ", ow, oh , w , h); | 655 | //qDebug("view changed %d %d %d %d ", ow, oh , w , h); |
655 | } | 656 | } |
656 | mUpcomingWidth = e->size().width() ; | 657 | mUpcomingWidth = e->size().width() ; |
657 | if ( mBlockUpdating || uc ) { | 658 | if ( mBlockUpdating || uc ) { |
658 | mBlockUpdating = false; | 659 | mBlockUpdating = false; |
659 | //mAgenda->setMinimumSize(800 , 600 ); | 660 | //mAgenda->setMinimumSize(800 , 600 ); |
660 | //qDebug("mAgenda->resize+++++++++++++++ "); | 661 | //qDebug("mAgenda->resize+++++++++++++++ "); |
661 | updateConfig(); | 662 | updateConfig(); |
662 | //qDebug("KOAgendaView::Updating now possible "); | 663 | //qDebug("KOAgendaView::Updating now possible "); |
663 | } else | 664 | } else |
664 | createDayLabels(); | 665 | createDayLabels(); |
665 | //qDebug("resizeEvent end "); | 666 | //qDebug("resizeEvent end "); |
666 | 667 | ||
667 | } | 668 | } |
668 | void KOAgendaView::slotDaylabelClicked( int num ) | 669 | void KOAgendaView::slotDaylabelClicked( int num ) |
669 | { | 670 | { |
670 | 671 | ||
671 | QDate firstDate = mSelectedDates.first(); | 672 | QDate firstDate = mSelectedDates.first(); |
672 | if ( num == -1 ) | 673 | if ( num == -1 ) |
673 | emit showDateView( 6, firstDate ); | 674 | emit showDateView( 6, firstDate ); |
674 | else if (num >= 0 ) { | 675 | else if (num >= 0 ) { |
675 | if ( mSelectedDates.count() == 1) | 676 | if ( mSelectedDates.count() == 1) |
676 | emit showDateView( 9, firstDate.addDays( num ) ); | 677 | emit showDateView( 9, firstDate.addDays( num ) ); |
677 | else | 678 | else |
678 | emit showDateView( 3, firstDate.addDays( num ) ); | 679 | emit showDateView( 3, firstDate.addDays( num ) ); |
679 | } | 680 | } |
680 | else | 681 | else |
681 | showDateView( 10, firstDate.addDays(1) ); | 682 | showDateView( 10, firstDate.addDays(1) ); |
682 | } | 683 | } |
683 | 684 | ||
684 | KOAgendaButton* KOAgendaView::getNewDaylabel() | 685 | KOAgendaButton* KOAgendaView::getNewDaylabel() |
685 | { | 686 | { |
686 | 687 | ||
687 | KOAgendaButton * dayLabel = new KOAgendaButton(mDayLabels); | 688 | KOAgendaButton * dayLabel = new KOAgendaButton(mDayLabels); |
688 | connect( dayLabel, SIGNAL( numClicked(int) ), this, SLOT ( slotDaylabelClicked(int) ) ); | 689 | connect( dayLabel, SIGNAL( numClicked(int) ), this, SLOT ( slotDaylabelClicked(int) ) ); |
689 | mDayLabelsList.append( dayLabel ); | 690 | mDayLabelsList.append( dayLabel ); |
690 | mLayoutDayLabels->addWidget(dayLabel); | 691 | mLayoutDayLabels->addWidget(dayLabel); |
691 | return dayLabel ; | 692 | return dayLabel ; |
692 | } | 693 | } |
693 | 694 | ||
694 | void KOAgendaView::createDayLabels() | 695 | void KOAgendaView::createDayLabels() |
695 | { | 696 | { |
696 | 697 | ||
697 | if ( mBlockUpdating || globalFlagBlockLabel == 1) { | 698 | if ( mBlockUpdating || globalFlagBlockLabel == 1) { |
698 | // qDebug(" KOAgendaView::createDayLabels() blocked "); | 699 | // qDebug(" KOAgendaView::createDayLabels() blocked "); |
699 | return; | 700 | return; |
700 | 701 | ||
701 | } | 702 | } |
702 | int newHight; | 703 | int newHight; |
703 | if ( !mSelectedDates.count()) | 704 | if ( !mSelectedDates.count()) |
704 | return; | 705 | return; |
705 | 706 | ||
706 | // ### Before deleting and recreating we could check if mSelectedDates changed... | 707 | // ### Before deleting and recreating we could check if mSelectedDates changed... |
707 | // It would remove some flickering and gain speed (since this is called by | 708 | // It would remove some flickering and gain speed (since this is called by |
708 | // each updateView() call) | 709 | // each updateView() call) |
709 | 710 | ||
710 | int maxWid = mUpcomingWidth - mTimeLabels->width()- mAgenda->verticalScrollBar()->width() - mAgenda->frameWidth()*2; | 711 | int maxWid = mUpcomingWidth - mTimeLabels->width()- mAgenda->verticalScrollBar()->width() - mAgenda->frameWidth()*2; |
711 | mDayLabelsFrame->setMaximumWidth( mUpcomingWidth ); | 712 | mDayLabelsFrame->setMaximumWidth( mUpcomingWidth ); |
712 | if ( maxWid < 20 ) | 713 | if ( maxWid < 20 ) |
713 | maxWid = 20; | 714 | maxWid = 20; |
714 | 715 | ||
715 | QFont dlf = KOPrefs::instance()->mTimeLabelsFont; | 716 | QFont dlf = KOPrefs::instance()->mTimeLabelsFont; |
716 | QFontMetrics fm ( dlf ); | 717 | QFontMetrics fm ( dlf ); |
717 | dlf.setBold( true ); | 718 | dlf.setBold( true ); |
718 | int selCount = mSelectedDates.count(); | 719 | int selCount = mSelectedDates.count(); |
719 | int widModulo = maxWid - (mAgenda->gridSpacingX() * selCount)+1; | 720 | int widModulo = maxWid - (mAgenda->gridSpacingX() * selCount)+1; |
720 | if ( widModulo < 0 || widModulo > selCount ) | 721 | if ( widModulo < 0 || widModulo > selCount ) |
721 | widModulo = 0; | 722 | widModulo = 0; |
722 | QString dayTest = "Mon 20"; | 723 | QString dayTest = "Mon 20"; |
723 | //QString dayTest = "Mon 20"; | 724 | //QString dayTest = "Mon 20"; |
724 | int wid = fm.width( dayTest ); | 725 | int wid = fm.width( dayTest ); |
725 | //maxWid -= ( selCount * 3 ); //working for QLabels | 726 | //maxWid -= ( selCount * 3 ); //working for QLabels |
726 | if ( QApplication::desktop()->width() <= 320 ) | 727 | if ( QApplication::desktop()->width() <= 320 ) |
727 | maxWid -= ( selCount * 3 ); //working for QPushButton | 728 | maxWid -= ( selCount * 3 ); //working for QPushButton |
728 | else | 729 | else |
729 | maxWid -= ( selCount * 4 ); //working for QPushButton | 730 | maxWid -= ( selCount * 4 ); //working for QPushButton |
730 | if ( maxWid < 0 ) | 731 | if ( maxWid < 0 ) |
731 | maxWid = 20; | 732 | maxWid = 20; |
732 | int needWid = wid * selCount; | 733 | int needWid = wid * selCount; |
733 | //qDebug("++++++++Needed : %d MaxWidth: %d", needWid, maxWid ); | 734 | //qDebug("++++++++Needed : %d MaxWidth: %d", needWid, maxWid ); |
734 | //if ( needWid > maxWid ) | 735 | //if ( needWid > maxWid ) |
735 | // qDebug("DAYLABELS TOOOOOOO BIG "); | 736 | // qDebug("DAYLABELS TOOOOOOO BIG "); |
736 | while ( needWid > maxWid ) { | 737 | while ( needWid > maxWid ) { |
737 | dayTest = dayTest.left( dayTest.length() - 1 ); | 738 | dayTest = dayTest.left( dayTest.length() - 1 ); |
738 | wid = fm.width( dayTest ); | 739 | wid = fm.width( dayTest ); |
739 | needWid = wid * selCount; | 740 | needWid = wid * selCount; |
740 | } | 741 | } |
741 | int maxLen = dayTest.length(); | 742 | int maxLen = dayTest.length(); |
742 | int fontPoint = dlf.pointSize(); | 743 | int fontPoint = dlf.pointSize(); |
743 | if ( maxLen < 2 ) { | 744 | if ( maxLen < 2 ) { |
744 | int fontPoint = dlf.pointSize(); | 745 | int fontPoint = dlf.pointSize(); |
745 | while ( fontPoint > 4 ) { | 746 | while ( fontPoint > 4 ) { |
746 | --fontPoint; | 747 | --fontPoint; |
747 | dlf.setPointSize( fontPoint ); | 748 | dlf.setPointSize( fontPoint ); |
748 | QFontMetrics f( dlf ); | 749 | QFontMetrics f( dlf ); |
749 | wid = f.width( "30" ); | 750 | wid = f.width( "30" ); |
750 | needWid = wid * selCount; | 751 | needWid = wid * selCount; |
751 | if ( needWid < maxWid ) | 752 | if ( needWid < maxWid ) |
752 | break; | 753 | break; |
753 | } | 754 | } |
754 | maxLen = 2; | 755 | maxLen = 2; |
755 | } | 756 | } |
756 | //qDebug("Max len %d ", dayTest.length() ); | 757 | //qDebug("Max len %d ", dayTest.length() ); |
757 | if ( !KOPrefs::instance()->mTimeLabelsFont.bold() ) | 758 | if ( !KOPrefs::instance()->mTimeLabelsFont.bold() ) |
758 | dlf.setBold( false ); | 759 | dlf.setBold( false ); |
759 | QFontMetrics tempF( dlf ); | 760 | QFontMetrics tempF( dlf ); |
760 | newHight = tempF.height(); | 761 | newHight = tempF.height(); |
761 | mDayLabels->setFont( dlf ); | 762 | mDayLabels->setFont( dlf ); |
762 | // mLayoutDayLabels = new QHBoxLayout(mDayLabels);; | 763 | // mLayoutDayLabels = new QHBoxLayout(mDayLabels);; |
763 | // mLayoutDayLabels->addSpacing(mTimeLabels->width()); | 764 | // mLayoutDayLabels->addSpacing(mTimeLabels->width()); |
764 | //mLayoutDayLabels->addSpacing( 2 ); | 765 | //mLayoutDayLabels->addSpacing( 2 ); |
765 | // QFont lFont = dlf; | 766 | // QFont lFont = dlf; |
766 | bool appendLabels = false; | 767 | bool appendLabels = false; |
767 | KOAgendaButton *dayLabel; | 768 | KOAgendaButton *dayLabel; |
768 | dayLabel = mDayLabelsList.first(); | 769 | dayLabel = mDayLabelsList.first(); |
769 | if ( !dayLabel ) { | 770 | if ( !dayLabel ) { |
770 | appendLabels = true; | 771 | appendLabels = true; |
771 | dayLabel = getNewDaylabel(); | 772 | dayLabel = getNewDaylabel(); |
772 | } | 773 | } |
773 | dayLabel->setFixedWidth( mTimeLabels->width()+mAgenda->frameWidth() ); | 774 | dayLabel->setFixedWidth( mTimeLabels->width()+mAgenda->frameWidth() ); |
774 | dayLabel->setFont( dlf ); | 775 | dayLabel->setFont( dlf ); |
775 | dayLabel->setNum( -1 ); | 776 | dayLabel->setNum( -1 ); |
776 | //dayLabel->setAlignment(QLabel::AlignHCenter); | 777 | //dayLabel->setAlignment(QLabel::AlignHCenter); |
777 | 778 | ||
778 | dayLabel->setText( KOGlobals::self()->calendarSystem()->monthName( mSelectedDates.first(), true ) ); | 779 | dayLabel->setText( KOGlobals::self()->calendarSystem()->monthName( mSelectedDates.first(), true ) ); |
779 | dayLabel->show(); | 780 | dayLabel->show(); |
780 | DateList::ConstIterator dit; | 781 | DateList::ConstIterator dit; |
781 | bool oneday = (mSelectedDates.first() == mSelectedDates.last() ); | 782 | bool oneday = (mSelectedDates.first() == mSelectedDates.last() ); |
782 | int counter = -1; | 783 | int counter = -1; |
783 | for( dit = mSelectedDates.begin(); dit != mSelectedDates.end(); ++dit ) { | 784 | for( dit = mSelectedDates.begin(); dit != mSelectedDates.end(); ++dit ) { |
784 | ++counter; | 785 | ++counter; |
785 | QDate date = *dit; | 786 | QDate date = *dit; |
786 | // QBoxLayout *dayLayout = new QVBoxLayout(mLayoutDayLabels); | 787 | // QBoxLayout *dayLayout = new QVBoxLayout(mLayoutDayLabels); |
787 | if ( ! appendLabels ) { | 788 | if ( ! appendLabels ) { |
788 | dayLabel = mDayLabelsList.next(); | 789 | dayLabel = mDayLabelsList.next(); |
789 | if ( !dayLabel ) | 790 | if ( !dayLabel ) |
790 | appendLabels = true; | 791 | appendLabels = true; |
791 | } | 792 | } |
792 | if ( appendLabels ) { | 793 | if ( appendLabels ) { |
793 | dayLabel = getNewDaylabel(); | 794 | dayLabel = getNewDaylabel(); |
794 | } | 795 | } |
795 | dayLabel->setMinimumWidth( 1 ); | 796 | dayLabel->setMinimumWidth( 1 ); |
796 | dayLabel->setMaximumWidth( 10240 ); | 797 | dayLabel->setMaximumWidth( 10240 ); |
797 | dayLabel->setFont( dlf ); | 798 | dayLabel->setFont( dlf ); |
798 | dayLabel->show(); | 799 | dayLabel->show(); |
799 | dayLabel->setAutoRepeat( false ); | 800 | dayLabel->setAutoRepeat( false ); |
800 | dayLabel->setNum( counter ); | 801 | dayLabel->setNum( counter ); |
801 | QString str; | 802 | QString str; |
802 | int dW = KOGlobals::self()->calendarSystem()->dayOfWeek(date); | 803 | int dW = KOGlobals::self()->calendarSystem()->dayOfWeek(date); |
803 | QString dayName = KOGlobals::self()->calendarSystem()->weekDayName( dW, true ); | 804 | QString dayName = KOGlobals::self()->calendarSystem()->weekDayName( dW, true ); |
804 | switch ( maxLen ) { | 805 | switch ( maxLen ) { |
805 | case 2: | 806 | case 2: |
806 | str = QString::number( date.day() ); | 807 | str = QString::number( date.day() ); |
807 | break; | 808 | break; |
808 | 809 | ||
809 | case 3: | 810 | case 3: |
810 | str = dayName.left( 1 ) +QString::number( date.day()); | 811 | str = dayName.left( 1 ) +QString::number( date.day()); |
811 | 812 | ||
812 | break; | 813 | break; |
813 | case 4: | 814 | case 4: |
814 | str = dayName.left( 1 ) + " " +QString::number( date.day()); | 815 | str = dayName.left( 1 ) + " " +QString::number( date.day()); |
815 | 816 | ||
816 | break; | 817 | break; |
817 | case 5: | 818 | case 5: |
818 | str = dayName.left( 2 ) + " " +QString::number( date.day()); | 819 | str = dayName.left( 2 ) + " " +QString::number( date.day()); |
819 | 820 | ||
820 | break; | 821 | break; |
821 | case 6: | 822 | case 6: |
822 | str = dayName.left( 3 ) + " " +QString::number( date.day()); | 823 | str = dayName.left( 3 ) + " " +QString::number( date.day()); |
823 | break; | 824 | break; |
824 | 825 | ||
825 | default: | 826 | default: |
826 | break; | 827 | break; |
827 | } | 828 | } |
828 | if ( oneday ) { | 829 | if ( oneday ) { |
829 | QString addString; | 830 | QString addString; |
830 | if ( mSelectedDates.first() == QDateTime::currentDateTime().date() ) | 831 | if ( mSelectedDates.first() == QDateTime::currentDateTime().date() ) |
831 | addString = i18n("Today"); | 832 | addString = i18n("Today"); |
832 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(1) ) | 833 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(1) ) |
833 | addString = i18n("Tomorrow"); | 834 | addString = i18n("Tomorrow"); |
834 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(-1) ) | 835 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(-1) ) |
835 | addString = i18n("Yesterday"); | 836 | addString = i18n("Yesterday"); |
836 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(-2) ) | 837 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(-2) ) |
837 | addString = i18n("Day before yesterday"); | 838 | addString = i18n("Day before yesterday"); |
838 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(2) ) | 839 | else if ( mSelectedDates.first() == QDateTime::currentDateTime().date().addDays(2) ) |
839 | addString = i18n("Day after tomorrow"); | 840 | addString = i18n("Day after tomorrow"); |
840 | if ( !addString.isEmpty() ) { | 841 | if ( !addString.isEmpty() ) { |
841 | if ( QApplication::desktop()->width() < 640 ) | 842 | if ( QApplication::desktop()->width() < 640 ) |
842 | str = addString+", " + str; | 843 | str = addString+", " + str; |
843 | else | 844 | else |
844 | str = addString+", "+ KGlobal::locale()->formatDate( date, false); | 845 | str = addString+", "+ KGlobal::locale()->formatDate( date, false); |
845 | } else { | 846 | } else { |
846 | str = KGlobal::locale()->formatDate( date, KOPrefs::instance()->mShortDateInViewer); | 847 | str = KGlobal::locale()->formatDate( date, KOPrefs::instance()->mShortDateInViewer); |
847 | } | 848 | } |
848 | } | 849 | } |
849 | dayLabel->setText(str); | 850 | dayLabel->setText(str); |
850 | //dayLabel->setAlignment(QLabel::AlignHCenter); | 851 | //dayLabel->setAlignment(QLabel::AlignHCenter); |
851 | if (date == QDate::currentDate()) { | 852 | if (date == QDate::currentDate()) { |
852 | QFont bFont = dlf; | 853 | QFont bFont = dlf; |
853 | bFont.setBold( true ); | 854 | bFont.setBold( true ); |
854 | dayLabel->setFont(bFont); | 855 | dayLabel->setFont(bFont); |
855 | } | 856 | } |
856 | //dayLayout->addWidget(dayLabel); | 857 | //dayLayout->addWidget(dayLabel); |
857 | 858 | ||
858 | #ifndef KORG_NOPLUGINS | 859 | #ifndef KORG_NOPLUGINS |
859 | CalendarDecoration::List cds = KOCore::self()->calendarDecorations(); | 860 | CalendarDecoration::List cds = KOCore::self()->calendarDecorations(); |
860 | CalendarDecoration *it; | 861 | CalendarDecoration *it; |
861 | for(it = cds.first(); it; it = cds.next()) { | 862 | for(it = cds.first(); it; it = cds.next()) { |
862 | QString text = it->shortText( date ); | 863 | QString text = it->shortText( date ); |
863 | if ( !text.isEmpty() ) { | 864 | if ( !text.isEmpty() ) { |
864 | QLabel *label = new QLabel(text,mDayLabels); | 865 | QLabel *label = new QLabel(text,mDayLabels); |
865 | label->setAlignment(AlignCenter); | 866 | label->setAlignment(AlignCenter); |
866 | dayLayout->addWidget(label); | 867 | dayLayout->addWidget(label); |
867 | } | 868 | } |
868 | } | 869 | } |
869 | 870 | ||
870 | for(it = cds.first(); it; it = cds.next()) { | 871 | for(it = cds.first(); it; it = cds.next()) { |
871 | QWidget *wid = it->smallWidget(mDayLabels,date); | 872 | QWidget *wid = it->smallWidget(mDayLabels,date); |
872 | if ( wid ) { | 873 | if ( wid ) { |
873 | // wid->setHeight(20); | 874 | // wid->setHeight(20); |
874 | dayLayout->addWidget(wid); | 875 | dayLayout->addWidget(wid); |
875 | } | 876 | } |
876 | } | 877 | } |
877 | #endif | 878 | #endif |
878 | } | 879 | } |
879 | if ( ! appendLabels ) { | 880 | if ( ! appendLabels ) { |
880 | dayLabel = mDayLabelsList.next(); | 881 | dayLabel = mDayLabelsList.next(); |
881 | if ( !dayLabel ) | 882 | if ( !dayLabel ) |
882 | appendLabels = true; | 883 | appendLabels = true; |
883 | } | 884 | } |
884 | if ( appendLabels ) { | 885 | if ( appendLabels ) { |
885 | dayLabel = getNewDaylabel(); | 886 | dayLabel = getNewDaylabel(); |
886 | } | 887 | } |
887 | //dayLabel->hide();//test only | 888 | //dayLabel->hide();//test only |
888 | 889 | ||
889 | dayLabel->setText(">"); | 890 | dayLabel->setText(">"); |
890 | dayLabel->setFont( dlf ); | 891 | dayLabel->setFont( dlf ); |
891 | dayLabel->setAutoRepeat( true ); | 892 | dayLabel->setAutoRepeat( true ); |
892 | dayLabel->show(); | 893 | dayLabel->show(); |
893 | dayLabel->setNum( -2 ); | 894 | dayLabel->setNum( -2 ); |
894 | dayLabel->setFixedWidth( mAgenda->verticalScrollBar()->width()+ widModulo ); | 895 | dayLabel->setFixedWidth( mAgenda->verticalScrollBar()->width()+ widModulo ); |
895 | 896 | ||
896 | //mLayoutDayLabels->addSpacing(mAgenda->verticalScrollBar()->width()+ offset+2); | 897 | //mLayoutDayLabels->addSpacing(mAgenda->verticalScrollBar()->width()+ offset+2); |
897 | if ( !appendLabels ) { | 898 | if ( !appendLabels ) { |
898 | dayLabel = mDayLabelsList.next(); | 899 | dayLabel = mDayLabelsList.next(); |
899 | while ( dayLabel ) { | 900 | while ( dayLabel ) { |
900 | //qDebug("!dayLabel %d",dayLabel ); | 901 | //qDebug("!dayLabel %d",dayLabel ); |
901 | dayLabel->hide(); | 902 | dayLabel->hide(); |
902 | dayLabel = mDayLabelsList.next(); | 903 | dayLabel = mDayLabelsList.next(); |
903 | } | 904 | } |
904 | } | 905 | } |
905 | 906 | ||
906 | mDayLabelsFrame->setFixedHeight( newHight + 4 ); | 907 | mDayLabelsFrame->setFixedHeight( newHight + 4 ); |
907 | } | 908 | } |
908 | 909 | ||
909 | int KOAgendaView::maxDatesHint() | 910 | int KOAgendaView::maxDatesHint() |
910 | { | 911 | { |
911 | // Not sure about the max number of events, so return 0 for now. | 912 | // Not sure about the max number of events, so return 0 for now. |
912 | return 0; | 913 | return 0; |
913 | } | 914 | } |
914 | 915 | ||
915 | int KOAgendaView::currentDateCount() | 916 | int KOAgendaView::currentDateCount() |
916 | { | 917 | { |
917 | return mSelectedDates.count(); | 918 | return mSelectedDates.count(); |
918 | } | 919 | } |
919 | 920 | ||
920 | QPtrList<Incidence> KOAgendaView::selectedIncidences() | 921 | QPtrList<Incidence> KOAgendaView::selectedIncidences() |
921 | { | 922 | { |
922 | QPtrList<Incidence> selected; | 923 | QPtrList<Incidence> selected; |
923 | Incidence *incidence; | 924 | Incidence *incidence; |
924 | 925 | ||
925 | incidence = mAgenda->selectedIncidence(); | 926 | incidence = mAgenda->selectedIncidence(); |
926 | if (incidence) selected.append(incidence); | 927 | if (incidence) selected.append(incidence); |
927 | 928 | ||
928 | incidence = mAllDayAgenda->selectedIncidence(); | 929 | incidence = mAllDayAgenda->selectedIncidence(); |
929 | if (incidence) selected.append(incidence); | 930 | if (incidence) selected.append(incidence); |
930 | 931 | ||
931 | return selected; | 932 | return selected; |
932 | } | 933 | } |
933 | 934 | ||
934 | DateList KOAgendaView::selectedDates() | 935 | DateList KOAgendaView::selectedDates() |
935 | { | 936 | { |
936 | DateList selected; | 937 | DateList selected; |
937 | QDate qd; | 938 | QDate qd; |
938 | 939 | ||
939 | qd = mAgenda->selectedIncidenceDate(); | 940 | qd = mAgenda->selectedIncidenceDate(); |
940 | if (qd.isValid()) selected.append(qd); | 941 | if (qd.isValid()) selected.append(qd); |
941 | 942 | ||
942 | qd = mAllDayAgenda->selectedIncidenceDate(); | 943 | qd = mAllDayAgenda->selectedIncidenceDate(); |
943 | if (qd.isValid()) selected.append(qd); | 944 | if (qd.isValid()) selected.append(qd); |
944 | 945 | ||
945 | return selected; | 946 | return selected; |
946 | } | 947 | } |
947 | 948 | ||
948 | 949 | ||
949 | void KOAgendaView::updateView() | 950 | void KOAgendaView::updateView() |
950 | { | 951 | { |
951 | if ( mBlockUpdating ) | 952 | if ( mBlockUpdating ) |
952 | return; | 953 | return; |
953 | // kdDebug() << "KOAgendaView::updateView()" << endl; | 954 | // kdDebug() << "KOAgendaView::updateView()" << endl; |
954 | fillAgenda(); | 955 | fillAgenda(); |
955 | 956 | ||
956 | } | 957 | } |
957 | 958 | ||
958 | 959 | ||
959 | /* | 960 | /* |
960 | Update configuration settings for the agenda view. This method is not | 961 | Update configuration settings for the agenda view. This method is not |
961 | complete. | 962 | complete. |
962 | */ | 963 | */ |
963 | void KOAgendaView::updateConfig() | 964 | void KOAgendaView::updateConfig() |
964 | { | 965 | { |
965 | if ( mBlockUpdating ) | 966 | if ( mBlockUpdating ) |
966 | return; | 967 | return; |
967 | if ( mAgenda->height() > 96 * KOPrefs::instance()->mHourSize ) { | 968 | if ( mAgenda->height() > 96 * KOPrefs::instance()->mHourSize ) { |
968 | int old = KOPrefs::instance()->mHourSize; | 969 | int old = KOPrefs::instance()->mHourSize; |
969 | KOPrefs::instance()->mHourSize = mAgenda->height()/96 +1; | 970 | KOPrefs::instance()->mHourSize = mAgenda->height()/96 +1; |
970 | //qDebug("KOPrefs::instance()->mHourSize adjusted %d to %d ", old,KOPrefs::instance()->mHourSize ); | 971 | //qDebug("KOPrefs::instance()->mHourSize adjusted %d to %d ", old,KOPrefs::instance()->mHourSize ); |
971 | } | 972 | } |
972 | 973 | ||
973 | 974 | ||
974 | // update config for children | 975 | // update config for children |
975 | mTimeLabels->updateConfig(); | 976 | mTimeLabels->updateConfig(); |
976 | mAgenda->storePosition(); | 977 | mAgenda->storePosition(); |
977 | mAgenda->updateConfig(); | 978 | mAgenda->updateConfig(); |
978 | mAllDayAgenda->updateConfig(); | 979 | mAllDayAgenda->updateConfig(); |
979 | // widget synchronization | 980 | // widget synchronization |
980 | //TODO: find a better way, maybe signal/slot | 981 | //TODO: find a better way, maybe signal/slot |
981 | mTimeLabels->positionChanged(); | 982 | mTimeLabels->positionChanged(); |
982 | 983 | ||
983 | // for some reason, this needs to be called explicitly | 984 | // for some reason, this needs to be called explicitly |
984 | mTimeLabels->repaint(); | 985 | mTimeLabels->repaint(); |
985 | 986 | ||
986 | mDummyAllDayLeft->setFixedWidth(mTimeLabels->width()); | 987 | mDummyAllDayLeft->setFixedWidth(mTimeLabels->width()); |
987 | 988 | ||
988 | // ToolTips displaying summary of events | 989 | // ToolTips displaying summary of events |
989 | KOAgendaItem::toolTipGroup()->setEnabled(KOPrefs::instance() | 990 | KOAgendaItem::toolTipGroup()->setEnabled(KOPrefs::instance() |
990 | ->mEnableToolTips); | 991 | ->mEnableToolTips); |
991 | 992 | ||
992 | //setHolidayMasks(); | 993 | //setHolidayMasks(); |
993 | 994 | ||
994 | //createDayLabels(); called by via updateView(); | 995 | //createDayLabels(); called by via updateView(); |
995 | mEventIndicatorTop->setXOffset(mTimeLabels->width() + mAgenda->frameWidth()); | 996 | mEventIndicatorTop->setXOffset(mTimeLabels->width() + mAgenda->frameWidth()); |
996 | updateView(); | 997 | updateView(); |
997 | mAgenda->restorePosition(); | 998 | mAgenda->restorePosition(); |
998 | } | 999 | } |
999 | 1000 | ||
1000 | 1001 | ||
1001 | void KOAgendaView::updateEventDates(KOAgendaItem *item, int type) | 1002 | void KOAgendaView::updateEventDates(KOAgendaItem *item, int type) |
1002 | { | 1003 | { |
1003 | 1004 | ||
1004 | 1005 | ||
1005 | int xxx = item->cellX(); | 1006 | int xxx = item->cellX(); |
1006 | //qDebug("KOAgendaView::updateEventDates %d %d %d %d %d", xxx, mMinY.at(xxx),mMaxY.at(xxx),item->cellYTop(),item->cellYBottom() ); | 1007 | //qDebug("KOAgendaView::updateEventDates %d %d %d %d %d", xxx, mMinY.at(xxx),mMaxY.at(xxx),item->cellYTop(),item->cellYBottom() ); |
1007 | if ( xxx >= 0 && xxx < mMinY.count() && !item->isAllDay() ) { | 1008 | if ( xxx >= 0 && xxx < mMinY.count() && !item->isAllDay() ) { |
1008 | if ( mMinY.at(xxx) > item->cellYTop() ) | 1009 | if ( mMinY.at(xxx) > item->cellYTop() ) |
1009 | mMinY.at(xxx) = item->cellYTop(); | 1010 | mMinY.at(xxx) = item->cellYTop(); |
1010 | if ( mMaxY.at(xxx) < item->cellYBottom() ) | 1011 | if ( mMaxY.at(xxx) < item->cellYBottom() ) |
1011 | mMaxY.at(xxx) = item->cellYBottom(); | 1012 | mMaxY.at(xxx) = item->cellYBottom(); |
1012 | } | 1013 | } |
1013 | QDateTime startDt,endDt; | 1014 | QDateTime startDt,endDt; |
1014 | QDate startDate; | 1015 | QDate startDate; |
1015 | int lenInSecs; | 1016 | int lenInSecs; |
1016 | // if ( type == KOAgenda::RESIZETOP ) | 1017 | // if ( type == KOAgenda::RESIZETOP ) |
1017 | // qDebug("RESIZETOP "); | 1018 | // qDebug("RESIZETOP "); |
1018 | // if ( type == KOAgenda::RESIZEBOTTOM ) | 1019 | // if ( type == KOAgenda::RESIZEBOTTOM ) |
1019 | // qDebug("RESIZEBOTTOM "); | 1020 | // qDebug("RESIZEBOTTOM "); |
1020 | // if ( type == KOAgenda::MOVE ) | 1021 | // if ( type == KOAgenda::MOVE ) |
1021 | // qDebug("MOVE "); | 1022 | // qDebug("MOVE "); |
1022 | if ( item->incidence()->typeID() == eventID ) { | 1023 | if ( item->incidence()->typeID() == eventID ) { |
1023 | startDt =item->incidence()->dtStart(); | 1024 | startDt =item->incidence()->dtStart(); |
1024 | endDt = item->incidence()->dtEnd(); | 1025 | endDt = item->incidence()->dtEnd(); |
1025 | lenInSecs = startDt.secsTo( endDt ); | 1026 | lenInSecs = startDt.secsTo( endDt ); |
1026 | } | 1027 | } |
1027 | 1028 | ||
1028 | // emit incidenceItemChanged( item->incidence(), KOGlobals::EVENTEDITED ); | 1029 | // emit incidenceItemChanged( item->incidence(), KOGlobals::EVENTEDITED ); |
1029 | 1030 | ||
1030 | if ( item->incidence()->typeID()== todoID && item->mLastMoveXPos > 0 ) { | 1031 | if ( item->incidence()->typeID()== todoID && item->mLastMoveXPos > 0 ) { |
1031 | startDate = mSelectedDates[item->mLastMoveXPos]; | 1032 | startDate = mSelectedDates[item->mLastMoveXPos]; |
1032 | } else { | 1033 | } else { |
1033 | if (item->cellX() < 0) { | 1034 | if (item->cellX() < 0) { |
1034 | startDate = (mSelectedDates.first()).addDays(item->cellX()); | 1035 | startDate = (mSelectedDates.first()).addDays(item->cellX()); |
1035 | } else { | 1036 | } else { |
1036 | startDate = mSelectedDates[item->cellX()]; | 1037 | startDate = mSelectedDates[item->cellX()]; |
1037 | } | 1038 | } |
1038 | } | 1039 | } |
1039 | startDt.setDate(startDate); | 1040 | startDt.setDate(startDate); |
1040 | 1041 | ||
1041 | if (item->incidence()->doesFloat()) { | 1042 | if (item->incidence()->doesFloat()) { |
1042 | endDt.setDate(startDate.addDays(item->cellWidth() - 1)); | 1043 | endDt.setDate(startDate.addDays(item->cellWidth() - 1)); |
1043 | } else { | 1044 | } else { |
1044 | if ( type == KOAgenda::RESIZETOP || type == KOAgenda::MOVE ) | 1045 | if ( type == KOAgenda::RESIZETOP || type == KOAgenda::MOVE ) |
1045 | startDt.setTime(mAgenda->gyToTime(item->cellYTop())); | 1046 | startDt.setTime(mAgenda->gyToTime(item->cellYTop())); |
1046 | if ( item->incidence()->typeID() == eventID ) { | 1047 | if ( item->incidence()->typeID() == eventID ) { |
1047 | if ( type == KOAgenda::MOVE ) { | 1048 | if ( type == KOAgenda::MOVE ) { |
1048 | endDt = startDt.addSecs(lenInSecs); | 1049 | endDt = startDt.addSecs(lenInSecs); |
1049 | 1050 | ||
1050 | } else if ( type == KOAgenda::RESIZEBOTTOM ) { | 1051 | } else if ( type == KOAgenda::RESIZEBOTTOM ) { |
1051 | if (item->lastMultiItem()) { | 1052 | if (item->lastMultiItem()) { |
1052 | endDt.setTime(mAgenda->gyToTime(item->lastMultiItem()->cellYBottom()+1)); | 1053 | endDt.setTime(mAgenda->gyToTime(item->lastMultiItem()->cellYBottom()+1)); |
1053 | endDt.setDate(startDate. | 1054 | endDt.setDate(startDate. |
1054 | addDays(item->lastMultiItem()->cellX() - item->cellX())); | 1055 | addDays(item->lastMultiItem()->cellX() - item->cellX())); |
1055 | } else { | 1056 | } else { |
1056 | endDt.setTime(mAgenda->gyToTime(item->cellYBottom()+1)); | 1057 | endDt.setTime(mAgenda->gyToTime(item->cellYBottom()+1)); |
1057 | endDt.setDate(startDate); | 1058 | endDt.setDate(startDate); |
1058 | } | 1059 | } |
1059 | } | 1060 | } |
1060 | } else { | 1061 | } else { |
1061 | // todo | 1062 | // todo |
1062 | if (item->lastMultiItem()) { | 1063 | if (item->lastMultiItem()) { |
1063 | endDt.setTime(mAgenda->gyToTime(item->lastMultiItem()->cellYBottom()+1)); | 1064 | endDt.setTime(mAgenda->gyToTime(item->lastMultiItem()->cellYBottom()+1)); |
1064 | endDt.setDate(startDate. | 1065 | endDt.setDate(startDate. |
1065 | addDays(item->lastMultiItem()->cellX() - item->cellX())); | 1066 | addDays(item->lastMultiItem()->cellX() - item->cellX())); |
1066 | } else { | 1067 | } else { |
1067 | //qDebug("tem->cellYBottom() %d",item->cellYBottom() ); | 1068 | //qDebug("tem->cellYBottom() %d",item->cellYBottom() ); |
1068 | if ( item->cellYBottom() > 0 ) | 1069 | if ( item->cellYBottom() > 0 ) |
1069 | endDt.setTime(mAgenda->gyToTime(item->cellYBottom()+1)); | 1070 | endDt.setTime(mAgenda->gyToTime(item->cellYBottom()+1)); |
1070 | else | 1071 | else |
1071 | endDt.setTime((static_cast<Todo*>(item->incidence()))->dtDue().time()); | 1072 | endDt.setTime((static_cast<Todo*>(item->incidence()))->dtDue().time()); |
1072 | endDt.setDate(startDate); | 1073 | endDt.setDate(startDate); |
1073 | } | 1074 | } |
1074 | } | 1075 | } |
1075 | } | 1076 | } |
1076 | if ( item->incidence()->typeID() == eventID ) { | 1077 | if ( item->incidence()->typeID() == eventID ) { |
1077 | item->incidence()->setDtStart(startDt); | 1078 | item->incidence()->setDtStart(startDt); |
1078 | (static_cast<Event*>(item->incidence()))->setDtEnd(endDt); | 1079 | (static_cast<Event*>(item->incidence()))->setDtEnd(endDt); |
1079 | } else if ( item->incidence()->typeID() == todoID ) { | 1080 | } else if ( item->incidence()->typeID() == todoID ) { |
1080 | Todo* to = static_cast<Todo*>(item->incidence()); | 1081 | Todo* to = static_cast<Todo*>(item->incidence()); |
1081 | 1082 | ||
1082 | to->setDtDue(endDt); | 1083 | to->setDtDue(endDt); |
1083 | if ( to->hasStartDate() ) { | 1084 | if ( to->hasStartDate() ) { |
1084 | if (to->dtStart() >= to->dtDue() ) | 1085 | if (to->dtStart() >= to->dtDue() ) |
1085 | to->setDtStart(to->dtDue().addDays( -2 )); | 1086 | to->setDtStart(to->dtDue().addDays( -2 )); |
1086 | } | 1087 | } |
1087 | 1088 | ||
1088 | } | 1089 | } |
1089 | //qDebug("KOAgendaView::updateEventDates stsart %s end %s ", startDt.toString().latin1(), endDt.toString().latin1() ); | 1090 | //qDebug("KOAgendaView::updateEventDates stsart %s end %s ", startDt.toString().latin1(), endDt.toString().latin1() ); |
1090 | item->incidence()->setRevision(item->incidence()->revision()+1); | 1091 | item->incidence()->setRevision(item->incidence()->revision()+1); |
1091 | item->setItemDate(startDt.date()); | 1092 | item->setItemDate(startDt.date()); |
1092 | //item->updateItem(); | 1093 | //item->updateItem(); |
1093 | if ( item->incidence()->typeID() == todoID ) { | 1094 | if ( item->incidence()->typeID() == todoID ) { |
1094 | emit todoMoved((Todo*)item->incidence(), KOGlobals::EVENTEDITED ); | 1095 | emit todoMoved((Todo*)item->incidence(), KOGlobals::EVENTEDITED ); |
1095 | 1096 | ||
1096 | } | 1097 | } |
1097 | else | 1098 | else |
1098 | emit incidenceChanged(item->incidence(), KOGlobals::EVENTEDITED); | 1099 | emit incidenceChanged(item->incidence(), KOGlobals::EVENTEDITED); |
1099 | item->updateItem(); | 1100 | item->updateItem(); |
1100 | } | 1101 | } |
1101 | 1102 | ||
1102 | void KOAgendaView::showDates( const QDate &start, const QDate &end ) | 1103 | void KOAgendaView::showDates( const QDate &start, const QDate &end ) |
1103 | { | 1104 | { |
1104 | // kdDebug() << "KOAgendaView::selectDates" << endl; | 1105 | // kdDebug() << "KOAgendaView::selectDates" << endl; |
1105 | 1106 | ||
1106 | mSelectedDates.clear(); | 1107 | mSelectedDates.clear(); |
1107 | // qDebug("KOAgendaView::showDates "); | 1108 | // qDebug("KOAgendaView::showDates "); |
1108 | QDate d = start; | 1109 | QDate d = start; |
1109 | while (d <= end) { | 1110 | while (d <= end) { |
1110 | mSelectedDates.append(d); | 1111 | mSelectedDates.append(d); |
1111 | d = d.addDays( 1 ); | 1112 | d = d.addDays( 1 ); |
1112 | } | 1113 | } |
1113 | 1114 | ||
1114 | // and update the view | 1115 | // and update the view |
1115 | fillAgenda(); | 1116 | fillAgenda(); |
1116 | } | 1117 | } |
1117 | 1118 | ||
1118 | 1119 | ||
1119 | void KOAgendaView::showEvents(QPtrList<Event>) | 1120 | void KOAgendaView::showEvents(QPtrList<Event>) |
1120 | { | 1121 | { |
1121 | kdDebug() << "KOAgendaView::showEvents() is not yet implemented" << endl; | 1122 | kdDebug() << "KOAgendaView::showEvents() is not yet implemented" << endl; |
1122 | } | 1123 | } |
1123 | 1124 | ||
1124 | void KOAgendaView::changeEventDisplay(Event *, int) | 1125 | void KOAgendaView::changeEventDisplay(Event *, int) |
1125 | { | 1126 | { |
1126 | // qDebug("KOAgendaView::changeEventDisplay "); | 1127 | // qDebug("KOAgendaView::changeEventDisplay "); |
1127 | // kdDebug() << "KOAgendaView::changeEventDisplay" << endl; | 1128 | // kdDebug() << "KOAgendaView::changeEventDisplay" << endl; |
1128 | // this should be re-written to be MUCH smarter. Right now we | 1129 | // this should be re-written to be MUCH smarter. Right now we |
1129 | // are just playing dumb. | 1130 | // are just playing dumb. |
1130 | fillAgenda(); | 1131 | fillAgenda(); |
1131 | } | 1132 | } |
1132 | 1133 | ||
1133 | void KOAgendaView::fillAgenda(const QDate &) | 1134 | void KOAgendaView::fillAgenda(const QDate &) |
1134 | { | 1135 | { |
1135 | // qDebug("KOAgendaView::fillAgenda "); | 1136 | // qDebug("KOAgendaView::fillAgenda "); |
1136 | fillAgenda(); | 1137 | fillAgenda(); |
1137 | } | 1138 | } |
1138 | 1139 | ||
1139 | void KOAgendaView::fillAgenda() | 1140 | void KOAgendaView::fillAgenda() |
1140 | { | 1141 | { |
1141 | if ( globalFlagBlockStartup ) | 1142 | if ( globalFlagBlockStartup ) |
1142 | return; | 1143 | return; |
1143 | if ( globalFlagBlockAgenda == 1 ) | 1144 | if ( globalFlagBlockAgenda == 1 ) |
1144 | return; | 1145 | return; |
1145 | static bool onlyOne = false; | 1146 | if ( flag_blockfillAgenda ) |
1146 | if ( onlyOne ) | ||
1147 | return; | 1147 | return; |
1148 | onlyOne = true; | 1148 | flag_blockfillAgenda = true; |
1149 | //if ( globalFlagBlockAgenda == 2 ) | 1149 | //if ( globalFlagBlockAgenda == 2 ) |
1150 | //globalFlagBlockAgenda = 0; | 1150 | //globalFlagBlockAgenda = 0; |
1151 | // globalFlagBlockPainting = false; | 1151 | // globalFlagBlockPainting = false; |
1152 | if ( globalFlagBlockAgenda == 0 ) | 1152 | if ( globalFlagBlockAgenda == 0 ) |
1153 | globalFlagBlockAgenda = 1; | 1153 | globalFlagBlockAgenda = 1; |
1154 | // clearView(); | 1154 | // clearView(); |
1155 | //qDebug("fillAgenda()++++ "); | 1155 | //qDebug("fillAgenda()++++ "); |
1156 | globalFlagBlockAgendaItemPaint = 1; | 1156 | globalFlagBlockAgendaItemPaint = 1; |
1157 | 1157 | ||
1158 | mAllDayAgenda->changeColumns(mSelectedDates.count()); | 1158 | mAllDayAgenda->changeColumns(mSelectedDates.count()); |
1159 | mAgenda->changeColumns(mSelectedDates.count()); | 1159 | mAgenda->changeColumns(mSelectedDates.count()); |
1160 | qApp->processEvents(); | 1160 | qApp->processEvents(); |
1161 | mEventIndicatorTop->changeColumns(mSelectedDates.count()); | 1161 | mEventIndicatorTop->changeColumns(mSelectedDates.count()); |
1162 | mEventIndicatorBottom->changeColumns(mSelectedDates.count()); | 1162 | mEventIndicatorBottom->changeColumns(mSelectedDates.count()); |
1163 | setHolidayMasks(); | 1163 | setHolidayMasks(); |
1164 | 1164 | ||
1165 | mMinY.resize(mSelectedDates.count()); | 1165 | mMinY.resize(mSelectedDates.count()); |
1166 | mMaxY.resize(mSelectedDates.count()); | 1166 | mMaxY.resize(mSelectedDates.count()); |
1167 | 1167 | ||
1168 | QPtrList<Event> dayEvents; | 1168 | QPtrList<Event> dayEvents; |
1169 | 1169 | ||
1170 | // ToDo items shall be displayed for the day they are due, but only showed today if they are already overdue. | 1170 | // ToDo items shall be displayed for the day they are due, but only showed today if they are already overdue. |
1171 | // Therefore, gtodoset all of them. | 1171 | // Therefore, gtodoset all of them. |
1172 | QPtrList<Todo> todos = calendar()->todos(); | 1172 | QPtrList<Todo> todos = calendar()->todos(); |
1173 | 1173 | ||
1174 | mAgenda->setDateList(mSelectedDates); | 1174 | mAgenda->setDateList(mSelectedDates); |
1175 | 1175 | ||
1176 | QDate today = QDate::currentDate(); | 1176 | QDate today = QDate::currentDate(); |
1177 | 1177 | ||
1178 | DateList::ConstIterator dit; | 1178 | DateList::ConstIterator dit; |
1179 | int curCol = 0; | 1179 | int curCol = 0; |
1180 | int maxCol = mSelectedDates.count()-1; | 1180 | int maxCol = mSelectedDates.count()-1; |
1181 | for( dit = mSelectedDates.begin(); dit != mSelectedDates.end(); ++dit ) { | 1181 | for( dit = mSelectedDates.begin(); dit != mSelectedDates.end(); ++dit ) { |
1182 | QDate currentDate = *dit; | 1182 | QDate currentDate = *dit; |
1183 | // kdDebug() << "KOAgendaView::fillAgenda(): " << currentDate.toString() | 1183 | // kdDebug() << "KOAgendaView::fillAgenda(): " << currentDate.toString() |
1184 | // << endl; | 1184 | // << endl; |
1185 | 1185 | ||
1186 | dayEvents = calendar()->events(currentDate,false); | 1186 | dayEvents = calendar()->events(currentDate,false); |
1187 | 1187 | ||
1188 | // Default values, which can never be reached | 1188 | // Default values, which can never be reached |
1189 | mMinY[curCol] = mAgenda->timeToY(QTime(23,59)) + 1; | 1189 | mMinY[curCol] = mAgenda->timeToY(QTime(23,59)) + 1; |
1190 | mMaxY[curCol] = mAgenda->timeToY(QTime(0,0)) - 1; | 1190 | mMaxY[curCol] = mAgenda->timeToY(QTime(0,0)) - 1; |
1191 | 1191 | ||
1192 | unsigned int numEvent; | 1192 | unsigned int numEvent; |
1193 | //qDebug("+++++NUMEVENT %d", dayEvents.count()); | 1193 | //qDebug("+++++NUMEVENT %d", dayEvents.count()); |
1194 | for(numEvent=0;numEvent<dayEvents.count();++numEvent) { | 1194 | for(numEvent=0;numEvent<dayEvents.count();++numEvent) { |
1195 | Event *event = dayEvents.at(numEvent); | 1195 | Event *event = dayEvents.at(numEvent); |
1196 | if ( !KOPrefs::instance()->mShowSyncEvents && event->uid().left(2) == QString("la") ) | 1196 | if ( !KOPrefs::instance()->mShowSyncEvents && event->uid().left(2) == QString("la") ) |
1197 | if ( event->uid().left(15) == QString("last-syncEvent-") ) | 1197 | if ( event->uid().left(15) == QString("last-syncEvent-") ) |
1198 | continue; | 1198 | continue; |
1199 | // kdDebug() << " Event: " << event->summary() << endl; | 1199 | // kdDebug() << " Event: " << event->summary() << endl; |
1200 | 1200 | ||
1201 | int beginX = currentDate.daysTo(event->dtStart().date()) + curCol; | 1201 | int beginX = currentDate.daysTo(event->dtStart().date()) + curCol; |
1202 | int endX = currentDate.daysTo(event->dtEnd().date()) + curCol; | 1202 | int endX = currentDate.daysTo(event->dtEnd().date()) + curCol; |
1203 | 1203 | ||
1204 | // kdDebug() << " beginX: " << beginX << " endX: " << endX << endl; | 1204 | // kdDebug() << " beginX: " << beginX << " endX: " << endX << endl; |
1205 | 1205 | ||
1206 | if (event->doesFloat()) { | 1206 | if (event->doesFloat()) { |
1207 | if (event->doesRecur()) { | 1207 | if (event->doesRecur()) { |
1208 | if (event->isMultiDay() ) { | 1208 | if (event->isMultiDay() ) { |
1209 | endX = endX - beginX;// endX is now number of days | 1209 | endX = endX - beginX;// endX is now number of days |
1210 | if ( event->recursOn( currentDate ) ) { | 1210 | if ( event->recursOn( currentDate ) ) { |
1211 | endX += curCol; | 1211 | endX += curCol; |
1212 | beginX = curCol; | 1212 | beginX = curCol; |
1213 | mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); | 1213 | mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); |
1214 | } else { | 1214 | } else { |
1215 | //qDebug("days endX %d curCol %d max Col %d %s",endX ,curCol, maxCol, currentDate.toString().latin1()); | 1215 | //qDebug("days endX %d curCol %d max Col %d %s",endX ,curCol, maxCol, currentDate.toString().latin1()); |
1216 | if ( curCol == maxCol && maxCol+1 < endX ) { | 1216 | if ( curCol == maxCol && maxCol+1 < endX ) { |
1217 | int i; | 1217 | int i; |
1218 | for ( i = 1; i< endX; ++i ) { | 1218 | for ( i = 1; i< endX; ++i ) { |
1219 | if ( event->recursOn( currentDate.addDays( -i ) ) ) | 1219 | if ( event->recursOn( currentDate.addDays( -i ) ) ) |
1220 | break; | 1220 | break; |
1221 | } | 1221 | } |
1222 | if ( i > maxCol ) { | 1222 | if ( i > maxCol ) { |
1223 | mAllDayAgenda->insertAllDayItem(event,currentDate,0,curCol); | 1223 | mAllDayAgenda->insertAllDayItem(event,currentDate,0,curCol); |
1224 | //qDebug("BINGO "); | 1224 | //qDebug("BINGO "); |
1225 | } | 1225 | } |
1226 | 1226 | ||
1227 | } else { | 1227 | } else { |
1228 | QDate dateit = currentDate.addDays( -endX ); | 1228 | QDate dateit = currentDate.addDays( -endX ); |
1229 | if ( event->recursOn( dateit ) ) { | 1229 | if ( event->recursOn( dateit ) ) { |
1230 | //qDebug("found %d %d %d %s", endX,curCol, curCol-endX ,dateit.toString().latin1() ); | 1230 | //qDebug("found %d %d %d %s", endX,curCol, curCol-endX ,dateit.toString().latin1() ); |
1231 | if ( curCol-endX < 0 ) { | 1231 | if ( curCol-endX < 0 ) { |
1232 | mAllDayAgenda->insertAllDayItem(event,currentDate,0,curCol); | 1232 | mAllDayAgenda->insertAllDayItem(event,currentDate,0,curCol); |
1233 | } | 1233 | } |
1234 | } | 1234 | } |
1235 | } | 1235 | } |
1236 | } | 1236 | } |
1237 | } else { | 1237 | } else { |
1238 | mAllDayAgenda->insertAllDayItem(event,currentDate,curCol,curCol); | 1238 | mAllDayAgenda->insertAllDayItem(event,currentDate,curCol,curCol); |
1239 | } | 1239 | } |
1240 | } else { | 1240 | } else { |
1241 | if (beginX <= 0 && curCol == 0) { | 1241 | if (beginX <= 0 && curCol == 0) { |
1242 | mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); | 1242 | mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); |
1243 | } else if (beginX == curCol) { | 1243 | } else if (beginX == curCol) { |
1244 | mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); | 1244 | mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); |
1245 | } | 1245 | } |
1246 | } | 1246 | } |
1247 | } else if (event->isMultiDay()) { | 1247 | } else if (event->isMultiDay()) { |
1248 | if ( event->doesRecur () ) { | 1248 | if ( event->doesRecur () ) { |
1249 | QDate dateit = currentDate; | 1249 | QDate dateit = currentDate; |
1250 | int count = 0; | 1250 | int count = 0; |
1251 | int max = event->dtStart().daysTo( event->dtEnd() ) +2; | 1251 | int max = event->dtStart().daysTo( event->dtEnd() ) +2; |
1252 | while (! event->recursOn( dateit ) && count <= max ) { | 1252 | while (! event->recursOn( dateit ) && count <= max ) { |
1253 | ++count; | 1253 | ++count; |
1254 | dateit = dateit.addDays( -1 ); | 1254 | dateit = dateit.addDays( -1 ); |
1255 | } | 1255 | } |
1256 | bool ok; | 1256 | bool ok; |
1257 | QDateTime nextOcstart = event->getNextOccurence( QDateTime(dateit) ,&ok ); | 1257 | QDateTime nextOcstart = event->getNextOccurence( QDateTime(dateit) ,&ok ); |
1258 | if ( ok ) | 1258 | if ( ok ) |
1259 | { | 1259 | { |
1260 | int secs = event->dtStart().secsTo( event->dtEnd() ); | 1260 | int secs = event->dtStart().secsTo( event->dtEnd() ); |
1261 | QDateTime nextOcend =nextOcstart.addSecs( secs ); ; | 1261 | QDateTime nextOcend =nextOcstart.addSecs( secs ); ; |
1262 | beginX = currentDate.daysTo(nextOcstart.date()) + curCol; | 1262 | beginX = currentDate.daysTo(nextOcstart.date()) + curCol; |
1263 | endX = currentDate.daysTo(nextOcend.date()) + curCol; | 1263 | endX = currentDate.daysTo(nextOcend.date()) + curCol; |
1264 | 1264 | ||
1265 | } | 1265 | } |
1266 | } | 1266 | } |
1267 | int startY = mAgenda->timeToY(event->dtStart().time()); | 1267 | int startY = mAgenda->timeToY(event->dtStart().time()); |
1268 | int endY = mAgenda->timeToY(event->dtEnd().time()) - 1; | 1268 | int endY = mAgenda->timeToY(event->dtEnd().time()) - 1; |
1269 | //qDebug("insert %d %d %d %d %d ",beginX,endX,startY,endY , curCol ); | 1269 | //qDebug("insert %d %d %d %d %d ",beginX,endX,startY,endY , curCol ); |
1270 | if ((beginX <= 0 && curCol == 0) || beginX == curCol) { | 1270 | if ((beginX <= 0 && curCol == 0) || beginX == curCol) { |
1271 | //qDebug("insert!!! "); | 1271 | //qDebug("insert!!! "); |
1272 | mAgenda->insertMultiItem(event,currentDate,beginX,endX,startY,endY); | 1272 | mAgenda->insertMultiItem(event,currentDate,beginX,endX,startY,endY); |
1273 | } | 1273 | } |
1274 | if (beginX == curCol) { | 1274 | if (beginX == curCol) { |
1275 | mMaxY[curCol] = mAgenda->timeToY(QTime(23,59)); | 1275 | mMaxY[curCol] = mAgenda->timeToY(QTime(23,59)); |
1276 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; | 1276 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; |
1277 | } else if (endX == curCol) { | 1277 | } else if (endX == curCol) { |
1278 | mMinY[curCol] = mAgenda->timeToY(QTime(0,0)); | 1278 | mMinY[curCol] = mAgenda->timeToY(QTime(0,0)); |
1279 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; | 1279 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; |
1280 | } else { | 1280 | } else { |
1281 | mMinY[curCol] = mAgenda->timeToY(QTime(0,0)); | 1281 | mMinY[curCol] = mAgenda->timeToY(QTime(0,0)); |
1282 | mMaxY[curCol] = mAgenda->timeToY(QTime(23,59)); | 1282 | mMaxY[curCol] = mAgenda->timeToY(QTime(23,59)); |
1283 | } | 1283 | } |
1284 | } else { | 1284 | } else { |
1285 | int startY = mAgenda->timeToY(event->dtStart().time()); | 1285 | int startY = mAgenda->timeToY(event->dtStart().time()); |
1286 | int endY = mAgenda->timeToY(event->dtEnd().time()) - 1; | 1286 | int endY = mAgenda->timeToY(event->dtEnd().time()) - 1; |
1287 | if (endY < startY) endY = startY; | 1287 | if (endY < startY) endY = startY; |
1288 | mAgenda->insertItem(event,currentDate,curCol,startY,endY); | 1288 | mAgenda->insertItem(event,currentDate,curCol,startY,endY); |
1289 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; | 1289 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; |
1290 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; | 1290 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; |
1291 | } | 1291 | } |
1292 | } | 1292 | } |
1293 | // ---------- [display Todos -------------- | 1293 | // ---------- [display Todos -------------- |
1294 | unsigned int numTodo; | 1294 | unsigned int numTodo; |
1295 | for (numTodo = 0; numTodo < todos.count(); ++numTodo) { | 1295 | for (numTodo = 0; numTodo < todos.count(); ++numTodo) { |
1296 | Todo *todo = todos.at(numTodo); | 1296 | Todo *todo = todos.at(numTodo); |
1297 | 1297 | ||
1298 | if ( ! todo->hasDueDate() && !todo->hasCompletedDate()) continue; // todo shall not be displayed if it has no date | 1298 | if ( ! todo->hasDueDate() && !todo->hasCompletedDate()) continue; // todo shall not be displayed if it has no date |
1299 | if ( todo->hasCompletedDate() && !KOPrefs::instance()->mShowCompletedTodoInAgenda ) continue; | 1299 | if ( todo->hasCompletedDate() && !KOPrefs::instance()->mShowCompletedTodoInAgenda ) continue; |
1300 | // ToDo items shall be displayed for the day they are due, but only showed today if they are already overdue. | 1300 | // ToDo items shall be displayed for the day they are due, but only showed today if they are already overdue. |
1301 | // Already completed items can be displayed on their original due date | 1301 | // Already completed items can be displayed on their original due date |
1302 | //if not KOPrefs::instance()->mShowTodoInAgenda, show overdue in agenda | 1302 | //if not KOPrefs::instance()->mShowTodoInAgenda, show overdue in agenda |
1303 | bool overdue = (!todo->isCompleted()) && (todo->dtDue() < today) && KOPrefs::instance()->mShowTodoInAgenda; | 1303 | bool overdue = (!todo->isCompleted()) && (todo->dtDue() < today) && KOPrefs::instance()->mShowTodoInAgenda; |
1304 | bool fillIn = false; | 1304 | bool fillIn = false; |
1305 | if ( todo->hasCompletedDate() && todo->completed().date() == currentDate ) | 1305 | if ( todo->hasCompletedDate() && todo->completed().date() == currentDate ) |
1306 | fillIn = true; | 1306 | fillIn = true; |
1307 | if ( ! fillIn && !todo->hasCompletedDate() ) | 1307 | if ( ! fillIn && !todo->hasCompletedDate() ) |
1308 | fillIn = ((todo->dtDue().date() == currentDate) && !overdue) || ((currentDate == today) && overdue); | 1308 | fillIn = ((todo->dtDue().date() == currentDate) && !overdue) || ((currentDate == today) && overdue); |
1309 | if ( fillIn ) { | 1309 | if ( fillIn ) { |
1310 | if ( (todo->doesFloat() || overdue ) && !todo->hasCompletedDate() ) { // Todo has no due-time set or is already overdue | 1310 | if ( (todo->doesFloat() || overdue ) && !todo->hasCompletedDate() ) { // Todo has no due-time set or is already overdue |
1311 | if ( KOPrefs::instance()->mShowTodoInAgenda ) | 1311 | if ( KOPrefs::instance()->mShowTodoInAgenda ) |
1312 | mAllDayAgenda->insertAllDayItem(todo, currentDate, curCol, curCol); | 1312 | mAllDayAgenda->insertAllDayItem(todo, currentDate, curCol, curCol); |
1313 | } | 1313 | } |
1314 | else { | 1314 | else { |
1315 | QDateTime dt; | 1315 | QDateTime dt; |
1316 | if ( todo->hasCompletedDate() ) | 1316 | if ( todo->hasCompletedDate() ) |
1317 | dt = todo->completed(); | 1317 | dt = todo->completed(); |
1318 | else | 1318 | else |
1319 | dt = todo->dtDue();; | 1319 | dt = todo->dtDue();; |
1320 | 1320 | ||
1321 | 1321 | ||
1322 | int endY = mAgenda->timeToY(dt.time()) - 1; | 1322 | int endY = mAgenda->timeToY(dt.time()) - 1; |
1323 | int hi = (18/KOPrefs::instance()->mHourSize); | 1323 | int hi = (18/KOPrefs::instance()->mHourSize); |
1324 | //qDebug("hei %d ",KOPrefs::instance()->mHourSize); | 1324 | //qDebug("hei %d ",KOPrefs::instance()->mHourSize); |
1325 | int startY = endY -hi; | 1325 | int startY = endY -hi; |
1326 | 1326 | ||
1327 | mAgenda->insertItem(todo,currentDate,curCol,startY,endY); | 1327 | mAgenda->insertItem(todo,currentDate,curCol,startY,endY); |
1328 | 1328 | ||
1329 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; | 1329 | if (startY < mMinY[curCol]) mMinY[curCol] = startY; |
1330 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; | 1330 | if (endY > mMaxY[curCol]) mMaxY[curCol] = endY; |
1331 | } | 1331 | } |
1332 | } | 1332 | } |
1333 | } | 1333 | } |
1334 | // ---------- display Todos] -------------- | 1334 | // ---------- display Todos] -------------- |
1335 | 1335 | ||
1336 | ++curCol; | 1336 | ++curCol; |
1337 | } | 1337 | } |
1338 | mAgenda->hideUnused(); | 1338 | mAgenda->hideUnused(); |
1339 | mAllDayAgenda->hideUnused(); | 1339 | mAllDayAgenda->hideUnused(); |
1340 | mAgenda->checkScrollBoundaries(); | 1340 | mAgenda->checkScrollBoundaries(); |
1341 | deleteSelectedDateTime(); | 1341 | deleteSelectedDateTime(); |
1342 | createDayLabels(); | 1342 | createDayLabels(); |
1343 | emit incidenceSelected( 0 ); | 1343 | emit incidenceSelected( 0 ); |
1344 | 1344 | ||
1345 | if ( globalFlagBlockAgenda == 2 ) { | 1345 | if ( globalFlagBlockAgenda == 2 ) { |
1346 | if ( KOPrefs::instance()->mSetTimeToDayStartAt ) | 1346 | if ( KOPrefs::instance()->mSetTimeToDayStartAt ) |
1347 | setStartHour( KOPrefs::instance()->mDayBegins ); | 1347 | setStartHour( KOPrefs::instance()->mDayBegins ); |
1348 | else if ( KOPrefs::instance()->mCenterOnCurrentTime ) | 1348 | else if ( KOPrefs::instance()->mCenterOnCurrentTime ) |
1349 | setStartHour( QTime::currentTime ().hour() ); | 1349 | setStartHour( QTime::currentTime ().hour() ); |
1350 | } | 1350 | } |
1351 | qApp->processEvents(); | 1351 | qApp->processEvents(); |
1352 | globalFlagBlockAgenda = 0; | 1352 | globalFlagBlockAgenda = 0; |
1353 | mAllDayAgenda->drawContentsToPainter(); | 1353 | mAllDayAgenda->drawContentsToPainter(); |
1354 | mAgenda->drawContentsToPainter(); | 1354 | mAgenda->drawContentsToPainter(); |
1355 | repaintAgenda(); | 1355 | repaintAgenda(); |
1356 | startIdleTimeout(); | 1356 | startIdleTimeout(); |
1357 | onlyOne = false; | 1357 | flag_blockfillAgenda = false; |
1358 | } | 1358 | } |
1359 | void KOAgendaView::repaintAgenda() | 1359 | void KOAgendaView::repaintAgenda() |
1360 | { | 1360 | { |
1361 | mAgenda->viewport()->repaint( false ); | 1361 | mAgenda->viewport()->repaint( false ); |
1362 | mAllDayAgenda->viewport()->repaint( false ); | 1362 | mAllDayAgenda->viewport()->repaint( false ); |
1363 | mAgenda->finishUpdate(); | 1363 | mAgenda->finishUpdate(); |
1364 | mAllDayAgenda->finishUpdate(); | 1364 | mAllDayAgenda->finishUpdate(); |
1365 | } | 1365 | } |
1366 | 1366 | ||
1367 | 1367 | ||
1368 | void KOAgendaView::clearView() | 1368 | void KOAgendaView::clearView() |
1369 | { | 1369 | { |
1370 | mAllDayAgenda->clear(); | 1370 | mAllDayAgenda->clear(); |
1371 | mAgenda->clear(); | 1371 | mAgenda->clear(); |
1372 | } | 1372 | } |
1373 | void KOAgendaView::clearList() | 1373 | void KOAgendaView::clearList() |
1374 | { | 1374 | { |
1375 | clearView(); | 1375 | clearView(); |
1376 | mAllDayAgenda->hideUnused(); | 1376 | mAllDayAgenda->hideUnused(); |
1377 | mAgenda->hideUnused(); | 1377 | mAgenda->hideUnused(); |
1378 | } | 1378 | } |
1379 | 1379 | ||
1380 | void KOAgendaView::printPreview(CalPrinter *calPrinter, const QDate &fd, | 1380 | void KOAgendaView::printPreview(CalPrinter *calPrinter, const QDate &fd, |
1381 | const QDate &td) | 1381 | const QDate &td) |
1382 | { | 1382 | { |
1383 | #ifndef KORG_NOPRINTER | 1383 | #ifndef KORG_NOPRINTER |
1384 | if (fd == td) | 1384 | if (fd == td) |
1385 | calPrinter->preview(CalPrinter::Day, fd, td); | 1385 | calPrinter->preview(CalPrinter::Day, fd, td); |
1386 | else | 1386 | else |
1387 | calPrinter->preview(CalPrinter::Week, fd, td); | 1387 | calPrinter->preview(CalPrinter::Week, fd, td); |
1388 | #endif | 1388 | #endif |
1389 | } | 1389 | } |
1390 | 1390 | ||
1391 | // void KOAgendaView::updateMovedTodo() | 1391 | // void KOAgendaView::updateMovedTodo() |
1392 | // { | 1392 | // { |
1393 | // // updateConfig(); | 1393 | // // updateConfig(); |
1394 | // // emit updateTodoViews(); | 1394 | // // emit updateTodoViews(); |
1395 | // } | 1395 | // } |
1396 | 1396 | ||
1397 | void KOAgendaView::slotShowDateView( int mode , int d ) | 1397 | void KOAgendaView::slotShowDateView( int mode , int d ) |
1398 | { | 1398 | { |
1399 | if ( d >= mSelectedDates.count() ) { | 1399 | if ( d >= mSelectedDates.count() ) { |
1400 | qDebug("KOAgendaView::slotShowDateView datecounterror %d %d ", d, mSelectedDates.count() ); | 1400 | qDebug("KOAgendaView::slotShowDateView datecounterror %d %d ", d, mSelectedDates.count() ); |
1401 | 1401 | ||
1402 | } else { | 1402 | } else { |
1403 | QDate day = mSelectedDates[d]; | 1403 | QDate day = mSelectedDates[d]; |
1404 | emit showDateView(mode , day ); | 1404 | emit showDateView(mode , day ); |
1405 | } | 1405 | } |
1406 | 1406 | ||
1407 | } | 1407 | } |
1408 | void KOAgendaView::newEvent(int gx, int gy) | 1408 | void KOAgendaView::newEvent(int gx, int gy) |
1409 | { | 1409 | { |
1410 | if (!mSelectedDates.count()) return; | 1410 | if (!mSelectedDates.count()) return; |
1411 | 1411 | ||
1412 | QDate day = mSelectedDates[gx]; | 1412 | QDate day = mSelectedDates[gx]; |
1413 | 1413 | ||
1414 | QTime time = mAgenda->gyToTime(gy); | 1414 | QTime time = mAgenda->gyToTime(gy); |
1415 | QDateTime dt(day,time); | 1415 | QDateTime dt(day,time); |
1416 | // if ( dt < QDateTime::currentDateTime () ) | 1416 | // if ( dt < QDateTime::currentDateTime () ) |
1417 | // dt = QDateTime::currentDateTime ().addSecs( 3600 ); | 1417 | // dt = QDateTime::currentDateTime ().addSecs( 3600 ); |
1418 | emit newEventSignal(dt); | 1418 | emit newEventSignal(dt); |
1419 | } | 1419 | } |
1420 | 1420 | ||
1421 | void KOAgendaView::newEvent(int gxStart, int gyStart, int gxEnd, int gyEnd) | 1421 | void KOAgendaView::newEvent(int gxStart, int gyStart, int gxEnd, int gyEnd) |
1422 | { | 1422 | { |
1423 | if (!mSelectedDates.count()) return; | 1423 | if (!mSelectedDates.count()) return; |
1424 | 1424 | ||
1425 | QDate dayStart = mSelectedDates[gxStart]; | 1425 | QDate dayStart = mSelectedDates[gxStart]; |
1426 | QDate dayEnd = mSelectedDates[gxEnd]; | 1426 | QDate dayEnd = mSelectedDates[gxEnd]; |
1427 | 1427 | ||
1428 | QTime timeStart = mAgenda->gyToTime(gyStart); | 1428 | QTime timeStart = mAgenda->gyToTime(gyStart); |
1429 | QTime timeEnd = mAgenda->gyToTime( gyEnd + 1 ); | 1429 | QTime timeEnd = mAgenda->gyToTime( gyEnd + 1 ); |
1430 | 1430 | ||
1431 | QDateTime dtStart(dayStart,timeStart); | 1431 | QDateTime dtStart(dayStart,timeStart); |
1432 | QDateTime dtEnd(dayEnd,timeEnd); | 1432 | QDateTime dtEnd(dayEnd,timeEnd); |
1433 | 1433 | ||
1434 | emit newEventSignal(dtStart,dtEnd); | 1434 | emit newEventSignal(dtStart,dtEnd); |
1435 | } | 1435 | } |
1436 | 1436 | ||
1437 | void KOAgendaView::newEventAllDay(int gx, int ) | 1437 | void KOAgendaView::newEventAllDay(int gx, int ) |
1438 | { | 1438 | { |
1439 | if (!mSelectedDates.count()) return; | 1439 | if (!mSelectedDates.count()) return; |
1440 | 1440 | ||
1441 | QDate day = mSelectedDates[gx]; | 1441 | QDate day = mSelectedDates[gx]; |
1442 | 1442 | ||
1443 | emit newEventSignal(day); | 1443 | emit newEventSignal(day); |
1444 | } | 1444 | } |
1445 | void KOAgendaView::newTodoAllDay(int gx, int ) | 1445 | void KOAgendaView::newTodoAllDay(int gx, int ) |
1446 | { | 1446 | { |
1447 | if (!mSelectedDates.count()) return; | 1447 | if (!mSelectedDates.count()) return; |
1448 | 1448 | ||
1449 | QDateTime day (mSelectedDates[gx] ); | 1449 | QDateTime day (mSelectedDates[gx] ); |
1450 | emit newTodoSignal(day, true); | 1450 | emit newTodoSignal(day, true); |
1451 | } | 1451 | } |
1452 | void KOAgendaView::newTodo(int gx, int gy ) | 1452 | void KOAgendaView::newTodo(int gx, int gy ) |
1453 | { | 1453 | { |
1454 | if (!mSelectedDates.count()) return; | 1454 | if (!mSelectedDates.count()) return; |
1455 | QDate dayStart = mSelectedDates[gx]; | 1455 | QDate dayStart = mSelectedDates[gx]; |
1456 | QTime timeStart = mAgenda->gyToTime(gy); | 1456 | QTime timeStart = mAgenda->gyToTime(gy); |
1457 | QDateTime dt (dayStart,timeStart); | 1457 | QDateTime dt (dayStart,timeStart); |
1458 | emit newTodoSignal( dt, false ); | 1458 | emit newTodoSignal( dt, false ); |
1459 | } | 1459 | } |
1460 | 1460 | ||
1461 | void KOAgendaView::updateEventIndicatorTop(int newY) | 1461 | void KOAgendaView::updateEventIndicatorTop(int newY) |
1462 | { | 1462 | { |
1463 | uint i; | 1463 | uint i; |
1464 | for(i=0;i<mMinY.size();++i) { | 1464 | for(i=0;i<mMinY.size();++i) { |
1465 | if (newY >= mMinY.at(i)) mEventIndicatorTop->enableColumn(i,true); | 1465 | if (newY >= mMinY.at(i)) mEventIndicatorTop->enableColumn(i,true); |
1466 | else mEventIndicatorTop->enableColumn(i,false); | 1466 | else mEventIndicatorTop->enableColumn(i,false); |
1467 | } | 1467 | } |
1468 | 1468 | ||
1469 | mEventIndicatorTop->update(); | 1469 | mEventIndicatorTop->update(); |
1470 | } | 1470 | } |
1471 | 1471 | ||
1472 | void KOAgendaView::updateEventIndicatorBottom(int newY) | 1472 | void KOAgendaView::updateEventIndicatorBottom(int newY) |
1473 | { | 1473 | { |
1474 | uint i; | 1474 | uint i; |
1475 | for(i=0;i<mMaxY.size();++i) { | 1475 | for(i=0;i<mMaxY.size();++i) { |
1476 | if (newY <= mMaxY.at(i)) mEventIndicatorBottom->enableColumn(i,true); | 1476 | if (newY <= mMaxY.at(i)) mEventIndicatorBottom->enableColumn(i,true); |
1477 | else mEventIndicatorBottom->enableColumn(i,false); | 1477 | else mEventIndicatorBottom->enableColumn(i,false); |
1478 | } | 1478 | } |
1479 | 1479 | ||
1480 | mEventIndicatorBottom->update(); | 1480 | mEventIndicatorBottom->update(); |
1481 | } | 1481 | } |
1482 | 1482 | ||
1483 | void KOAgendaView::startDrag(Event *event) | 1483 | void KOAgendaView::startDrag(Event *event) |
1484 | { | 1484 | { |
1485 | #ifndef KORG_NODND | 1485 | #ifndef KORG_NODND |
1486 | DndFactory factory( calendar() ); | 1486 | DndFactory factory( calendar() ); |
1487 | ICalDrag *vd = factory.createDrag(event,this); | 1487 | ICalDrag *vd = factory.createDrag(event,this); |
1488 | if (vd->drag()) { | 1488 | if (vd->drag()) { |
1489 | kdDebug() << "KOAgendaView::startDrag(): Delete drag source" << endl; | 1489 | kdDebug() << "KOAgendaView::startDrag(): Delete drag source" << endl; |
1490 | } | 1490 | } |
1491 | #endif | 1491 | #endif |
1492 | } | 1492 | } |
1493 | 1493 | ||
1494 | void KOAgendaView::readSettings() | 1494 | void KOAgendaView::readSettings() |
1495 | { | 1495 | { |
1496 | readSettings(KOGlobals::config()); | 1496 | readSettings(KOGlobals::config()); |
1497 | } | 1497 | } |
1498 | 1498 | ||
1499 | void KOAgendaView::readSettings(KConfig *config) | 1499 | void KOAgendaView::readSettings(KConfig *config) |
1500 | { | 1500 | { |
1501 | // kdDebug() << "KOAgendaView::readSettings()" << endl; | 1501 | // kdDebug() << "KOAgendaView::readSettings()" << endl; |
1502 | 1502 | ||
1503 | config->setGroup("Views"); | 1503 | config->setGroup("Views"); |
1504 | 1504 | ||
1505 | //#ifndef KORG_NOSPLITTER | 1505 | //#ifndef KORG_NOSPLITTER |
1506 | QValueList<int> sizes = config->readIntListEntry("Separator AgendaView"); | 1506 | QValueList<int> sizes = config->readIntListEntry("Separator AgendaView"); |
1507 | if (sizes.count() == 2) { | 1507 | if (sizes.count() == 2) { |
1508 | if ( sizes[0] < 20 ) { | 1508 | if ( sizes[0] < 20 ) { |
1509 | sizes[1] = sizes[1] +20 - sizes[0]; | 1509 | sizes[1] = sizes[1] +20 - sizes[0]; |
1510 | sizes[0] = 20; | 1510 | sizes[0] = 20; |
1511 | } | 1511 | } |
1512 | mSplitterAgenda->setSizes(sizes); | 1512 | mSplitterAgenda->setSizes(sizes); |
1513 | // qDebug("read %d %d ",sizes[0],sizes[1] ); | 1513 | // qDebug("read %d %d ",sizes[0],sizes[1] ); |
1514 | } | 1514 | } |
1515 | //#endif | 1515 | //#endif |
1516 | 1516 | ||
1517 | // updateConfig(); | 1517 | // updateConfig(); |
1518 | } | 1518 | } |
1519 | 1519 | ||
1520 | void KOAgendaView::writeSettings(KConfig *config) | 1520 | void KOAgendaView::writeSettings(KConfig *config) |
1521 | { | 1521 | { |
1522 | // kdDebug() << "KOAgendaView::writeSettings()" << endl; | 1522 | // kdDebug() << "KOAgendaView::writeSettings()" << endl; |
1523 | 1523 | ||
1524 | config->setGroup("Views"); | 1524 | config->setGroup("Views"); |
1525 | 1525 | ||
1526 | //#ifndef KORG_NOSPLITTER | 1526 | //#ifndef KORG_NOSPLITTER |
1527 | QValueList<int> list = mSplitterAgenda->sizes(); | 1527 | QValueList<int> list = mSplitterAgenda->sizes(); |
1528 | config->writeEntry("Separator AgendaView",list); | 1528 | config->writeEntry("Separator AgendaView",list); |
1529 | //qDebug("write %d %d ", list[0],list[1] ); | 1529 | //qDebug("write %d %d ", list[0],list[1] ); |
1530 | //#endif | 1530 | //#endif |
1531 | } | 1531 | } |
1532 | 1532 | ||
1533 | void KOAgendaView::setHolidayMasks() | 1533 | void KOAgendaView::setHolidayMasks() |
1534 | { | 1534 | { |
1535 | mHolidayMask.resize(mSelectedDates.count()); | 1535 | mHolidayMask.resize(mSelectedDates.count()); |
1536 | 1536 | ||
1537 | uint i; | 1537 | uint i; |
1538 | for(i=0;i<mSelectedDates.count();++i) { | 1538 | for(i=0;i<mSelectedDates.count();++i) { |
1539 | QDate date = mSelectedDates[i]; | 1539 | QDate date = mSelectedDates[i]; |
1540 | bool showSaturday = KOPrefs::instance()->mExcludeSaturdays && (date.dayOfWeek() == 6); | 1540 | bool showSaturday = KOPrefs::instance()->mExcludeSaturdays && (date.dayOfWeek() == 6); |
1541 | bool showSunday = KOPrefs::instance()->mExcludeHolidays && (date.dayOfWeek() == 7); | 1541 | bool showSunday = KOPrefs::instance()->mExcludeHolidays && (date.dayOfWeek() == 7); |
1542 | bool showHoliday = false; | 1542 | bool showHoliday = false; |
1543 | if ( KOPrefs::instance()->mExcludeHolidays ) { | 1543 | if ( KOPrefs::instance()->mExcludeHolidays ) { |
1544 | QPtrList<Event> events = calendar()->events( date, true ); | 1544 | QPtrList<Event> events = calendar()->events( date, true ); |
1545 | Event *event; | 1545 | Event *event; |
1546 | for( event = events.first(); event; event = events.next() ) { | 1546 | for( event = events.first(); event; event = events.next() ) { |
1547 | if ( event->isHoliday()) { | 1547 | if ( event->isHoliday()) { |
1548 | showHoliday = true; | 1548 | showHoliday = true; |
1549 | break; | 1549 | break; |
1550 | } | 1550 | } |
1551 | } | 1551 | } |
1552 | 1552 | ||
1553 | } | 1553 | } |
1554 | 1554 | ||
1555 | #ifndef KORG_NOPLUGINS | 1555 | #ifndef KORG_NOPLUGINS |
1556 | bool showHoliday = KOPrefs::instance()->mExcludeHolidays && | 1556 | bool showHoliday = KOPrefs::instance()->mExcludeHolidays && |
1557 | !KOCore::self()->holiday(date).isEmpty(); | 1557 | !KOCore::self()->holiday(date).isEmpty(); |
1558 | #endif | 1558 | #endif |
1559 | bool showDay = showSaturday || showSunday || showHoliday; | 1559 | bool showDay = showSaturday || showSunday || showHoliday; |
1560 | 1560 | ||
1561 | if (showDay) { | 1561 | if (showDay) { |
1562 | mHolidayMask.at(i) = true; | 1562 | mHolidayMask.at(i) = true; |
1563 | } else { | 1563 | } else { |
1564 | mHolidayMask.at(i) = false; | 1564 | mHolidayMask.at(i) = false; |
1565 | } | 1565 | } |
1566 | } | 1566 | } |
1567 | 1567 | ||
1568 | mAgenda->setHolidayMask(&mHolidayMask); | 1568 | mAgenda->setHolidayMask(&mHolidayMask); |
1569 | mAllDayAgenda->setHolidayMask(&mHolidayMask); | 1569 | mAllDayAgenda->setHolidayMask(&mHolidayMask); |
1570 | } | 1570 | } |
1571 | 1571 | ||
1572 | void KOAgendaView::setContentsPos(int y) | 1572 | void KOAgendaView::setContentsPos(int y) |
1573 | { | 1573 | { |
1574 | mAgenda->setContentsPos(0,y); | 1574 | mAgenda->setContentsPos(0,y); |
1575 | } | 1575 | } |
1576 | 1576 | ||
1577 | void KOAgendaView::clearSelection() | 1577 | void KOAgendaView::clearSelection() |
1578 | { | 1578 | { |
1579 | mAgenda->deselectItem(); | 1579 | mAgenda->deselectItem(); |
1580 | mAllDayAgenda->deselectItem(); | 1580 | mAllDayAgenda->deselectItem(); |
1581 | } | 1581 | } |
1582 | 1582 | ||
1583 | void KOAgendaView::newTimeSpanSelectedAllDay(int gxStart, int gyStart, | 1583 | void KOAgendaView::newTimeSpanSelectedAllDay(int gxStart, int gyStart, |
1584 | int gxEnd, int gyEnd) | 1584 | int gxEnd, int gyEnd) |
1585 | { | 1585 | { |
1586 | mTimeSpanInAllDay = true; | 1586 | mTimeSpanInAllDay = true; |
1587 | newTimeSpanSelected(gxStart,gyStart,gxEnd,gyEnd); | 1587 | newTimeSpanSelected(gxStart,gyStart,gxEnd,gyEnd); |
1588 | } | 1588 | } |
1589 | 1589 | ||
1590 | 1590 | ||
1591 | 1591 | ||
1592 | 1592 | ||
1593 | void KOAgendaView::newTimeSpanSelected(int gxStart, int gyStart, | 1593 | void KOAgendaView::newTimeSpanSelected(int gxStart, int gyStart, |
1594 | int gxEnd, int gyEnd) | 1594 | int gxEnd, int gyEnd) |
1595 | { | 1595 | { |
1596 | if (!mSelectedDates.count()) return; | 1596 | if (!mSelectedDates.count()) return; |
1597 | 1597 | ||
1598 | QDate dayStart = mSelectedDates[gxStart]; | 1598 | QDate dayStart = mSelectedDates[gxStart]; |
1599 | QDate dayEnd = mSelectedDates[gxEnd]; | 1599 | QDate dayEnd = mSelectedDates[gxEnd]; |
1600 | 1600 | ||
1601 | QTime timeStart = mAgenda->gyToTime(gyStart); | 1601 | QTime timeStart = mAgenda->gyToTime(gyStart); |
1602 | QTime timeEnd = mAgenda->gyToTime( gyEnd + 1 ); | 1602 | QTime timeEnd = mAgenda->gyToTime( gyEnd + 1 ); |
1603 | 1603 | ||
1604 | QDateTime dtStart(dayStart,timeStart); | 1604 | QDateTime dtStart(dayStart,timeStart); |
1605 | QDateTime dtEnd(dayEnd,timeEnd); | 1605 | QDateTime dtEnd(dayEnd,timeEnd); |
1606 | 1606 | ||
1607 | mTimeSpanBegin = dtStart; | 1607 | mTimeSpanBegin = dtStart; |
1608 | mTimeSpanEnd = dtEnd; | 1608 | mTimeSpanEnd = dtEnd; |
1609 | 1609 | ||
1610 | } | 1610 | } |
1611 | 1611 | ||
1612 | void KOAgendaView::deleteSelectedDateTime() | 1612 | void KOAgendaView::deleteSelectedDateTime() |
1613 | { | 1613 | { |
1614 | mTimeSpanBegin.setDate(QDate()); | 1614 | mTimeSpanBegin.setDate(QDate()); |
1615 | mTimeSpanEnd.setDate(QDate()); | 1615 | mTimeSpanEnd.setDate(QDate()); |
1616 | mTimeSpanInAllDay = false; | 1616 | mTimeSpanInAllDay = false; |
1617 | } | 1617 | } |
1618 | 1618 | ||
1619 | void KOAgendaView::keyPressEvent ( QKeyEvent * e ) | 1619 | void KOAgendaView::keyPressEvent ( QKeyEvent * e ) |
1620 | { | 1620 | { |
1621 | e->ignore(); | 1621 | e->ignore(); |
1622 | } | 1622 | } |
1623 | 1623 | ||
1624 | void KOAgendaView::scrollOneHourUp() | 1624 | void KOAgendaView::scrollOneHourUp() |
1625 | { | 1625 | { |
1626 | 1626 | ||
1627 | mAgenda->scrollBy ( 0, -mAgenda->contentsHeight () / 24 ); | 1627 | mAgenda->scrollBy ( 0, -mAgenda->contentsHeight () / 24 ); |
1628 | } | 1628 | } |
1629 | void KOAgendaView::scrollOneHourDown() | 1629 | void KOAgendaView::scrollOneHourDown() |
1630 | { | 1630 | { |
1631 | mAgenda->scrollBy ( 0, mAgenda->contentsHeight () / 24 ); | 1631 | mAgenda->scrollBy ( 0, mAgenda->contentsHeight () / 24 ); |
1632 | } | 1632 | } |
1633 | 1633 | ||
1634 | void KOAgendaView::setStartHour( int h ) | 1634 | void KOAgendaView::setStartHour( int h ) |
1635 | { | 1635 | { |
1636 | mAgenda->setStartHour( h ); | 1636 | mAgenda->setStartHour( h ); |
1637 | 1637 | ||
1638 | } | 1638 | } |
1639 | void KOAgendaView::setInitStartHour() | 1639 | void KOAgendaView::setInitStartHour() |
1640 | { | 1640 | { |
1641 | 1641 | ||
1642 | if ( KOPrefs::instance()->mCenterOnCurrentTime ) | 1642 | if ( KOPrefs::instance()->mCenterOnCurrentTime ) |
1643 | setStartHour( QTime::currentTime ().hour() ); | 1643 | setStartHour( QTime::currentTime ().hour() ); |
1644 | else | 1644 | else |
1645 | setStartHour( KOPrefs::instance()->mDayBegins ); | 1645 | setStartHour( KOPrefs::instance()->mDayBegins ); |
1646 | 1646 | ||
1647 | } | 1647 | } |
1648 | 1648 | ||
1649 | 1649 | ||
1650 | void KOAgendaView::updateTodo( Todo * t, int ) | 1650 | void KOAgendaView::updateTodo( Todo * t, int ) |
1651 | { | 1651 | { |
1652 | if ( !isVisible() ) | 1652 | if ( !isVisible() ) |
1653 | return; | 1653 | return; |
1654 | bool remove = false; | 1654 | bool remove = false; |
1655 | bool removeAD = false; | 1655 | bool removeAD = false; |
1656 | QDate da; | 1656 | QDate da; |
1657 | if ( t->hasCompletedDate() ) | 1657 | if ( t->hasCompletedDate() ) |
1658 | da = t->completed().date(); | 1658 | da = t->completed().date(); |
1659 | else | 1659 | else |
1660 | da = t->dtDue().date(); | 1660 | da = t->dtDue().date(); |
1661 | if ( ! t->hasDueDate() && !t->hasCompletedDate() ) { | 1661 | if ( ! t->hasDueDate() && !t->hasCompletedDate() ) { |
1662 | remove = true; | 1662 | remove = true; |
1663 | removeAD = true; | 1663 | removeAD = true; |
1664 | } | 1664 | } |
1665 | else { | 1665 | else { |
1666 | bool overdue = (!t->isCompleted()) && (t->dtDue() < QDate::currentDate()) && KOPrefs::instance()->mShowTodoInAgenda ; | 1666 | bool overdue = (!t->isCompleted()) && (t->dtDue() < QDate::currentDate()) && KOPrefs::instance()->mShowTodoInAgenda ; |
1667 | if ( overdue && | 1667 | if ( overdue && |
1668 | QDate::currentDate() >= mSelectedDates.first() && | 1668 | QDate::currentDate() >= mSelectedDates.first() && |
1669 | QDate::currentDate() <= mSelectedDates.last()) { | 1669 | QDate::currentDate() <= mSelectedDates.last()) { |
1670 | removeAD = false; | 1670 | removeAD = false; |
1671 | remove = true; | 1671 | remove = true; |
1672 | } | 1672 | } |
1673 | else { | 1673 | else { |
1674 | 1674 | ||
1675 | if ( da < mSelectedDates.first() || | 1675 | if ( da < mSelectedDates.first() || |
1676 | da > mSelectedDates.last() ) { | 1676 | da > mSelectedDates.last() ) { |
1677 | remove = true; | 1677 | remove = true; |
1678 | removeAD = true; | 1678 | removeAD = true; |
1679 | } else { | 1679 | } else { |
1680 | remove = t->doesFloat() && !t->hasCompletedDate(); | 1680 | remove = t->doesFloat() && !t->hasCompletedDate(); |
1681 | removeAD = !remove; | 1681 | removeAD = !remove; |
1682 | } | 1682 | } |
1683 | } | 1683 | } |
1684 | } | 1684 | } |
1685 | int days = mSelectedDates.first().daysTo( da ); | 1685 | int days = mSelectedDates.first().daysTo( da ); |
1686 | //qDebug("daysto %d %d %d", days, remove,removeAD ); | 1686 | //qDebug("daysto %d %d %d", days, remove,removeAD ); |
1687 | mAgenda->updateTodo( t , days, remove); | 1687 | mAgenda->updateTodo( t , days, remove); |
1688 | if ( KOPrefs::instance()->mShowTodoInAgenda ) | 1688 | if ( KOPrefs::instance()->mShowTodoInAgenda ) |
1689 | mAllDayAgenda->updateTodo( t , days, removeAD); | 1689 | mAllDayAgenda->updateTodo( t , days, removeAD); |
1690 | //qDebug("KOAgendaView::updateTodo( Todo *, int ) "); | 1690 | //qDebug("KOAgendaView::updateTodo( Todo *, int ) "); |
1691 | 1691 | ||
1692 | } | 1692 | } |
diff --git a/korganizer/koagendaview.h b/korganizer/koagendaview.h index 4b7ef5b..5e68146 100644 --- a/korganizer/koagendaview.h +++ b/korganizer/koagendaview.h | |||
@@ -1,298 +1,299 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | Copyright (c) 2000,2001 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2000,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 | #ifndef KOAGENDAVIEW_H | 23 | #ifndef KOAGENDAVIEW_H |
24 | #define KOAGENDAVIEW_H | 24 | #define KOAGENDAVIEW_H |
25 | 25 | ||
26 | #include <qscrollview.h> | 26 | #include <qscrollview.h> |
27 | #include <qdatetime.h> | 27 | #include <qdatetime.h> |
28 | #include <qpushbutton.h> | 28 | #include <qpushbutton.h> |
29 | #include <qlayout.h> | 29 | #include <qlayout.h> |
30 | #ifndef DESKTOP_VERSION | 30 | #ifndef DESKTOP_VERSION |
31 | #include <qksplitter.h> | 31 | #include <qksplitter.h> |
32 | #else | 32 | #else |
33 | #include <qsplitter.h> | 33 | #include <qsplitter.h> |
34 | #endif | 34 | #endif |
35 | #include <qmemarray.h> | 35 | #include <qmemarray.h> |
36 | 36 | ||
37 | #include "koeventview.h" | 37 | #include "koeventview.h" |
38 | 38 | ||
39 | class QHBox; | 39 | class QHBox; |
40 | class QFrame; | 40 | class QFrame; |
41 | class QLabel; | 41 | class QLabel; |
42 | class QPushButton; | 42 | class QPushButton; |
43 | class CalendarView; | 43 | class CalendarView; |
44 | class KOAgenda; | 44 | class KOAgenda; |
45 | class KOAgendaItem; | 45 | class KOAgendaItem; |
46 | class KConfig; | 46 | class KConfig; |
47 | class KDGanttMinimizeSplitter; | 47 | class KDGanttMinimizeSplitter; |
48 | 48 | ||
49 | class KOAgendaButton : public QPushButton | 49 | class KOAgendaButton : public QPushButton |
50 | { | 50 | { |
51 | Q_OBJECT | 51 | Q_OBJECT |
52 | public: | 52 | public: |
53 | KOAgendaButton( QWidget *parent=0, const char *name=0 ) : | 53 | KOAgendaButton( QWidget *parent=0, const char *name=0 ) : |
54 | QPushButton( parent, name ) | 54 | QPushButton( parent, name ) |
55 | { | 55 | { |
56 | mNum = -3; | 56 | mNum = -3; |
57 | setFlat( true ); | 57 | setFlat( true ); |
58 | setFocusPolicy(NoFocus); | 58 | setFocusPolicy(NoFocus); |
59 | setSizePolicy(QSizePolicy( QSizePolicy::Expanding ,QSizePolicy::Expanding )); | 59 | setSizePolicy(QSizePolicy( QSizePolicy::Expanding ,QSizePolicy::Expanding )); |
60 | connect( this, SIGNAL( clicked() ), this, SLOT ( bClicked() ) ); | 60 | connect( this, SIGNAL( clicked() ), this, SLOT ( bClicked() ) ); |
61 | }; | 61 | }; |
62 | 62 | ||
63 | QSize sizeHint () const { return QSize( 5,5) ;} | 63 | QSize sizeHint () const { return QSize( 5,5) ;} |
64 | void setNum( int n) { mNum = n; } | 64 | void setNum( int n) { mNum = n; } |
65 | private slots: | 65 | private slots: |
66 | void bClicked() {emit numClicked( mNum);} | 66 | void bClicked() {emit numClicked( mNum);} |
67 | signals: | 67 | signals: |
68 | void numClicked( int ); | 68 | void numClicked( int ); |
69 | private: | 69 | private: |
70 | int mNum; | 70 | int mNum; |
71 | }; | 71 | }; |
72 | 72 | ||
73 | class TimeLabels : public QScrollView { | 73 | class TimeLabels : public QScrollView { |
74 | Q_OBJECT | 74 | Q_OBJECT |
75 | public: | 75 | public: |
76 | TimeLabels(int rows,QWidget *parent=0,const char *name=0,WFlags f=0); | 76 | TimeLabels(int rows,QWidget *parent=0,const char *name=0,WFlags f=0); |
77 | 77 | ||
78 | void setCellHeight(int height); | 78 | void setCellHeight(int height); |
79 | 79 | ||
80 | /** Calculates the minimum width */ | 80 | /** Calculates the minimum width */ |
81 | virtual int minimumWidth() const; | 81 | virtual int minimumWidth() const; |
82 | 82 | ||
83 | /** updates widget's internal state */ | 83 | /** updates widget's internal state */ |
84 | void updateConfig(); | 84 | void updateConfig(); |
85 | 85 | ||
86 | /** */ | 86 | /** */ |
87 | void setAgenda(KOAgenda* agenda); | 87 | void setAgenda(KOAgenda* agenda); |
88 | 88 | ||
89 | /** */ | 89 | /** */ |
90 | virtual void paintEvent(QPaintEvent* e); | 90 | virtual void paintEvent(QPaintEvent* e); |
91 | void contentsMousePressEvent ( QMouseEvent * ) ; | 91 | void contentsMousePressEvent ( QMouseEvent * ) ; |
92 | void contentsMouseReleaseEvent ( QMouseEvent * ); | 92 | void contentsMouseReleaseEvent ( QMouseEvent * ); |
93 | void contentsMouseMoveEvent ( QMouseEvent * ); | 93 | void contentsMouseMoveEvent ( QMouseEvent * ); |
94 | 94 | ||
95 | public slots: | 95 | public slots: |
96 | /** update time label positions */ | 96 | /** update time label positions */ |
97 | void positionChanged(); | 97 | void positionChanged(); |
98 | signals: | 98 | signals: |
99 | void scaleChanged(); | 99 | void scaleChanged(); |
100 | protected: | 100 | protected: |
101 | void drawContents(QPainter *p,int cx, int cy, int cw, int ch); | 101 | void drawContents(QPainter *p,int cx, int cy, int cw, int ch); |
102 | 102 | ||
103 | private: | 103 | private: |
104 | QPixmap myPix; | 104 | QPixmap myPix; |
105 | bool mRedrawNeeded; | 105 | bool mRedrawNeeded; |
106 | int mMiniWidth; | 106 | int mMiniWidth; |
107 | int mMouseDownY; | 107 | int mMouseDownY; |
108 | QString mOrgCap; | 108 | QString mOrgCap; |
109 | int mRows; | 109 | int mRows; |
110 | int mCellHeight; | 110 | int mCellHeight; |
111 | 111 | ||
112 | /** */ | 112 | /** */ |
113 | KOAgenda* mAgenda; | 113 | KOAgenda* mAgenda; |
114 | }; | 114 | }; |
115 | 115 | ||
116 | class EventIndicator : public QFrame { | 116 | class EventIndicator : public QFrame { |
117 | Q_OBJECT | 117 | Q_OBJECT |
118 | public: | 118 | public: |
119 | enum Location { Top, Bottom }; | 119 | enum Location { Top, Bottom }; |
120 | EventIndicator(Location loc=Top,QWidget *parent=0,const char *name=0); | 120 | EventIndicator(Location loc=Top,QWidget *parent=0,const char *name=0); |
121 | virtual ~EventIndicator(); | 121 | virtual ~EventIndicator(); |
122 | 122 | ||
123 | void changeColumns(int columns); | 123 | void changeColumns(int columns); |
124 | void setPaintWidget( KDGanttMinimizeSplitter* ); | 124 | void setPaintWidget( KDGanttMinimizeSplitter* ); |
125 | void setXOffset( int ); | 125 | void setXOffset( int ); |
126 | void enableColumn(int column, bool enable); | 126 | void enableColumn(int column, bool enable); |
127 | 127 | ||
128 | protected: | 128 | protected: |
129 | void drawContents(QPainter *); | 129 | void drawContents(QPainter *); |
130 | 130 | ||
131 | private: | 131 | private: |
132 | int mXOffset; | 132 | int mXOffset; |
133 | KDGanttMinimizeSplitter* mPaintWidget; | 133 | KDGanttMinimizeSplitter* mPaintWidget; |
134 | int mColumns; | 134 | int mColumns; |
135 | QHBox *mTopBox; | 135 | QHBox *mTopBox; |
136 | QBoxLayout *mTopLayout; | 136 | QBoxLayout *mTopLayout; |
137 | Location mLocation; | 137 | Location mLocation; |
138 | QPixmap mPixmap; | 138 | QPixmap mPixmap; |
139 | QMemArray<bool> mEnabled; | 139 | QMemArray<bool> mEnabled; |
140 | }; | 140 | }; |
141 | 141 | ||
142 | /** | 142 | /** |
143 | KOAgendaView is the agenda-like view used to display events in an one or | 143 | KOAgendaView is the agenda-like view used to display events in an one or |
144 | multi-day view. | 144 | multi-day view. |
145 | */ | 145 | */ |
146 | class KOAgendaView : public KOEventView { | 146 | class KOAgendaView : public KOEventView { |
147 | Q_OBJECT | 147 | Q_OBJECT |
148 | public: | 148 | public: |
149 | KOAgendaView(Calendar *cal,QWidget *parent = 0,const char *name = 0 ); | 149 | KOAgendaView(Calendar *cal,QWidget *parent = 0,const char *name = 0 ); |
150 | virtual ~KOAgendaView(); | 150 | virtual ~KOAgendaView(); |
151 | void setStartHour( int ); | 151 | void setStartHour( int ); |
152 | void toggleAllDay(); | 152 | void toggleAllDay(); |
153 | 153 | ||
154 | 154 | ||
155 | /** Returns maximum number of days supported by the koagendaview */ | 155 | /** Returns maximum number of days supported by the koagendaview */ |
156 | virtual int maxDatesHint(); | 156 | virtual int maxDatesHint(); |
157 | 157 | ||
158 | /** Returns number of currently shown dates. */ | 158 | /** Returns number of currently shown dates. */ |
159 | virtual int currentDateCount(); | 159 | virtual int currentDateCount(); |
160 | 160 | ||
161 | /** returns the currently selected events */ | 161 | /** returns the currently selected events */ |
162 | virtual QPtrList<Incidence> selectedIncidences(); | 162 | virtual QPtrList<Incidence> selectedIncidences(); |
163 | 163 | ||
164 | /** returns the currently selected events */ | 164 | /** returns the currently selected events */ |
165 | virtual DateList selectedDates(); | 165 | virtual DateList selectedDates(); |
166 | 166 | ||
167 | /** Remove all events from view */ | 167 | /** Remove all events from view */ |
168 | void clearView(); | 168 | void clearView(); |
169 | void clearList(); | 169 | void clearList(); |
170 | KOAgenda *agenda() { return mAgenda;} | 170 | KOAgenda *agenda() { return mAgenda;} |
171 | virtual void printPreview(CalPrinter *calPrinter, | 171 | virtual void printPreview(CalPrinter *calPrinter, |
172 | const QDate &, const QDate &); | 172 | const QDate &, const QDate &); |
173 | 173 | ||
174 | /** start-datetime of selection */ | 174 | /** start-datetime of selection */ |
175 | QDateTime selectionStart() {return mTimeSpanBegin;} | 175 | QDateTime selectionStart() {return mTimeSpanBegin;} |
176 | /** end-datetime of selection */ | 176 | /** end-datetime of selection */ |
177 | QDateTime selectionEnd() {return mTimeSpanEnd;} | 177 | QDateTime selectionEnd() {return mTimeSpanEnd;} |
178 | /** returns true if selection is for whole day */ | 178 | /** returns true if selection is for whole day */ |
179 | bool selectedIsAllDay() {return mTimeSpanInAllDay;} | 179 | bool selectedIsAllDay() {return mTimeSpanInAllDay;} |
180 | /** make selected start/end invalid */ | 180 | /** make selected start/end invalid */ |
181 | void deleteSelectedDateTime(); | 181 | void deleteSelectedDateTime(); |
182 | void repaintAgenda(); | 182 | void repaintAgenda(); |
183 | public slots: | 183 | public slots: |
184 | void setInitStartHour(); | 184 | void setInitStartHour(); |
185 | virtual void updateView(); | 185 | virtual void updateView(); |
186 | virtual void updateConfig(); | 186 | virtual void updateConfig(); |
187 | virtual void showDates(const QDate &start, const QDate &end); | 187 | virtual void showDates(const QDate &start, const QDate &end); |
188 | virtual void showEvents(QPtrList<Event> eventList); | 188 | virtual void showEvents(QPtrList<Event> eventList); |
189 | 189 | ||
190 | void updateTodo( Todo *, int ); | 190 | void updateTodo( Todo *, int ); |
191 | void changeEventDisplay(Event *, int); | 191 | void changeEventDisplay(Event *, int); |
192 | 192 | ||
193 | void clearSelection(); | 193 | void clearSelection(); |
194 | 194 | ||
195 | void newTodo(int gx,int gy); | 195 | void newTodo(int gx,int gy); |
196 | void newEvent(int gx,int gy); | 196 | void newEvent(int gx,int gy); |
197 | void newEvent(int gxStart, int gyStart, int gxEnd, int gyEnd); | 197 | void newEvent(int gxStart, int gyStart, int gxEnd, int gyEnd); |
198 | void newEventAllDay(int gx, int gy); | 198 | void newEventAllDay(int gx, int gy); |
199 | void newTodoAllDay(int gx, int gy); | 199 | void newTodoAllDay(int gx, int gy); |
200 | 200 | ||
201 | void startDrag(Event *); | 201 | void startDrag(Event *); |
202 | 202 | ||
203 | void readSettings(); | 203 | void readSettings(); |
204 | void readSettings(KConfig *); | 204 | void readSettings(KConfig *); |
205 | void writeSettings(KConfig *); | 205 | void writeSettings(KConfig *); |
206 | 206 | ||
207 | void setContentsPos(int y); | 207 | void setContentsPos(int y); |
208 | 208 | ||
209 | void scrollOneHourUp(); | 209 | void scrollOneHourUp(); |
210 | void scrollOneHourDown(); | 210 | void scrollOneHourDown(); |
211 | void addToCalSlot(Incidence *, Incidence *); | 211 | void addToCalSlot(Incidence *, Incidence *); |
212 | void slotShowDateView( int, int ); | 212 | void slotShowDateView( int, int ); |
213 | void fillAgenda(); | 213 | void fillAgenda(); |
214 | void startIdleTimeout(); | 214 | void startIdleTimeout(); |
215 | 215 | ||
216 | signals: | 216 | signals: |
217 | void showDateView( int, QDate ); | 217 | void showDateView( int, QDate ); |
218 | void newTodoSignal( QDateTime ,bool ); | 218 | void newTodoSignal( QDateTime ,bool ); |
219 | void toggleExpand(); | 219 | void toggleExpand(); |
220 | void selectWeekNum( int ); | 220 | void selectWeekNum( int ); |
221 | void todoMoved( Todo *, int ); | 221 | void todoMoved( Todo *, int ); |
222 | void incidenceChanged(Incidence * , int ); | 222 | void incidenceChanged(Incidence * , int ); |
223 | // void cloneIncidenceSignal(Incidence *); | 223 | // void cloneIncidenceSignal(Incidence *); |
224 | 224 | ||
225 | protected: | 225 | protected: |
226 | KOAgendaButton* getNewDaylabel(); | 226 | KOAgendaButton* getNewDaylabel(); |
227 | bool mBlockUpdating; | 227 | bool mBlockUpdating; |
228 | int mUpcomingWidth; | 228 | int mUpcomingWidth; |
229 | /** Fill agenda beginning with date startDate */ | 229 | /** Fill agenda beginning with date startDate */ |
230 | void fillAgenda(const QDate &startDate); | 230 | void fillAgenda(const QDate &startDate); |
231 | void resizeEvent( QResizeEvent* e ); | 231 | void resizeEvent( QResizeEvent* e ); |
232 | /** Fill agenda using the current set value for the start date */ | 232 | /** Fill agenda using the current set value for the start date */ |
233 | 233 | ||
234 | /** Create labels for the selected dates. */ | 234 | /** Create labels for the selected dates. */ |
235 | void createDayLabels(); | 235 | void createDayLabels(); |
236 | 236 | ||
237 | /** | 237 | /** |
238 | Set the masks on the agenda widgets indicating, which days are holidays. | 238 | Set the masks on the agenda widgets indicating, which days are holidays. |
239 | */ | 239 | */ |
240 | void setHolidayMasks(); | 240 | void setHolidayMasks(); |
241 | 241 | ||
242 | protected slots: | 242 | protected slots: |
243 | void slotIdleTimeout(); | 243 | void slotIdleTimeout(); |
244 | void categoryChanged( Incidence * ); | 244 | void categoryChanged( Incidence * ); |
245 | void slotDaylabelClicked( int ); | 245 | void slotDaylabelClicked( int ); |
246 | /** Update event belonging to agenda item */ | 246 | /** Update event belonging to agenda item */ |
247 | void updateEventDates(KOAgendaItem *item, int mode = -1); | 247 | void updateEventDates(KOAgendaItem *item, int mode = -1); |
248 | //void updateMovedTodo(); | 248 | //void updateMovedTodo(); |
249 | 249 | ||
250 | void updateEventIndicatorTop(int newY); | 250 | void updateEventIndicatorTop(int newY); |
251 | void updateEventIndicatorBottom(int newY); | 251 | void updateEventIndicatorBottom(int newY); |
252 | 252 | ||
253 | /** Updates data for selected timespan */ | 253 | /** Updates data for selected timespan */ |
254 | void newTimeSpanSelected(int gxStart, int gyStart, int gxEnd, int gyEnd); | 254 | void newTimeSpanSelected(int gxStart, int gyStart, int gxEnd, int gyEnd); |
255 | /** Updates data for selected timespan for all day event*/ | 255 | /** Updates data for selected timespan for all day event*/ |
256 | void newTimeSpanSelectedAllDay(int gxStart, int gyStart, int gxEnd, int gyEnd); | 256 | void newTimeSpanSelectedAllDay(int gxStart, int gyStart, int gxEnd, int gyEnd); |
257 | 257 | ||
258 | private: | 258 | private: |
259 | bool flag_blockfillAgenda; | ||
259 | QTimer* mIdleTimer; | 260 | QTimer* mIdleTimer; |
260 | QDateTime mIdleStart; | 261 | QDateTime mIdleStart; |
261 | // view widgets | 262 | // view widgets |
262 | QFrame *mDayLabels; | 263 | QFrame *mDayLabels; |
263 | QHBox *mDayLabelsFrame; | 264 | QHBox *mDayLabelsFrame; |
264 | QBoxLayout *mLayoutDayLabels; | 265 | QBoxLayout *mLayoutDayLabels; |
265 | QFrame *mAllDayFrame; | 266 | QFrame *mAllDayFrame; |
266 | KOAgenda *mAllDayAgenda; | 267 | KOAgenda *mAllDayAgenda; |
267 | KOAgenda *mAgenda; | 268 | KOAgenda *mAgenda; |
268 | TimeLabels *mTimeLabels; | 269 | TimeLabels *mTimeLabels; |
269 | QWidget *mDummyAllDayLeft; | 270 | QWidget *mDummyAllDayLeft; |
270 | 271 | ||
271 | KDGanttMinimizeSplitter* mSplitterAgenda; | 272 | KDGanttMinimizeSplitter* mSplitterAgenda; |
272 | QPushButton *mExpandButton; | 273 | QPushButton *mExpandButton; |
273 | 274 | ||
274 | DateList mSelectedDates; // List of dates to be displayed | 275 | DateList mSelectedDates; // List of dates to be displayed |
275 | int mViewType; | 276 | int mViewType; |
276 | 277 | ||
277 | bool mWeekStartsMonday; | 278 | bool mWeekStartsMonday; |
278 | int mStartHour; | 279 | int mStartHour; |
279 | 280 | ||
280 | KOEventPopupMenu *mAllAgendaPopup; | 281 | KOEventPopupMenu *mAllAgendaPopup; |
281 | //KOEventPopupMenu *mAllDayAgendaPopup; | 282 | //KOEventPopupMenu *mAllDayAgendaPopup; |
282 | 283 | ||
283 | EventIndicator *mEventIndicatorTop; | 284 | EventIndicator *mEventIndicatorTop; |
284 | EventIndicator *mEventIndicatorBottom; | 285 | EventIndicator *mEventIndicatorBottom; |
285 | 286 | ||
286 | QMemArray<int> mMinY; | 287 | QMemArray<int> mMinY; |
287 | QMemArray<int> mMaxY; | 288 | QMemArray<int> mMaxY; |
288 | 289 | ||
289 | QMemArray<bool> mHolidayMask; | 290 | QMemArray<bool> mHolidayMask; |
290 | 291 | ||
291 | QPtrList<KOAgendaButton> mDayLabelsList; | 292 | QPtrList<KOAgendaButton> mDayLabelsList; |
292 | QDateTime mTimeSpanBegin; | 293 | QDateTime mTimeSpanBegin; |
293 | QDateTime mTimeSpanEnd; | 294 | QDateTime mTimeSpanEnd; |
294 | bool mTimeSpanInAllDay; | 295 | bool mTimeSpanInAllDay; |
295 | void keyPressEvent ( QKeyEvent * e ); | 296 | void keyPressEvent ( QKeyEvent * e ); |
296 | }; | 297 | }; |
297 | 298 | ||
298 | #endif // KOAGENDAVIEW_H | 299 | #endif // KOAGENDAVIEW_H |
diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp index a12c43e..d79a9b9 100644 --- a/korganizer/kotodoview.cpp +++ b/korganizer/kotodoview.cpp | |||
@@ -132,1274 +132,1276 @@ KOStopTodoPrefs::KOStopTodoPrefs( Todo* todo, QWidget *parent, const char *name | |||
132 | lay->addWidget( cancel ); | 132 | lay->addWidget( cancel ); |
133 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); | 133 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( accept() ) ); |
134 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); | 134 | connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); |
135 | ok = new QPushButton( i18n("Stop - do not save"), this ); | 135 | ok = new QPushButton( i18n("Stop - do not save"), this ); |
136 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( doNotSave() ) ); | 136 | connect ( ok,SIGNAL(clicked() ),this , SLOT ( doNotSave() ) ); |
137 | lay->addWidget( ok ); | 137 | lay->addWidget( ok ); |
138 | if (QApplication::desktop()->width() < 320 ) | 138 | if (QApplication::desktop()->width() < 320 ) |
139 | resize( 240, sizeHint().height() ); | 139 | resize( 240, sizeHint().height() ); |
140 | else | 140 | else |
141 | resize( 320, sizeHint().height() ); | 141 | resize( 320, sizeHint().height() ); |
142 | 142 | ||
143 | } | 143 | } |
144 | 144 | ||
145 | void KOStopTodoPrefs::accept() | 145 | void KOStopTodoPrefs::accept() |
146 | { | 146 | { |
147 | QDateTime start = QDateTime( sde->date(), ste->getTime() ); | 147 | QDateTime start = QDateTime( sde->date(), ste->getTime() ); |
148 | QDateTime stop = QDateTime( ede->date(), ete->getTime() ); | 148 | QDateTime stop = QDateTime( ede->date(), ete->getTime() ); |
149 | if ( start > stop ) { | 149 | if ( start > stop ) { |
150 | KMessageBox::sorry(this, | 150 | KMessageBox::sorry(this, |
151 | i18n("The start time is\nafter the end time!"), | 151 | i18n("The start time is\nafter the end time!"), |
152 | i18n("Time mismatch!")); | 152 | i18n("Time mismatch!")); |
153 | return; | 153 | return; |
154 | } | 154 | } |
155 | // restoring the seconds | 155 | // restoring the seconds |
156 | if ( start == QDateTime( mTodo->runStart().date(), | 156 | if ( start == QDateTime( mTodo->runStart().date(), |
157 | QTime(mTodo->runStart().time().hour() , mTodo->runStart().time().minute() ) ) ) | 157 | QTime(mTodo->runStart().time().hour() , mTodo->runStart().time().minute() ) ) ) |
158 | start = mTodo->runStart(); | 158 | start = mTodo->runStart(); |
159 | if ( stop == QDateTime( mStop.date(), | 159 | if ( stop == QDateTime( mStop.date(), |
160 | QTime( mStop.time().hour() , mStop.time().minute() ) ) ) | 160 | QTime( mStop.time().hour() , mStop.time().minute() ) ) ) |
161 | stop = mStop; | 161 | stop = mStop; |
162 | 162 | ||
163 | mTodo->saveRunningInfo( mComment->text(), start, stop ); | 163 | mTodo->saveRunningInfo( mComment->text(), start, stop ); |
164 | QDialog::accept(); | 164 | QDialog::accept(); |
165 | } | 165 | } |
166 | void KOStopTodoPrefs::doNotSave() | 166 | void KOStopTodoPrefs::doNotSave() |
167 | { | 167 | { |
168 | int result = KMessageBox::warningContinueCancel(this, | 168 | int result = KMessageBox::warningContinueCancel(this, |
169 | i18n("Do you really want to set\nthe state to stopped\nwithout saving the data?"),mTodo->summary(),i18n("Yes, stop todo") ); | 169 | i18n("Do you really want to set\nthe state to stopped\nwithout saving the data?"),mTodo->summary(),i18n("Yes, stop todo") ); |
170 | if (result != KMessageBox::Continue) return; | 170 | if (result != KMessageBox::Continue) return; |
171 | mTodo->stopRunning(); | 171 | mTodo->stopRunning(); |
172 | QDialog::accept(); | 172 | QDialog::accept(); |
173 | } | 173 | } |
174 | 174 | ||
175 | 175 | ||
176 | class KOTodoViewWhatsThis :public QWhatsThis | 176 | class KOTodoViewWhatsThis :public QWhatsThis |
177 | { | 177 | { |
178 | public: | 178 | public: |
179 | KOTodoViewWhatsThis( QWidget *wid, KOTodoView* view ) : QWhatsThis( wid ), _wid(wid),_view (view) { }; | 179 | KOTodoViewWhatsThis( QWidget *wid, KOTodoView* view ) : QWhatsThis( wid ), _wid(wid),_view (view) { }; |
180 | 180 | ||
181 | protected: | 181 | protected: |
182 | virtual QString text( const QPoint& p) | 182 | virtual QString text( const QPoint& p) |
183 | { | 183 | { |
184 | return _view->getWhatsThisText(p) ; | 184 | return _view->getWhatsThisText(p) ; |
185 | } | 185 | } |
186 | private: | 186 | private: |
187 | QWidget* _wid; | 187 | QWidget* _wid; |
188 | KOTodoView * _view; | 188 | KOTodoView * _view; |
189 | }; | 189 | }; |
190 | 190 | ||
191 | KOTodoListView::KOTodoListView(Calendar *calendar,QWidget *parent, | 191 | KOTodoListView::KOTodoListView(Calendar *calendar,QWidget *parent, |
192 | const char *name) : | 192 | const char *name) : |
193 | KListView(parent,name) | 193 | KListView(parent,name) |
194 | { | 194 | { |
195 | mName = QString ( name ); | 195 | mName = QString ( name ); |
196 | mCalendar = calendar; | 196 | mCalendar = calendar; |
197 | #ifndef DESKTOP_VERSION | 197 | #ifndef DESKTOP_VERSION |
198 | QPEApplication::setStylusOperation(viewport(), QPEApplication::RightOnHold ); | 198 | QPEApplication::setStylusOperation(viewport(), QPEApplication::RightOnHold ); |
199 | #endif | 199 | #endif |
200 | mOldCurrent = 0; | 200 | mOldCurrent = 0; |
201 | mMousePressed = false; | 201 | mMousePressed = false; |
202 | 202 | ||
203 | setAcceptDrops(true); | 203 | setAcceptDrops(true); |
204 | viewport()->setAcceptDrops(true); | 204 | viewport()->setAcceptDrops(true); |
205 | int size = 16; | 205 | int size = 16; |
206 | if (qApp->desktop()->width() < 300 ) | 206 | if (qApp->desktop()->width() < 300 ) |
207 | size = 12; | 207 | size = 12; |
208 | setTreeStepSize( size + 6 ); | 208 | setTreeStepSize( size + 6 ); |
209 | 209 | ||
210 | } | 210 | } |
211 | 211 | ||
212 | void KOTodoListView::contentsDragEnterEvent(QDragEnterEvent *e) | 212 | void KOTodoListView::contentsDragEnterEvent(QDragEnterEvent *e) |
213 | { | 213 | { |
214 | #ifndef KORG_NODND | 214 | #ifndef KORG_NODND |
215 | // kdDebug() << "KOTodoListView::contentsDragEnterEvent" << endl; | 215 | // kdDebug() << "KOTodoListView::contentsDragEnterEvent" << endl; |
216 | if ( !ICalDrag::canDecode( e ) && !VCalDrag::canDecode( e ) && | 216 | if ( !ICalDrag::canDecode( e ) && !VCalDrag::canDecode( e ) && |
217 | !QTextDrag::canDecode( e ) ) { | 217 | !QTextDrag::canDecode( e ) ) { |
218 | e->ignore(); | 218 | e->ignore(); |
219 | return; | 219 | return; |
220 | } | 220 | } |
221 | 221 | ||
222 | mOldCurrent = currentItem(); | 222 | mOldCurrent = currentItem(); |
223 | #endif | 223 | #endif |
224 | } | 224 | } |
225 | 225 | ||
226 | 226 | ||
227 | void KOTodoListView::contentsDragMoveEvent(QDragMoveEvent *e) | 227 | void KOTodoListView::contentsDragMoveEvent(QDragMoveEvent *e) |
228 | { | 228 | { |
229 | #ifndef KORG_NODND | 229 | #ifndef KORG_NODND |
230 | // kdDebug() << "KOTodoListView::contentsDragMoveEvent" << endl; | 230 | // kdDebug() << "KOTodoListView::contentsDragMoveEvent" << endl; |
231 | 231 | ||
232 | if ( !ICalDrag::canDecode( e ) && !VCalDrag::canDecode( e ) && | 232 | if ( !ICalDrag::canDecode( e ) && !VCalDrag::canDecode( e ) && |
233 | !QTextDrag::canDecode( e ) ) { | 233 | !QTextDrag::canDecode( e ) ) { |
234 | e->ignore(); | 234 | e->ignore(); |
235 | return; | 235 | return; |
236 | } | 236 | } |
237 | 237 | ||
238 | e->accept(); | 238 | e->accept(); |
239 | #endif | 239 | #endif |
240 | } | 240 | } |
241 | 241 | ||
242 | void KOTodoListView::contentsDragLeaveEvent(QDragLeaveEvent *) | 242 | void KOTodoListView::contentsDragLeaveEvent(QDragLeaveEvent *) |
243 | { | 243 | { |
244 | #ifndef KORG_NODND | 244 | #ifndef KORG_NODND |
245 | // kdDebug() << "KOTodoListView::contentsDragLeaveEvent" << endl; | 245 | // kdDebug() << "KOTodoListView::contentsDragLeaveEvent" << endl; |
246 | 246 | ||
247 | setCurrentItem(mOldCurrent); | 247 | setCurrentItem(mOldCurrent); |
248 | setSelected(mOldCurrent,true); | 248 | setSelected(mOldCurrent,true); |
249 | #endif | 249 | #endif |
250 | } | 250 | } |
251 | 251 | ||
252 | void KOTodoListView::contentsDropEvent(QDropEvent *e) | 252 | void KOTodoListView::contentsDropEvent(QDropEvent *e) |
253 | { | 253 | { |
254 | #ifndef KORG_NODND | 254 | #ifndef KORG_NODND |
255 | // kdDebug() << "KOTodoListView::contentsDropEvent" << endl; | 255 | // kdDebug() << "KOTodoListView::contentsDropEvent" << endl; |
256 | 256 | ||
257 | if ( !ICalDrag::canDecode( e ) && !VCalDrag::canDecode( e ) && | 257 | if ( !ICalDrag::canDecode( e ) && !VCalDrag::canDecode( e ) && |
258 | !QTextDrag::canDecode( e ) ) { | 258 | !QTextDrag::canDecode( e ) ) { |
259 | e->ignore(); | 259 | e->ignore(); |
260 | return; | 260 | return; |
261 | } | 261 | } |
262 | 262 | ||
263 | DndFactory factory( mCalendar ); | 263 | DndFactory factory( mCalendar ); |
264 | Todo *todo = factory.createDropTodo(e); | 264 | Todo *todo = factory.createDropTodo(e); |
265 | 265 | ||
266 | if (todo) { | 266 | if (todo) { |
267 | e->acceptAction(); | 267 | e->acceptAction(); |
268 | 268 | ||
269 | KOTodoViewItem *destination = | 269 | KOTodoViewItem *destination = |
270 | (KOTodoViewItem *)itemAt(contentsToViewport(e->pos())); | 270 | (KOTodoViewItem *)itemAt(contentsToViewport(e->pos())); |
271 | Todo *destinationEvent = 0; | 271 | Todo *destinationEvent = 0; |
272 | if (destination) destinationEvent = destination->todo(); | 272 | if (destination) destinationEvent = destination->todo(); |
273 | 273 | ||
274 | Todo *existingTodo = mCalendar->todo(todo->uid()); | 274 | Todo *existingTodo = mCalendar->todo(todo->uid()); |
275 | 275 | ||
276 | if(existingTodo) { | 276 | if(existingTodo) { |
277 | Incidence *to = destinationEvent; | 277 | Incidence *to = destinationEvent; |
278 | while(to) { | 278 | while(to) { |
279 | if (to->uid() == todo->uid()) { | 279 | if (to->uid() == todo->uid()) { |
280 | KMessageBox::sorry(this, | 280 | KMessageBox::sorry(this, |
281 | i18n("Cannot move Todo to itself\nor a child of itself"), | 281 | i18n("Cannot move Todo to itself\nor a child of itself"), |
282 | i18n("Drop Todo")); | 282 | i18n("Drop Todo")); |
283 | delete todo; | 283 | delete todo; |
284 | return; | 284 | return; |
285 | } | 285 | } |
286 | to = to->relatedTo(); | 286 | to = to->relatedTo(); |
287 | } | 287 | } |
288 | internalDrop = true; | 288 | internalDrop = true; |
289 | if ( destinationEvent ) | 289 | if ( destinationEvent ) |
290 | reparentTodoSignal( destinationEvent, existingTodo ); | 290 | reparentTodoSignal( destinationEvent, existingTodo ); |
291 | else | 291 | else |
292 | unparentTodoSignal(existingTodo); | 292 | unparentTodoSignal(existingTodo); |
293 | delete todo; | 293 | delete todo; |
294 | } else { | 294 | } else { |
295 | mCalendar->addTodo(todo); | 295 | mCalendar->addTodo(todo); |
296 | emit todoDropped(todo, KOGlobals::EVENTADDED); | 296 | emit todoDropped(todo, KOGlobals::EVENTADDED); |
297 | if ( destinationEvent ) | 297 | if ( destinationEvent ) |
298 | reparentTodoSignal( destinationEvent, todo ); | 298 | reparentTodoSignal( destinationEvent, todo ); |
299 | } | 299 | } |
300 | } | 300 | } |
301 | else { | 301 | else { |
302 | QString text; | 302 | QString text; |
303 | if (QTextDrag::decode(e,text)) { | 303 | if (QTextDrag::decode(e,text)) { |
304 | //QListViewItem *qlvi = itemAt( contentsToViewport(e->pos()) ); | 304 | //QListViewItem *qlvi = itemAt( contentsToViewport(e->pos()) ); |
305 | KOTodoViewItem *todoi = static_cast<KOTodoViewItem *>(itemAt( contentsToViewport(e->pos()) )); | 305 | KOTodoViewItem *todoi = static_cast<KOTodoViewItem *>(itemAt( contentsToViewport(e->pos()) )); |
306 | qDebug("Dropped : " + text); | 306 | qDebug("Dropped : " + text); |
307 | QStringList emails = QStringList::split(",",text); | 307 | QStringList emails = QStringList::split(",",text); |
308 | for(QStringList::ConstIterator it = emails.begin();it!=emails.end();++it) { | 308 | for(QStringList::ConstIterator it = emails.begin();it!=emails.end();++it) { |
309 | int pos = (*it).find("<"); | 309 | int pos = (*it).find("<"); |
310 | QString name = (*it).left(pos); | 310 | QString name = (*it).left(pos); |
311 | QString email = (*it).mid(pos); | 311 | QString email = (*it).mid(pos); |
312 | if (!email.isEmpty() && todoi) { | 312 | if (!email.isEmpty() && todoi) { |
313 | todoi->todo()->addAttendee(new Attendee(name,email)); | 313 | todoi->todo()->addAttendee(new Attendee(name,email)); |
314 | } | 314 | } |
315 | } | 315 | } |
316 | } | 316 | } |
317 | else { | 317 | else { |
318 | qDebug("KOTodoListView::contentsDropEvent(): Todo from drop not decodable "); | 318 | qDebug("KOTodoListView::contentsDropEvent(): Todo from drop not decodable "); |
319 | e->ignore(); | 319 | e->ignore(); |
320 | } | 320 | } |
321 | } | 321 | } |
322 | #endif | 322 | #endif |
323 | } | 323 | } |
324 | void KOTodoListView::wheelEvent (QWheelEvent *e) | 324 | void KOTodoListView::wheelEvent (QWheelEvent *e) |
325 | { | 325 | { |
326 | QListView::wheelEvent (e); | 326 | QListView::wheelEvent (e); |
327 | } | 327 | } |
328 | 328 | ||
329 | void KOTodoListView::contentsMousePressEvent(QMouseEvent* e) | 329 | void KOTodoListView::contentsMousePressEvent(QMouseEvent* e) |
330 | { | 330 | { |
331 | 331 | ||
332 | QPoint p(contentsToViewport(e->pos())); | 332 | QPoint p(contentsToViewport(e->pos())); |
333 | QListViewItem *i = itemAt(p); | 333 | QListViewItem *i = itemAt(p); |
334 | bool rootClicked = true; | 334 | bool rootClicked = true; |
335 | if (i) { | 335 | if (i) { |
336 | // if the user clicked into the root decoration of the item, don't | 336 | // if the user clicked into the root decoration of the item, don't |
337 | // try to start a drag! | 337 | // try to start a drag! |
338 | int X = p.x(); | 338 | int X = p.x(); |
339 | //qDebug("%d %d %d", X, header()->sectionPos(0), treeStepSize() ); | 339 | //qDebug("%d %d %d", X, header()->sectionPos(0), treeStepSize() ); |
340 | if (X > header()->sectionPos(0) + | 340 | if (X > header()->sectionPos(0) + |
341 | treeStepSize() * (i->depth() + (rootIsDecorated() ? 1 : 0)) + | 341 | treeStepSize() * (i->depth() + (rootIsDecorated() ? 1 : 0)) + |
342 | itemMargin() +i->height()|| | 342 | itemMargin() +i->height()|| |
343 | X < header()->sectionPos(0)) { | 343 | X < header()->sectionPos(0)) { |
344 | rootClicked = false; | 344 | rootClicked = false; |
345 | } | 345 | } |
346 | } else { | 346 | } else { |
347 | rootClicked = false; | 347 | rootClicked = false; |
348 | } | 348 | } |
349 | #ifndef KORG_NODND | 349 | #ifndef KORG_NODND |
350 | mMousePressed = false; | 350 | mMousePressed = false; |
351 | if (! rootClicked && !( e->button() == RightButton) ) { | 351 | if (! rootClicked && !( e->button() == RightButton) ) { |
352 | mPressPos = e->pos(); | 352 | mPressPos = e->pos(); |
353 | mMousePressed = true; | 353 | mMousePressed = true; |
354 | } else { | 354 | } else { |
355 | mMousePressed = false; | 355 | mMousePressed = false; |
356 | } | 356 | } |
357 | #endif | 357 | #endif |
358 | //qDebug("KOTodoListView::contentsMousePressEvent %d", rootClicked); | 358 | //qDebug("KOTodoListView::contentsMousePressEvent %d", rootClicked); |
359 | #ifndef DESKTOP_VERSION | 359 | #ifndef DESKTOP_VERSION |
360 | if (!( e->button() == RightButton && rootClicked) ) | 360 | if (!( e->button() == RightButton && rootClicked) ) |
361 | QListView::contentsMousePressEvent(e); | 361 | QListView::contentsMousePressEvent(e); |
362 | #else | 362 | #else |
363 | QListView::contentsMousePressEvent(e); | 363 | QListView::contentsMousePressEvent(e); |
364 | #endif | 364 | #endif |
365 | } | 365 | } |
366 | void KOTodoListView::paintEvent(QPaintEvent* e) | 366 | void KOTodoListView::paintEvent(QPaintEvent* e) |
367 | { | 367 | { |
368 | emit paintNeeded(); | 368 | emit paintNeeded(); |
369 | QListView::paintEvent( e); | 369 | QListView::paintEvent( e); |
370 | } | 370 | } |
371 | void KOTodoListView::contentsMouseMoveEvent(QMouseEvent* e) | 371 | void KOTodoListView::contentsMouseMoveEvent(QMouseEvent* e) |
372 | { | 372 | { |
373 | 373 | ||
374 | #ifndef KORG_NODND | 374 | #ifndef KORG_NODND |
375 | //QListView::contentsMouseMoveEvent(e); | 375 | //QListView::contentsMouseMoveEvent(e); |
376 | if (mMousePressed && (mPressPos - e->pos()).manhattanLength() > | 376 | if (mMousePressed && (mPressPos - e->pos()).manhattanLength() > |
377 | QApplication::startDragDistance()*3) { | 377 | QApplication::startDragDistance()*3) { |
378 | mMousePressed = false; | 378 | mMousePressed = false; |
379 | QListViewItem *item = itemAt(contentsToViewport(mPressPos)); | 379 | QListViewItem *item = itemAt(contentsToViewport(mPressPos)); |
380 | if (item) { | 380 | if (item) { |
381 | DndFactory factory( mCalendar ); | 381 | DndFactory factory( mCalendar ); |
382 | ICalDrag *vd = factory.createDrag( | 382 | ICalDrag *vd = factory.createDrag( |
383 | ((KOTodoViewItem *)item)->todo(),viewport()); | 383 | ((KOTodoViewItem *)item)->todo(),viewport()); |
384 | internalDrop = false; | 384 | internalDrop = false; |
385 | // we cannot do any senseful here, because the DnD is still broken in Qt | 385 | // we cannot do any senseful here, because the DnD is still broken in Qt |
386 | if (vd->drag()) { | 386 | if (vd->drag()) { |
387 | if ( !internalDrop ) { | 387 | if ( !internalDrop ) { |
388 | //emit deleteTodo( ((KOTodoViewItem *)item)->todo() ); | 388 | //emit deleteTodo( ((KOTodoViewItem *)item)->todo() ); |
389 | qDebug("Dnd: External move: Delete drag source "); | 389 | qDebug("Dnd: External move: Delete drag source "); |
390 | } else | 390 | } else |
391 | qDebug("Dnd: Internal move "); | 391 | qDebug("Dnd: Internal move "); |
392 | 392 | ||
393 | } else { | 393 | } else { |
394 | if ( !internalDrop ) { | 394 | if ( !internalDrop ) { |
395 | qDebug("Dnd: External Copy"); | 395 | qDebug("Dnd: External Copy"); |
396 | } else | 396 | } else |
397 | qDebug("DnD: Internal copy: Copy pending"); | 397 | qDebug("DnD: Internal copy: Copy pending"); |
398 | } | 398 | } |
399 | } | 399 | } |
400 | } | 400 | } |
401 | #endif | 401 | #endif |
402 | } | 402 | } |
403 | void KOTodoListView::keyReleaseEvent ( QKeyEvent *e ) | 403 | void KOTodoListView::keyReleaseEvent ( QKeyEvent *e ) |
404 | { | 404 | { |
405 | if ( !e->isAutoRepeat() ) { | 405 | if ( !e->isAutoRepeat() ) { |
406 | mFlagKeyPressed = false; | 406 | mFlagKeyPressed = false; |
407 | } | 407 | } |
408 | } | 408 | } |
409 | 409 | ||
410 | 410 | ||
411 | void KOTodoListView::keyPressEvent ( QKeyEvent * e ) | 411 | void KOTodoListView::keyPressEvent ( QKeyEvent * e ) |
412 | { | 412 | { |
413 | qApp->processEvents(); | 413 | qApp->processEvents(); |
414 | if ( !isVisible() ) { | 414 | if ( !isVisible() ) { |
415 | e->ignore(); | 415 | e->ignore(); |
416 | return; | 416 | return; |
417 | } | 417 | } |
418 | if ( e->isAutoRepeat() && !mFlagKeyPressed ) { | 418 | if ( e->isAutoRepeat() && !mFlagKeyPressed ) { |
419 | e->ignore(); | 419 | e->ignore(); |
420 | // qDebug(" ignore %d",e->isAutoRepeat() ); | 420 | // qDebug(" ignore %d",e->isAutoRepeat() ); |
421 | return; | 421 | return; |
422 | } | 422 | } |
423 | if (! e->isAutoRepeat() ) | 423 | if (! e->isAutoRepeat() ) |
424 | mFlagKeyPressed = true; | 424 | mFlagKeyPressed = true; |
425 | QListViewItem* cn; | 425 | QListViewItem* cn; |
426 | if ( (e->key() == Qt::Key_Return || e->key() == Qt::Key_Enter) && mName != "todolistsmall") { | 426 | if ( (e->key() == Qt::Key_Return || e->key() == Qt::Key_Enter) && mName != "todolistsmall") { |
427 | cn = currentItem(); | 427 | cn = currentItem(); |
428 | if ( cn ) { | 428 | if ( cn ) { |
429 | KOTodoViewItem* ci = (KOTodoViewItem*)( cn ); | 429 | KOTodoViewItem* ci = (KOTodoViewItem*)( cn ); |
430 | if ( ci ){ | 430 | if ( ci ){ |
431 | if ( e->state() == ShiftButton ) | 431 | if ( e->state() == ShiftButton ) |
432 | ci->setOn( false ); | 432 | ci->setOn( false ); |
433 | else | 433 | else |
434 | ci->setOn( true ); | 434 | ci->setOn( true ); |
435 | cn = cn->itemBelow(); | 435 | cn = cn->itemBelow(); |
436 | if ( cn ) { | 436 | if ( cn ) { |
437 | setCurrentItem ( cn ); | 437 | setCurrentItem ( cn ); |
438 | ensureItemVisible ( cn ); | 438 | ensureItemVisible ( cn ); |
439 | } | 439 | } |
440 | 440 | ||
441 | } | 441 | } |
442 | } | 442 | } |
443 | 443 | ||
444 | e->accept(); | 444 | e->accept(); |
445 | return; | 445 | return; |
446 | } | 446 | } |
447 | 447 | ||
448 | if ( e->state() == Qt::ControlButton || e->state() == Qt::ShiftButton || mName != "todolistsmall" ) { | 448 | if ( e->state() == Qt::ControlButton || e->state() == Qt::ShiftButton || mName != "todolistsmall" ) { |
449 | switch ( e->key() ) { | 449 | switch ( e->key() ) { |
450 | case Qt::Key_Down: | 450 | case Qt::Key_Down: |
451 | case Qt::Key_Up: | 451 | case Qt::Key_Up: |
452 | QListView::keyPressEvent ( e ); | 452 | QListView::keyPressEvent ( e ); |
453 | e->accept(); | 453 | e->accept(); |
454 | break; | 454 | break; |
455 | case Qt::Key_Left: | 455 | case Qt::Key_Left: |
456 | case Qt::Key_Right: | 456 | case Qt::Key_Right: |
457 | QListView::keyPressEvent ( e ); | 457 | QListView::keyPressEvent ( e ); |
458 | e->accept(); | 458 | e->accept(); |
459 | return; | 459 | return; |
460 | break; | 460 | break; |
461 | default: | 461 | default: |
462 | e->ignore(); | 462 | e->ignore(); |
463 | break; | 463 | break; |
464 | } | 464 | } |
465 | return; | 465 | return; |
466 | } | 466 | } |
467 | e->ignore(); | 467 | e->ignore(); |
468 | } | 468 | } |
469 | void KOTodoListView::contentsMouseReleaseEvent(QMouseEvent *e) | 469 | void KOTodoListView::contentsMouseReleaseEvent(QMouseEvent *e) |
470 | { | 470 | { |
471 | QListView::contentsMouseReleaseEvent(e); | 471 | QListView::contentsMouseReleaseEvent(e); |
472 | mMousePressed = false; | 472 | mMousePressed = false; |
473 | } | 473 | } |
474 | 474 | ||
475 | void KOTodoListView::contentsMouseDoubleClickEvent(QMouseEvent *e) | 475 | void KOTodoListView::contentsMouseDoubleClickEvent(QMouseEvent *e) |
476 | { | 476 | { |
477 | if (!e) return; | 477 | if (!e) return; |
478 | 478 | ||
479 | QPoint vp = contentsToViewport(e->pos()); | 479 | QPoint vp = contentsToViewport(e->pos()); |
480 | 480 | ||
481 | QListViewItem *item = itemAt(vp); | 481 | QListViewItem *item = itemAt(vp); |
482 | 482 | ||
483 | emit double_Clicked(item); | 483 | emit double_Clicked(item); |
484 | if (!item) return; | 484 | if (!item) return; |
485 | 485 | ||
486 | emit doubleClicked(item,vp,0); | 486 | emit doubleClicked(item,vp,0); |
487 | } | 487 | } |
488 | 488 | ||
489 | ///////////////////////////////////////////////////////////////////////////// | 489 | ///////////////////////////////////////////////////////////////////////////// |
490 | 490 | ||
491 | KOQuickTodo::KOQuickTodo(QWidget *parent) : | 491 | KOQuickTodo::KOQuickTodo(QWidget *parent) : |
492 | QLineEdit(parent) | 492 | QLineEdit(parent) |
493 | { | 493 | { |
494 | setText(i18n("Click to add new Todo")); | 494 | setText(i18n("Click to add new Todo")); |
495 | setFocusPolicy ( QWidget::ClickFocus ); | 495 | setFocusPolicy ( QWidget::ClickFocus ); |
496 | } | 496 | } |
497 | 497 | ||
498 | void KOQuickTodo::focusInEvent(QFocusEvent *ev) | 498 | void KOQuickTodo::focusInEvent(QFocusEvent *ev) |
499 | { | 499 | { |
500 | if ( text()==i18n("Click to add new Todo") ) | 500 | if ( text()==i18n("Click to add new Todo") ) |
501 | setText(""); | 501 | setText(""); |
502 | QLineEdit::focusInEvent(ev); | 502 | QLineEdit::focusInEvent(ev); |
503 | } | 503 | } |
504 | 504 | ||
505 | void KOQuickTodo::focusOutEvent(QFocusEvent *ev) | 505 | void KOQuickTodo::focusOutEvent(QFocusEvent *ev) |
506 | { | 506 | { |
507 | setText(i18n("Click to add new Todo")); | 507 | setText(i18n("Click to add new Todo")); |
508 | QLineEdit::focusOutEvent(ev); | 508 | QLineEdit::focusOutEvent(ev); |
509 | } | 509 | } |
510 | 510 | ||
511 | ///////////////////////////////////////////////////////////////////////////// | 511 | ///////////////////////////////////////////////////////////////////////////// |
512 | 512 | ||
513 | KOTodoView::KOTodoView(Calendar *calendar,QWidget* parent,const char* name) : | 513 | KOTodoView::KOTodoView(Calendar *calendar,QWidget* parent,const char* name) : |
514 | KOrg::BaseView(calendar,parent,name) | 514 | KOrg::BaseView(calendar,parent,name) |
515 | { | 515 | { |
516 | 516 | mIsActiveWindow = false; | |
517 | mCurItem = 0; | 517 | mCurItem = 0; |
518 | mCurItemRootParent = 0; | 518 | mCurItemRootParent = 0; |
519 | mCurItemParent = 0; | 519 | mCurItemParent = 0; |
520 | mCurItemAbove = 0; | 520 | mCurItemAbove = 0; |
521 | mActiveItem = 0; | 521 | mActiveItem = 0; |
522 | mCategoryPopupMenu = 0; | 522 | mCategoryPopupMenu = 0; |
523 | mPendingUpdateBeforeRepaint = false; | 523 | mPendingUpdateBeforeRepaint = false; |
524 | isFlatDisplay = false; | 524 | isFlatDisplay = false; |
525 | mNavigator = 0; | 525 | mNavigator = 0; |
526 | QBoxLayout *topLayout = new QVBoxLayout(this); | 526 | QBoxLayout *topLayout = new QVBoxLayout(this); |
527 | mName = QString ( name ); | 527 | mName = QString ( name ); |
528 | mBlockUpdate = false; | 528 | mBlockUpdate = false; |
529 | mQuickBar = new QWidget( this ); | 529 | mQuickBar = new QWidget( this ); |
530 | topLayout->addWidget(mQuickBar); | 530 | topLayout->addWidget(mQuickBar); |
531 | 531 | ||
532 | mQuickAdd = new KOQuickTodo(mQuickBar); | 532 | mQuickAdd = new KOQuickTodo(mQuickBar); |
533 | QBoxLayout *quickLayout = new QHBoxLayout(mQuickBar); | 533 | QBoxLayout *quickLayout = new QHBoxLayout(mQuickBar); |
534 | quickLayout->addWidget( mQuickAdd ); | 534 | quickLayout->addWidget( mQuickAdd ); |
535 | mNewSubBut = new QPushButton( "sub",mQuickBar ); | 535 | mNewSubBut = new QPushButton( "sub",mQuickBar ); |
536 | QPushButton * s_done = new QPushButton( "D",mQuickBar ); | 536 | QPushButton * s_done = new QPushButton( "D",mQuickBar ); |
537 | QPushButton * s_run = new QPushButton( "R",mQuickBar ); | 537 | QPushButton * s_run = new QPushButton( "R",mQuickBar ); |
538 | QPushButton * allopen = new QPushButton( "O",mQuickBar ); | 538 | QPushButton * allopen = new QPushButton( "O",mQuickBar ); |
539 | QPushButton * allclose = new QPushButton( "C",mQuickBar ); | 539 | QPushButton * allclose = new QPushButton( "C",mQuickBar ); |
540 | QPushButton * flat = new QPushButton( "F",mQuickBar ); | 540 | QPushButton * flat = new QPushButton( "F",mQuickBar ); |
541 | 541 | ||
542 | int fixwid = mQuickAdd->sizeHint().height(); | 542 | int fixwid = mQuickAdd->sizeHint().height(); |
543 | int fixhei = fixwid; | 543 | int fixhei = fixwid; |
544 | if ( QApplication::desktop()->width() > 800 ) | 544 | if ( QApplication::desktop()->width() > 800 ) |
545 | fixwid = (fixwid*3)/2; | 545 | fixwid = (fixwid*3)/2; |
546 | connect ( flat, SIGNAL ( clicked()), SLOT ( setAllFlat())); | 546 | connect ( flat, SIGNAL ( clicked()), SLOT ( setAllFlat())); |
547 | connect ( allopen, SIGNAL ( clicked()), SLOT ( setAllOpen())); | 547 | connect ( allopen, SIGNAL ( clicked()), SLOT ( setAllOpen())); |
548 | connect ( allclose, SIGNAL ( clicked()), SLOT ( setAllClose())); | 548 | connect ( allclose, SIGNAL ( clicked()), SLOT ( setAllClose())); |
549 | s_done->setPixmap( SmallIcon("greenhook16")); | 549 | s_done->setPixmap( SmallIcon("greenhook16")); |
550 | connect ( s_done, SIGNAL ( clicked()), SLOT ( toggleCompleted())); | 550 | connect ( s_done, SIGNAL ( clicked()), SLOT ( toggleCompleted())); |
551 | s_run->setPixmap( SmallIcon("ko16old")); | 551 | s_run->setPixmap( SmallIcon("ko16old")); |
552 | connect ( s_run, SIGNAL ( clicked()), SLOT ( toggleRunning())); | 552 | connect ( s_run, SIGNAL ( clicked()), SLOT ( toggleRunning())); |
553 | 553 | ||
554 | connect ( mNewSubBut, SIGNAL ( clicked()), SLOT ( newSubTodo())); | 554 | connect ( mNewSubBut, SIGNAL ( clicked()), SLOT ( newSubTodo())); |
555 | 555 | ||
556 | mNewSubBut->setFixedWidth(mNewSubBut->sizeHint().width() ); | 556 | mNewSubBut->setFixedWidth(mNewSubBut->sizeHint().width() ); |
557 | mNewSubBut->setEnabled( false ); | 557 | mNewSubBut->setEnabled( false ); |
558 | flat->setFixedWidth( fixwid ); | 558 | flat->setFixedWidth( fixwid ); |
559 | s_done->setFixedWidth( fixwid ); | 559 | s_done->setFixedWidth( fixwid ); |
560 | allopen->setFixedWidth( fixwid ); | 560 | allopen->setFixedWidth( fixwid ); |
561 | allclose->setFixedWidth( fixwid ); | 561 | allclose->setFixedWidth( fixwid ); |
562 | s_run->setFixedWidth( fixwid ); | 562 | s_run->setFixedWidth( fixwid ); |
563 | 563 | ||
564 | flat->setFixedHeight(fixhei ); | 564 | flat->setFixedHeight(fixhei ); |
565 | s_done->setFixedHeight(fixhei ); | 565 | s_done->setFixedHeight(fixhei ); |
566 | allopen->setFixedHeight(fixhei ); | 566 | allopen->setFixedHeight(fixhei ); |
567 | allclose->setFixedHeight(fixhei ); | 567 | allclose->setFixedHeight(fixhei ); |
568 | s_run->setFixedHeight(fixhei ); | 568 | s_run->setFixedHeight(fixhei ); |
569 | mNewSubBut->setFixedHeight(fixhei ); | 569 | mNewSubBut->setFixedHeight(fixhei ); |
570 | 570 | ||
571 | flat->setFocusPolicy( NoFocus ); | 571 | flat->setFocusPolicy( NoFocus ); |
572 | s_done->setFocusPolicy( NoFocus ); | 572 | s_done->setFocusPolicy( NoFocus ); |
573 | allopen->setFocusPolicy( NoFocus ); | 573 | allopen->setFocusPolicy( NoFocus ); |
574 | allclose->setFocusPolicy( NoFocus ); | 574 | allclose->setFocusPolicy( NoFocus ); |
575 | s_run->setFocusPolicy( NoFocus ); | 575 | s_run->setFocusPolicy( NoFocus ); |
576 | mNewSubBut->setFocusPolicy( NoFocus ); | 576 | mNewSubBut->setFocusPolicy( NoFocus ); |
577 | 577 | ||
578 | QWhatsThis::add( flat, i18n("Click this button to display all todos in a <b>flat</b> hierarchy" ) ); | 578 | QWhatsThis::add( flat, i18n("Click this button to display all todos in a <b>flat</b> hierarchy" ) ); |
579 | QWhatsThis::add( allopen, i18n("Click this button to display all todos <b>openend</b>" ) ); | 579 | QWhatsThis::add( allopen, i18n("Click this button to display all todos <b>openend</b>" ) ); |
580 | QWhatsThis::add( allclose, i18n("Click this button to display all todos <b>closed</b>" ) ); | 580 | QWhatsThis::add( allclose, i18n("Click this button to display all todos <b>closed</b>" ) ); |
581 | QWhatsThis::add( s_run, i18n("Click this button to toggle show/hide <b>running</b> todos" ) ); | 581 | QWhatsThis::add( s_run, i18n("Click this button to toggle show/hide <b>running</b> todos" ) ); |
582 | QWhatsThis::add( mNewSubBut, i18n("Click this button to add a new subtodo to the currently selected todo" ) ); | 582 | QWhatsThis::add( mNewSubBut, i18n("Click this button to add a new subtodo to the currently selected todo" ) ); |
583 | QWhatsThis::add( s_done, i18n("Click this button to toggle show/hide <b>completed</b> todos" ) ); | 583 | QWhatsThis::add( s_done, i18n("Click this button to toggle show/hide <b>completed</b> todos" ) ); |
584 | 584 | ||
585 | quickLayout->addWidget( mNewSubBut ); | 585 | quickLayout->addWidget( mNewSubBut ); |
586 | quickLayout->addWidget( s_done ); | 586 | quickLayout->addWidget( s_done ); |
587 | quickLayout->addWidget( s_run ); | 587 | quickLayout->addWidget( s_run ); |
588 | quickLayout->addWidget( allopen ); | 588 | quickLayout->addWidget( allopen ); |
589 | quickLayout->addWidget( allclose ); | 589 | quickLayout->addWidget( allclose ); |
590 | quickLayout->addWidget( flat ); | 590 | quickLayout->addWidget( flat ); |
591 | 591 | ||
592 | if ( !KOPrefs::instance()->mEnableQuickTodo ) mQuickBar->hide(); | 592 | if ( !KOPrefs::instance()->mEnableQuickTodo ) mQuickBar->hide(); |
593 | 593 | ||
594 | mTodoListView = new KOTodoListView(calendar,this, name ); | 594 | mTodoListView = new KOTodoListView(calendar,this, name ); |
595 | topLayout->addWidget(mTodoListView); | 595 | topLayout->addWidget(mTodoListView); |
596 | //mTodoListView->header()->setMaximumHeight(30); | 596 | //mTodoListView->header()->setMaximumHeight(30); |
597 | mTodoListView->setRootIsDecorated(true); | 597 | mTodoListView->setRootIsDecorated(true); |
598 | mTodoListView->setAllColumnsShowFocus(true); | 598 | mTodoListView->setAllColumnsShowFocus(true); |
599 | 599 | ||
600 | mTodoListView->setShowSortIndicator(true); | 600 | mTodoListView->setShowSortIndicator(true); |
601 | 601 | ||
602 | mTodoListView->addColumn(i18n("Todo")); | 602 | mTodoListView->addColumn(i18n("Todo")); |
603 | mTodoListView->addColumn(i18n("Prio")); | 603 | mTodoListView->addColumn(i18n("Prio")); |
604 | mTodoListView->setColumnAlignment(1,AlignHCenter); | 604 | mTodoListView->setColumnAlignment(1,AlignHCenter); |
605 | mTodoListView->addColumn(i18n("Complete")); | 605 | mTodoListView->addColumn(i18n("Complete")); |
606 | mTodoListView->setColumnAlignment(2,AlignCenter); | 606 | mTodoListView->setColumnAlignment(2,AlignCenter); |
607 | 607 | ||
608 | mTodoListView->addColumn(i18n("Due Date")); | 608 | mTodoListView->addColumn(i18n("Due Date")); |
609 | mTodoListView->setColumnAlignment(3,AlignLeft); | 609 | mTodoListView->setColumnAlignment(3,AlignLeft); |
610 | mTodoListView->addColumn(i18n("Due Time")); | 610 | mTodoListView->addColumn(i18n("Due Time")); |
611 | mTodoListView->setColumnAlignment(4,AlignHCenter); | 611 | mTodoListView->setColumnAlignment(4,AlignHCenter); |
612 | 612 | ||
613 | mTodoListView->addColumn(i18n("Start Date")); | 613 | mTodoListView->addColumn(i18n("Start Date")); |
614 | mTodoListView->setColumnAlignment(5,AlignLeft); | 614 | mTodoListView->setColumnAlignment(5,AlignLeft); |
615 | mTodoListView->addColumn(i18n("Start Time")); | 615 | mTodoListView->addColumn(i18n("Start Time")); |
616 | mTodoListView->setColumnAlignment(6,AlignHCenter); | 616 | mTodoListView->setColumnAlignment(6,AlignHCenter); |
617 | 617 | ||
618 | //mTodoListView->addColumn(i18n("Cancelled")); | 618 | //mTodoListView->addColumn(i18n("Cancelled")); |
619 | mTodoListView->addColumn(i18n("Categories")); | 619 | mTodoListView->addColumn(i18n("Categories")); |
620 | mTodoListView->addColumn(i18n("Calendar")); | 620 | mTodoListView->addColumn(i18n("Calendar")); |
621 | mTodoListView->addColumn(i18n("Last Modified")); | 621 | mTodoListView->addColumn(i18n("Last Modified")); |
622 | mTodoListView->addColumn(i18n("Created")); | 622 | mTodoListView->addColumn(i18n("Created")); |
623 | mTodoListView->addColumn(i18n("Last Modified Sub")); | 623 | mTodoListView->addColumn(i18n("Last Modified Sub")); |
624 | #if 0 | 624 | #if 0 |
625 | mTodoListView->addColumn(i18n("Sort Id")); | 625 | mTodoListView->addColumn(i18n("Sort Id")); |
626 | mTodoListView->setColumnAlignment(4,AlignHCenter); | 626 | mTodoListView->setColumnAlignment(4,AlignHCenter); |
627 | #endif | 627 | #endif |
628 | 628 | ||
629 | mTodoListView->setMinimumHeight( 60 ); | 629 | mTodoListView->setMinimumHeight( 60 ); |
630 | mTodoListView->setItemsRenameable( true ); | 630 | mTodoListView->setItemsRenameable( true ); |
631 | mTodoListView->setRenameable( 0 ); | 631 | mTodoListView->setRenameable( 0 ); |
632 | mTodoListView->setColumnWidth( 0, 120 ); | 632 | mTodoListView->setColumnWidth( 0, 120 ); |
633 | int iii = 0; | 633 | int iii = 0; |
634 | for ( iii = 0; iii< 12 ; ++iii ) | 634 | for ( iii = 0; iii< 12 ; ++iii ) |
635 | mTodoListView->setColumnWidthMode( iii, QListView::Manual ); | 635 | mTodoListView->setColumnWidthMode( iii, QListView::Manual ); |
636 | 636 | ||
637 | 637 | ||
638 | mKOTodoViewWhatsThis = new KOTodoViewWhatsThis(mTodoListView->viewport(),this); | 638 | mKOTodoViewWhatsThis = new KOTodoViewWhatsThis(mTodoListView->viewport(),this); |
639 | 639 | ||
640 | mPriorityPopupMenu = new QPopupMenu(this); | 640 | mPriorityPopupMenu = new QPopupMenu(this); |
641 | for (int i = 1; i <= 5; i++) { | 641 | for (int i = 1; i <= 5; i++) { |
642 | QString label = QString ("%1").arg (i); | 642 | QString label = QString ("%1").arg (i); |
643 | mPriority[mPriorityPopupMenu->insertItem (label)] = i; | 643 | mPriority[mPriorityPopupMenu->insertItem (label)] = i; |
644 | } | 644 | } |
645 | connect (mPriorityPopupMenu, SIGNAL(activated (int)), SLOT (setNewPriority(int))); | 645 | connect (mPriorityPopupMenu, SIGNAL(activated (int)), SLOT (setNewPriority(int))); |
646 | 646 | ||
647 | mPercentageCompletedPopupMenu = new QPopupMenu(this); | 647 | mPercentageCompletedPopupMenu = new QPopupMenu(this); |
648 | for (int i = 0; i <= 100; i+=20) { | 648 | for (int i = 0; i <= 100; i+=20) { |
649 | QString label = QString ("%1 %").arg (i); | 649 | QString label = QString ("%1 %").arg (i); |
650 | mPercentage[mPercentageCompletedPopupMenu->insertItem (label)] = i; | 650 | mPercentage[mPercentageCompletedPopupMenu->insertItem (label)] = i; |
651 | } | 651 | } |
652 | connect (mPercentageCompletedPopupMenu, SIGNAL (activated (int)), SLOT (setNewPercentage (int))); | 652 | connect (mPercentageCompletedPopupMenu, SIGNAL (activated (int)), SLOT (setNewPercentage (int))); |
653 | 653 | ||
654 | 654 | ||
655 | mCategoryPopupMenu = new QPopupMenu (this); | 655 | mCategoryPopupMenu = new QPopupMenu (this); |
656 | mCategoryPopupMenu->setCheckable (true); | 656 | mCategoryPopupMenu->setCheckable (true); |
657 | connect (mCategoryPopupMenu, SIGNAL (activated (int)), SLOT (changedCategories (int))); | 657 | connect (mCategoryPopupMenu, SIGNAL (activated (int)), SLOT (changedCategories (int))); |
658 | connect (mCategoryPopupMenu, SIGNAL (aboutToShow ()), SLOT (fillCategories ())); | 658 | connect (mCategoryPopupMenu, SIGNAL (aboutToShow ()), SLOT (fillCategories ())); |
659 | 659 | ||
660 | mCalPopupMenu = new QPopupMenu (this); | 660 | mCalPopupMenu = new QPopupMenu (this); |
661 | mCalPopupMenu->setCheckable (true); | 661 | mCalPopupMenu->setCheckable (true); |
662 | connect (mCalPopupMenu, SIGNAL (activated (int)), SLOT (changedCal (int))); | 662 | connect (mCalPopupMenu, SIGNAL (activated (int)), SLOT (changedCal (int))); |
663 | connect (mCalPopupMenu, SIGNAL (aboutToShow ()), SLOT (fillCal ())); | 663 | connect (mCalPopupMenu, SIGNAL (aboutToShow ()), SLOT (fillCal ())); |
664 | 664 | ||
665 | 665 | ||
666 | 666 | ||
667 | 667 | ||
668 | mItemPopupMenu = new QPopupMenu(this); | 668 | mItemPopupMenu = new QPopupMenu(this); |
669 | mItemPopupMenu->insertItem(i18n("Show"), this, | 669 | mItemPopupMenu->insertItem(i18n("Show"), this, |
670 | SLOT (showTodo())); | 670 | SLOT (showTodo())); |
671 | mItemPopupMenu->insertItem(i18n("Edit..."), this, | 671 | mItemPopupMenu->insertItem(i18n("Edit..."), this, |
672 | SLOT (editTodo())); | 672 | SLOT (editTodo())); |
673 | mItemPopupMenu->insertItem( i18n("Delete..."), this, | 673 | mItemPopupMenu->insertItem( i18n("Delete..."), this, |
674 | SLOT (deleteTodo())); | 674 | SLOT (deleteTodo())); |
675 | mItemPopupMenu->insertItem( i18n("Clone..."), this, | 675 | mItemPopupMenu->insertItem( i18n("Clone..."), this, |
676 | SLOT (cloneTodo())); | 676 | SLOT (cloneTodo())); |
677 | mItemPopupMenu->insertItem( i18n("Move..."), this, | 677 | mItemPopupMenu->insertItem( i18n("Move..."), this, |
678 | SLOT (moveTodo())); | 678 | SLOT (moveTodo())); |
679 | #ifndef DESKTOP_VERSION | 679 | #ifndef DESKTOP_VERSION |
680 | mItemPopupMenu->insertItem( i18n("Beam..."), this, | 680 | mItemPopupMenu->insertItem( i18n("Beam..."), this, |
681 | SLOT (beamTodo())); | 681 | SLOT (beamTodo())); |
682 | #endif | 682 | #endif |
683 | mItemPopupMenu->insertItem( i18n("Toggle Cancel"), this, | 683 | mItemPopupMenu->insertItem( i18n("Toggle Cancel"), this, |
684 | SLOT (cancelTodo())); | 684 | SLOT (cancelTodo())); |
685 | mItemPopupMenu->insertItem( i18n("Categories"), mCategoryPopupMenu); | 685 | mItemPopupMenu->insertItem( i18n("Categories"), mCategoryPopupMenu); |
686 | mItemPopupMenu->insertItem( i18n("Calendar"), mCalPopupMenu); | 686 | mItemPopupMenu->insertItem( i18n("Calendar"), mCalPopupMenu); |
687 | mItemPopupMenu->insertSeparator(); | 687 | mItemPopupMenu->insertSeparator(); |
688 | mItemPopupMenu->insertItem( i18n("Start/Stop todo..."), this, | 688 | mItemPopupMenu->insertItem( i18n("Start/Stop todo..."), this, |
689 | SLOT (toggleRunningItem())); | 689 | SLOT (toggleRunningItem())); |
690 | mItemPopupMenu->insertSeparator(); | 690 | mItemPopupMenu->insertSeparator(); |
691 | /* | 691 | /* |
692 | mItemPopupMenu->insertItem( i18n("New Todo..."), this, | 692 | mItemPopupMenu->insertItem( i18n("New Todo..."), this, |
693 | SLOT (newTodo())); | 693 | SLOT (newTodo())); |
694 | */ | 694 | */ |
695 | mItemPopupMenu->insertItem(i18n("New Sub-Todo..."), this, | 695 | mItemPopupMenu->insertItem(i18n("New Sub-Todo..."), this, |
696 | SLOT (newSubTodo())); | 696 | SLOT (newSubTodo())); |
697 | mItemPopupMenu->insertItem(i18n("Unparent Todo"), this, | 697 | mItemPopupMenu->insertItem(i18n("Unparent Todo"), this, |
698 | SLOT (unparentTodo()),0,21); | 698 | SLOT (unparentTodo()),0,21); |
699 | mItemPopupMenu->insertItem(i18n("Reparent Todo"), this, | 699 | mItemPopupMenu->insertItem(i18n("Reparent Todo"), this, |
700 | SLOT (reparentTodo()),0,22); | 700 | SLOT (reparentTodo()),0,22); |
701 | mItemPopupMenu->insertSeparator(); | 701 | mItemPopupMenu->insertSeparator(); |
702 | #if 0 | 702 | #if 0 |
703 | mItemPopupMenu->insertItem(i18n("Delete completed To-Dos","Purge Completed..."), | 703 | mItemPopupMenu->insertItem(i18n("Delete completed To-Dos","Purge Completed..."), |
704 | this, SLOT( purgeCompleted() ) ); | 704 | this, SLOT( purgeCompleted() ) ); |
705 | mItemPopupMenu->insertItem(i18n("toggle completed To-Dos","Show Completed"), | 705 | mItemPopupMenu->insertItem(i18n("toggle completed To-Dos","Show Completed"), |
706 | this, SLOT( toggleCompleted() ),0, 33 ); | 706 | this, SLOT( toggleCompleted() ),0, 33 ); |
707 | mItemPopupMenu->insertItem(i18n("toggle quick todo","Show Quick Todo"), | 707 | mItemPopupMenu->insertItem(i18n("toggle quick todo","Show Quick Todo"), |
708 | this, SLOT( toggleQuickTodo() ),0, 34 ); | 708 | this, SLOT( toggleQuickTodo() ),0, 34 ); |
709 | mItemPopupMenu->insertItem(i18n("toggle running todo","Hide not Running"), | 709 | mItemPopupMenu->insertItem(i18n("toggle running todo","Hide not Running"), |
710 | this, SLOT( toggleRunning() ),0, 35 ); | 710 | this, SLOT( toggleRunning() ),0, 35 ); |
711 | 711 | ||
712 | #endif | 712 | #endif |
713 | mPopupMenu = new QPopupMenu(this); | 713 | mPopupMenu = new QPopupMenu(this); |
714 | mPopupMenu->insertItem(SmallIconSet("todo"), i18n("New Todo..."), this, | 714 | mPopupMenu->insertItem(SmallIconSet("todo"), i18n("New Todo..."), this, |
715 | SLOT (newTodo()),0,1); | 715 | SLOT (newTodo()),0,1); |
716 | mPopupMenu->insertItem(i18n("delete completed To-Dos","Purge Completed..."), | 716 | mPopupMenu->insertItem(i18n("delete completed To-Dos","Purge Completed..."), |
717 | this, SLOT(purgeCompleted()),0,2); | 717 | this, SLOT(purgeCompleted()),0,2); |
718 | mPopupMenu->insertItem(i18n("Show Completed"), | 718 | mPopupMenu->insertItem(i18n("Show Completed"), |
719 | this, SLOT( toggleCompleted() ),0,3 ); | 719 | this, SLOT( toggleCompleted() ),0,3 ); |
720 | mPopupMenu->insertItem(i18n("toggle running todo","Hide not Running"), | 720 | mPopupMenu->insertItem(i18n("toggle running todo","Hide not Running"), |
721 | this, SLOT( toggleRunning() ),0,5 ); | 721 | this, SLOT( toggleRunning() ),0,5 ); |
722 | mPopupMenu->insertItem(i18n(" set all open","Display all opened"), | 722 | mPopupMenu->insertItem(i18n(" set all open","Display all opened"), |
723 | this, SLOT( setAllOpen() ),0,6 ); | 723 | this, SLOT( setAllOpen() ),0,6 ); |
724 | mPopupMenu->insertItem(i18n(" set all close","Display all closed"), | 724 | mPopupMenu->insertItem(i18n(" set all close","Display all closed"), |
725 | this, SLOT( setAllClose() ),0,7 ); | 725 | this, SLOT( setAllClose() ),0,7 ); |
726 | mPopupMenu->insertItem(i18n(" set all flat","Display all flat"), | 726 | mPopupMenu->insertItem(i18n(" set all flat","Display all flat"), |
727 | this, SLOT( setAllFlat() ),0,8 ); | 727 | this, SLOT( setAllFlat() ),0,8 ); |
728 | mPopupMenu->insertSeparator(); | 728 | mPopupMenu->insertSeparator(); |
729 | mPopupMenu->insertItem(i18n("toggle quick todo","Show Quick Todo"), | 729 | mPopupMenu->insertItem(i18n("toggle quick todo","Show Quick Todo"), |
730 | this, SLOT( toggleQuickTodo() ),0,4 ); | 730 | this, SLOT( toggleQuickTodo() ),0,4 ); |
731 | mDocPrefs = new DocPrefs( name ); | 731 | mDocPrefs = new DocPrefs( name ); |
732 | 732 | ||
733 | mItemPopupMenu->insertItem(i18n("Todo View"),mPopupMenu ); | 733 | mItemPopupMenu->insertItem(i18n("Todo View"),mPopupMenu ); |
734 | mPopupMenu->setCheckable( true ); | 734 | mPopupMenu->setCheckable( true ); |
735 | mItemPopupMenu->setCheckable( true ); | 735 | mItemPopupMenu->setCheckable( true ); |
736 | 736 | ||
737 | 737 | ||
738 | mPopupMenu->setItemChecked( 3,KOPrefs::instance()->mShowCompletedTodo ); | 738 | mPopupMenu->setItemChecked( 3,KOPrefs::instance()->mShowCompletedTodo ); |
739 | mItemPopupMenu->setItemChecked( 33 , KOPrefs::instance()->mShowCompletedTodo ); | 739 | mItemPopupMenu->setItemChecked( 33 , KOPrefs::instance()->mShowCompletedTodo ); |
740 | 740 | ||
741 | mPopupMenu->setItemChecked(4,KOPrefs::instance()->mEnableQuickTodo); | 741 | mPopupMenu->setItemChecked(4,KOPrefs::instance()->mEnableQuickTodo); |
742 | mItemPopupMenu->setItemChecked( 34 , KOPrefs::instance()->mEnableQuickTodo ); | 742 | mItemPopupMenu->setItemChecked( 34 , KOPrefs::instance()->mEnableQuickTodo ); |
743 | 743 | ||
744 | mPopupMenu->setItemChecked(5,KOPrefs::instance()->mHideNonStartedTodos); | 744 | mPopupMenu->setItemChecked(5,KOPrefs::instance()->mHideNonStartedTodos); |
745 | mItemPopupMenu->setItemChecked( 35 , KOPrefs::instance()->mHideNonStartedTodos ); | 745 | mItemPopupMenu->setItemChecked( 35 , KOPrefs::instance()->mHideNonStartedTodos ); |
746 | 746 | ||
747 | 747 | ||
748 | // Double clicking conflicts with opening/closing the subtree | 748 | // Double clicking conflicts with opening/closing the subtree |
749 | connect( mTodoListView, SIGNAL( doubleClicked( QListViewItem *) ), | 749 | connect( mTodoListView, SIGNAL( doubleClicked( QListViewItem *) ), |
750 | SLOT( editItem( QListViewItem *) ) ); | 750 | SLOT( editItem( QListViewItem *) ) ); |
751 | /* | 751 | /* |
752 | connect( mTodoListView, SIGNAL( rightButtonClicked ( QListViewItem *, | 752 | connect( mTodoListView, SIGNAL( rightButtonClicked ( QListViewItem *, |
753 | const QPoint &,int ) ), | 753 | const QPoint &,int ) ), |
754 | SLOT( popupMenu( QListViewItem *, const QPoint & ,int) ) ); | 754 | SLOT( popupMenu( QListViewItem *, const QPoint & ,int) ) ); |
755 | */ | 755 | */ |
756 | connect( mTodoListView, SIGNAL( contextRequest ( QListViewItem *, | 756 | connect( mTodoListView, SIGNAL( contextRequest ( QListViewItem *, |
757 | const QPoint &,int ) ), | 757 | const QPoint &,int ) ), |
758 | SLOT( popupMenu( QListViewItem *, const QPoint & ,int) ) ); | 758 | SLOT( popupMenu( QListViewItem *, const QPoint & ,int) ) ); |
759 | connect( mTodoListView, SIGNAL( clicked( QListViewItem * ) ), | 759 | connect( mTodoListView, SIGNAL( clicked( QListViewItem * ) ), |
760 | SLOT( itemClicked( QListViewItem * ) ) ); | 760 | SLOT( itemClicked( QListViewItem * ) ) ); |
761 | connect( mTodoListView, SIGNAL( double_Clicked( QListViewItem * ) ), | 761 | connect( mTodoListView, SIGNAL( double_Clicked( QListViewItem * ) ), |
762 | SLOT( itemDoubleClicked( QListViewItem * ) ) ); | 762 | SLOT( itemDoubleClicked( QListViewItem * ) ) ); |
763 | connect( mTodoListView, SIGNAL( todoDropped( Todo *, int ) ), | 763 | connect( mTodoListView, SIGNAL( todoDropped( Todo *, int ) ), |
764 | SLOT( updateView() ) ); | 764 | SLOT( updateView() ) ); |
765 | connect( mTodoListView, SIGNAL( todoDropped( Todo *, int ) ), | 765 | connect( mTodoListView, SIGNAL( todoDropped( Todo *, int ) ), |
766 | SLOT( todoModified(Todo *, int) ) ); | 766 | SLOT( todoModified(Todo *, int) ) ); |
767 | connect( mTodoListView, SIGNAL( expanded( QListViewItem * ) ), | 767 | connect( mTodoListView, SIGNAL( expanded( QListViewItem * ) ), |
768 | SLOT( itemStateChanged( QListViewItem * ) ) ); | 768 | SLOT( itemStateChanged( QListViewItem * ) ) ); |
769 | connect( mTodoListView, SIGNAL( collapsed( QListViewItem * ) ), | 769 | connect( mTodoListView, SIGNAL( collapsed( QListViewItem * ) ), |
770 | SLOT( itemStateChanged( QListViewItem * ) ) ); | 770 | SLOT( itemStateChanged( QListViewItem * ) ) ); |
771 | connect( mTodoListView, SIGNAL( paintNeeded() ), | 771 | connect( mTodoListView, SIGNAL( paintNeeded() ), |
772 | SLOT( paintNeeded()) ); | 772 | SLOT( paintNeeded()) ); |
773 | 773 | ||
774 | #if 0 | 774 | #if 0 |
775 | connect(mTodoListView,SIGNAL(selectionChanged(QListViewItem *)), | 775 | connect(mTodoListView,SIGNAL(selectionChanged(QListViewItem *)), |
776 | SLOT(selectionChanged(QListViewItem *))); | 776 | SLOT(selectionChanged(QListViewItem *))); |
777 | connect(mTodoListView,SIGNAL(clicked(QListViewItem *)), | 777 | connect(mTodoListView,SIGNAL(clicked(QListViewItem *)), |
778 | SLOT(selectionChanged(QListViewItem *))); | 778 | SLOT(selectionChanged(QListViewItem *))); |
779 | connect(mTodoListView,SIGNAL(pressed(QListViewItem *)), | 779 | connect(mTodoListView,SIGNAL(pressed(QListViewItem *)), |
780 | SLOT(selectionChanged(QListViewItem *))); | 780 | SLOT(selectionChanged(QListViewItem *))); |
781 | #endif | 781 | #endif |
782 | 782 | ||
783 | connect( mTodoListView, SIGNAL(reparentTodoSignal( Todo *,Todo * ) ), SIGNAL(reparentTodoSignal( Todo *,Todo * ) )); | 783 | connect( mTodoListView, SIGNAL(reparentTodoSignal( Todo *,Todo * ) ), SIGNAL(reparentTodoSignal( Todo *,Todo * ) )); |
784 | connect( mTodoListView, SIGNAL(unparentTodoSignal(Todo *) ), SIGNAL(unparentTodoSignal(Todo *) )); | 784 | connect( mTodoListView, SIGNAL(unparentTodoSignal(Todo *) ), SIGNAL(unparentTodoSignal(Todo *) )); |
785 | connect( mTodoListView, SIGNAL( deleteTodo(Todo *) ), SIGNAL(deleteTodoSignal(Todo *) )); | 785 | connect( mTodoListView, SIGNAL( deleteTodo(Todo *) ), SIGNAL(deleteTodoSignal(Todo *) )); |
786 | 786 | ||
787 | connect( mTodoListView, SIGNAL(selectionChanged() ), | 787 | connect( mTodoListView, SIGNAL(selectionChanged() ), |
788 | SLOT( processSelectionChange() ) ); | 788 | SLOT( processSelectionChange() ) ); |
789 | connect( mQuickAdd, SIGNAL( returnPressed () ), | 789 | connect( mQuickAdd, SIGNAL( returnPressed () ), |
790 | SLOT( addQuickTodo() ) ); | 790 | SLOT( addQuickTodo() ) ); |
791 | 791 | ||
792 | } | 792 | } |
793 | 793 | ||
794 | KOTodoView::~KOTodoView() | 794 | KOTodoView::~KOTodoView() |
795 | { | 795 | { |
796 | 796 | ||
797 | #if QT_VERSION >= 0x030000 | 797 | #if QT_VERSION >= 0x030000 |
798 | 798 | ||
799 | #else | 799 | #else |
800 | delete mKOTodoViewWhatsThis; | 800 | delete mKOTodoViewWhatsThis; |
801 | #endif | 801 | #endif |
802 | 802 | ||
803 | delete mDocPrefs; | 803 | delete mDocPrefs; |
804 | } | 804 | } |
805 | QString KOTodoView::getWhatsThisText(QPoint p) | 805 | QString KOTodoView::getWhatsThisText(QPoint p) |
806 | { | 806 | { |
807 | KOTodoViewItem* item = ( KOTodoViewItem* ) mTodoListView->itemAt( p ); | 807 | KOTodoViewItem* item = ( KOTodoViewItem* ) mTodoListView->itemAt( p ); |
808 | if ( item ) | 808 | if ( item ) |
809 | return KIncidenceFormatter::instance()->getFormattedText( item->todo(), | 809 | return KIncidenceFormatter::instance()->getFormattedText( item->todo(), |
810 | KOPrefs::instance()->mWTshowDetails, | 810 | KOPrefs::instance()->mWTshowDetails, |
811 | KOPrefs::instance()->mWTshowCreated, | 811 | KOPrefs::instance()->mWTshowCreated, |
812 | KOPrefs::instance()->mWTshowChanged); | 812 | KOPrefs::instance()->mWTshowChanged); |
813 | return i18n("That is the todo view" ); | 813 | return i18n("That is the todo view" ); |
814 | 814 | ||
815 | } | 815 | } |
816 | 816 | ||
817 | void KOTodoView::jumpToDate () | 817 | void KOTodoView::jumpToDate () |
818 | { | 818 | { |
819 | // if (mActiveItem) { | 819 | // if (mActiveItem) { |
820 | // mActiveItem->todo()); | 820 | // mActiveItem->todo()); |
821 | // if ( mActiveItem->todo()->hasDueDate() ) | 821 | // if ( mActiveItem->todo()->hasDueDate() ) |
822 | // emit mActiveItem->todo()jumpToTime( mTodo->dtDue().date() ); | 822 | // emit mActiveItem->todo()jumpToTime( mTodo->dtDue().date() ); |
823 | } | 823 | } |
824 | void KOTodoView::paintNeeded() | 824 | void KOTodoView::paintNeeded() |
825 | { | 825 | { |
826 | if ( mPendingUpdateBeforeRepaint ) { | 826 | if ( mPendingUpdateBeforeRepaint ) { |
827 | updateView(); | 827 | updateView(); |
828 | mPendingUpdateBeforeRepaint = false; | 828 | mPendingUpdateBeforeRepaint = false; |
829 | } | 829 | } |
830 | } | 830 | } |
831 | void KOTodoView::paintEvent(QPaintEvent * pevent) | 831 | void KOTodoView::paintEvent(QPaintEvent * pevent) |
832 | { | 832 | { |
833 | if ( mPendingUpdateBeforeRepaint ) { | 833 | if ( mPendingUpdateBeforeRepaint ) { |
834 | updateView(); | 834 | updateView(); |
835 | mPendingUpdateBeforeRepaint = false; | 835 | mPendingUpdateBeforeRepaint = false; |
836 | } | 836 | } |
837 | KOrg::BaseView::paintEvent( pevent); | 837 | KOrg::BaseView::paintEvent( pevent); |
838 | } | 838 | } |
839 | 839 | ||
840 | void KOTodoView::clearList( bool saveCurrentItem ) // default true | 840 | void KOTodoView::clearList( bool saveCurrentItem ) // default true |
841 | { | 841 | { |
842 | if ( mTodoListView->childCount() ) { | 842 | if ( mTodoListView->childCount() ) { |
843 | if ( saveCurrentItem ) | 843 | if ( saveCurrentItem ) |
844 | storeCurrentItem(); | 844 | storeCurrentItem(); |
845 | mTodoListView->clear(); | 845 | mTodoListView->clear(); |
846 | mTodoMap.clear(); | 846 | mTodoMap.clear(); |
847 | } | 847 | } |
848 | } | 848 | } |
849 | void KOTodoView::updateView() | 849 | void KOTodoView::updateView() |
850 | { | 850 | { |
851 | mActiveItem = 0; | 851 | mActiveItem = 0; |
852 | pendingSubtodo = 0; | 852 | pendingSubtodo = 0; |
853 | if ( mBlockUpdate ) { | 853 | if ( mBlockUpdate ) { |
854 | return; | 854 | return; |
855 | } | 855 | } |
856 | if ( !isVisible() ) { | 856 | if ( !isVisible() ) { |
857 | clearList (); | 857 | clearList (); |
858 | mPendingUpdateBeforeRepaint = true; | 858 | mPendingUpdateBeforeRepaint = true; |
859 | return; | 859 | return; |
860 | } | 860 | } |
861 | //qDebug("KOTodoView::updateView() %x", this); | 861 | //qDebug("KOTodoView::updateView() %x", this); |
862 | if ( isFlatDisplay ) { | 862 | if ( isFlatDisplay ) { |
863 | displayAllFlat(); | 863 | displayAllFlat(); |
864 | return; | 864 | return; |
865 | } | 865 | } |
866 | //qDebug("update "); | 866 | //qDebug("update "); |
867 | // kdDebug() << "KOTodoView::updateView()" << endl; | 867 | // kdDebug() << "KOTodoView::updateView()" << endl; |
868 | QFont fo = KOPrefs::instance()->mTodoViewFont; | 868 | QFont fo = KOPrefs::instance()->mTodoViewFont; |
869 | 869 | ||
870 | clearList (); | 870 | clearList (); |
871 | 871 | ||
872 | if ( mName == "todolistsmall" ) { | 872 | if ( mName == "todolistsmall" ) { |
873 | if ( KOPrefs::instance()->mTodoViewUsesSmallFont ) { | 873 | if ( KOPrefs::instance()->mTodoViewUsesSmallFont ) { |
874 | int ps = fo.pointSize() -2; | 874 | int ps = fo.pointSize() -2; |
875 | if ( ps > 12 ) | 875 | if ( ps > 12 ) |
876 | ps -= 2; | 876 | ps -= 2; |
877 | fo.setPointSize( ps ); | 877 | fo.setPointSize( ps ); |
878 | } | 878 | } |
879 | } | 879 | } |
880 | 880 | ||
881 | mTodoListView->setFont( fo ); | 881 | mTodoListView->setFont( fo ); |
882 | // QFontMetrics fm ( KOPrefs::instance()->mTodoViewFont ); | 882 | // QFontMetrics fm ( KOPrefs::instance()->mTodoViewFont ); |
883 | //mTodoListView->header()->setMaximumHeight(fm.height()); | 883 | //mTodoListView->header()->setMaximumHeight(fm.height()); |
884 | QPtrList<Todo> todoList = calendar()->todos(); | 884 | QPtrList<Todo> todoList = calendar()->todos(); |
885 | 885 | ||
886 | /* | 886 | /* |
887 | kdDebug() << "KOTodoView::updateView(): Todo List:" << endl; | 887 | kdDebug() << "KOTodoView::updateView(): Todo List:" << endl; |
888 | Event *t; | 888 | Event *t; |
889 | for(t = todoList.first(); t; t = todoList.next()) { | 889 | for(t = todoList.first(); t; t = todoList.next()) { |
890 | kdDebug() << " " << t->getSummary() << endl; | 890 | kdDebug() << " " << t->getSummary() << endl; |
891 | 891 | ||
892 | if (t->getRelatedTo()) { | 892 | if (t->getRelatedTo()) { |
893 | kdDebug() << " (related to " << t->getRelatedTo()->getSummary() << ")" << endl; | 893 | kdDebug() << " (related to " << t->getRelatedTo()->getSummary() << ")" << endl; |
894 | } | 894 | } |
895 | 895 | ||
896 | QPtrList<Event> l = t->getRelations(); | 896 | QPtrList<Event> l = t->getRelations(); |
897 | Event *c; | 897 | Event *c; |
898 | for(c=l.first();c;c=l.next()) { | 898 | for(c=l.first();c;c=l.next()) { |
899 | kdDebug() << " - relation: " << c->getSummary() << endl; | 899 | kdDebug() << " - relation: " << c->getSummary() << endl; |
900 | } | 900 | } |
901 | } | 901 | } |
902 | */ | 902 | */ |
903 | 903 | ||
904 | // Put for each Event a KOTodoViewItem in the list view. Don't rely on a | 904 | // Put for each Event a KOTodoViewItem in the list view. Don't rely on a |
905 | // specific order of events. That means that we have to generate parent items | 905 | // specific order of events. That means that we have to generate parent items |
906 | // recursively for proper hierarchical display of Todos. | 906 | // recursively for proper hierarchical display of Todos. |
907 | Todo *todo; | 907 | Todo *todo; |
908 | todo = todoList.first();// todo; todo = todoList.next()) { | 908 | todo = todoList.first();// todo; todo = todoList.next()) { |
909 | while ( todo ) { | 909 | while ( todo ) { |
910 | bool next = true; | 910 | bool next = true; |
911 | // qDebug("todo %s ", todo->summary().latin1()); | 911 | // qDebug("todo %s ", todo->summary().latin1()); |
912 | Incidence *incidence = todo->relatedTo(); | 912 | Incidence *incidence = todo->relatedTo(); |
913 | while ( incidence ) { | 913 | while ( incidence ) { |
914 | if ( incidence->typeID() == todoID ) { | 914 | if ( incidence->typeID() == todoID ) { |
915 | //qDebug("related %s ",incidence->summary().latin1() ); | 915 | //qDebug("related %s ",incidence->summary().latin1() ); |
916 | if ( !(todoList.contains ( ((Todo* )incidence ) ) ) && incidence->calEnabled() ) { | 916 | if ( !(todoList.contains ( ((Todo* )incidence ) ) ) && incidence->calEnabled() ) { |
917 | //qDebug("related not found "); | 917 | //qDebug("related not found "); |
918 | todoList.remove( ); | 918 | todoList.remove( ); |
919 | todo = todoList.current(); | 919 | todo = todoList.current(); |
920 | next = false; | 920 | next = false; |
921 | incidence = 0; | 921 | incidence = 0; |
922 | 922 | ||
923 | } else { | 923 | } else { |
924 | //qDebug("related found "); | 924 | //qDebug("related found "); |
925 | incidence = incidence->relatedTo(); | 925 | incidence = incidence->relatedTo(); |
926 | } | 926 | } |
927 | } else | 927 | } else |
928 | incidence = 0; | 928 | incidence = 0; |
929 | } | 929 | } |
930 | if ( next ) | 930 | if ( next ) |
931 | todo = todoList.next(); | 931 | todo = todoList.next(); |
932 | } | 932 | } |
933 | 933 | ||
934 | for(todo = todoList.first(); todo; todo = todoList.next()) { | 934 | for(todo = todoList.first(); todo; todo = todoList.next()) { |
935 | if (!mTodoMap.contains(todo) && checkTodo( todo ) ) | 935 | if (!mTodoMap.contains(todo) && checkTodo( todo ) ) |
936 | { | 936 | { |
937 | insertTodoItem(todo); | 937 | insertTodoItem(todo); |
938 | } | 938 | } |
939 | } | 939 | } |
940 | // Restore opened/closed state | 940 | // Restore opened/closed state |
941 | mTodoListView->blockSignals( true ); | 941 | mTodoListView->blockSignals( true ); |
942 | if( mDocPrefs ) restoreItemState( mTodoListView->firstChild() ); | 942 | if( mDocPrefs ) restoreItemState( mTodoListView->firstChild() ); |
943 | mTodoListView->blockSignals( false ); | 943 | mTodoListView->blockSignals( false ); |
944 | resetCurrentItem(); | 944 | resetCurrentItem(); |
945 | } | 945 | } |
946 | 946 | ||
947 | void KOTodoView::storeCurrentItem() | 947 | void KOTodoView::storeCurrentItem() |
948 | { | 948 | { |
949 | mCurItem = 0; | 949 | mCurItem = 0; |
950 | mCurItemRootParent = 0; | 950 | mCurItemRootParent = 0; |
951 | mCurItemParent = 0; | 951 | mCurItemParent = 0; |
952 | mCurItemAbove = 0; | 952 | mCurItemAbove = 0; |
953 | mIsActiveWindow = topLevelWidget()->isActiveWindow(); | ||
953 | mActiveItem = (KOTodoViewItem*)mTodoListView->currentItem(); | 954 | mActiveItem = (KOTodoViewItem*)mTodoListView->currentItem(); |
954 | if (mActiveItem) { | 955 | if (mActiveItem) { |
955 | mCurItem = mActiveItem->todo(); | 956 | mCurItem = mActiveItem->todo(); |
956 | KOTodoViewItem* activeItemAbove = (KOTodoViewItem*)mActiveItem->itemAbove (); | 957 | KOTodoViewItem* activeItemAbove = (KOTodoViewItem*)mActiveItem->itemAbove (); |
957 | if ( activeItemAbove ) | 958 | if ( activeItemAbove ) |
958 | mCurItemAbove = activeItemAbove->todo(); | 959 | mCurItemAbove = activeItemAbove->todo(); |
959 | mCurItemRootParent = mCurItem; | 960 | mCurItemRootParent = mCurItem; |
960 | mCurItemParent = mCurItemRootParent->relatedTo(); | 961 | mCurItemParent = mCurItemRootParent->relatedTo(); |
961 | while ( mCurItemRootParent->relatedTo() != 0 ) | 962 | while ( mCurItemRootParent->relatedTo() != 0 ) |
962 | mCurItemRootParent = mCurItemRootParent->relatedTo(); | 963 | mCurItemRootParent = mCurItemRootParent->relatedTo(); |
963 | } | 964 | } |
964 | mActiveItem = 0; | 965 | mActiveItem = 0; |
965 | } | 966 | } |
966 | 967 | ||
967 | void KOTodoView::resetCurrentItem() | 968 | void KOTodoView::resetCurrentItem() |
968 | { | 969 | { |
969 | //mTodoListView->setFocus(); | 970 | //mTodoListView->setFocus(); |
970 | KOTodoViewItem* foundItem = 0; | 971 | KOTodoViewItem* foundItem = 0; |
971 | KOTodoViewItem* foundItemRoot = 0; | 972 | KOTodoViewItem* foundItemRoot = 0; |
972 | KOTodoViewItem* foundItemParent = 0; | 973 | KOTodoViewItem* foundItemParent = 0; |
973 | KOTodoViewItem* foundItemAbove = 0; | 974 | KOTodoViewItem* foundItemAbove = 0; |
974 | if ( mTodoListView->firstChild () ) { | 975 | if ( mTodoListView->firstChild () ) { |
975 | if ( mCurItem ) { | 976 | if ( mCurItem ) { |
976 | KOTodoViewItem* item = (KOTodoViewItem*)mTodoListView->firstChild (); | 977 | KOTodoViewItem* item = (KOTodoViewItem*)mTodoListView->firstChild (); |
977 | while ( item ) { | 978 | while ( item ) { |
978 | if ( item->todo() == mCurItem ) { | 979 | if ( item->todo() == mCurItem ) { |
979 | foundItem = item; | 980 | foundItem = item; |
980 | break; | 981 | break; |
981 | } else if ( item->todo() == mCurItemAbove ) { | 982 | } else if ( item->todo() == mCurItemAbove ) { |
982 | foundItemAbove = item; | 983 | foundItemAbove = item; |
983 | 984 | ||
984 | } | 985 | } |
985 | if ( item->todo() == mCurItemRootParent ) { | 986 | if ( item->todo() == mCurItemRootParent ) { |
986 | foundItemRoot = item; | 987 | foundItemRoot = item; |
987 | } | 988 | } |
988 | if ( item->todo() == mCurItemParent ) { | 989 | if ( item->todo() == mCurItemParent ) { |
989 | foundItemParent = item; | 990 | foundItemParent = item; |
990 | } | 991 | } |
991 | item = (KOTodoViewItem*)item->itemBelow(); | 992 | item = (KOTodoViewItem*)item->itemBelow(); |
992 | } | 993 | } |
993 | if ( ! foundItem ) { | 994 | if ( ! foundItem ) { |
994 | if ( foundItemParent ) { | 995 | if ( foundItemParent ) { |
995 | foundItem = foundItemParent; | 996 | foundItem = foundItemParent; |
996 | } else { | 997 | } else { |
997 | if ( foundItemRoot ) | 998 | if ( foundItemRoot ) |
998 | foundItem = foundItemRoot; | 999 | foundItem = foundItemRoot; |
999 | else | 1000 | else |
1000 | foundItem = foundItemAbove; | 1001 | foundItem = foundItemAbove; |
1001 | } | 1002 | } |
1002 | } | 1003 | } |
1003 | } | 1004 | } |
1004 | if ( foundItem ) { | 1005 | if ( foundItem ) { |
1005 | mTodoListView->setSelected ( foundItem, true ); | 1006 | mTodoListView->setSelected ( foundItem, true ); |
1006 | mTodoListView->setCurrentItem( foundItem ); | 1007 | mTodoListView->setCurrentItem( foundItem ); |
1007 | mTodoListView->ensureItemVisible( foundItem ); | 1008 | mTodoListView->ensureItemVisible( foundItem ); |
1008 | } else { | 1009 | } else { |
1009 | if ( mTodoListView->firstChild () ) { | 1010 | if ( mTodoListView->firstChild () ) { |
1010 | mTodoListView->setSelected ( mTodoListView->firstChild (), true ); | 1011 | mTodoListView->setSelected ( mTodoListView->firstChild (), true ); |
1011 | mTodoListView->setCurrentItem( mTodoListView->firstChild () ); | 1012 | mTodoListView->setCurrentItem( mTodoListView->firstChild () ); |
1012 | } | 1013 | } |
1013 | } | 1014 | } |
1014 | } | 1015 | } |
1015 | processSelectionChange(); | 1016 | processSelectionChange(); |
1016 | if ( mName != "todolistsmall" ) | 1017 | if ( mName != "todolistsmall" ) |
1017 | QTimer::singleShot( 100, this, SLOT ( resetFocusToList() )); | 1018 | QTimer::singleShot( 100, this, SLOT ( resetFocusToList() )); |
1018 | } | 1019 | } |
1019 | void KOTodoView::resetFocusToList() | 1020 | void KOTodoView::resetFocusToList() |
1020 | { | 1021 | { |
1021 | topLevelWidget()->setActiveWindow(); | 1022 | if ( mIsActiveWindow ) |
1023 | topLevelWidget()->setActiveWindow(); | ||
1022 | mTodoListView->setFocus(); | 1024 | mTodoListView->setFocus(); |
1023 | } | 1025 | } |
1024 | //Incidence * mCurItem, *mCurItemRootParent,*mCurItemAbove; | 1026 | //Incidence * mCurItem, *mCurItemRootParent,*mCurItemAbove; |
1025 | bool KOTodoView::checkTodo( Todo * todo ) | 1027 | bool KOTodoView::checkTodo( Todo * todo ) |
1026 | { | 1028 | { |
1027 | 1029 | ||
1028 | if ( !KOPrefs::instance()->mShowCompletedTodo && todo->isCompleted() ) | 1030 | if ( !KOPrefs::instance()->mShowCompletedTodo && todo->isCompleted() ) |
1029 | return false; | 1031 | return false; |
1030 | if ( !todo->isCompleted() ) { | 1032 | if ( !todo->isCompleted() ) { |
1031 | if ( todo->hasDueDate() && todo->dtDue().date() <= QDate::currentDate() ) | 1033 | if ( todo->hasDueDate() && todo->dtDue().date() <= QDate::currentDate() ) |
1032 | return true; | 1034 | return true; |
1033 | } | 1035 | } |
1034 | if ( KOPrefs::instance()->mHideNonStartedTodos && mNavigator ) { | 1036 | if ( KOPrefs::instance()->mHideNonStartedTodos && mNavigator ) { |
1035 | if ( todo->hasStartDate() ) | 1037 | if ( todo->hasStartDate() ) |
1036 | if ( mNavigator->selectedDates().last() < todo->dtStart().date() ) | 1038 | if ( mNavigator->selectedDates().last() < todo->dtStart().date() ) |
1037 | return false; | 1039 | return false; |
1038 | if ( todo->hasDueDate() ) | 1040 | if ( todo->hasDueDate() ) |
1039 | if ( mNavigator->selectedDates().first() > todo->dtDue().date() ) | 1041 | if ( mNavigator->selectedDates().first() > todo->dtDue().date() ) |
1040 | return false; | 1042 | return false; |
1041 | } | 1043 | } |
1042 | return true; | 1044 | return true; |
1043 | } | 1045 | } |
1044 | 1046 | ||
1045 | void KOTodoView::restoreItemState( QListViewItem *item ) | 1047 | void KOTodoView::restoreItemState( QListViewItem *item ) |
1046 | { | 1048 | { |
1047 | pendingSubtodo = 0; | 1049 | pendingSubtodo = 0; |
1048 | while( item ) { | 1050 | while( item ) { |
1049 | KOTodoViewItem *todoItem = (KOTodoViewItem *)item; | 1051 | KOTodoViewItem *todoItem = (KOTodoViewItem *)item; |
1050 | todoItem->setOpen( mDocPrefs->readBoolEntry( todoItem->todo()->uid() ) ); | 1052 | todoItem->setOpen( mDocPrefs->readBoolEntry( todoItem->todo()->uid() ) ); |
1051 | if( item->childCount() > 0 ) restoreItemState( item->firstChild() ); | 1053 | if( item->childCount() > 0 ) restoreItemState( item->firstChild() ); |
1052 | item = item->nextSibling(); | 1054 | item = item->nextSibling(); |
1053 | } | 1055 | } |
1054 | } | 1056 | } |
1055 | 1057 | ||
1056 | 1058 | ||
1057 | QMap<Todo *,KOTodoViewItem *>::ConstIterator | 1059 | QMap<Todo *,KOTodoViewItem *>::ConstIterator |
1058 | KOTodoView::insertTodoItem(Todo *todo) | 1060 | KOTodoView::insertTodoItem(Todo *todo) |
1059 | { | 1061 | { |
1060 | 1062 | ||
1061 | // kdDebug() << "KOTodoView::insertTodoItem(): " << todo->getSummary() << endl; | 1063 | // kdDebug() << "KOTodoView::insertTodoItem(): " << todo->getSummary() << endl; |
1062 | // TODO: Check, if dynmaic cast is necessary | 1064 | // TODO: Check, if dynmaic cast is necessary |
1063 | 1065 | ||
1064 | pendingSubtodo = 0; | 1066 | pendingSubtodo = 0; |
1065 | Incidence *incidence = todo->relatedTo(); | 1067 | Incidence *incidence = todo->relatedTo(); |
1066 | while ( incidence && !incidence->calEnabled() ) | 1068 | while ( incidence && !incidence->calEnabled() ) |
1067 | incidence = incidence->relatedTo(); | 1069 | incidence = incidence->relatedTo(); |
1068 | if (incidence && incidence->typeID() == todoID ) { | 1070 | if (incidence && incidence->typeID() == todoID ) { |
1069 | Todo *relatedTodo = static_cast<Todo *>(incidence); | 1071 | Todo *relatedTodo = static_cast<Todo *>(incidence); |
1070 | 1072 | ||
1071 | // kdDebug() << " has Related" << endl; | 1073 | // kdDebug() << " has Related" << endl; |
1072 | QMap<Todo *,KOTodoViewItem *>::ConstIterator itemIterator; | 1074 | QMap<Todo *,KOTodoViewItem *>::ConstIterator itemIterator; |
1073 | itemIterator = mTodoMap.find(relatedTodo); | 1075 | itemIterator = mTodoMap.find(relatedTodo); |
1074 | if (itemIterator == mTodoMap.end()) { | 1076 | if (itemIterator == mTodoMap.end()) { |
1075 | // kdDebug() << " related not yet in list" << endl; | 1077 | // kdDebug() << " related not yet in list" << endl; |
1076 | itemIterator = insertTodoItem (relatedTodo); | 1078 | itemIterator = insertTodoItem (relatedTodo); |
1077 | } | 1079 | } |
1078 | // isn't this pretty stupid? We give one Todo to the KOTodoViewItem | 1080 | // isn't this pretty stupid? We give one Todo to the KOTodoViewItem |
1079 | // and one into the map. Sure finding is more easy but why? -zecke | 1081 | // and one into the map. Sure finding is more easy but why? -zecke |
1080 | KOTodoViewItem *todoItem = new KOTodoViewItem(*itemIterator,todo,this); | 1082 | KOTodoViewItem *todoItem = new KOTodoViewItem(*itemIterator,todo,this); |
1081 | return mTodoMap.insert(todo,todoItem); | 1083 | return mTodoMap.insert(todo,todoItem); |
1082 | } else { | 1084 | } else { |
1083 | // kdDebug() << " no Related" << endl; | 1085 | // kdDebug() << " no Related" << endl; |
1084 | // see above -zecke | 1086 | // see above -zecke |
1085 | KOTodoViewItem *todoItem = new KOTodoViewItem(mTodoListView,todo,this); | 1087 | KOTodoViewItem *todoItem = new KOTodoViewItem(mTodoListView,todo,this); |
1086 | return mTodoMap.insert(todo,todoItem); | 1088 | return mTodoMap.insert(todo,todoItem); |
1087 | } | 1089 | } |
1088 | } | 1090 | } |
1089 | 1091 | ||
1090 | 1092 | ||
1091 | void KOTodoView::updateConfig() | 1093 | void KOTodoView::updateConfig() |
1092 | { | 1094 | { |
1093 | updateView(); | 1095 | updateView(); |
1094 | mTodoListView->repaintContents(); | 1096 | mTodoListView->repaintContents(); |
1095 | } | 1097 | } |
1096 | 1098 | ||
1097 | QPtrList<Incidence> KOTodoView::selectedIncidences() | 1099 | QPtrList<Incidence> KOTodoView::selectedIncidences() |
1098 | { | 1100 | { |
1099 | QPtrList<Incidence> selected; | 1101 | QPtrList<Incidence> selected; |
1100 | 1102 | ||
1101 | KOTodoViewItem *item = (KOTodoViewItem *)(mTodoListView->selectedItem()); | 1103 | KOTodoViewItem *item = (KOTodoViewItem *)(mTodoListView->selectedItem()); |
1102 | // if (!item) item = mActiveItem; | 1104 | // if (!item) item = mActiveItem; |
1103 | if (item) selected.append(item->todo()); | 1105 | if (item) selected.append(item->todo()); |
1104 | 1106 | ||
1105 | return selected; | 1107 | return selected; |
1106 | } | 1108 | } |
1107 | 1109 | ||
1108 | QPtrList<Todo> KOTodoView::selectedTodos() | 1110 | QPtrList<Todo> KOTodoView::selectedTodos() |
1109 | { | 1111 | { |
1110 | QPtrList<Todo> selected; | 1112 | QPtrList<Todo> selected; |
1111 | 1113 | ||
1112 | KOTodoViewItem *item = (KOTodoViewItem *)(mTodoListView->selectedItem()); | 1114 | KOTodoViewItem *item = (KOTodoViewItem *)(mTodoListView->selectedItem()); |
1113 | // if (!item) item = mActiveItem; | 1115 | // if (!item) item = mActiveItem; |
1114 | if (item) selected.append(item->todo()); | 1116 | if (item) selected.append(item->todo()); |
1115 | 1117 | ||
1116 | return selected; | 1118 | return selected; |
1117 | } | 1119 | } |
1118 | 1120 | ||
1119 | void KOTodoView::changeEventDisplay(Event *, int) | 1121 | void KOTodoView::changeEventDisplay(Event *, int) |
1120 | { | 1122 | { |
1121 | updateView(); | 1123 | updateView(); |
1122 | } | 1124 | } |
1123 | 1125 | ||
1124 | void KOTodoView::showDates(const QDate &, const QDate &) | 1126 | void KOTodoView::showDates(const QDate &, const QDate &) |
1125 | { | 1127 | { |
1126 | } | 1128 | } |
1127 | 1129 | ||
1128 | void KOTodoView::showEvents(QPtrList<Event>) | 1130 | void KOTodoView::showEvents(QPtrList<Event>) |
1129 | { | 1131 | { |
1130 | kdDebug() << "KOTodoView::selectEvents(): not yet implemented" << endl; | 1132 | kdDebug() << "KOTodoView::selectEvents(): not yet implemented" << endl; |
1131 | } | 1133 | } |
1132 | 1134 | ||
1133 | void KOTodoView::printPreview(CalPrinter *calPrinter, const QDate &fd, | 1135 | void KOTodoView::printPreview(CalPrinter *calPrinter, const QDate &fd, |
1134 | const QDate &td) | 1136 | const QDate &td) |
1135 | { | 1137 | { |
1136 | #ifndef KORG_NOPRINTER | 1138 | #ifndef KORG_NOPRINTER |
1137 | calPrinter->preview(CalPrinter::Todolist, fd, td); | 1139 | calPrinter->preview(CalPrinter::Todolist, fd, td); |
1138 | #endif | 1140 | #endif |
1139 | } | 1141 | } |
1140 | 1142 | ||
1141 | void KOTodoView::editItem(QListViewItem *item ) | 1143 | void KOTodoView::editItem(QListViewItem *item ) |
1142 | { | 1144 | { |
1143 | if ( item ) | 1145 | if ( item ) |
1144 | emit editTodoSignal(((KOTodoViewItem *)item)->todo()); | 1146 | emit editTodoSignal(((KOTodoViewItem *)item)->todo()); |
1145 | } | 1147 | } |
1146 | 1148 | ||
1147 | void KOTodoView::showItem(QListViewItem *item,const QPoint &,int) | 1149 | void KOTodoView::showItem(QListViewItem *item,const QPoint &,int) |
1148 | { | 1150 | { |
1149 | if ( item ) | 1151 | if ( item ) |
1150 | emit showTodoSignal(((KOTodoViewItem *)item)->todo()); | 1152 | emit showTodoSignal(((KOTodoViewItem *)item)->todo()); |
1151 | } | 1153 | } |
1152 | 1154 | ||
1153 | void KOTodoView::popupMenu(QListViewItem *item,const QPoint &p,int column) | 1155 | void KOTodoView::popupMenu(QListViewItem *item,const QPoint &p,int column) |
1154 | { | 1156 | { |
1155 | pendingSubtodo = 0; | 1157 | pendingSubtodo = 0; |
1156 | mActiveItem = (KOTodoViewItem *)item; | 1158 | mActiveItem = (KOTodoViewItem *)item; |
1157 | if (item) { | 1159 | if (item) { |
1158 | switch (column){ | 1160 | switch (column){ |
1159 | case 1: | 1161 | case 1: |
1160 | mPriorityPopupMenu->popup(QCursor::pos ()); break; | 1162 | mPriorityPopupMenu->popup(QCursor::pos ()); break; |
1161 | case 2: | 1163 | case 2: |
1162 | mPercentageCompletedPopupMenu->popup(QCursor::pos ()); break; | 1164 | mPercentageCompletedPopupMenu->popup(QCursor::pos ()); break; |
1163 | case 3: | 1165 | case 3: |
1164 | moveTodo(); | 1166 | moveTodo(); |
1165 | break; | 1167 | break; |
1166 | case 7: | 1168 | case 7: |
1167 | mCategoryPopupMenu->popup(QCursor::pos ()); break; | 1169 | mCategoryPopupMenu->popup(QCursor::pos ()); break; |
1168 | case 8: | 1170 | case 8: |
1169 | mCalPopupMenu->popup(QCursor::pos ()); break; | 1171 | mCalPopupMenu->popup(QCursor::pos ()); break; |
1170 | default: | 1172 | default: |
1171 | mItemPopupMenu->popup(QCursor::pos()); | 1173 | mItemPopupMenu->popup(QCursor::pos()); |
1172 | } | 1174 | } |
1173 | } else mPopupMenu->popup(QCursor::pos()); | 1175 | } else mPopupMenu->popup(QCursor::pos()); |
1174 | } | 1176 | } |
1175 | void KOTodoView::newTodo() | 1177 | void KOTodoView::newTodo() |
1176 | { | 1178 | { |
1177 | emit newTodoSignal(); | 1179 | emit newTodoSignal(); |
1178 | } | 1180 | } |
1179 | 1181 | ||
1180 | void KOTodoView::newSubTodo() | 1182 | void KOTodoView::newSubTodo() |
1181 | { | 1183 | { |
1182 | mActiveItem = (KOTodoViewItem*)mTodoListView->currentItem(); | 1184 | mActiveItem = (KOTodoViewItem*)mTodoListView->currentItem(); |
1183 | if (mActiveItem) { | 1185 | if (mActiveItem) { |
1184 | if ( mQuickAdd->isVisible() && !mQuickAdd->text().isEmpty() && mQuickAdd->text() != i18n("Click to add new Todo") ) { | 1186 | if ( mQuickAdd->isVisible() && !mQuickAdd->text().isEmpty() && mQuickAdd->text() != i18n("Click to add new Todo") ) { |
1185 | addQuickTodoPar( mActiveItem->todo()); | 1187 | addQuickTodoPar( mActiveItem->todo()); |
1186 | } else | 1188 | } else |
1187 | emit newSubTodoSignal(mActiveItem->todo()); | 1189 | emit newSubTodoSignal(mActiveItem->todo()); |
1188 | } | 1190 | } |
1189 | } | 1191 | } |
1190 | void KOTodoView::unparentTodo() | 1192 | void KOTodoView::unparentTodo() |
1191 | { | 1193 | { |
1192 | if (mActiveItem) { | 1194 | if (mActiveItem) { |
1193 | emit unparentTodoSignal(mActiveItem->todo()); | 1195 | emit unparentTodoSignal(mActiveItem->todo()); |
1194 | } | 1196 | } |
1195 | } | 1197 | } |
1196 | 1198 | ||
1197 | void KOTodoView::reparentTodo() | 1199 | void KOTodoView::reparentTodo() |
1198 | { | 1200 | { |
1199 | if (mActiveItem) { | 1201 | if (mActiveItem) { |
1200 | topLevelWidget()->setCaption(i18n("Click on new parent item")); | 1202 | topLevelWidget()->setCaption(i18n("Click on new parent item")); |
1201 | pendingSubtodo = mActiveItem; | 1203 | pendingSubtodo = mActiveItem; |
1202 | } | 1204 | } |
1203 | } | 1205 | } |
1204 | void KOTodoView::editTodo() | 1206 | void KOTodoView::editTodo() |
1205 | { | 1207 | { |
1206 | if (mActiveItem) { | 1208 | if (mActiveItem) { |
1207 | emit editTodoSignal(mActiveItem->todo()); | 1209 | emit editTodoSignal(mActiveItem->todo()); |
1208 | } | 1210 | } |
1209 | } | 1211 | } |
1210 | void KOTodoView::cloneTodo() | 1212 | void KOTodoView::cloneTodo() |
1211 | { | 1213 | { |
1212 | if (mActiveItem) { | 1214 | if (mActiveItem) { |
1213 | emit cloneTodoSignal((Incidence*)mActiveItem->todo()); | 1215 | emit cloneTodoSignal((Incidence*)mActiveItem->todo()); |
1214 | } | 1216 | } |
1215 | } | 1217 | } |
1216 | void KOTodoView::cancelTodo() | 1218 | void KOTodoView::cancelTodo() |
1217 | { | 1219 | { |
1218 | if (mActiveItem) { | 1220 | if (mActiveItem) { |
1219 | emit cancelTodoSignal((Incidence*)mActiveItem->todo()); | 1221 | emit cancelTodoSignal((Incidence*)mActiveItem->todo()); |
1220 | } | 1222 | } |
1221 | } | 1223 | } |
1222 | void KOTodoView::moveTodo() | 1224 | void KOTodoView::moveTodo() |
1223 | { | 1225 | { |
1224 | if (mActiveItem) { | 1226 | if (mActiveItem) { |
1225 | emit moveTodoSignal((Incidence*)mActiveItem->todo()); | 1227 | emit moveTodoSignal((Incidence*)mActiveItem->todo()); |
1226 | } | 1228 | } |
1227 | } | 1229 | } |
1228 | void KOTodoView::beamTodo() | 1230 | void KOTodoView::beamTodo() |
1229 | { | 1231 | { |
1230 | if (mActiveItem) { | 1232 | if (mActiveItem) { |
1231 | emit beamTodoSignal((Incidence*)mActiveItem->todo()); | 1233 | emit beamTodoSignal((Incidence*)mActiveItem->todo()); |
1232 | } | 1234 | } |
1233 | } | 1235 | } |
1234 | 1236 | ||
1235 | 1237 | ||
1236 | void KOTodoView::showTodo() | 1238 | void KOTodoView::showTodo() |
1237 | { | 1239 | { |
1238 | if (mActiveItem) { | 1240 | if (mActiveItem) { |
1239 | emit showTodoSignal(mActiveItem->todo()); | 1241 | emit showTodoSignal(mActiveItem->todo()); |
1240 | } | 1242 | } |
1241 | } | 1243 | } |
1242 | 1244 | ||
1243 | void KOTodoView::deleteTodo() | 1245 | void KOTodoView::deleteTodo() |
1244 | { | 1246 | { |
1245 | if (mActiveItem) { | 1247 | if (mActiveItem) { |
1246 | emit deleteTodoSignal(mActiveItem->todo()); | 1248 | emit deleteTodoSignal(mActiveItem->todo()); |
1247 | } | 1249 | } |
1248 | } | 1250 | } |
1249 | 1251 | ||
1250 | void KOTodoView::setNewPriority(int index) | 1252 | void KOTodoView::setNewPriority(int index) |
1251 | { | 1253 | { |
1252 | if (mActiveItem && !mActiveItem->todo()->isReadOnly ()) { | 1254 | if (mActiveItem && !mActiveItem->todo()->isReadOnly ()) { |
1253 | mActiveItem->todo()->setPriority(mPriority[index]); | 1255 | mActiveItem->todo()->setPriority(mPriority[index]); |
1254 | mActiveItem->construct(); | 1256 | mActiveItem->construct(); |
1255 | todoModified (mActiveItem->todo(), KOGlobals::PRIORITY_MODIFIED); | 1257 | todoModified (mActiveItem->todo(), KOGlobals::PRIORITY_MODIFIED); |
1256 | mActiveItem->todo()->setRevision( mActiveItem->todo()->revision()+1 ); | 1258 | mActiveItem->todo()->setRevision( mActiveItem->todo()->revision()+1 ); |
1257 | } | 1259 | } |
1258 | processSelectionChange(); | 1260 | processSelectionChange(); |
1259 | } | 1261 | } |
1260 | 1262 | ||
1261 | void KOTodoView::setNewPercentage(int index) | 1263 | void KOTodoView::setNewPercentage(int index) |
1262 | { | 1264 | { |
1263 | if (mActiveItem && !mActiveItem->todo()->isReadOnly ()) { | 1265 | if (mActiveItem && !mActiveItem->todo()->isReadOnly ()) { |
1264 | 1266 | ||
1265 | if ( mPercentage[index] == 100 && !mActiveItem->isOn() ) { | 1267 | if ( mPercentage[index] == 100 && !mActiveItem->isOn() ) { |
1266 | mActiveItem->setOn( true ); | 1268 | mActiveItem->setOn( true ); |
1267 | processSelectionChange(); | 1269 | processSelectionChange(); |
1268 | return; | 1270 | return; |
1269 | } else if ( mPercentage[index] != 100 && mActiveItem->isOn() ) { | 1271 | } else if ( mPercentage[index] != 100 && mActiveItem->isOn() ) { |
1270 | KOTodoViewItem* par = (static_cast<KOTodoViewItem*>(mActiveItem->parent())); | 1272 | KOTodoViewItem* par = (static_cast<KOTodoViewItem*>(mActiveItem->parent())); |
1271 | if ( par && par->isOn() ) | 1273 | if ( par && par->isOn() ) |
1272 | par->setOn( false ); | 1274 | par->setOn( false ); |
1273 | } | 1275 | } |
1274 | if (mPercentage[index] == 100) { | 1276 | if (mPercentage[index] == 100) { |
1275 | mActiveItem->todo()->setCompleted(QDateTime::currentDateTime()); | 1277 | mActiveItem->todo()->setCompleted(QDateTime::currentDateTime()); |
1276 | } else { | 1278 | } else { |
1277 | mActiveItem->todo()->setCompleted(false); | 1279 | mActiveItem->todo()->setCompleted(false); |
1278 | } | 1280 | } |
1279 | mActiveItem->todo()->setPercentComplete(mPercentage[index]); | 1281 | mActiveItem->todo()->setPercentComplete(mPercentage[index]); |
1280 | mActiveItem->construct(); | 1282 | mActiveItem->construct(); |
1281 | todoModified (mActiveItem->todo (), KOGlobals::COMPLETION_MODIFIED); | 1283 | todoModified (mActiveItem->todo (), KOGlobals::COMPLETION_MODIFIED); |
1282 | mActiveItem->todo()->setRevision( mActiveItem->todo()->revision()+1 ); | 1284 | mActiveItem->todo()->setRevision( mActiveItem->todo()->revision()+1 ); |
1283 | } | 1285 | } |
1284 | processSelectionChange(); | 1286 | processSelectionChange(); |
1285 | } | 1287 | } |
1286 | 1288 | ||
1287 | void KOTodoView::fillCategories () | 1289 | void KOTodoView::fillCategories () |
1288 | { | 1290 | { |
1289 | mCategoryPopupMenu->clear(); | 1291 | mCategoryPopupMenu->clear(); |
1290 | if ( ! mActiveItem ) return; | 1292 | if ( ! mActiveItem ) return; |
1291 | QStringList checkedCategories = mActiveItem->todo()->categories (); | 1293 | QStringList checkedCategories = mActiveItem->todo()->categories (); |
1292 | for (QStringList::Iterator it = KOPrefs::instance()->mCustomCategories.begin (); | 1294 | for (QStringList::Iterator it = KOPrefs::instance()->mCustomCategories.begin (); |
1293 | it != KOPrefs::instance()->mCustomCategories.end (); | 1295 | it != KOPrefs::instance()->mCustomCategories.end (); |
1294 | ++it) { | 1296 | ++it) { |
1295 | int index = mCategoryPopupMenu->insertItem (*it); | 1297 | int index = mCategoryPopupMenu->insertItem (*it); |
1296 | mCategory[index] = *it; | 1298 | mCategory[index] = *it; |
1297 | if (checkedCategories.find (*it) != checkedCategories.end ()) mCategoryPopupMenu->setItemChecked (index, true); | 1299 | if (checkedCategories.find (*it) != checkedCategories.end ()) mCategoryPopupMenu->setItemChecked (index, true); |
1298 | } | 1300 | } |
1299 | } | 1301 | } |
1300 | void KOTodoView::fillCal () | 1302 | void KOTodoView::fillCal () |
1301 | { | 1303 | { |
1302 | mCalPopupMenu->clear(); | 1304 | mCalPopupMenu->clear(); |
1303 | if (!mActiveItem) return; | 1305 | if (!mActiveItem) return; |
1304 | bool readO = mActiveItem->todo()->isReadOnly(); | 1306 | bool readO = mActiveItem->todo()->isReadOnly(); |
1305 | KopiCalendarFile * kkf = KOPrefs::instance()->mCalendars.first(); | 1307 | KopiCalendarFile * kkf = KOPrefs::instance()->mCalendars.first(); |
1306 | while ( kkf ) { | 1308 | while ( kkf ) { |
1307 | int index = mCalPopupMenu->insertItem( kkf->mName, kkf->mCalNumber); | 1309 | int index = mCalPopupMenu->insertItem( kkf->mName, kkf->mCalNumber); |
1308 | if ( kkf->mErrorOnLoad || kkf->isReadOnly || readO ) | 1310 | if ( kkf->mErrorOnLoad || kkf->isReadOnly || readO ) |
1309 | mCalPopupMenu->setItemEnabled( index, false ); | 1311 | mCalPopupMenu->setItemEnabled( index, false ); |
1310 | mCalPopupMenu->setItemChecked (index, kkf->mCalNumber == mActiveItem->todo()->calID()); | 1312 | mCalPopupMenu->setItemChecked (index, kkf->mCalNumber == mActiveItem->todo()->calID()); |
1311 | kkf = KOPrefs::instance()->mCalendars.next(); | 1313 | kkf = KOPrefs::instance()->mCalendars.next(); |
1312 | } | 1314 | } |
1313 | } | 1315 | } |
1314 | void KOTodoView::changedCal (int index ) | 1316 | void KOTodoView::changedCal (int index ) |
1315 | { | 1317 | { |
1316 | if (!mActiveItem) return; | 1318 | if (!mActiveItem) return; |
1317 | mActiveItem->todo()->setCalID( index ); | 1319 | mActiveItem->todo()->setCalID( index ); |
1318 | mActiveItem->construct(); | 1320 | mActiveItem->construct(); |
1319 | } | 1321 | } |
1320 | void KOTodoView::changedCategories(int index) | 1322 | void KOTodoView::changedCategories(int index) |
1321 | { | 1323 | { |
1322 | if (mActiveItem && !mActiveItem->todo()->isReadOnly ()) { | 1324 | if (mActiveItem && !mActiveItem->todo()->isReadOnly ()) { |
1323 | QStringList categories = mActiveItem->todo()->categories (); | 1325 | QStringList categories = mActiveItem->todo()->categories (); |
1324 | QString colcat = categories.first(); | 1326 | QString colcat = categories.first(); |
1325 | if (categories.find (mCategory[index]) != categories.end ()) | 1327 | if (categories.find (mCategory[index]) != categories.end ()) |
1326 | categories.remove (mCategory[index]); | 1328 | categories.remove (mCategory[index]); |
1327 | else | 1329 | else |
1328 | categories.insert (categories.end(), mCategory[index]); | 1330 | categories.insert (categories.end(), mCategory[index]); |
1329 | categories.sort (); | 1331 | categories.sort (); |
1330 | if ( !colcat.isEmpty() ) { | 1332 | if ( !colcat.isEmpty() ) { |
1331 | if ( categories.find ( colcat ) != categories.end () ) { | 1333 | if ( categories.find ( colcat ) != categories.end () ) { |
1332 | categories.remove( colcat ); | 1334 | categories.remove( colcat ); |
1333 | categories.prepend( colcat ); | 1335 | categories.prepend( colcat ); |
1334 | } | 1336 | } |
1335 | } | 1337 | } |
1336 | mActiveItem->todo()->setCategories (categories); | 1338 | mActiveItem->todo()->setCategories (categories); |
1337 | mActiveItem->construct(); | 1339 | mActiveItem->construct(); |
1338 | mActiveItem->todo()->setRevision( mActiveItem->todo()->revision()+1 ); | 1340 | mActiveItem->todo()->setRevision( mActiveItem->todo()->revision()+1 ); |
1339 | todoModified (mActiveItem->todo (), KOGlobals::CATEGORY_MODIFIED); | 1341 | todoModified (mActiveItem->todo (), KOGlobals::CATEGORY_MODIFIED); |
1340 | } | 1342 | } |
1341 | } | 1343 | } |
1342 | void KOTodoView::itemDoubleClicked(QListViewItem *item) | 1344 | void KOTodoView::itemDoubleClicked(QListViewItem *item) |
1343 | { | 1345 | { |
1344 | if ( pendingSubtodo != 0 ) { | 1346 | if ( pendingSubtodo != 0 ) { |
1345 | topLevelWidget()->setCaption(i18n("Reparenting aborted!")); | 1347 | topLevelWidget()->setCaption(i18n("Reparenting aborted!")); |
1346 | } | 1348 | } |
1347 | pendingSubtodo = 0; | 1349 | pendingSubtodo = 0; |
1348 | //int row = mTodoListView->header()->sectionAt ( mTodoListView->header()->mapFromGlobal( QCursor::pos()).x() ); | 1350 | //int row = mTodoListView->header()->sectionAt ( mTodoListView->header()->mapFromGlobal( QCursor::pos()).x() ); |
1349 | int row = mTodoListView->header()->sectionAt ( mTodoListView->viewportToContents(mTodoListView->viewport()->mapFromGlobal( QCursor::pos())) .x() ); | 1351 | int row = mTodoListView->header()->sectionAt ( mTodoListView->viewportToContents(mTodoListView->viewport()->mapFromGlobal( QCursor::pos())) .x() ); |
1350 | //qDebug("ROW %d ", row); | 1352 | //qDebug("ROW %d ", row); |
1351 | if (!item) { | 1353 | if (!item) { |
1352 | newTodo(); | 1354 | newTodo(); |
1353 | return; | 1355 | return; |
1354 | } else { | 1356 | } else { |
1355 | if ( row == 1 ) { | 1357 | if ( row == 1 ) { |
1356 | mActiveItem = (KOTodoViewItem *) item; | 1358 | mActiveItem = (KOTodoViewItem *) item; |
1357 | newSubTodo(); | 1359 | newSubTodo(); |
1358 | return; | 1360 | return; |
1359 | } | 1361 | } |
1360 | if ( row == 5 || row == 6 || row == 2) { | 1362 | if ( row == 5 || row == 6 || row == 2) { |
1361 | mActiveItem = (KOTodoViewItem *) item; | 1363 | mActiveItem = (KOTodoViewItem *) item; |
1362 | Todo * t = mActiveItem->todo(); | 1364 | Todo * t = mActiveItem->todo(); |
1363 | if ( t->isRunning() ) { | 1365 | if ( t->isRunning() ) { |
1364 | if ( t->runTime() < 15) { | 1366 | if ( t->runTime() < 15) { |
1365 | t->stopRunning(); | 1367 | t->stopRunning(); |
1366 | mActiveItem->construct(); | 1368 | mActiveItem->construct(); |
1367 | topLevelWidget()->setCaption(i18n("Todo stopped - no data saved because runtime was < 15 sec!")); | 1369 | topLevelWidget()->setCaption(i18n("Todo stopped - no data saved because runtime was < 15 sec!")); |
1368 | return; | 1370 | return; |
1369 | } | 1371 | } |
1370 | else | 1372 | else |
1371 | toggleRunningItem(); | 1373 | toggleRunningItem(); |
1372 | return; | 1374 | return; |
1373 | } else { | 1375 | } else { |
1374 | t->setRunning( true ); | 1376 | t->setRunning( true ); |
1375 | mActiveItem->construct(); | 1377 | mActiveItem->construct(); |
1376 | topLevelWidget()->setCaption(i18n("Todo started! Double click again to stop!")); | 1378 | topLevelWidget()->setCaption(i18n("Todo started! Double click again to stop!")); |
1377 | return; | 1379 | return; |
1378 | } | 1380 | } |
1379 | } | 1381 | } |
1380 | } | 1382 | } |
1381 | if ( KOPrefs::instance()->mEditOnDoubleClick ) | 1383 | if ( KOPrefs::instance()->mEditOnDoubleClick ) |
1382 | editItem( item ); | 1384 | editItem( item ); |
1383 | else | 1385 | else |
1384 | showItem( item , QPoint(), 0 ); | 1386 | showItem( item , QPoint(), 0 ); |
1385 | } | 1387 | } |
1386 | void KOTodoView::toggleRunningItem() | 1388 | void KOTodoView::toggleRunningItem() |
1387 | { | 1389 | { |
1388 | // qDebug("KOTodoView::toggleRunning() "); | 1390 | // qDebug("KOTodoView::toggleRunning() "); |
1389 | if ( ! mActiveItem ) | 1391 | if ( ! mActiveItem ) |
1390 | return; | 1392 | return; |
1391 | Todo * t = mActiveItem->todo(); | 1393 | Todo * t = mActiveItem->todo(); |
1392 | if ( t->isRunning() ) { | 1394 | if ( t->isRunning() ) { |
1393 | KOStopTodoPrefs tp ( t, this ); | 1395 | KOStopTodoPrefs tp ( t, this ); |
1394 | if (QApplication::desktop()->width() <= 800 ){ | 1396 | if (QApplication::desktop()->width() <= 800 ){ |
1395 | int wid = tp.width(); | 1397 | int wid = tp.width(); |
1396 | int hei = tp.height(); | 1398 | int hei = tp.height(); |
1397 | int xx = (QApplication::desktop()->width()-wid)/2; | 1399 | int xx = (QApplication::desktop()->width()-wid)/2; |
1398 | int yy = (QApplication::desktop()->height()-hei)/2; | 1400 | int yy = (QApplication::desktop()->height()-hei)/2; |
1399 | tp.setGeometry( xx,yy,wid,hei ); | 1401 | tp.setGeometry( xx,yy,wid,hei ); |
1400 | } | 1402 | } |
1401 | tp.exec(); | 1403 | tp.exec(); |
1402 | updateTodo ( t, KOGlobals::EVENTEDITED ); | 1404 | updateTodo ( t, KOGlobals::EVENTEDITED ); |
1403 | } else { | 1405 | } else { |
1404 | KOStartTodoPrefs tp ( t->summary(), this ); | 1406 | KOStartTodoPrefs tp ( t->summary(), this ); |
1405 | if (QApplication::desktop()->width() <= 800 ){ | 1407 | if (QApplication::desktop()->width() <= 800 ){ |
diff --git a/korganizer/kotodoview.h b/korganizer/kotodoview.h index ecd0ad9..161ecb0 100644 --- a/korganizer/kotodoview.h +++ b/korganizer/kotodoview.h | |||
@@ -1,309 +1,310 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | Copyright (c) 2000, 2001 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2000, 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 | #ifndef KOTODOVIEW_H | 23 | #ifndef KOTODOVIEW_H |
24 | #define KOTODOVIEW_H | 24 | #define KOTODOVIEW_H |
25 | 25 | ||
26 | #include <qfont.h> | 26 | #include <qfont.h> |
27 | #include <qfontmetrics.h> | 27 | #include <qfontmetrics.h> |
28 | #include <qlineedit.h> | 28 | #include <qlineedit.h> |
29 | #include <qptrlist.h> | 29 | #include <qptrlist.h> |
30 | #include <qstrlist.h> | 30 | #include <qstrlist.h> |
31 | #include <qlistbox.h> | 31 | #include <qlistbox.h> |
32 | #include <qpopupmenu.h> | 32 | #include <qpopupmenu.h> |
33 | #include <qlabel.h> | 33 | #include <qlabel.h> |
34 | #include <qmap.h> | 34 | #include <qmap.h> |
35 | #include <qdialog.h> | 35 | #include <qdialog.h> |
36 | #include <qlabel.h> | 36 | #include <qlabel.h> |
37 | #include <qlistview.h> | 37 | #include <qlistview.h> |
38 | #include <klistview.h> | 38 | #include <klistview.h> |
39 | 39 | ||
40 | #include <libkcal/calendar.h> | 40 | #include <libkcal/calendar.h> |
41 | #include <libkcal/todo.h> | 41 | #include <libkcal/todo.h> |
42 | 42 | ||
43 | #include <korganizer/baseview.h> | 43 | #include <korganizer/baseview.h> |
44 | 44 | ||
45 | #include "kotodoviewitem.h" | 45 | #include "kotodoviewitem.h" |
46 | #include "koprefs.h" | 46 | #include "koprefs.h" |
47 | #include "koglobals.h" | 47 | #include "koglobals.h" |
48 | #include "datenavigator.h" | 48 | #include "datenavigator.h" |
49 | 49 | ||
50 | class QDragEnterEvent; | 50 | class QDragEnterEvent; |
51 | class QDragMoveEvent; | 51 | class QDragMoveEvent; |
52 | class QDragLeaveEvent; | 52 | class QDragLeaveEvent; |
53 | class QDropEvent; | 53 | class QDropEvent; |
54 | class KOTodoViewWhatsThis; | 54 | class KOTodoViewWhatsThis; |
55 | class KDateEdit; | 55 | class KDateEdit; |
56 | class KOTimeEdit; | 56 | class KOTimeEdit; |
57 | 57 | ||
58 | class DocPrefs; | 58 | class DocPrefs; |
59 | 59 | ||
60 | 60 | ||
61 | class KOStopTodoPrefs : public QDialog | 61 | class KOStopTodoPrefs : public QDialog |
62 | { | 62 | { |
63 | Q_OBJECT | 63 | Q_OBJECT |
64 | public: | 64 | public: |
65 | KOStopTodoPrefs( Todo* todo, QWidget *parent=0, const char *name=0 ) ; | 65 | KOStopTodoPrefs( Todo* todo, QWidget *parent=0, const char *name=0 ) ; |
66 | 66 | ||
67 | 67 | ||
68 | private slots: | 68 | private slots: |
69 | void doNotSave(); | 69 | void doNotSave(); |
70 | void accept(); | 70 | void accept(); |
71 | private: | 71 | private: |
72 | Todo* mTodo; | 72 | Todo* mTodo; |
73 | QLineEdit* mComment; | 73 | QLineEdit* mComment; |
74 | QDateTime mStop; | 74 | QDateTime mStop; |
75 | KDateEdit *sde, *ede; | 75 | KDateEdit *sde, *ede; |
76 | KOTimeEdit *ste, *ete; | 76 | KOTimeEdit *ste, *ete; |
77 | 77 | ||
78 | }; | 78 | }; |
79 | 79 | ||
80 | class KOStartTodoPrefs : public QDialog | 80 | class KOStartTodoPrefs : public QDialog |
81 | { | 81 | { |
82 | Q_OBJECT | 82 | Q_OBJECT |
83 | public: | 83 | public: |
84 | KOStartTodoPrefs( QString sum, QWidget *parent=0, const char *name=0 ) ; | 84 | KOStartTodoPrefs( QString sum, QWidget *parent=0, const char *name=0 ) ; |
85 | 85 | ||
86 | bool stopAll() { return mStopAll; } | 86 | bool stopAll() { return mStopAll; } |
87 | private slots: | 87 | private slots: |
88 | void doStop(); | 88 | void doStop(); |
89 | private: | 89 | private: |
90 | bool mStopAll; | 90 | bool mStopAll; |
91 | 91 | ||
92 | }; | 92 | }; |
93 | 93 | ||
94 | class KOTodoListView : public KListView | 94 | class KOTodoListView : public KListView |
95 | { | 95 | { |
96 | Q_OBJECT | 96 | Q_OBJECT |
97 | public: | 97 | public: |
98 | KOTodoListView(Calendar *,QWidget *parent=0,const char *name=0); | 98 | KOTodoListView(Calendar *,QWidget *parent=0,const char *name=0); |
99 | virtual ~KOTodoListView() {} | 99 | virtual ~KOTodoListView() {} |
100 | 100 | ||
101 | signals: | 101 | signals: |
102 | void paintNeeded(); | 102 | void paintNeeded(); |
103 | void todoDropped(Todo *, int); | 103 | void todoDropped(Todo *, int); |
104 | void double_Clicked(QListViewItem *item); | 104 | void double_Clicked(QListViewItem *item); |
105 | void reparentTodoSignal( Todo *,Todo * ); | 105 | void reparentTodoSignal( Todo *,Todo * ); |
106 | void unparentTodoSignal(Todo *); | 106 | void unparentTodoSignal(Todo *); |
107 | void deleteTodo( Todo * ); | 107 | void deleteTodo( Todo * ); |
108 | protected: | 108 | protected: |
109 | void wheelEvent (QWheelEvent *e); | 109 | void wheelEvent (QWheelEvent *e); |
110 | void contentsDragEnterEvent(QDragEnterEvent *); | 110 | void contentsDragEnterEvent(QDragEnterEvent *); |
111 | void contentsDragMoveEvent(QDragMoveEvent *); | 111 | void contentsDragMoveEvent(QDragMoveEvent *); |
112 | void contentsDragLeaveEvent(QDragLeaveEvent *); | 112 | void contentsDragLeaveEvent(QDragLeaveEvent *); |
113 | void contentsDropEvent(QDropEvent *); | 113 | void contentsDropEvent(QDropEvent *); |
114 | 114 | ||
115 | void contentsMousePressEvent(QMouseEvent *); | 115 | void contentsMousePressEvent(QMouseEvent *); |
116 | void contentsMouseMoveEvent(QMouseEvent *); | 116 | void contentsMouseMoveEvent(QMouseEvent *); |
117 | void contentsMouseReleaseEvent(QMouseEvent *); | 117 | void contentsMouseReleaseEvent(QMouseEvent *); |
118 | void contentsMouseDoubleClickEvent(QMouseEvent *); | 118 | void contentsMouseDoubleClickEvent(QMouseEvent *); |
119 | 119 | ||
120 | private: | 120 | private: |
121 | void paintEvent(QPaintEvent * pevent); | 121 | void paintEvent(QPaintEvent * pevent); |
122 | bool internalDrop; | 122 | bool internalDrop; |
123 | QString mName; | 123 | QString mName; |
124 | Calendar *mCalendar; | 124 | Calendar *mCalendar; |
125 | QPoint mPressPos; | 125 | QPoint mPressPos; |
126 | bool mMousePressed; | 126 | bool mMousePressed; |
127 | QListViewItem *mOldCurrent; | 127 | QListViewItem *mOldCurrent; |
128 | bool mFlagKeyPressed; | 128 | bool mFlagKeyPressed; |
129 | void keyPressEvent ( QKeyEvent * ) ; | 129 | void keyPressEvent ( QKeyEvent * ) ; |
130 | void keyReleaseEvent ( QKeyEvent * ) ; | 130 | void keyReleaseEvent ( QKeyEvent * ) ; |
131 | }; | 131 | }; |
132 | 132 | ||
133 | 133 | ||
134 | /** | 134 | /** |
135 | This is the line-edit on top of the todoview for fast addition of new todos | 135 | This is the line-edit on top of the todoview for fast addition of new todos |
136 | */ | 136 | */ |
137 | class KOQuickTodo : public QLineEdit | 137 | class KOQuickTodo : public QLineEdit |
138 | { | 138 | { |
139 | public: | 139 | public: |
140 | KOQuickTodo(QWidget *parent=0); | 140 | KOQuickTodo(QWidget *parent=0); |
141 | protected: | 141 | protected: |
142 | void focusInEvent(QFocusEvent *ev); | 142 | void focusInEvent(QFocusEvent *ev); |
143 | void focusOutEvent(QFocusEvent *ev); | 143 | void focusOutEvent(QFocusEvent *ev); |
144 | }; | 144 | }; |
145 | 145 | ||
146 | 146 | ||
147 | /** | 147 | /** |
148 | This class provides a multi-column list view of todo events. | 148 | This class provides a multi-column list view of todo events. |
149 | 149 | ||
150 | @short multi-column list view of todo events. | 150 | @short multi-column list view of todo events. |
151 | @author Cornelius Schumacher <schumacher@kde.org> | 151 | @author Cornelius Schumacher <schumacher@kde.org> |
152 | */ | 152 | */ |
153 | class KOTodoView : public KOrg::BaseView | 153 | class KOTodoView : public KOrg::BaseView |
154 | { | 154 | { |
155 | Q_OBJECT | 155 | Q_OBJECT |
156 | public: | 156 | public: |
157 | KOTodoView(Calendar *, QWidget* parent=0, const char* name=0 ); | 157 | KOTodoView(Calendar *, QWidget* parent=0, const char* name=0 ); |
158 | ~KOTodoView(); | 158 | ~KOTodoView(); |
159 | 159 | ||
160 | QPtrList<Incidence> selectedIncidences(); | 160 | QPtrList<Incidence> selectedIncidences(); |
161 | QPtrList<Todo> selectedTodos(); | 161 | QPtrList<Todo> selectedTodos(); |
162 | 162 | ||
163 | DateList selectedDates() | 163 | DateList selectedDates() |
164 | {DateList q; | 164 | {DateList q; |
165 | return q;} | 165 | return q;} |
166 | 166 | ||
167 | /** Return number of shown dates. TodoView does not show dates, */ | 167 | /** Return number of shown dates. TodoView does not show dates, */ |
168 | int currentDateCount() { return 0; } | 168 | int currentDateCount() { return 0; } |
169 | 169 | ||
170 | void printPreview(CalPrinter *calPrinter, const QDate &fd, const QDate &td); | 170 | void printPreview(CalPrinter *calPrinter, const QDate &fd, const QDate &td); |
171 | 171 | ||
172 | void setDocumentId( const QString & ); | 172 | void setDocumentId( const QString & ); |
173 | 173 | ||
174 | void saveLayout(KConfig *config, const QString &group) const; | 174 | void saveLayout(KConfig *config, const QString &group) const; |
175 | void restoreLayout(KConfig *config, const QString &group); | 175 | void restoreLayout(KConfig *config, const QString &group); |
176 | void setNavigator( DateNavigator* nav ) {mNavigator = nav;} | 176 | void setNavigator( DateNavigator* nav ) {mNavigator = nav;} |
177 | QString getWhatsThisText(QPoint p); | 177 | QString getWhatsThisText(QPoint p); |
178 | void clearList( bool saveCurrentItem = true ); | 178 | void clearList( bool saveCurrentItem = true ); |
179 | 179 | ||
180 | public slots: | 180 | public slots: |
181 | void updateView(); | 181 | void updateView(); |
182 | void updateConfig(); | 182 | void updateConfig(); |
183 | 183 | ||
184 | void changeEventDisplay(Event *, int); | 184 | void changeEventDisplay(Event *, int); |
185 | 185 | ||
186 | void showDates(const QDate &start, const QDate &end); | 186 | void showDates(const QDate &start, const QDate &end); |
187 | void showEvents(QPtrList<Event> eventList); | 187 | void showEvents(QPtrList<Event> eventList); |
188 | 188 | ||
189 | void clearSelection(); | 189 | void clearSelection(); |
190 | void jumpToDate (); | 190 | void jumpToDate (); |
191 | 191 | ||
192 | void editItem(QListViewItem *item); | 192 | void editItem(QListViewItem *item); |
193 | void showItem(QListViewItem *item,const QPoint &,int); | 193 | void showItem(QListViewItem *item,const QPoint &,int); |
194 | void popupMenu(QListViewItem *item,const QPoint &,int); | 194 | void popupMenu(QListViewItem *item,const QPoint &,int); |
195 | void newTodo(); | 195 | void newTodo(); |
196 | void newSubTodo(); | 196 | void newSubTodo(); |
197 | void unparentTodo(); | 197 | void unparentTodo(); |
198 | void reparentTodo(); | 198 | void reparentTodo(); |
199 | void showTodo(); | 199 | void showTodo(); |
200 | void editTodo(); | 200 | void editTodo(); |
201 | void cloneTodo(); | 201 | void cloneTodo(); |
202 | void cancelTodo(); | 202 | void cancelTodo(); |
203 | void moveTodo(); | 203 | void moveTodo(); |
204 | void beamTodo(); | 204 | void beamTodo(); |
205 | void deleteTodo(); | 205 | void deleteTodo(); |
206 | 206 | ||
207 | void setNewPriority(int); | 207 | void setNewPriority(int); |
208 | void setNewPercentage(int); | 208 | void setNewPercentage(int); |
209 | void changedCategories(int); | 209 | void changedCategories(int); |
210 | 210 | ||
211 | void setAllOpen(); | 211 | void setAllOpen(); |
212 | void setAllClose(); | 212 | void setAllClose(); |
213 | void setAllFlat(); | 213 | void setAllFlat(); |
214 | void displayAllFlat(); | 214 | void displayAllFlat(); |
215 | 215 | ||
216 | void purgeCompleted(); | 216 | void purgeCompleted(); |
217 | void toggleCompleted(); | 217 | void toggleCompleted(); |
218 | void toggleRunning(); | 218 | void toggleRunning(); |
219 | void toggleQuickTodo(); | 219 | void toggleQuickTodo(); |
220 | void updateTodo( Todo *, int ); | 220 | void updateTodo( Todo *, int ); |
221 | 221 | ||
222 | void itemClicked(QListViewItem *); | 222 | void itemClicked(QListViewItem *); |
223 | void itemStateChanged(QListViewItem *); | 223 | void itemStateChanged(QListViewItem *); |
224 | void modified(bool); | 224 | void modified(bool); |
225 | void itemDoubleClicked(QListViewItem *item); | 225 | void itemDoubleClicked(QListViewItem *item); |
226 | void resetFocusToList(); | 226 | void resetFocusToList(); |
227 | void fillCategories (); | 227 | void fillCategories (); |
228 | void fillCal (); | 228 | void fillCal (); |
229 | void changedCal (int); | 229 | void changedCal (int); |
230 | 230 | ||
231 | signals: | 231 | signals: |
232 | void newTodoSignal(); | 232 | void newTodoSignal(); |
233 | void newSubTodoSignal(Todo *); | 233 | void newSubTodoSignal(Todo *); |
234 | void unparentTodoSignal(Todo *); | 234 | void unparentTodoSignal(Todo *); |
235 | void reparentTodoSignal( Todo *,Todo * ); | 235 | void reparentTodoSignal( Todo *,Todo * ); |
236 | void showTodoSignal(Todo *); | 236 | void showTodoSignal(Todo *); |
237 | 237 | ||
238 | void editTodoSignal(Todo *); | 238 | void editTodoSignal(Todo *); |
239 | void deleteTodoSignal(Todo *); | 239 | void deleteTodoSignal(Todo *); |
240 | void todoModifiedSignal (Todo *, int); | 240 | void todoModifiedSignal (Todo *, int); |
241 | 241 | ||
242 | void isModified(bool); | 242 | void isModified(bool); |
243 | void cloneTodoSignal( Incidence * ); | 243 | void cloneTodoSignal( Incidence * ); |
244 | void cancelTodoSignal( Incidence * ); | 244 | void cancelTodoSignal( Incidence * ); |
245 | void moveTodoSignal( Incidence * ); | 245 | void moveTodoSignal( Incidence * ); |
246 | void beamTodoSignal( Incidence * ); | 246 | void beamTodoSignal( Incidence * ); |
247 | void purgeCompletedSignal(); | 247 | void purgeCompletedSignal(); |
248 | 248 | ||
249 | protected slots: | 249 | protected slots: |
250 | void toggleRunningItem(); | 250 | void toggleRunningItem(); |
251 | void paintNeeded(); | 251 | void paintNeeded(); |
252 | void processSelectionChange(); | 252 | void processSelectionChange(); |
253 | void addQuickTodo(); | 253 | void addQuickTodo(); |
254 | void setTodoModified( Todo* ); | 254 | void setTodoModified( Todo* ); |
255 | void todoModified(Todo *, int ); | 255 | void todoModified(Todo *, int ); |
256 | 256 | ||
257 | private: | 257 | private: |
258 | bool mIsActiveWindow; | ||
258 | void addQuickTodoPar( Todo * parentTodo); | 259 | void addQuickTodoPar( Todo * parentTodo); |
259 | /* | 260 | /* |
260 | * the TodoEditor approach is rather unscaling in the long | 261 | * the TodoEditor approach is rather unscaling in the long |
261 | * run. | 262 | * run. |
262 | * Korganizer keeps it in memory and we need to update | 263 | * Korganizer keeps it in memory and we need to update |
263 | * 1. make KOTodoViewItem a QObject again? | 264 | * 1. make KOTodoViewItem a QObject again? |
264 | * 2. add a public method for setting one todo modified? | 265 | * 2. add a public method for setting one todo modified? |
265 | * 3. add a private method for setting a todo modified + friend here? | 266 | * 3. add a private method for setting a todo modified + friend here? |
266 | * -- zecke 2002-07-08 | 267 | * -- zecke 2002-07-08 |
267 | */ | 268 | */ |
268 | KOTodoViewWhatsThis* mKOTodoViewWhatsThis; | 269 | KOTodoViewWhatsThis* mKOTodoViewWhatsThis; |
269 | friend class KOTodoListView; | 270 | friend class KOTodoListView; |
270 | void paintEvent(QPaintEvent * pevent); | 271 | void paintEvent(QPaintEvent * pevent); |
271 | bool mPendingUpdateBeforeRepaint; | 272 | bool mPendingUpdateBeforeRepaint; |
272 | friend class KOTodoViewItem; | 273 | friend class KOTodoViewItem; |
273 | QMap<Todo *,KOTodoViewItem *>::ConstIterator insertTodoItem(Todo *todo); | 274 | QMap<Todo *,KOTodoViewItem *>::ConstIterator insertTodoItem(Todo *todo); |
274 | void restoreItemState( QListViewItem * ); | 275 | void restoreItemState( QListViewItem * ); |
275 | 276 | ||
276 | bool checkTodo( Todo * ); | 277 | bool checkTodo( Todo * ); |
277 | bool isFlatDisplay; | 278 | bool isFlatDisplay; |
278 | void setOpen( QListViewItem*, bool setOpen); | 279 | void setOpen( QListViewItem*, bool setOpen); |
279 | KOTodoListView *mTodoListView; | 280 | KOTodoListView *mTodoListView; |
280 | QPopupMenu *mItemPopupMenu; | 281 | QPopupMenu *mItemPopupMenu; |
281 | QPopupMenu *mPopupMenu; | 282 | QPopupMenu *mPopupMenu; |
282 | QPopupMenu *mPriorityPopupMenu; | 283 | QPopupMenu *mPriorityPopupMenu; |
283 | QPopupMenu *mPercentageCompletedPopupMenu; | 284 | QPopupMenu *mPercentageCompletedPopupMenu; |
284 | QPopupMenu *mCategoryPopupMenu; | 285 | QPopupMenu *mCategoryPopupMenu; |
285 | QPopupMenu *mCalPopupMenu; | 286 | QPopupMenu *mCalPopupMenu; |
286 | 287 | ||
287 | QMap<int, int> mPercentage; | 288 | QMap<int, int> mPercentage; |
288 | QMap<int, int> mPriority; | 289 | QMap<int, int> mPriority; |
289 | QMap<int, QString> mCategory; | 290 | QMap<int, QString> mCategory; |
290 | KOTodoViewItem *mActiveItem; | 291 | KOTodoViewItem *mActiveItem; |
291 | 292 | ||
292 | QMap<Todo *,KOTodoViewItem *> mTodoMap; | 293 | QMap<Todo *,KOTodoViewItem *> mTodoMap; |
293 | QString mName; | 294 | QString mName; |
294 | QWidget* mQuickBar; | 295 | QWidget* mQuickBar; |
295 | 296 | ||
296 | DocPrefs *mDocPrefs; | 297 | DocPrefs *mDocPrefs; |
297 | QString mCurrentDoc; | 298 | QString mCurrentDoc; |
298 | KOQuickTodo *mQuickAdd; | 299 | KOQuickTodo *mQuickAdd; |
299 | bool mBlockUpdate; | 300 | bool mBlockUpdate; |
300 | void keyPressEvent ( QKeyEvent * ) ; | 301 | void keyPressEvent ( QKeyEvent * ) ; |
301 | KOTodoViewItem * pendingSubtodo; | 302 | KOTodoViewItem * pendingSubtodo; |
302 | DateNavigator* mNavigator; | 303 | DateNavigator* mNavigator; |
303 | void storeCurrentItem(); | 304 | void storeCurrentItem(); |
304 | void resetCurrentItem(); | 305 | void resetCurrentItem(); |
305 | Incidence * mCurItem, *mCurItemRootParent, *mCurItemParent,*mCurItemAbove; | 306 | Incidence * mCurItem, *mCurItemRootParent, *mCurItemParent,*mCurItemAbove; |
306 | QPushButton * mNewSubBut; | 307 | QPushButton * mNewSubBut; |
307 | }; | 308 | }; |
308 | 309 | ||
309 | #endif | 310 | #endif |
diff --git a/korganizer/koviewmanager.cpp b/korganizer/koviewmanager.cpp index ba3bc05..4057ae0 100644 --- a/korganizer/koviewmanager.cpp +++ b/korganizer/koviewmanager.cpp | |||
@@ -1,590 +1,592 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | 3 | ||
4 | Copyright (c) 2001 | 4 | Copyright (c) 2001 |
5 | Cornelius Schumacher <schumacher@kde.org> | 5 | Cornelius Schumacher <schumacher@kde.org> |
6 | 6 | ||
7 | This program is free software; you can redistribute it and/or modify | 7 | This program is free software; you can redistribute it and/or modify |
8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
9 | the Free Software Foundation; either version 2 of the License, or | 9 | the Free Software Foundation; either version 2 of the License, or |
10 | (at your option) any later version. | 10 | (at your option) any later version. |
11 | 11 | ||
12 | This program is distributed in the hope that it will be useful, | 12 | This program is distributed in the hope that it will be useful, |
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the | 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the |
15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
16 | 16 | ||
17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
18 | along with this program; if not, write to the Free Software | 18 | along with this program; if not, write to the Free Software |
19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
20 | 20 | ||
21 | As a special exception, permission is given to link this program | 21 | As a special exception, permission is given to link this program |
22 | with any edition of Qt, and distribute the resulting executable, | 22 | with any edition of Qt, and distribute the resulting executable, |
23 | without including the source code for Qt in the source distribution. | 23 | without including the source code for Qt in the source distribution. |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include <qwidgetstack.h> | 26 | #include <qwidgetstack.h> |
27 | 27 | ||
28 | #include <kconfig.h> | 28 | #include <kconfig.h> |
29 | #include <kglobal.h> | 29 | #include <kglobal.h> |
30 | #ifndef DESKTOP_VERSION | 30 | #ifndef DESKTOP_VERSION |
31 | #include <qpe/qpeapplication.h> | 31 | #include <qpe/qpeapplication.h> |
32 | #else | 32 | #else |
33 | #include <qapplication.h> | 33 | #include <qapplication.h> |
34 | #endif | 34 | #endif |
35 | #include <qdatetime.h> | 35 | #include <qdatetime.h> |
36 | #include "calendarview.h" | 36 | #include "calendarview.h" |
37 | #include "datenavigator.h" | 37 | #include "datenavigator.h" |
38 | #include "kotodoview.h" | 38 | #include "kotodoview.h" |
39 | #include "koagendaview.h" | 39 | #include "koagendaview.h" |
40 | #include "kodialogmanager.h" | 40 | #include "kodialogmanager.h" |
41 | #include "komonthview.h" | 41 | #include "komonthview.h" |
42 | #include "kolistview.h" | 42 | #include "kolistview.h" |
43 | #include "kowhatsnextview.h" | 43 | #include "kowhatsnextview.h" |
44 | #include "kojournalview.h" | 44 | #include "kojournalview.h" |
45 | #include "kotimespanview.h" | 45 | #include "kotimespanview.h" |
46 | #include "koprefs.h" | 46 | #include "koprefs.h" |
47 | #include "navigatorbar.h" | 47 | #include "navigatorbar.h" |
48 | #include "kdatenavigator.h" | 48 | #include "kdatenavigator.h" |
49 | 49 | ||
50 | #include "koviewmanager.h" | 50 | #include "koviewmanager.h" |
51 | //extern bool externFlagMonthviewBlockPainting; | 51 | //extern bool externFlagMonthviewBlockPainting; |
52 | 52 | ||
53 | //bool globalFlagBlockPainting = false; | 53 | //bool globalFlagBlockPainting = false; |
54 | int globalFlagBlockAgenda = 0; | 54 | int globalFlagBlockAgenda = 0; |
55 | int globalFlagBlockLabel = 0; | 55 | int globalFlagBlockLabel = 0; |
56 | int globalFlagBlockAgendaItemPaint = 1; | 56 | int globalFlagBlockAgendaItemPaint = 1; |
57 | int globalFlagBlockAgendaItemUpdate = 1; | 57 | int globalFlagBlockAgendaItemUpdate = 1; |
58 | 58 | ||
59 | 59 | ||
60 | KOViewManager::KOViewManager( CalendarView *mainView ) : | 60 | KOViewManager::KOViewManager( CalendarView *mainView ) : |
61 | QObject(), mMainView( mainView ) | 61 | QObject(), mMainView( mainView ) |
62 | { | 62 | { |
63 | |||
64 | lastMode = 0; | ||
65 | lastCount = 0; | ||
66 | lastNDMode = false; | ||
67 | selecteddatescount = 0; | ||
68 | selecteddate = QDate ( 2000, 1, 1 ); | ||
69 | baseCycleDate = QDate ( 2000, 1, 1 ); | ||
63 | mCurrentView = 0; | 70 | mCurrentView = 0; |
64 | flagResetViewChangeDate = 0; | 71 | flagResetViewChangeDate = 0; |
65 | mWhatsNextView = 0; | 72 | mWhatsNextView = 0; |
66 | mTodoView = 0; | 73 | mTodoView = 0; |
67 | mAgendaView = 0; | 74 | mAgendaView = 0; |
68 | mMonthView = 0; | 75 | mMonthView = 0; |
69 | mListView = 0; | 76 | mListView = 0; |
70 | mJournalView = 0; | 77 | mJournalView = 0; |
71 | mTimeSpanView = 0; | 78 | mTimeSpanView = 0; |
72 | mCurrentAgendaView = 0 ; | 79 | mCurrentAgendaView = 0 ; |
73 | mFlagShowNextxDays = false; | 80 | mFlagShowNextxDays = false; |
74 | } | 81 | } |
75 | 82 | ||
76 | KOViewManager::~KOViewManager() | 83 | KOViewManager::~KOViewManager() |
77 | { | 84 | { |
78 | } | 85 | } |
79 | 86 | ||
80 | 87 | ||
81 | KOrg::BaseView *KOViewManager::currentView() | 88 | KOrg::BaseView *KOViewManager::currentView() |
82 | { | 89 | { |
83 | return mCurrentView; | 90 | return mCurrentView; |
84 | } | 91 | } |
85 | 92 | ||
86 | void KOViewManager::readSettings(KConfig *config) | 93 | void KOViewManager::readSettings(KConfig *config) |
87 | { | 94 | { |
88 | config->setGroup("General"); | 95 | config->setGroup("General"); |
89 | QString view = config->readEntry("Current View"); | 96 | QString view = config->readEntry("Current View"); |
90 | if (view == "WhatsNext") showWhatsNextView(); | 97 | if (view == "WhatsNext") showWhatsNextView(); |
91 | else if (view == "Month") { | 98 | else if (view == "Month") { |
92 | if ( !KOPrefs::instance()->mMonthViewWeek ) | 99 | if ( !KOPrefs::instance()->mMonthViewWeek ) |
93 | showMonthView(); | 100 | showMonthView(); |
94 | else | 101 | else |
95 | showMonthViewWeek(); | 102 | showMonthViewWeek(); |
96 | } | 103 | } |
97 | else if (view == "List") showListView(); | 104 | else if (view == "List") showListView(); |
98 | else if (view == "Journal") showJournalView(); | 105 | else if (view == "Journal") showJournalView(); |
99 | else if (view == "TimeSpan") showTimeSpanView(); | 106 | else if (view == "TimeSpan") showTimeSpanView(); |
100 | else if (view == "Todo") showTodoView(); | 107 | else if (view == "Todo") showTodoView(); |
101 | else { | 108 | else { |
102 | config->setGroup( "Views" ); | 109 | config->setGroup( "Views" ); |
103 | int dateCount = config->readNumEntry( "ShownDatesCount", 7 ); | 110 | int dateCount = config->readNumEntry( "ShownDatesCount", 7 ); |
104 | mCurrentAgendaView = dateCount; | 111 | mCurrentAgendaView = dateCount; |
105 | showAgendaView(); | 112 | showAgendaView(); |
106 | mCurrentAgendaView = dateCount; | 113 | mCurrentAgendaView = dateCount; |
107 | #ifdef DESKTOP_VERSION | 114 | #ifdef DESKTOP_VERSION |
108 | QTimer::singleShot( 1000, mAgendaView, SLOT ( setInitStartHour() ) ); | 115 | QTimer::singleShot( 1000, mAgendaView, SLOT ( setInitStartHour() ) ); |
109 | #endif | 116 | #endif |
110 | } | 117 | } |
111 | } | 118 | } |
112 | 119 | ||
113 | 120 | ||
114 | void KOViewManager::showDateView( int view, QDate date) | 121 | void KOViewManager::showDateView( int view, QDate date) |
115 | { | 122 | { |
116 | static int lastMode = 0; | 123 | |
117 | static int lastCount = 0; | ||
118 | static bool lastNDMode = false; | ||
119 | static QDate lastDate; | ||
120 | //qDebug("date %d %s", view, date.toString().latin1()); | 124 | //qDebug("date %d %s", view, date.toString().latin1()); |
121 | 125 | ||
122 | if (view != 9) | 126 | if (view != 9) |
123 | lastMode = 0; | 127 | lastMode = 0; |
124 | //qDebug("%d %d ", lastNDMode, mFlagShowNextxDays ); | 128 | //qDebug("%d %d ", lastNDMode, mFlagShowNextxDays ); |
125 | bool savemFlagShowNextxDays = mFlagShowNextxDays; | 129 | bool savemFlagShowNextxDays = mFlagShowNextxDays; |
126 | mFlagShowNextxDays = false; | 130 | mFlagShowNextxDays = false; |
127 | if ( view == 3 ) { | 131 | if ( view == 3 ) { |
128 | //mCurrentAgendaView = 1 ; | 132 | //mCurrentAgendaView = 1 ; |
129 | lastDate = mMainView->dateNavigator()->selectedDates().first(); | 133 | lastDate = mMainView->dateNavigator()->selectedDates().first(); |
130 | lastCount = mMainView->dateNavigator()->selectedDates().count(); | 134 | lastCount = mMainView->dateNavigator()->selectedDates().count(); |
131 | lastNDMode = savemFlagShowNextxDays; | 135 | lastNDMode = savemFlagShowNextxDays; |
132 | mMainView->dateNavigator()->selectDate( date ); | 136 | mMainView->dateNavigator()->selectDate( date ); |
133 | lastMode = 1; | 137 | lastMode = 1; |
134 | mCurrentAgendaView = 1 ; | 138 | mCurrentAgendaView = 1 ; |
135 | } else if (view == 4 ) { | 139 | } else if (view == 4 ) { |
136 | mCurrentAgendaView = 7 ; | 140 | mCurrentAgendaView = 7 ; |
137 | mMainView->dateNavigator()->selectDates( date, 7 ); | 141 | mMainView->dateNavigator()->selectDates( date, 7 ); |
138 | } else if (view == 5 ) { | 142 | } else if (view == 5 ) { |
139 | mCurrentAgendaView = 14 ; | 143 | mCurrentAgendaView = 14 ; |
140 | mMainView->dateNavigator()->selectDates( date, 14); | 144 | mMainView->dateNavigator()->selectDates( date, 14); |
141 | } else if (view == 6 ) { | 145 | } else if (view == 6 ) { |
142 | resetDateSilent( date,1); | 146 | resetDateSilent( date,1); |
143 | showMonthView(); | 147 | showMonthView(); |
144 | } else if (view == 7 ) { | 148 | } else if (view == 7 ) { |
145 | mMainView->dateNavigator()->selectDate( date ); | 149 | mMainView->dateNavigator()->selectDate( date ); |
146 | showJournalView(); | 150 | showJournalView(); |
147 | } else if (view == 8 ) { | 151 | } else if (view == 8 ) { |
148 | globalFlagBlockAgenda = 1; | 152 | globalFlagBlockAgenda = 1; |
149 | if ( mCurrentAgendaView != 3 ) | 153 | if ( mCurrentAgendaView != 3 ) |
150 | mCurrentAgendaView = -1; | 154 | mCurrentAgendaView = -1; |
151 | showAgendaView(KOPrefs::instance()->mFullViewMonth); | 155 | showAgendaView(KOPrefs::instance()->mFullViewMonth); |
152 | globalFlagBlockAgenda = 2; | 156 | globalFlagBlockAgenda = 2; |
153 | mMainView->dateNavigator()->selectDates( date , | 157 | mMainView->dateNavigator()->selectDates( date , |
154 | KOPrefs::instance()->mNextXDays ); | 158 | KOPrefs::instance()->mNextXDays ); |
155 | mFlagShowNextxDays = true; | 159 | mFlagShowNextxDays = true; |
156 | mCurrentAgendaView = 3 ; | 160 | mCurrentAgendaView = 3 ; |
157 | } if (view == 9) { // return behaviour, for getting back from mode == 3 (single day mode ) | 161 | } if (view == 9) { // return behaviour, for getting back from mode == 3 (single day mode ) |
158 | if ( lastMode ) { | 162 | if ( lastMode ) { |
159 | mCurrentAgendaView = lastCount ; | 163 | mCurrentAgendaView = lastCount ; |
160 | mMainView->dateNavigator()->selectDates( lastDate, lastCount); | 164 | mMainView->dateNavigator()->selectDates( lastDate, lastCount); |
161 | mFlagShowNextxDays = lastNDMode; | 165 | mFlagShowNextxDays = lastNDMode; |
162 | if ( mFlagShowNextxDays ) { | 166 | if ( mFlagShowNextxDays ) { |
163 | mCurrentAgendaView = 3 ; | 167 | mCurrentAgendaView = 3 ; |
164 | } | 168 | } |
165 | } else | 169 | } else |
166 | showWeekView(); | 170 | showWeekView(); |
167 | } else if (view == 10) { | 171 | } else if (view == 10) { |
168 | mMainView->dateNavigator()->selectDates( date,mMainView->dateNavigator()->selectedDates().count() ); | 172 | mMainView->dateNavigator()->selectDates( date,mMainView->dateNavigator()->selectedDates().count() ); |
169 | } | 173 | } |
170 | } | 174 | } |
171 | 175 | ||
172 | 176 | ||
173 | 177 | ||
174 | void KOViewManager::writeSettings(KConfig *config) | 178 | void KOViewManager::writeSettings(KConfig *config) |
175 | { | 179 | { |
176 | config->setGroup("General"); | 180 | config->setGroup("General"); |
177 | 181 | ||
178 | QString view; | 182 | QString view; |
179 | if (mCurrentView == mWhatsNextView) view = "WhatsNext"; | 183 | if (mCurrentView == mWhatsNextView) view = "WhatsNext"; |
180 | else if (mCurrentView == mMonthView) view = "Month"; | 184 | else if (mCurrentView == mMonthView) view = "Month"; |
181 | else if (mCurrentView == mListView) view = "List"; | 185 | else if (mCurrentView == mListView) view = "List"; |
182 | else if (mCurrentView == mJournalView) view = "Journal"; | 186 | else if (mCurrentView == mJournalView) view = "Journal"; |
183 | else if (mCurrentView == mTimeSpanView) view = "TimeSpan"; | 187 | else if (mCurrentView == mTimeSpanView) view = "TimeSpan"; |
184 | else if (mCurrentView == mTodoView) view = "Todo"; | 188 | else if (mCurrentView == mTodoView) view = "Todo"; |
185 | else view = "Agenda"; | 189 | else view = "Agenda"; |
186 | 190 | ||
187 | config->writeEntry("Current View",view); | 191 | config->writeEntry("Current View",view); |
188 | 192 | ||
189 | if (mAgendaView) { | 193 | if (mAgendaView) { |
190 | mAgendaView->writeSettings(config); | 194 | mAgendaView->writeSettings(config); |
191 | } | 195 | } |
192 | if (mTimeSpanView) { | 196 | if (mTimeSpanView) { |
193 | mTimeSpanView->writeSettings(config); | 197 | mTimeSpanView->writeSettings(config); |
194 | } | 198 | } |
195 | if (mListView) { | 199 | if (mListView) { |
196 | mListView->writeSettings(config); | 200 | mListView->writeSettings(config); |
197 | } | 201 | } |
198 | if (mTodoView) { | 202 | if (mTodoView) { |
199 | mTodoView->saveLayout(config,"Todo View"); | 203 | mTodoView->saveLayout(config,"Todo View"); |
200 | } | 204 | } |
201 | } | 205 | } |
202 | void KOViewManager::showNextView() | 206 | void KOViewManager::showNextView() |
203 | { | 207 | { |
204 | static int selecteddatescount = 0; | 208 | |
205 | static QDate selecteddate = QDate ( 2000, 1, 1 ); | ||
206 | static QDate baseCycleDate = QDate ( 2000, 1, 1 ); | ||
207 | int newCount = mMainView->dateNavigator()->selectedDates().count(); | 209 | int newCount = mMainView->dateNavigator()->selectedDates().count(); |
208 | if ( selecteddatescount != newCount && flagResetViewChangeDate == 0 ) { | 210 | if ( selecteddatescount != newCount && flagResetViewChangeDate == 0 ) { |
209 | flagResetViewChangeDate = 1; | 211 | flagResetViewChangeDate = 1; |
210 | } | 212 | } |
211 | if ( selecteddate != mMainView->dateNavigator()->selectedDates().first() ) | 213 | if ( selecteddate != mMainView->dateNavigator()->selectedDates().first() ) |
212 | flagResetViewChangeDate = 1; | 214 | flagResetViewChangeDate = 1; |
213 | if ( flagResetViewChangeDate > 0 ) { | 215 | if ( flagResetViewChangeDate > 0 ) { |
214 | baseCycleDate = mMainView->dateNavigator()->selectedDates().first(); | 216 | baseCycleDate = mMainView->dateNavigator()->selectedDates().first(); |
215 | //qDebug("newCycle "); | 217 | //qDebug("newCycle "); |
216 | } | 218 | } |
217 | if (mCurrentView == mWhatsNextView) goto NEXT_X; | 219 | if (mCurrentView == mWhatsNextView) goto NEXT_X; |
218 | if (mCurrentView == mAgendaView && mFlagShowNextxDays) goto JOURNAL; | 220 | if (mCurrentView == mAgendaView && mFlagShowNextxDays) goto JOURNAL; |
219 | if (mCurrentView == mJournalView ) goto DAY_1; | 221 | if (mCurrentView == mJournalView ) goto DAY_1; |
220 | if (mCurrentView == mAgendaView && mCurrentAgendaView == 1 ) goto DAY_5; | 222 | if (mCurrentView == mAgendaView && mCurrentAgendaView == 1 ) goto DAY_5; |
221 | if (mCurrentView == mAgendaView && mCurrentAgendaView == 5 ) goto DAY_7; | 223 | if (mCurrentView == mAgendaView && mCurrentAgendaView == 5 ) goto DAY_7; |
222 | if (mCurrentView == mAgendaView ) goto DAY_6; | 224 | if (mCurrentView == mAgendaView ) goto DAY_6; |
223 | if (mCurrentView == mMonthView && KOPrefs::instance()->mMonthViewWeek) goto MONTH; | 225 | if (mCurrentView == mMonthView && KOPrefs::instance()->mMonthViewWeek) goto MONTH; |
224 | if (mCurrentView == mMonthView ) goto LIST; | 226 | if (mCurrentView == mMonthView ) goto LIST; |
225 | if (mCurrentView == mListView ) goto TODO; | 227 | if (mCurrentView == mListView ) goto TODO; |
226 | // if (mCurrentView == mTodoView ) goto NEXT; | 228 | // if (mCurrentView == mTodoView ) goto NEXT; |
227 | NEXT: | 229 | NEXT: |
228 | if ( KOPrefs::instance()->mShowIconNext ) { showWhatsNextView();goto ENTE ;} | 230 | if ( KOPrefs::instance()->mShowIconNext ) { showWhatsNextView();goto ENTE ;} |
229 | NEXT_X: | 231 | NEXT_X: |
230 | if ( KOPrefs::instance()->mShowIconNextDays ) { | 232 | if ( KOPrefs::instance()->mShowIconNextDays ) { |
231 | showNextXView(); | 233 | showNextXView(); |
232 | goto ENTE ; | 234 | goto ENTE ; |
233 | } | 235 | } |
234 | JOURNAL: | 236 | JOURNAL: |
235 | if ( KOPrefs::instance()->mShowIconJournal ) { | 237 | if ( KOPrefs::instance()->mShowIconJournal ) { |
236 | resetDateSilent( baseCycleDate , 1 ); | 238 | resetDateSilent( baseCycleDate , 1 ); |
237 | showJournalView() ;goto ENTE ;} | 239 | showJournalView() ;goto ENTE ;} |
238 | DAY_1: | 240 | DAY_1: |
239 | if ( KOPrefs::instance()->mShowIconDay1 ) { | 241 | if ( KOPrefs::instance()->mShowIconDay1 ) { |
240 | resetDateSilent( baseCycleDate , 2 ); | 242 | resetDateSilent( baseCycleDate , 2 ); |
241 | showDayView() ;goto ENTE ;} | 243 | showDayView() ;goto ENTE ;} |
242 | DAY_5: | 244 | DAY_5: |
243 | if ( KOPrefs::instance()->mShowIconDay5 ) { | 245 | if ( KOPrefs::instance()->mShowIconDay5 ) { |
244 | resetDateSilent( baseCycleDate , 2 ); | 246 | resetDateSilent( baseCycleDate , 2 ); |
245 | showWorkWeekView() ;goto ENTE ;} | 247 | showWorkWeekView() ;goto ENTE ;} |
246 | DAY_7: | 248 | DAY_7: |
247 | if ( KOPrefs::instance()->mShowIconDay7 ) { | 249 | if ( KOPrefs::instance()->mShowIconDay7 ) { |
248 | resetDateSilent( baseCycleDate , 2 ); | 250 | resetDateSilent( baseCycleDate , 2 ); |
249 | showWeekView();goto ENTE ;} | 251 | showWeekView();goto ENTE ;} |
250 | DAY_6: | 252 | DAY_6: |
251 | if ( KOPrefs::instance()->mShowIconDay6 ) { | 253 | if ( KOPrefs::instance()->mShowIconDay6 ) { |
252 | resetDateSilent( baseCycleDate , 2 ); | 254 | resetDateSilent( baseCycleDate , 2 ); |
253 | showMonthViewWeek();goto ENTE ;} | 255 | showMonthViewWeek();goto ENTE ;} |
254 | MONTH: | 256 | MONTH: |
255 | if ( KOPrefs::instance()->mShowIconMonth ) { | 257 | if ( KOPrefs::instance()->mShowIconMonth ) { |
256 | resetDateSilent( baseCycleDate , 2 ); | 258 | resetDateSilent( baseCycleDate , 2 ); |
257 | showMonthView();goto ENTE ;} | 259 | showMonthView();goto ENTE ;} |
258 | LIST: | 260 | LIST: |
259 | if ( KOPrefs::instance()->mShowIconList ) { | 261 | if ( KOPrefs::instance()->mShowIconList ) { |
260 | resetDateSilent( baseCycleDate , 2 ); | 262 | resetDateSilent( baseCycleDate , 2 ); |
261 | showListView() ;goto ENTE ;} | 263 | showListView() ;goto ENTE ;} |
262 | TODO: | 264 | TODO: |
263 | if ( KOPrefs::instance()->mShowIconTodoview ) { showTodoView() ;goto ENTE ;} | 265 | if ( KOPrefs::instance()->mShowIconTodoview ) { showTodoView() ;goto ENTE ;} |
264 | if ( KOPrefs::instance()->mShowIconNext ) { goto NEXT ;} | 266 | if ( KOPrefs::instance()->mShowIconNext ) { goto NEXT ;} |
265 | if ( KOPrefs::instance()->mShowIconNextDays ) { goto NEXT_X ;} | 267 | if ( KOPrefs::instance()->mShowIconNextDays ) { goto NEXT_X ;} |
266 | if ( KOPrefs::instance()->mShowIconJournal ) { goto JOURNAL;} | 268 | if ( KOPrefs::instance()->mShowIconJournal ) { goto JOURNAL;} |
267 | if ( KOPrefs::instance()->mShowIconDay1 ) { goto DAY_1 ;} | 269 | if ( KOPrefs::instance()->mShowIconDay1 ) { goto DAY_1 ;} |
268 | if ( KOPrefs::instance()->mShowIconDay5 ) { goto DAY_5 ;} | 270 | if ( KOPrefs::instance()->mShowIconDay5 ) { goto DAY_5 ;} |
269 | if ( KOPrefs::instance()->mShowIconDay7 ) { goto DAY_7 ;} | 271 | if ( KOPrefs::instance()->mShowIconDay7 ) { goto DAY_7 ;} |
270 | if ( KOPrefs::instance()->mShowIconDay6 ) { goto DAY_6 ;} | 272 | if ( KOPrefs::instance()->mShowIconDay6 ) { goto DAY_6 ;} |
271 | if ( KOPrefs::instance()->mShowIconMonth ) {goto MONTH ;} | 273 | if ( KOPrefs::instance()->mShowIconMonth ) {goto MONTH ;} |
272 | if ( KOPrefs::instance()->mShowIconList ) { goto LIST ;} | 274 | if ( KOPrefs::instance()->mShowIconList ) { goto LIST ;} |
273 | //if ( KOPrefs::instance()->mShowIconTodoview ) { showTodoView() ;goto ENTE ;} | 275 | //if ( KOPrefs::instance()->mShowIconTodoview ) { showTodoView() ;goto ENTE ;} |
274 | ENTE: | 276 | ENTE: |
275 | flagResetViewChangeDate = 0; | 277 | flagResetViewChangeDate = 0; |
276 | selecteddatescount = mMainView->dateNavigator()->selectedDates().count(); | 278 | selecteddatescount = mMainView->dateNavigator()->selectedDates().count(); |
277 | selecteddate = mMainView->dateNavigator()->selectedDates().first(); | 279 | selecteddate = mMainView->dateNavigator()->selectedDates().first(); |
278 | 280 | ||
279 | } | 281 | } |
280 | void KOViewManager::resetDateSilent( QDate date , int days ) | 282 | void KOViewManager::resetDateSilent( QDate date , int days ) |
281 | { | 283 | { |
282 | mMainView->dateNavigator()->blockSignals( true ); | 284 | mMainView->dateNavigator()->blockSignals( true ); |
283 | mMainView->dateNavigator()->selectDates( date , days ); | 285 | mMainView->dateNavigator()->selectDates( date , days ); |
284 | mMainView->dateNavigator()->blockSignals( false ); | 286 | mMainView->dateNavigator()->blockSignals( false ); |
285 | } | 287 | } |
286 | void KOViewManager::setDefaultCalendar(int) | 288 | void KOViewManager::setDefaultCalendar(int) |
287 | { | 289 | { |
288 | if ( mJournalView && mCurrentView == mJournalView ) | 290 | if ( mJournalView && mCurrentView == mJournalView ) |
289 | mJournalView->updateView(); | 291 | mJournalView->updateView(); |
290 | } | 292 | } |
291 | 293 | ||
292 | void KOViewManager::showView(KOrg::BaseView *view, bool fullScreen ) | 294 | void KOViewManager::showView(KOrg::BaseView *view, bool fullScreen ) |
293 | { | 295 | { |
294 | if ( flagResetViewChangeDate < 10 ) | 296 | if ( flagResetViewChangeDate < 10 ) |
295 | ++flagResetViewChangeDate; | 297 | ++flagResetViewChangeDate; |
296 | //mFlagShowNextxDays = false; | 298 | //mFlagShowNextxDays = false; |
297 | //if(view == mCurrentView) return; | 299 | //if(view == mCurrentView) return; |
298 | if ( view == 0 ) { | 300 | if ( view == 0 ) { |
299 | view = mCurrentView; | 301 | view = mCurrentView; |
300 | if ( view == 0 ) | 302 | if ( view == 0 ) |
301 | return; | 303 | return; |
302 | } | 304 | } |
303 | bool callupdate = !(view == mCurrentView); | 305 | bool callupdate = !(view == mCurrentView); |
304 | bool full = fullScreen; | 306 | bool full = fullScreen; |
305 | if(view == mCurrentView && view != mWhatsNextView ) { | 307 | if(view == mCurrentView && view != mWhatsNextView ) { |
306 | if ( mCurrentAgendaView < 0 ) | 308 | if ( mCurrentAgendaView < 0 ) |
307 | return; | 309 | return; |
308 | if ( view != mMonthView ) | 310 | if ( view != mMonthView ) |
309 | full = mMainView->leftFrame()->isVisible(); | 311 | full = mMainView->leftFrame()->isVisible(); |
310 | } else { | 312 | } else { |
311 | if ( view == mMonthView && mMonthView) | 313 | if ( view == mMonthView && mMonthView) |
312 | ;//mMonthView->skipResize = true ; | 314 | ;//mMonthView->skipResize = true ; |
313 | mCurrentView = view; | 315 | mCurrentView = view; |
314 | // bool full = fullScreen; | 316 | // bool full = fullScreen; |
315 | bool isFull = !mMainView->leftFrame()->isVisible(); | 317 | bool isFull = !mMainView->leftFrame()->isVisible(); |
316 | if ( isFull && KOPrefs::instance()->mViewChangeHoldFullscreen ) | 318 | if ( isFull && KOPrefs::instance()->mViewChangeHoldFullscreen ) |
317 | full = true; | 319 | full = true; |
318 | if ( !isFull && KOPrefs::instance()->mViewChangeHoldNonFullscreen ) | 320 | if ( !isFull && KOPrefs::instance()->mViewChangeHoldNonFullscreen ) |
319 | full = false; | 321 | full = false; |
320 | } | 322 | } |
321 | if ( mAgendaView ) mAgendaView->deleteSelectedDateTime(); | 323 | if ( mAgendaView ) mAgendaView->deleteSelectedDateTime(); |
322 | //raiseCurrentView( full ); | 324 | //raiseCurrentView( full ); |
323 | mMainView->processIncidenceSelection( 0 ); | 325 | mMainView->processIncidenceSelection( 0 ); |
324 | //mMainView->updateView(); | 326 | //mMainView->updateView(); |
325 | raiseCurrentView( full, callupdate ); | 327 | raiseCurrentView( full, callupdate ); |
326 | mMainView->adaptNavigationUnits(); | 328 | mMainView->adaptNavigationUnits(); |
327 | mMainView->updateUnmanagedViews(); | 329 | mMainView->updateUnmanagedViews(); |
328 | } | 330 | } |
329 | 331 | ||
330 | void KOViewManager::raiseCurrentView( bool fullScreen, bool callUpdateView ) | 332 | void KOViewManager::raiseCurrentView( bool fullScreen, bool callUpdateView ) |
331 | { | 333 | { |
332 | mCurrentAgendaView = 0; | 334 | mCurrentAgendaView = 0; |
333 | if ( fullScreen ) { | 335 | if ( fullScreen ) { |
334 | mMainView->leftFrame()->hide(); | 336 | mMainView->leftFrame()->hide(); |
335 | } else { | 337 | } else { |
336 | mMainView->leftFrame()->show(); | 338 | mMainView->leftFrame()->show(); |
337 | } | 339 | } |
338 | //if ( mCurrentView == mMonthView ) qApp->processEvents(); | 340 | //if ( mCurrentView == mMonthView ) qApp->processEvents(); |
339 | emit signalFullScreen( !fullScreen ); | 341 | emit signalFullScreen( !fullScreen ); |
340 | if ( callUpdateView ) | 342 | if ( callUpdateView ) |
341 | mMainView->updateView(); | 343 | mMainView->updateView(); |
342 | 344 | ||
343 | if ( globalFlagBlockAgenda == 5 ) { | 345 | if ( globalFlagBlockAgenda == 5 ) { |
344 | globalFlagBlockAgenda = 4; | 346 | globalFlagBlockAgenda = 4; |
345 | globalFlagBlockAgendaItemPaint = 1; | 347 | globalFlagBlockAgendaItemPaint = 1; |
346 | } | 348 | } |
347 | mMainView->viewStack()->raiseWidget(mCurrentView); | 349 | mMainView->viewStack()->raiseWidget(mCurrentView); |
348 | if ( globalFlagBlockAgenda == 4 ) { | 350 | if ( globalFlagBlockAgenda == 4 ) { |
349 | if ( mCurrentView == mAgendaView ) { | 351 | if ( mCurrentView == mAgendaView ) { |
350 | //globalFlagBlockAgenda =1 ; | 352 | //globalFlagBlockAgenda =1 ; |
351 | if ( KOPrefs::instance()->mSetTimeToDayStartAt ) | 353 | if ( KOPrefs::instance()->mSetTimeToDayStartAt ) |
352 | mAgendaView->setStartHour( KOPrefs::instance()->mDayBegins ); | 354 | mAgendaView->setStartHour( KOPrefs::instance()->mDayBegins ); |
353 | else if ( KOPrefs::instance()->mCenterOnCurrentTime ) | 355 | else if ( KOPrefs::instance()->mCenterOnCurrentTime ) |
354 | mAgendaView->setStartHour( QTime::currentTime ().hour() ); | 356 | mAgendaView->setStartHour( QTime::currentTime ().hour() ); |
355 | qApp->processEvents(); | 357 | qApp->processEvents(); |
356 | //qDebug("qApp->processEvents() "); | 358 | //qDebug("qApp->processEvents() "); |
357 | globalFlagBlockAgenda = 0; | 359 | globalFlagBlockAgenda = 0; |
358 | mAgendaView->repaintAgenda(); | 360 | mAgendaView->repaintAgenda(); |
359 | 361 | ||
360 | } | 362 | } |
361 | globalFlagBlockAgenda = 0; | 363 | globalFlagBlockAgenda = 0; |
362 | } | 364 | } |
363 | emit signalAgendaView( mCurrentView == mAgendaView ); | 365 | emit signalAgendaView( mCurrentView == mAgendaView ); |
364 | //qDebug("raiseCurrentView ende "); | 366 | //qDebug("raiseCurrentView ende "); |
365 | 367 | ||
366 | } | 368 | } |
367 | 369 | ||
368 | void KOViewManager::clearAllViews() | 370 | void KOViewManager::clearAllViews() |
369 | { | 371 | { |
370 | 372 | ||
371 | if ( mTodoView ) mTodoView->clearList(); | 373 | if ( mTodoView ) mTodoView->clearList(); |
372 | if ( mListView ) mListView->clearList(); | 374 | if ( mListView ) mListView->clearList(); |
373 | 375 | ||
374 | if ( mAgendaView ) mAgendaView->clearList(); | 376 | if ( mAgendaView ) mAgendaView->clearList(); |
375 | if ( mMonthView ) mMonthView->clearList(); | 377 | if ( mMonthView ) mMonthView->clearList(); |
376 | if ( mWhatsNextView ) mWhatsNextView->clearList(); | 378 | if ( mWhatsNextView ) mWhatsNextView->clearList(); |
377 | if ( mJournalView ) mJournalView->clearList(); | 379 | if ( mJournalView ) mJournalView->clearList(); |
378 | 380 | ||
379 | } | 381 | } |
380 | void KOViewManager::updateView() | 382 | void KOViewManager::updateView() |
381 | { | 383 | { |
382 | // qDebug("KOViewManager::updateView() "); | 384 | // qDebug("KOViewManager::updateView() "); |
383 | // if we are updating mTodoView, we get endless recursion | 385 | // if we are updating mTodoView, we get endless recursion |
384 | if ( mTodoView == mCurrentView ) | 386 | if ( mTodoView == mCurrentView ) |
385 | return; | 387 | return; |
386 | if ( mCurrentView ) mCurrentView->updateView(); | 388 | if ( mCurrentView ) mCurrentView->updateView(); |
387 | 389 | ||
388 | } | 390 | } |
389 | 391 | ||
390 | void KOViewManager::updateView(const QDate &start, const QDate &end) | 392 | void KOViewManager::updateView(const QDate &start, const QDate &end) |
391 | { | 393 | { |
392 | // kdDebug() << "KOViewManager::updateView()" << endl; | 394 | // kdDebug() << "KOViewManager::updateView()" << endl; |
393 | 395 | ||
394 | if (mCurrentView) mCurrentView->showDates(start, end); | 396 | if (mCurrentView) mCurrentView->showDates(start, end); |
395 | 397 | ||
396 | if (mTodoView && mTodoView == mCurrentView ) mTodoView->updateView(); | 398 | if (mTodoView && mTodoView == mCurrentView ) mTodoView->updateView(); |
397 | } | 399 | } |
398 | 400 | ||
399 | 401 | ||
400 | void KOViewManager::updateWNview() | 402 | void KOViewManager::updateWNview() |
401 | { | 403 | { |
402 | if ( mCurrentView == mWhatsNextView && mWhatsNextView ) | 404 | if ( mCurrentView == mWhatsNextView && mWhatsNextView ) |
403 | mWhatsNextView->updateView(); | 405 | mWhatsNextView->updateView(); |
404 | if ( mCurrentView == mMonthView && mMonthView ) | 406 | if ( mCurrentView == mMonthView && mMonthView ) |
405 | mMonthView->updateView(); | 407 | mMonthView->updateView(); |
406 | 408 | ||
407 | } | 409 | } |
408 | void KOViewManager::showWhatsNextView() | 410 | void KOViewManager::showWhatsNextView() |
409 | { | 411 | { |
410 | if (!mWhatsNextView) { | 412 | if (!mWhatsNextView) { |
411 | mWhatsNextView = new KOWhatsNextView(mMainView->calendar(),mMainView->viewStack(), | 413 | mWhatsNextView = new KOWhatsNextView(mMainView->calendar(),mMainView->viewStack(), |
412 | "KOViewManager::WhatsNextView"); | 414 | "KOViewManager::WhatsNextView"); |
413 | mWhatsNextView->setEventViewer( mMainView->getEventViewerDialog()); | 415 | mWhatsNextView->setEventViewer( mMainView->getEventViewerDialog()); |
414 | connect(mMainView, SIGNAL(configChanged()), mWhatsNextView, SLOT(updateConfig())); | 416 | connect(mMainView, SIGNAL(configChanged()), mWhatsNextView, SLOT(updateConfig())); |
415 | addView(mWhatsNextView); | 417 | addView(mWhatsNextView); |
416 | connect(this, SIGNAL( printWNV() ), | 418 | connect(this, SIGNAL( printWNV() ), |
417 | mWhatsNextView, SLOT( printMe() ) ); | 419 | mWhatsNextView, SLOT( printMe() ) ); |
418 | } | 420 | } |
419 | globalFlagBlockAgenda = 1; | 421 | globalFlagBlockAgenda = 1; |
420 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_WN_VIEW; | 422 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_WN_VIEW; |
421 | showView(mWhatsNextView, true ); | 423 | showView(mWhatsNextView, true ); |
422 | //mWhatsNextView->updateView(); | 424 | //mWhatsNextView->updateView(); |
423 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_WN_VIEW; | 425 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_WN_VIEW; |
424 | } | 426 | } |
425 | 427 | ||
426 | void KOViewManager::slotprintWNV() | 428 | void KOViewManager::slotprintWNV() |
427 | { | 429 | { |
428 | if (!mWhatsNextView) | 430 | if (!mWhatsNextView) |
429 | showWhatsNextView(); | 431 | showWhatsNextView(); |
430 | emit printWNV(); | 432 | emit printWNV(); |
431 | 433 | ||
432 | } | 434 | } |
433 | void KOViewManager::showListView() | 435 | void KOViewManager::showListView() |
434 | { | 436 | { |
435 | if (!mListView) { | 437 | if (!mListView) { |
436 | mListView = new KOListView(mMainView->calendar(), mMainView->viewStack(), "KOViewManager::ListView"); | 438 | mListView = new KOListView(mMainView->calendar(), mMainView->viewStack(), "KOViewManager::ListView"); |
437 | addView(mListView); | 439 | addView(mListView); |
438 | 440 | ||
439 | connect(mListView, SIGNAL(showIncidenceSignal(Incidence *)), | 441 | connect(mListView, SIGNAL(showIncidenceSignal(Incidence *)), |
440 | mMainView, SLOT(showIncidence(Incidence *))); | 442 | mMainView, SLOT(showIncidence(Incidence *))); |
441 | connect(mListView, SIGNAL(editIncidenceSignal(Incidence *)), | 443 | connect(mListView, SIGNAL(editIncidenceSignal(Incidence *)), |
442 | mMainView, SLOT(editIncidence(Incidence *))); | 444 | mMainView, SLOT(editIncidence(Incidence *))); |
443 | connect(mListView, SIGNAL(deleteIncidenceSignal(Incidence *)), | 445 | connect(mListView, SIGNAL(deleteIncidenceSignal(Incidence *)), |
444 | mMainView, SLOT(deleteIncidence(Incidence *))); | 446 | mMainView, SLOT(deleteIncidence(Incidence *))); |
445 | connect( mListView, SIGNAL( incidenceSelected( Incidence * ) ), | 447 | connect( mListView, SIGNAL( incidenceSelected( Incidence * ) ), |
446 | mMainView, SLOT( processMainViewSelection( Incidence * ) ) ); | 448 | mMainView, SLOT( processMainViewSelection( Incidence * ) ) ); |
447 | connect( mListView, SIGNAL( signalNewEvent() ), | 449 | connect( mListView, SIGNAL( signalNewEvent() ), |
448 | mMainView, SLOT( newEvent() ) ); | 450 | mMainView, SLOT( newEvent() ) ); |
449 | connect(mMainView, SIGNAL(configChanged()), mListView, SLOT(updateConfig())); | 451 | connect(mMainView, SIGNAL(configChanged()), mListView, SLOT(updateConfig())); |
450 | connect( mListView, SIGNAL( cloneIncidenceSignal( Incidence * ) ), | 452 | connect( mListView, SIGNAL( cloneIncidenceSignal( Incidence * ) ), |
451 | mMainView, SLOT ( cloneIncidence( Incidence * ) ) ); | 453 | mMainView, SLOT ( cloneIncidence( Incidence * ) ) ); |
452 | connect( mListView, SIGNAL( cancelIncidenceSignal( Incidence * ) ), | 454 | connect( mListView, SIGNAL( cancelIncidenceSignal( Incidence * ) ), |
453 | mMainView, SLOT ( cancelIncidence( Incidence * ) ) ); | 455 | mMainView, SLOT ( cancelIncidence( Incidence * ) ) ); |
454 | connect( mListView, SIGNAL( moveIncidenceSignal( Incidence * ) ), | 456 | connect( mListView, SIGNAL( moveIncidenceSignal( Incidence * ) ), |
455 | mMainView, SLOT ( moveIncidence( Incidence * ) ) ); | 457 | mMainView, SLOT ( moveIncidence( Incidence * ) ) ); |
456 | connect( mListView, SIGNAL( beamIncidenceSignal( Incidence * ) ), | 458 | connect( mListView, SIGNAL( beamIncidenceSignal( Incidence * ) ), |
457 | mMainView, SLOT ( beamIncidence( Incidence * ) ) ); | 459 | mMainView, SLOT ( beamIncidence( Incidence * ) ) ); |
458 | connect( mListView, SIGNAL( beamIncidenceList( QPtrList<Incidence> ) ), | 460 | connect( mListView, SIGNAL( beamIncidenceList( QPtrList<Incidence> ) ), |
459 | mMainView, SLOT ( beamIncidenceList( QPtrList<Incidence> ) ) ); | 461 | mMainView, SLOT ( beamIncidenceList( QPtrList<Incidence> ) ) ); |
460 | } | 462 | } |
461 | // bool temp = mFlagShowNextxDays; | 463 | // bool temp = mFlagShowNextxDays; |
462 | //globalFlagBlockPainting = true; | 464 | //globalFlagBlockPainting = true; |
463 | globalFlagBlockAgenda = 1; | 465 | globalFlagBlockAgenda = 1; |
464 | if ( KOPrefs::instance()->mListViewMonthTimespan ) { | 466 | if ( KOPrefs::instance()->mListViewMonthTimespan ) { |
465 | mMainView->setBlockShowDates( true ); | 467 | mMainView->setBlockShowDates( true ); |
466 | mMainView->dateNavigator()->selectMonth(); | 468 | mMainView->dateNavigator()->selectMonth(); |
467 | mMainView->setBlockShowDates( false ); | 469 | mMainView->setBlockShowDates( false ); |
468 | } | 470 | } |
469 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_L_VIEW; | 471 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_L_VIEW; |
470 | showView(mListView, KOPrefs::instance()->mFullViewTodo); | 472 | showView(mListView, KOPrefs::instance()->mFullViewTodo); |
471 | //mFlagShowNextxDays = temp; | 473 | //mFlagShowNextxDays = temp; |
472 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_L_VIEW; | 474 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_L_VIEW; |
473 | mMainView->setScrollBarStep( 7 ); | 475 | mMainView->setScrollBarStep( 7 ); |
474 | } | 476 | } |
475 | 477 | ||
476 | void KOViewManager::showAgendaView( bool fullScreen ) | 478 | void KOViewManager::showAgendaView( bool fullScreen ) |
477 | { | 479 | { |
478 | 480 | ||
479 | mMainView->dialogManager()->hideSearchDialog(); | 481 | mMainView->dialogManager()->hideSearchDialog(); |
480 | // qDebug("KOViewManager::showAgendaView "); | 482 | // qDebug("KOViewManager::showAgendaView "); |
481 | bool full; | 483 | bool full; |
482 | full = fullScreen; | 484 | full = fullScreen; |
483 | if (!mAgendaView) { | 485 | if (!mAgendaView) { |
484 | full = false; | 486 | full = false; |
485 | mAgendaView = new KOAgendaView(mMainView->calendar(), mMainView->viewStack(), "KOViewManager::AgendaView"); | 487 | mAgendaView = new KOAgendaView(mMainView->calendar(), mMainView->viewStack(), "KOViewManager::AgendaView"); |
486 | addView(mAgendaView); | 488 | addView(mAgendaView); |
487 | #ifndef DESKTOP_VERSION | 489 | #ifndef DESKTOP_VERSION |
488 | QPEApplication::setStylusOperation( mAgendaView, QPEApplication::RightOnHold ); | 490 | QPEApplication::setStylusOperation( mAgendaView, QPEApplication::RightOnHold ); |
489 | #endif | 491 | #endif |
490 | connect( mAgendaView, SIGNAL( incidenceChanged(Incidence *, int )), | 492 | connect( mAgendaView, SIGNAL( incidenceChanged(Incidence *, int )), |
491 | mMainView, SLOT( changeIncidenceDisplay( Incidence *, int ) )); | 493 | mMainView, SLOT( changeIncidenceDisplay( Incidence *, int ) )); |
492 | 494 | ||
493 | // SIGNALS/SLOTS FOR DAY/WEEK VIEW | 495 | // SIGNALS/SLOTS FOR DAY/WEEK VIEW |
494 | 496 | ||
495 | connect(mAgendaView,SIGNAL(showDateView( int, QDate )),SLOT(showDateView( int, QDate ))); | 497 | connect(mAgendaView,SIGNAL(showDateView( int, QDate )),SLOT(showDateView( int, QDate ))); |
496 | 498 | ||
497 | connect(mAgendaView,SIGNAL(newTodoSignal(QDateTime,bool)), | 499 | connect(mAgendaView,SIGNAL(newTodoSignal(QDateTime,bool)), |
498 | mMainView, SLOT(newTodoDateTime(QDateTime,bool))); | 500 | mMainView, SLOT(newTodoDateTime(QDateTime,bool))); |
499 | connect(mAgendaView,SIGNAL(newEventSignal(QDateTime)), | 501 | connect(mAgendaView,SIGNAL(newEventSignal(QDateTime)), |
500 | mMainView, SLOT(newEvent(QDateTime))); | 502 | mMainView, SLOT(newEvent(QDateTime))); |
501 | connect(mAgendaView,SIGNAL(newEventSignal(QDateTime,QDateTime)), | 503 | connect(mAgendaView,SIGNAL(newEventSignal(QDateTime,QDateTime)), |
502 | mMainView, SLOT(newEvent(QDateTime,QDateTime))); | 504 | mMainView, SLOT(newEvent(QDateTime,QDateTime))); |
503 | connect(mAgendaView,SIGNAL(newEventSignal(QDate)), | 505 | connect(mAgendaView,SIGNAL(newEventSignal(QDate)), |
504 | mMainView, SLOT(newEvent(QDate))); | 506 | mMainView, SLOT(newEvent(QDate))); |
505 | 507 | ||
506 | connect(mAgendaView, SIGNAL(editIncidenceSignal(Incidence *)), | 508 | connect(mAgendaView, SIGNAL(editIncidenceSignal(Incidence *)), |
507 | mMainView, SLOT(editIncidence(Incidence *))); | 509 | mMainView, SLOT(editIncidence(Incidence *))); |
508 | connect(mAgendaView, SIGNAL(showIncidenceSignal(Incidence *)), | 510 | connect(mAgendaView, SIGNAL(showIncidenceSignal(Incidence *)), |
509 | mMainView, SLOT(showIncidence(Incidence *))); | 511 | mMainView, SLOT(showIncidence(Incidence *))); |
510 | connect(mAgendaView, SIGNAL(deleteIncidenceSignal(Incidence *)), | 512 | connect(mAgendaView, SIGNAL(deleteIncidenceSignal(Incidence *)), |
511 | mMainView, SLOT(deleteIncidence(Incidence *))); | 513 | mMainView, SLOT(deleteIncidence(Incidence *))); |
512 | 514 | ||
513 | connect( mAgendaView, SIGNAL( incidenceSelected( Incidence * ) ), | 515 | connect( mAgendaView, SIGNAL( incidenceSelected( Incidence * ) ), |
514 | mMainView, SLOT( processMainViewSelection( Incidence * ) ) ); | 516 | mMainView, SLOT( processMainViewSelection( Incidence * ) ) ); |
515 | 517 | ||
516 | connect(mAgendaView, SIGNAL( toggleExpand() ), | 518 | connect(mAgendaView, SIGNAL( toggleExpand() ), |
517 | mMainView, SLOT( toggleExpand() ) ); | 519 | mMainView, SLOT( toggleExpand() ) ); |
518 | 520 | ||
519 | connect( mAgendaView, SIGNAL( cloneIncidenceSignal(Incidence *) ), | 521 | connect( mAgendaView, SIGNAL( cloneIncidenceSignal(Incidence *) ), |
520 | mMainView, SLOT(cloneIncidence(Incidence *) ) ) ; | 522 | mMainView, SLOT(cloneIncidence(Incidence *) ) ) ; |
521 | connect( mAgendaView, SIGNAL( cancelIncidenceSignal(Incidence *) ), | 523 | connect( mAgendaView, SIGNAL( cancelIncidenceSignal(Incidence *) ), |
522 | mMainView, SLOT(cancelIncidence(Incidence *) ) ) ; | 524 | mMainView, SLOT(cancelIncidence(Incidence *) ) ) ; |
523 | connect(mMainView, SIGNAL(configChanged()), mAgendaView, SLOT(updateConfig())); | 525 | connect(mMainView, SIGNAL(configChanged()), mAgendaView, SLOT(updateConfig())); |
524 | connect( mMainView, SIGNAL( todoModified( Todo *, int )), mAgendaView, | 526 | connect( mMainView, SIGNAL( todoModified( Todo *, int )), mAgendaView, |
525 | SLOT( updateTodo( Todo *, int ) ) ); | 527 | SLOT( updateTodo( Todo *, int ) ) ); |
526 | connect( mAgendaView,SIGNAL( todoMoved( Todo *, int )), | 528 | connect( mAgendaView,SIGNAL( todoMoved( Todo *, int )), |
527 | mMainView, SIGNAL( todoModified( Todo *, int ))); | 529 | mMainView, SIGNAL( todoModified( Todo *, int ))); |
528 | connect( mAgendaView, SIGNAL( moveIncidenceSignal( Incidence * ) ), | 530 | connect( mAgendaView, SIGNAL( moveIncidenceSignal( Incidence * ) ), |
529 | mMainView, SLOT ( moveIncidence( Incidence * ) ) ); | 531 | mMainView, SLOT ( moveIncidence( Incidence * ) ) ); |
530 | connect( mAgendaView, SIGNAL( beamIncidenceSignal( Incidence * ) ), | 532 | connect( mAgendaView, SIGNAL( beamIncidenceSignal( Incidence * ) ), |
531 | mMainView, SLOT ( beamIncidence( Incidence * ) ) ); | 533 | mMainView, SLOT ( beamIncidence( Incidence * ) ) ); |
532 | connect( mAgendaView, SIGNAL( selectWeekNum( int ) ), | 534 | connect( mAgendaView, SIGNAL( selectWeekNum( int ) ), |
533 | mMainView->dateNavigator(), SLOT ( selectWeek( int ) ) ); | 535 | mMainView->dateNavigator(), SLOT ( selectWeek( int ) ) ); |
534 | mAgendaView->readSettings(); | 536 | mAgendaView->readSettings(); |
535 | mAgendaView->updateConfig(); | 537 | mAgendaView->updateConfig(); |
536 | } | 538 | } |
537 | 539 | ||
538 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_A_VIEW; | 540 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_A_VIEW; |
539 | showView( mAgendaView, full); | 541 | showView( mAgendaView, full); |
540 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_A_VIEW; | 542 | KOPrefs::instance()->mCurrentDisplayedView = VIEW_A_VIEW; |
541 | mMainView->setScrollBarStep( 1 ); | 543 | mMainView->setScrollBarStep( 1 ); |
542 | } | 544 | } |
543 | 545 | ||
544 | void KOViewManager::showDayView() | 546 | void KOViewManager::showDayView() |
545 | { | 547 | { |
546 | mCurrentAgendaView = mMainView->dateNavigator()->selectedDates().count(); | 548 | mCurrentAgendaView = mMainView->dateNavigator()->selectedDates().count(); |
547 | mFlagShowNextxDays = false; | 549 | mFlagShowNextxDays = false; |
548 | globalFlagBlockLabel = 1; | 550 | globalFlagBlockLabel = 1; |
549 | globalFlagBlockAgenda = 1; | 551 | globalFlagBlockAgenda = 1; |
550 | if ( mCurrentAgendaView != 1 ) | 552 | if ( mCurrentAgendaView != 1 ) |
551 | mCurrentAgendaView = -1; | 553 | mCurrentAgendaView = -1; |
552 | showAgendaView(); | 554 | showAgendaView(); |
553 | qApp->processEvents(); | 555 | qApp->processEvents(); |
554 | globalFlagBlockAgenda = 2; | 556 | globalFlagBlockAgenda = 2; |
555 | globalFlagBlockLabel = 0; | 557 | globalFlagBlockLabel = 0; |
556 | mMainView->dateNavigator()->selectDates( 1 ); | 558 | mMainView->dateNavigator()->selectDates( 1 ); |
557 | mCurrentAgendaView = 1 ; | 559 | mCurrentAgendaView = 1 ; |
558 | 560 | ||
559 | } | 561 | } |
560 | 562 | ||
561 | void KOViewManager::showWorkWeekView() | 563 | void KOViewManager::showWorkWeekView() |
562 | { | 564 | { |
563 | mCurrentAgendaView = mMainView->dateNavigator()->selectedDates().count(); | 565 | mCurrentAgendaView = mMainView->dateNavigator()->selectedDates().count(); |
564 | mFlagShowNextxDays = false; | 566 | mFlagShowNextxDays = false; |
565 | globalFlagBlockAgenda = 1; | 567 | globalFlagBlockAgenda = 1; |
566 | globalFlagBlockLabel = 1; | 568 | globalFlagBlockLabel = 1; |
567 | if ( mCurrentAgendaView != 5 ) | 569 | if ( mCurrentAgendaView != 5 ) |
568 | mCurrentAgendaView = -1; | 570 | mCurrentAgendaView = -1; |
569 | showAgendaView(); | 571 | showAgendaView(); |
570 | qApp->processEvents(); | 572 | qApp->processEvents(); |
571 | globalFlagBlockAgenda = 2; | 573 | globalFlagBlockAgenda = 2; |
572 | globalFlagBlockLabel = 0; | 574 | globalFlagBlockLabel = 0; |
573 | mMainView->dateNavigator()->selectWorkWeek(); | 575 | mMainView->dateNavigator()->selectWorkWeek(); |
574 | mCurrentAgendaView = 5 ; | 576 | mCurrentAgendaView = 5 ; |
575 | 577 | ||
576 | } | 578 | } |
577 | 579 | ||
578 | void KOViewManager::showWeekView() | 580 | void KOViewManager::showWeekView() |
579 | { | 581 | { |
580 | 582 | ||
581 | mCurrentAgendaView = mMainView->dateNavigator()->selectedDates().count(); | 583 | mCurrentAgendaView = mMainView->dateNavigator()->selectedDates().count(); |
582 | mFlagShowNextxDays = false; | 584 | mFlagShowNextxDays = false; |
583 | globalFlagBlockAgenda = 1; | 585 | globalFlagBlockAgenda = 1; |
584 | globalFlagBlockLabel = 1; | 586 | globalFlagBlockLabel = 1; |
585 | if ( mCurrentAgendaView != 7 ) | 587 | if ( mCurrentAgendaView != 7 ) |
586 | mCurrentAgendaView = -1; | 588 | mCurrentAgendaView = -1; |
587 | showAgendaView(); | 589 | showAgendaView(); |
588 | qApp->processEvents(); | 590 | qApp->processEvents(); |
589 | globalFlagBlockAgenda = 2; | 591 | globalFlagBlockAgenda = 2; |
590 | globalFlagBlockLabel = 0; | 592 | globalFlagBlockLabel = 0; |
diff --git a/korganizer/koviewmanager.h b/korganizer/koviewmanager.h index 2e6aaed..2aa46d0 100644 --- a/korganizer/koviewmanager.h +++ b/korganizer/koviewmanager.h | |||
@@ -1,129 +1,136 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | Copyright (c) 2001 | 3 | Copyright (c) 2001 |
4 | Cornelius Schumacher <schumacher@kde.org> | 4 | Cornelius Schumacher <schumacher@kde.org> |
5 | 5 | ||
6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
8 | the Free Software Foundation; either version 2 of the License, or | 8 | the Free Software Foundation; either version 2 of the License, or |
9 | (at your option) any later version. | 9 | (at your option) any later version. |
10 | 10 | ||
11 | This program is distributed in the hope that it will be useful, | 11 | This program is distributed in the hope that it will be useful, |
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the |
14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
15 | 15 | ||
16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
17 | along with this program; if not, write to the Free Software | 17 | along with this program; if not, write to the Free Software |
18 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 18 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
19 | 19 | ||
20 | As a special exception, permission is given to link this program | 20 | As a special exception, permission is given to link this program |
21 | with any edition of Qt, and distribute the resulting executable, | 21 | with any edition of Qt, and distribute the resulting executable, |
22 | without including the source code for Qt in the source distribution. | 22 | without including the source code for Qt in the source distribution. |
23 | */ | 23 | */ |
24 | #ifndef KOVIEWMANAGER_H | 24 | #ifndef KOVIEWMANAGER_H |
25 | #define KOVIEWMANAGER_H | 25 | #define KOVIEWMANAGER_H |
26 | 26 | ||
27 | #include <qobject.h> | 27 | #include <qobject.h> |
28 | 28 | ||
29 | #include <korganizer/baseview.h> | 29 | #include <korganizer/baseview.h> |
30 | 30 | ||
31 | class CalendarView; | 31 | class CalendarView; |
32 | 32 | ||
33 | class KOListView; | 33 | class KOListView; |
34 | class KOAgendaView; | 34 | class KOAgendaView; |
35 | class KOMonthView; | 35 | class KOMonthView; |
36 | class KOTimeSpanView; | 36 | class KOTimeSpanView; |
37 | class KOTodoView; | 37 | class KOTodoView; |
38 | class KOWhatsNextView; | 38 | class KOWhatsNextView; |
39 | class KOJournalView; | 39 | class KOJournalView; |
40 | 40 | ||
41 | using namespace KCal; | 41 | using namespace KCal; |
42 | 42 | ||
43 | /** | 43 | /** |
44 | This class manages the views of the calendar. It owns the objects and handles | 44 | This class manages the views of the calendar. It owns the objects and handles |
45 | creation and selection. | 45 | creation and selection. |
46 | */ | 46 | */ |
47 | class KOViewManager : public QObject | 47 | class KOViewManager : public QObject |
48 | { | 48 | { |
49 | Q_OBJECT | 49 | Q_OBJECT |
50 | public: | 50 | public: |
51 | KOViewManager( CalendarView * ); | 51 | KOViewManager( CalendarView * ); |
52 | virtual ~KOViewManager(); | 52 | virtual ~KOViewManager(); |
53 | 53 | ||
54 | /** changes the view to be the currently selected view */ | 54 | /** changes the view to be the currently selected view */ |
55 | void showView(KOrg::BaseView *, bool fullScreen = false ); | 55 | void showView(KOrg::BaseView *, bool fullScreen = false ); |
56 | void updateWNview(); | 56 | void updateWNview(); |
57 | void readSettings(KConfig *config); | 57 | void readSettings(KConfig *config); |
58 | void writeSettings(KConfig *config); | 58 | void writeSettings(KConfig *config); |
59 | bool showsNextDays(); | 59 | bool showsNextDays(); |
60 | /** Read which view was shown last from config file */ | 60 | /** Read which view was shown last from config file */ |
61 | void readCurrentView(KConfig *); | 61 | void readCurrentView(KConfig *); |
62 | /** Write which view is currently shown to config file */ | 62 | /** Write which view is currently shown to config file */ |
63 | void writeCurrentView(KConfig *); | 63 | void writeCurrentView(KConfig *); |
64 | 64 | ||
65 | KOrg::BaseView *currentView(); | 65 | KOrg::BaseView *currentView(); |
66 | 66 | ||
67 | void setDocumentId( const QString & ); | 67 | void setDocumentId( const QString & ); |
68 | 68 | ||
69 | void updateView( const QDate &start, const QDate &end ); | 69 | void updateView( const QDate &start, const QDate &end ); |
70 | void clearAllViews(); | 70 | void clearAllViews(); |
71 | 71 | ||
72 | void raiseCurrentView( bool fullScreen = false , bool updateView = false); | 72 | void raiseCurrentView( bool fullScreen = false , bool updateView = false); |
73 | 73 | ||
74 | void addView(KOrg::BaseView *); | 74 | void addView(KOrg::BaseView *); |
75 | 75 | ||
76 | Incidence *currentSelection(); | 76 | Incidence *currentSelection(); |
77 | QDate currentSelectionDate(); | 77 | QDate currentSelectionDate(); |
78 | 78 | ||
79 | KOAgendaView *agendaView() const { return mAgendaView; } | 79 | KOAgendaView *agendaView() const { return mAgendaView; } |
80 | KOJournalView *journalView() const { return mJournalView; } | 80 | KOJournalView *journalView() const { return mJournalView; } |
81 | 81 | ||
82 | signals: | 82 | signals: |
83 | void printWNV(); | 83 | void printWNV(); |
84 | void signalFullScreen( bool ); | 84 | void signalFullScreen( bool ); |
85 | void signalAgendaView( bool ); | 85 | void signalAgendaView( bool ); |
86 | public slots: | 86 | public slots: |
87 | void setDefaultCalendar(int); | 87 | void setDefaultCalendar(int); |
88 | void slotprintWNV(); | 88 | void slotprintWNV(); |
89 | void showNextView(); | 89 | void showNextView(); |
90 | void showMonth( const QDate & ); | 90 | void showMonth( const QDate & ); |
91 | void showDateView( int, QDate ); | 91 | void showDateView( int, QDate ); |
92 | void updateView(); | 92 | void updateView(); |
93 | void showWhatsNextView(); | 93 | void showWhatsNextView(); |
94 | void showListView(); | 94 | void showListView(); |
95 | void showAgendaView( bool fullScreen = false ); | 95 | void showAgendaView( bool fullScreen = false ); |
96 | void showDayView(); | 96 | void showDayView(); |
97 | void showWorkWeekView(); | 97 | void showWorkWeekView(); |
98 | void showWeekView(); | 98 | void showWeekView(); |
99 | void showNextXView(); | 99 | void showNextXView(); |
100 | void showMonthView(); | 100 | void showMonthView(); |
101 | void showMonthViewWeek(); | 101 | void showMonthViewWeek(); |
102 | void showTodoView(); | 102 | void showTodoView(); |
103 | void showJournalView(); | 103 | void showJournalView(); |
104 | void showTimeSpanView(); | 104 | void showTimeSpanView(); |
105 | 105 | ||
106 | private: | 106 | private: |
107 | int lastMode; | ||
108 | int lastCount; | ||
109 | bool lastNDMode; | ||
110 | QDate lastDate; | ||
111 | int selecteddatescount; | ||
112 | QDate selecteddate; | ||
113 | QDate baseCycleDate; | ||
107 | void resetDateSilent( QDate date , int days ); | 114 | void resetDateSilent( QDate date , int days ); |
108 | int flagResetViewChangeDate; | 115 | int flagResetViewChangeDate; |
109 | QDate currentViewChangeDate; | 116 | QDate currentViewChangeDate; |
110 | void createMonthView(); | 117 | void createMonthView(); |
111 | CalendarView *mMainView; | 118 | CalendarView *mMainView; |
112 | 119 | ||
113 | int mCurrentAgendaView; | 120 | int mCurrentAgendaView; |
114 | KOAgendaView *mAgendaView; | 121 | KOAgendaView *mAgendaView; |
115 | KOListView *mListView; | 122 | KOListView *mListView; |
116 | KOMonthView *mMonthView; | 123 | KOMonthView *mMonthView; |
117 | KOTodoView *mTodoView; | 124 | KOTodoView *mTodoView; |
118 | KOWhatsNextView *mWhatsNextView; | 125 | KOWhatsNextView *mWhatsNextView; |
119 | KOJournalView *mJournalView; | 126 | KOJournalView *mJournalView; |
120 | KOTimeSpanView *mTimeSpanView; | 127 | KOTimeSpanView *mTimeSpanView; |
121 | 128 | ||
122 | KOrg::BaseView *mCurrentView; // currently active event view | 129 | KOrg::BaseView *mCurrentView; // currently active event view |
123 | 130 | ||
124 | int mAgendaViewMode; | 131 | int mAgendaViewMode; |
125 | bool mFlagShowNextxDays; | 132 | bool mFlagShowNextxDays; |
126 | 133 | ||
127 | }; | 134 | }; |
128 | 135 | ||
129 | #endif | 136 | #endif |