-rw-r--r-- | korganizer/kofilterview.cpp | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp index 3f08ef8..ff80afc 100644 --- a/korganizer/kofilterview.cpp +++ b/korganizer/kofilterview.cpp | |||
@@ -128,81 +128,82 @@ KOCalEditView::~KOCalEditView() | |||
128 | void KOCalEditView::selectCal(int id ,bool b) | 128 | void KOCalEditView::selectCal(int id ,bool b) |
129 | { | 129 | { |
130 | KOPrefs::instance()->getCalendar( id )->isEnabled = b; | 130 | KOPrefs::instance()->getCalendar( id )->isEnabled = b; |
131 | emit calendarEnabled ( id, b ); | 131 | emit calendarEnabled ( id, b ); |
132 | emit needsUpdate(); | 132 | emit needsUpdate(); |
133 | 133 | ||
134 | } | 134 | } |
135 | void KOCalEditView::selectStdCal( int id ) | 135 | void KOCalEditView::selectStdCal( int id ) |
136 | { | 136 | { |
137 | KOCalRadioButton* it = mStdandardB.first(); | 137 | KOCalRadioButton* it = mStdandardB.first(); |
138 | while ( it ) { | 138 | while ( it ) { |
139 | it->blockSignals( true ); | 139 | it->blockSignals( true ); |
140 | it->setChecked( it->num() == id ); | 140 | it->setChecked( it->num() == id ); |
141 | it->blockSignals( false ); | 141 | it->blockSignals( false ); |
142 | it = mStdandardB.next(); | 142 | it = mStdandardB.next(); |
143 | } | 143 | } |
144 | KopiCalendarFile * kkf = KOPrefs::instance()->mCalendars.first(); | 144 | KopiCalendarFile * kkf = KOPrefs::instance()->mCalendars.first(); |
145 | while ( kkf ) { | 145 | while ( kkf ) { |
146 | kkf->isStandard = (kkf->mCalNumber == id ); | 146 | kkf->isStandard = (kkf->mCalNumber == id ); |
147 | kkf = KOPrefs::instance()->mCalendars.next(); | 147 | kkf = KOPrefs::instance()->mCalendars.next(); |
148 | } | 148 | } |
149 | emit setCalendarDefault ( id ); | 149 | emit setCalendarDefault ( id ); |
150 | } | 150 | } |
151 | 151 | ||
152 | void KOCalEditView::selectCalAlarm(int id ,bool b ) | 152 | void KOCalEditView::selectCalAlarm(int id ,bool b ) |
153 | { | 153 | { |
154 | KOPrefs::instance()->getCalendar( id )->isAlarmEnabled = b; | 154 | KOPrefs::instance()->getCalendar( id )->isAlarmEnabled = b; |
155 | emit alarmEnabled ( id , b ); | 155 | emit alarmEnabled ( id , b ); |
156 | emit needsUpdate(); | 156 | emit needsUpdate(); |
157 | } | 157 | } |
158 | void KOCalEditView::selectReadOnly(int id ,bool b ) | 158 | void KOCalEditView::selectReadOnly(int id ,bool b ) |
159 | { | 159 | { |
160 | |||
161 | emit calendarReadonly ( id , b ); | ||
162 | KOPrefs::instance()->getCalendar( id )->isReadOnly = b; | ||
160 | if ( KOPrefs::instance()->getCalendar( id )->isStandard && b ) { | 163 | if ( KOPrefs::instance()->getCalendar( id )->isStandard && b ) { |
161 | findNewStandard(); | 164 | findNewStandard(); |
162 | } else { | 165 | } |
163 | if ( !b ){ | 166 | if ( !b ){ |
164 | KopiCalendarFile * kkf = KOPrefs::instance()->mCalendars.first(); | 167 | KopiCalendarFile * kkf = KOPrefs::instance()->mCalendars.first(); |
165 | while ( kkf ) { | 168 | while ( kkf ) { |
166 | if (kkf->isReadOnly && kkf->isStandard ) { | 169 | if (kkf->isReadOnly && kkf->isStandard ) { |
167 | selectStdCal( id ); | 170 | selectStdCal( id ); |
168 | break; | 171 | break; |
169 | } | ||
170 | kkf = KOPrefs::instance()->mCalendars.next(); | ||
171 | } | 172 | } |
173 | kkf = KOPrefs::instance()->mCalendars.next(); | ||
172 | } | 174 | } |
173 | } | 175 | } |
176 | |||
174 | mStdandardB.at(id-1)->setEnabled( !b ); | 177 | mStdandardB.at(id-1)->setEnabled( !b ); |
175 | emit calendarReadonly ( id , b ); | ||
176 | KOPrefs::instance()->getCalendar( id )->isReadOnly = b; | ||
177 | emit needsUpdate(); | 178 | emit needsUpdate(); |
178 | 179 | ||
179 | } | 180 | } |
180 | void KOCalEditView::findNewStandard() | 181 | void KOCalEditView::findNewStandard() |
181 | { | 182 | { |
182 | bool found = false; | 183 | bool found = false; |
183 | KopiCalendarFile * kkf = KOPrefs::instance()->mCalendars.first(); | 184 | KopiCalendarFile * kkf = KOPrefs::instance()->mCalendars.first(); |
184 | while ( kkf ) { | 185 | while ( kkf ) { |
185 | if (!kkf->isReadOnly && !kkf->mErrorOnLoad ) { | 186 | if (!kkf->isReadOnly && !kkf->mErrorOnLoad ) { |
186 | found = true; | 187 | found = true; |
187 | selectStdCal( kkf->mCalNumber ); | 188 | selectStdCal( kkf->mCalNumber ); |
188 | break; | 189 | break; |
189 | } | 190 | } |
190 | kkf = KOPrefs::instance()->mCalendars.next(); | 191 | kkf = KOPrefs::instance()->mCalendars.next(); |
191 | } | 192 | } |
192 | if ( !found ) { | 193 | if ( !found ) { |
193 | KMessageBox::error( this,i18n("\nNO\n WRITEABLE\n CALENDAR\n FOUND!\n\nPlease fix your calendar settings!\n"), | 194 | KMessageBox::error( this,i18n("\nNO\n WRITEABLE\n CALENDAR\n FOUND!\n\nPlease fix your calendar settings!\n"), |
194 | i18n("Houston, we have a problem!") ); | 195 | i18n("Houston, we have a problem!") ); |
195 | 196 | ||
196 | } | 197 | } |
197 | } | 198 | } |
198 | 199 | ||
199 | void KOCalEditView::setColor( const QColor& c, int id ) | 200 | void KOCalEditView::setColor( const QColor& c, int id ) |
200 | { | 201 | { |
201 | KOPrefs::instance()->getCalendar( id )->mDefaultColor = c; | 202 | KOPrefs::instance()->getCalendar( id )->mDefaultColor = c; |
202 | emit needsUpdate(); | 203 | emit needsUpdate(); |
203 | } | 204 | } |
204 | void KOCalEditView::deleteCal( int id ) | 205 | void KOCalEditView::deleteCal( int id ) |
205 | { | 206 | { |
206 | KopiCalendarFile * kkf = KOPrefs::instance()->getCalendar( id ); | 207 | KopiCalendarFile * kkf = KOPrefs::instance()->getCalendar( id ); |
207 | QString name = kkf->mName; | 208 | QString name = kkf->mName; |
208 | QString file = KGlobal::formatMessage ( kkf->mFileName ,0 ); | 209 | QString file = KGlobal::formatMessage ( kkf->mFileName ,0 ); |
@@ -215,79 +216,78 @@ void KOCalEditView::deleteCal( int id ) | |||
215 | QTimer::singleShot( 0, this, SLOT ( readConfig() ) ); | 216 | QTimer::singleShot( 0, this, SLOT ( readConfig() ) ); |
216 | } | 217 | } |
217 | void KOCalEditView::infoCal( int id ) | 218 | void KOCalEditView::infoCal( int id ) |
218 | { | 219 | { |
219 | QString name = KOPrefs::instance()->getCalendar( id )->mName; | 220 | QString name = KOPrefs::instance()->getCalendar( id )->mName; |
220 | QString file = KGlobal::formatMessage ( KOPrefs::instance()->getCalendar( id )->mFileName, 0 ); | 221 | QString file = KGlobal::formatMessage ( KOPrefs::instance()->getCalendar( id )->mFileName, 0 ); |
221 | if ( KOPrefs::instance()->getCalendar( id )->mErrorOnLoad ) { | 222 | if ( KOPrefs::instance()->getCalendar( id )->mErrorOnLoad ) { |
222 | if ( KMessageBox::Yes == KMessageBox::questionYesNo( this, i18n("The calendar <b>%1</b> is not loaded! Loading of file <b>%2</b> failed! <b>Try again to load the calendar?</b>").arg(name).arg(file) ) ) { | 223 | if ( KMessageBox::Yes == KMessageBox::questionYesNo( this, i18n("The calendar <b>%1</b> is not loaded! Loading of file <b>%2</b> failed! <b>Try again to load the calendar?</b>").arg(name).arg(file) ) ) { |
223 | emit calendarAdded( id ); | 224 | emit calendarAdded( id ); |
224 | emit needsUpdate(); | 225 | emit needsUpdate(); |
225 | QTimer::singleShot( 0, this, SLOT ( readConfig() ) ); | 226 | QTimer::singleShot( 0, this, SLOT ( readConfig() ) ); |
226 | QTimer::singleShot( 100, this, SIGNAL ( checkCalendar() ) ); | 227 | QTimer::singleShot( 100, this, SIGNAL ( checkCalendar() ) ); |
227 | } | 228 | } |
228 | } | 229 | } |
229 | else | 230 | else |
230 | KMessageBox::information( this, i18n("The calendar <b>%1</b> is displaying file <b>%2</b>").arg(name).arg(file) ); | 231 | KMessageBox::information( this, i18n("The calendar <b>%1</b> is displaying file <b>%2</b>").arg(name).arg(file) ); |
231 | } | 232 | } |
232 | void KOCalEditView::readConfig() | 233 | void KOCalEditView::readConfig() |
233 | { | 234 | { |
234 | 235 | ||
235 | mStdandardB.clear(); | 236 | mStdandardB.clear(); |
236 | mEnabledB.clear(); | 237 | mEnabledB.clear(); |
237 | mAlarmB.clear(); | 238 | mAlarmB.clear(); |
238 | mROB.clear(); | 239 | mROB.clear(); |
239 | 240 | ||
240 | if ( mw ) delete mw; | 241 | if ( mw ) delete mw; |
241 | mw = new QWidget ( viewport() ); | 242 | mw = new QWidget ( viewport() ); |
242 | addChild(mw); | 243 | addChild(mw); |
243 | int ii = 0; | 244 | int ii = 0; |
244 | mainLayout = new QGridLayout ( mw , 2, 8 ); | 245 | mainLayout = new QGridLayout ( mw , 2, 8 ); |
245 | mainLayout->setMargin( 2 ); | 246 | mainLayout->setMargin( 2 ); |
246 | mainLayout->setSpacing( 2 ); | 247 | mainLayout->setSpacing( 2 ); |
247 | QPushButton * addBut = new QPushButton ( mw ); | 248 | QPushButton * addButT = new QPushButton ( mw ); |
248 | addBut->setFocusPolicy(NoFocus); | 249 | addButT->setFocusPolicy(NoFocus); |
249 | mainLayout->addWidget( addBut,0,0 ); | 250 | mainLayout->addWidget( addButT,0,0 ); |
250 | addBut->setText( "D"); | 251 | addButT->setText( "D"); |
251 | connect(addBut,SIGNAL(clicked()),SLOT(defaultInfo())); | 252 | connect(addButT,SIGNAL(clicked()),SLOT(defaultInfo())); |
252 | //addBut->setPixmap ( SmallIcon("greenhook16")); | 253 | //addBut->setPixmap ( SmallIcon("greenhook16")); |
253 | addBut->setMaximumWidth( addBut->sizeHint().height() ); | 254 | QPushButton *addBut = new QPushButton ( mw ); |
254 | int max = addBut->sizeHint().height(); | ||
255 | addBut = new QPushButton ( mw ); | ||
256 | addBut->setFocusPolicy(NoFocus); | 255 | addBut->setFocusPolicy(NoFocus); |
257 | mainLayout->addWidget( addBut,0,++ii ); | 256 | mainLayout->addWidget( addBut,0,++ii ); |
258 | addBut->setPixmap ( SmallIcon("eye")); | 257 | addBut->setPixmap ( SmallIcon("eye")); |
259 | connect(addBut,SIGNAL(clicked()),SLOT(enableAll())); | 258 | connect(addBut,SIGNAL(clicked()),SLOT(enableAll())); |
260 | addBut->setMaximumWidth( addBut->sizeHint().height() ); | 259 | int max = addBut->sizeHint().height(); |
261 | 260 | addBut->setMaximumWidth( max ); | |
261 | addButT->setFixedSize( QSize( max, max ) ); | ||
262 | QLabel* lab = new QLabel (i18n(" Calendar \n Resource "), mw ); | 262 | QLabel* lab = new QLabel (i18n(" Calendar \n Resource "), mw ); |
263 | mainLayout->addWidget( lab,0,++ii ); | 263 | mainLayout->addWidget( lab,0,++ii ); |
264 | //lab = new QLabel ( i18n(" "), mw ); | 264 | //lab = new QLabel ( i18n(" "), mw ); |
265 | //mainLayout->addWidget( lab,0,++ii ); | 265 | //mainLayout->addWidget( lab,0,++ii ); |
266 | //lab->setFixedWidth( 1 ); | 266 | //lab->setFixedWidth( 1 ); |
267 | addBut = new QPushButton ( mw ); | 267 | addBut = new QPushButton ( mw ); |
268 | addBut->setFocusPolicy(NoFocus); | 268 | addBut->setFocusPolicy(NoFocus); |
269 | mainLayout->addWidget( addBut,0,++ii ); | 269 | mainLayout->addWidget( addBut,0,++ii ); |
270 | addBut->setPixmap ( SmallIcon("bell")); | 270 | addBut->setPixmap ( SmallIcon("bell")); |
271 | connect(addBut,SIGNAL(clicked()),SLOT(enableAlarm())); | 271 | connect(addBut,SIGNAL(clicked()),SLOT(enableAlarm())); |
272 | addBut->setMaximumWidth( addBut->sizeHint().height() ); | 272 | addBut->setMaximumWidth( addBut->sizeHint().height() ); |
273 | 273 | ||
274 | addBut = new QPushButton ( mw ); | 274 | addBut = new QPushButton ( mw ); |
275 | addBut->setFocusPolicy(NoFocus); | 275 | addBut->setFocusPolicy(NoFocus); |
276 | mainLayout->addWidget( addBut,0,++ii ); | 276 | mainLayout->addWidget( addBut,0,++ii ); |
277 | addBut->setPixmap ( SmallIcon("pencil")); | 277 | addBut->setPixmap ( SmallIcon("pencil")); |
278 | connect(addBut,SIGNAL(clicked()),SLOT(disableRO())); | 278 | connect(addBut,SIGNAL(clicked()),SLOT(disableRO())); |
279 | addBut->setMaximumWidth( addBut->sizeHint().height() ); | 279 | addBut->setMaximumWidth( addBut->sizeHint().height() ); |
280 | lab = new QLabel ( "", mw ); | 280 | lab = new QLabel ( "", mw ); |
281 | mainLayout->addWidget( lab,0,++ii ); | 281 | mainLayout->addWidget( lab,0,++ii ); |
282 | 282 | ||
283 | addBut = new QPushButton ( mw ); | 283 | addBut = new QPushButton ( mw ); |
284 | addBut->setFocusPolicy(NoFocus); | 284 | addBut->setFocusPolicy(NoFocus); |
285 | mainLayout->addWidget( addBut,0,++ii ); | 285 | mainLayout->addWidget( addBut,0,++ii ); |
286 | addBut->setPixmap ( SmallIcon("plus")); | 286 | addBut->setPixmap ( SmallIcon("plus")); |
287 | connect(addBut,SIGNAL(clicked()),SLOT(addCal())); | 287 | connect(addBut,SIGNAL(clicked()),SLOT(addCal())); |
288 | 288 | ||
289 | lab = new QLabel ( " ", mw ); | 289 | lab = new QLabel ( " ", mw ); |
290 | mainLayout->addWidget( lab,0,++ii ); | 290 | mainLayout->addWidget( lab,0,++ii ); |
291 | 291 | ||
292 | 292 | ||
293 | KopiCalendarFile * kkf = KOPrefs::instance()->mCalendars.first(); | 293 | KopiCalendarFile * kkf = KOPrefs::instance()->mCalendars.first(); |