calendarui/inc/CalendarVariant.hrh
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Local variation flags for Calendar
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __CALENDARVARIANT_HRH__
       
    21 #define __CALENDARVARIANT_HRH__
       
    22 
       
    23 /**
       
    24 * Local variation flags.
       
    25 **/
       
    26 // Left right in viewers takes you to next/previous instance
       
    27 #ifdef RD_CALEN_VIEWERS
       
    28 #ifndef RD_CALEN_VIEWERS_LEFT_RIGHT_NAVI
       
    29 //#define RD_CALEN_VIEWERS_LEFT_RIGHT_NAVI
       
    30 #endif // RD_CALEN_VIEWERS_LEFT_RIGHT_NAVI
       
    31 #endif // RD_CALEN_VIEWERS
       
    32 
       
    33 
       
    34 // Stop the ability to edit repeating todos and day notes
       
    35 #ifndef RD_NO_EDIT_REPEATING_TODO_DAYNOTE
       
    36 //#define RD_NO_EDIT_REPEATING_TODO_DAYNOTE
       
    37 #endif // RD_NO_EDIT_REPEATING_TODO_DAYNOTE
       
    38 
       
    39 // enable external calendar functionality
       
    40 #ifndef RD_CALEN_EXTERNAL_CAL
       
    41 //#define RD_CALEN_EXTERNAL_CAL
       
    42 #endif
       
    43 
       
    44 // enable enhanced Day/ToDo View MSK functionality
       
    45 #ifndef __SERIES60_32__
       
    46 #ifndef RD_CALEN_ENHANCED_MSK
       
    47 #define RD_CALEN_ENHANCED_MSK
       
    48 #endif
       
    49 #endif  // !__SERIES60_32__
       
    50 
       
    51 // enable midnight visualization in day view
       
    52 #ifndef __SERIES60_32__
       
    53 #ifndef RD_CALEN_MIDNIGHT_VISUALIZATION
       
    54 #define RD_CALEN_MIDNIGHT_VISUALIZATION
       
    55 #endif	// RD_CALEN_MIDNIGHT_VISUALIZATION
       
    56 #endif	// __SERIES60_32__
       
    57 
       
    58 // enable preview pane in month and week views
       
    59 
       
    60 //#define RD_CALENDAR_PREVIEW
       
    61 #undef RD_CALENDAR_PREVIEW
       
    62 
       
    63 
       
    64 
       
    65 #undef SUPPORT_NAVISCROLL_EVENTS
       
    66 
       
    67 #endif // __CALENDARVARIANT_HRH__
       
    68 
       
    69 // End of File