summaryrefslogtreecommitdiffabout
path: root/korganizer/koprefs.h
authorzautrix <zautrix>2005-02-22 01:14:35 (UTC)
committer zautrix <zautrix>2005-02-22 01:14:35 (UTC)
commitdf40d77f7407326221ba2848163c4f61b7bb1d2f (patch) (unidiff)
tree1b46bf666f7371189ba421080f4dcd66dc9037f2 /korganizer/koprefs.h
parentce261d6197d319d67f7b275813449f36ce42a730 (diff)
downloadkdepimpi-df40d77f7407326221ba2848163c4f61b7bb1d2f.zip
kdepimpi-df40d77f7407326221ba2848163c4f61b7bb1d2f.tar.gz
kdepimpi-df40d77f7407326221ba2848163c4f61b7bb1d2f.tar.bz2
next
Diffstat (limited to 'korganizer/koprefs.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/koprefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/koprefs.h b/korganizer/koprefs.h
index e4e3dd7..09a0dce 100644
--- a/korganizer/koprefs.h
+++ b/korganizer/koprefs.h
@@ -88,192 +88,193 @@ class KOPrefs : public KPimPrefs
88 bool mBcc; 88 bool mBcc;
89 bool mAutoSave; 89 bool mAutoSave;
90 int mAutoSaveInterval; 90 int mAutoSaveInterval;
91 bool mConfirm; 91 bool mConfirm;
92 92
93 bool mEnableGroupScheduling; 93 bool mEnableGroupScheduling;
94 bool mEnableProjectView; 94 bool mEnableProjectView;
95 95
96 int mDefaultFormat; 96 int mDefaultFormat;
97 int mMailClient; 97 int mMailClient;
98 98
99 int mStartTime; 99 int mStartTime;
100 int mDefaultDuration; 100 int mDefaultDuration;
101 int mAlarmTime; 101 int mAlarmTime;
102 102
103 int mWorkingHoursStart; 103 int mWorkingHoursStart;
104 int mWorkingHoursEnd; 104 int mWorkingHoursEnd;
105 bool mExcludeHolidays; 105 bool mExcludeHolidays;
106 bool mExcludeSaturdays; 106 bool mExcludeSaturdays;
107 bool mMarcusBainsShowSeconds; 107 bool mMarcusBainsShowSeconds;
108 108
109 QFont mTimeBarFont; 109 QFont mTimeBarFont;
110 QFont mMonthViewFont; 110 QFont mMonthViewFont;
111 QFont mAgendaViewFont; 111 QFont mAgendaViewFont;
112 QFont mMarcusBainsFont; 112 QFont mMarcusBainsFont;
113 QFont mTimeLabelsFont; 113 QFont mTimeLabelsFont;
114 QFont mTodoViewFont; 114 QFont mTodoViewFont;
115 QFont mListViewFont; 115 QFont mListViewFont;
116 QFont mDateNavigatorFont; 116 QFont mDateNavigatorFont;
117 QFont mEditBoxFont; 117 QFont mEditBoxFont;
118 QFont mJornalViewFont; 118 QFont mJornalViewFont;
119 QFont mWhatsNextFont; 119 QFont mWhatsNextFont;
120 QFont mEventViewFont; 120 QFont mEventViewFont;
121 121
122 122
123 123
124 124
125 QColor mHolidayColor; 125 QColor mHolidayColor;
126 QColor mHighlightColor; 126 QColor mHighlightColor;
127 QColor mEventColor; 127 QColor mEventColor;
128 QColor mTodoDoneColor; 128 QColor mTodoDoneColor;
129 QColor mAgendaBgColor; 129 QColor mAgendaBgColor;
130 QColor mWorkingHoursColor; 130 QColor mWorkingHoursColor;
131 QColor mTodoDueTodayColor; 131 QColor mTodoDueTodayColor;
132 QColor mTodoOverdueColor; 132 QColor mTodoOverdueColor;
133 QColor mMonthViewEvenColor; 133 QColor mMonthViewEvenColor;
134 QColor mMonthViewOddColor; 134 QColor mMonthViewOddColor;
135 QColor mMonthViewHolidayColor; 135 QColor mMonthViewHolidayColor;
136 bool mMonthViewUsesDayColors; 136 bool mMonthViewUsesDayColors;
137 bool mMonthViewSatSunTog; 137 bool mMonthViewSatSunTog;
138 bool mMonthViewWeek; 138 bool mMonthViewWeek;
139 QColor mAppColor1; 139 QColor mAppColor1;
140 QColor mAppColor2; 140 QColor mAppColor2;
141 bool mUseAppColors; 141 bool mUseAppColors;
142 142
143 int mDayBegins; 143 int mDayBegins;
144 int mHourSize; 144 int mHourSize;
145 int mAllDaySize; 145 int mAllDaySize;
146 bool mShowFullMenu; 146 bool mShowFullMenu;
147 bool mDailyRecur; 147 bool mDailyRecur;
148 bool mWeeklyRecur; 148 bool mWeeklyRecur;
149 bool mMonthDailyRecur; 149 bool mMonthDailyRecur;
150 bool mMonthWeeklyRecur; 150 bool mMonthWeeklyRecur;
151 bool mMonthShowIcons; 151 bool mMonthShowIcons;
152 bool mMonthShowShort; 152 bool mMonthShowShort;
153 bool mEnableToolTips; 153 bool mEnableToolTips;
154 bool mEnableMonthScroll; 154 bool mEnableMonthScroll;
155 bool mFullViewMonth; 155 bool mFullViewMonth;
156 bool mMonthViewUsesCategoryColor; 156 bool mMonthViewUsesCategoryColor;
157 bool mFullViewTodo; 157 bool mFullViewTodo;
158 bool mShowCompletedTodo; 158 bool mShowCompletedTodo;
159 bool mMarcusBainsEnabled; 159 bool mMarcusBainsEnabled;
160 int mNextXDays; 160 int mNextXDays;
161 int mWhatsNextDays; 161 int mWhatsNextDays;
162 int mWhatsNextPrios; 162 int mWhatsNextPrios;
163 bool mEnableQuickTodo; 163 bool mEnableQuickTodo;
164 164
165 bool mCompactDialogs; 165 bool mCompactDialogs;
166 bool mVerticalScreen; 166 bool mVerticalScreen;
167 167
168 bool mShowIconNewTodo; 168 bool mShowIconNewTodo;
169 bool mShowIconNewEvent; 169 bool mShowIconNewEvent;
170 bool mShowIconSearch; 170 bool mShowIconSearch;
171 bool mShowIconList; 171 bool mShowIconList;
172 bool mShowIconDay1; 172 bool mShowIconDay1;
173 bool mShowIconDay5; 173 bool mShowIconDay5;
174 bool mShowIconDay6; 174 bool mShowIconDay6;
175 bool mShowIconDay7; 175 bool mShowIconDay7;
176 bool mShowIconMonth; 176 bool mShowIconMonth;
177 bool mShowIconTodoview; 177 bool mShowIconTodoview;
178 bool mShowIconBackFast; 178 bool mShowIconBackFast;
179 bool mShowIconBack; 179 bool mShowIconBack;
180 bool mShowIconToday; 180 bool mShowIconToday;
181 bool mShowIconForward; 181 bool mShowIconForward;
182 bool mShowIconForwardFast; 182 bool mShowIconForwardFast;
183 bool mShowIconWhatsThis; 183 bool mShowIconWhatsThis;
184 bool mShowIconWeekNum;
184 bool mShowIconNextDays; 185 bool mShowIconNextDays;
185 bool mShowIconNext; 186 bool mShowIconNext;
186 bool mShowIconJournal; 187 bool mShowIconJournal;
187 188
188 bool mShowIconStretch; 189 bool mShowIconStretch;
189 190
190 bool mToolBarHor; 191 bool mToolBarHor;
191 bool mToolBarUp; 192 bool mToolBarUp;
192 bool mToolBarMiniIcons; 193 bool mToolBarMiniIcons;
193 194
194 bool mAskForQuit; 195 bool mAskForQuit;
195 bool mUsePassWd; 196 bool mUsePassWd;
196 bool mShowSyncEvents; 197 bool mShowSyncEvents;
197 bool mShowTodoInAgenda; 198 bool mShowTodoInAgenda;
198 bool mShowTimeInAgenda; 199 bool mShowTimeInAgenda;
199 bool mHideNonStartedTodos; 200 bool mHideNonStartedTodos;
200 201
201 int mLastSyncTime; 202 int mLastSyncTime;
202 void setCategoryColor(QString cat,const QColor & color); 203 void setCategoryColor(QString cat,const QColor & color);
203 QColor *categoryColor(QString cat); 204 QColor *categoryColor(QString cat);
204 205
205 QString mArchiveFile; 206 QString mArchiveFile;
206 QString mHtmlExportFile; 207 QString mHtmlExportFile;
207 bool mHtmlWithSave; 208 bool mHtmlWithSave;
208 209
209 QStringList mSelectedPlugins; 210 QStringList mSelectedPlugins;
210 211
211 QString mLastImportFile; 212 QString mLastImportFile;
212 QString mLastVcalFile; 213 QString mLastVcalFile;
213 QString mLastSaveFile; 214 QString mLastSaveFile;
214 QString mLastLoadFile; 215 QString mLastLoadFile;
215 216
216 217
217 QString mDefaultAlarmFile; 218 QString mDefaultAlarmFile;
218 int mIMIPScheduler; 219 int mIMIPScheduler;
219 int mIMIPSend; 220 int mIMIPSend;
220 QStringList mAdditionalMails; 221 QStringList mAdditionalMails;
221 int mIMIPAutoRefresh; 222 int mIMIPAutoRefresh;
222 int mIMIPAutoInsertReply; 223 int mIMIPAutoInsertReply;
223 int mIMIPAutoInsertRequest; 224 int mIMIPAutoInsertRequest;
224 int mIMIPAutoFreeBusy; 225 int mIMIPAutoFreeBusy;
225 int mIMIPAutoFreeBusyReply; 226 int mIMIPAutoFreeBusyReply;
226 227
227 QStringList mTodoTemplates; 228 QStringList mTodoTemplates;
228 QStringList mEventTemplates; 229 QStringList mEventTemplates;
229 230
230 int mDestination; 231 int mDestination;
231 232
232 233
233 bool mEditOnDoubleClick; 234 bool mEditOnDoubleClick;
234 bool mViewChangeHoldFullscreen; 235 bool mViewChangeHoldFullscreen;
235 bool mViewChangeHoldNonFullscreen; 236 bool mViewChangeHoldNonFullscreen;
236 bool mCenterOnCurrentTime; 237 bool mCenterOnCurrentTime;
237 bool mSetTimeToDayStartAt; 238 bool mSetTimeToDayStartAt;
238 bool mHighlightCurrentDay; 239 bool mHighlightCurrentDay;
239 bool mUseHighlightLightColor; 240 bool mUseHighlightLightColor;
240 bool mListViewMonthTimespan; 241 bool mListViewMonthTimespan;
241 bool mWNViewShowsParents; 242 bool mWNViewShowsParents;
242 bool mWNViewShowsPast; 243 bool mWNViewShowsPast;
243 bool mWNViewShowLocation; 244 bool mWNViewShowLocation;
244 bool mTodoViewShowsPercentage; 245 bool mTodoViewShowsPercentage;
245 bool mTodoViewUsesCatColors; 246 bool mTodoViewUsesCatColors;
246 bool mMonthViewUsesBigFont; 247 bool mMonthViewUsesBigFont;
247 bool mTodoViewUsesSmallFont; 248 bool mTodoViewUsesSmallFont;
248 bool mTodoViewUsesForegroundColor; 249 bool mTodoViewUsesForegroundColor;
249 bool mMonthViewUsesForegroundColor; 250 bool mMonthViewUsesForegroundColor;
250 251
251 bool mHightlightDateTimeEdit; 252 bool mHightlightDateTimeEdit;
252 bool mShortDateInViewer; 253 bool mShortDateInViewer;
253 254
254 bool mShowDateNavigator; 255 bool mShowDateNavigator;
255 256
256 QStringList mLocationDefaults; 257 QStringList mLocationDefaults;
257 QStringList mEventSummaryUser; 258 QStringList mEventSummaryUser;
258 QStringList mTodoSummaryUser; 259 QStringList mTodoSummaryUser;
259 260
260 bool mUseInternalAlarmNotification; 261 bool mUseInternalAlarmNotification;
261 int mAlarmPlayBeeps; 262 int mAlarmPlayBeeps;
262 int mAlarmSuspendTime; 263 int mAlarmSuspendTime;
263 int mAlarmSuspendCount; 264 int mAlarmSuspendCount;
264 int mAlarmBeepInterval; 265 int mAlarmBeepInterval;
265 int mOldLanguage; 266 int mOldLanguage;
266 int mOldLoadedLanguage; 267 int mOldLoadedLanguage;
267 268
268 269
269 QString mActiveSyncPort; 270 QString mActiveSyncPort;
270 QString mActiveSyncIP; 271 QString mActiveSyncIP;
271 272
272 // settings for eventviewer 273 // settings for eventviewer
273 bool mEVshowDetails; 274 bool mEVshowDetails;
274 bool mEVshowCreated; 275 bool mEVshowCreated;
275 bool mEVshowChanged; 276 bool mEVshowChanged;
276 bool mWTshowDetails; 277 bool mWTshowDetails;
277 bool mWTshowCreated; 278 bool mWTshowCreated;
278 bool mWTshowChanged; 279 bool mWTshowChanged;
279 280