aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal_struct.h
blob: 411036c7aa41dbf85803ad92c1fe36cfe922c081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#define MAX_SZ 30

enum RepeatType {
    Single,
    Days,
    Months,
    WeekDays,
    MonthDays 
};


struct actionitem {
    char    date[MAX_SZ];
    int time;  /* Minutes past midnight */
};

struct event {
    struct actionitem start;
    struct actionitem end;

    enum RepeatType repeat;
    int repeatcount;
    char    description[MAX_SZ];
    char    subtype[MAX_SZ];
    GList   *properties;
};

'search' size='10' name='q' value=''/>
path: root/graphics/qiviewer
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Changed my emailvg2013-07-221-2/+2
* Add missing 'imageformats' to USE_QT4.stefan2013-05-142-4/+4
* Convert to new options frameworkmakc2013-02-211-9/+9
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
* - update png to 1.5.10dinoex2012-06-011-0/+1
* Update to version 0.5.0pawel2011-09-172-3/+4