summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-18Load experimental icalendar plugin to make it executeHEADmasterOlliver Schinagl1-1/+11
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-18Add preliminary ical experimentsOlliver Schinagl3-1/+138
This patch adds preliminary 'support' for iCalendar. Preliminary in the sense that it opens a known file, and prints some output using printf. This is just some experiments in parsing ics files. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-18Add initial plugin headerOlliver Schinagl5-3/+162
This patch adds the first preliminary draft plugin description. It is missing many things, most importantly documentation. More importantly it is likely not yet complete. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-18Move gettext to a shared include directoryOlliver Schinagl2-0/+1
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-18Add some nice gettext defaultsOlliver Schinagl1-0/+6
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-18Make lib/engagement.c adhere a little bit more to my codeing standardOlliver Schinagl1-33/+32
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-18Remove WIN32 defines from sourcesOlliver Schinagl1-18/+6
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-18Add copyright header to all filesOlliver Schinagl6-9/+51
This patch adds copyright info to source and header files Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-11Rename bin/engagement_main.c to bin/engagement.cOlliver Schinagl2-1/+1
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-11Change the default source license to AGPL3+ from BSDOlliver Schinagl1-1/+1
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-10Add empty eflprj generated skeleton projectOlliver Schinagl11-0/+796
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>