summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Load experimental icalendar plugin to make it executeHEADmasterOlliver Schinagl2016-03-181-1/+11
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Add preliminary ical experimentsOlliver Schinagl2016-03-183-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>
* Add initial plugin headerOlliver Schinagl2016-03-185-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>
* Move gettext to a shared include directoryOlliver Schinagl2016-03-182-0/+1
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Add some nice gettext defaultsOlliver Schinagl2016-03-181-0/+6
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Make lib/engagement.c adhere a little bit more to my codeing standardOlliver Schinagl2016-03-181-33/+32
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Remove WIN32 defines from sourcesOlliver Schinagl2016-03-181-18/+6
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Add copyright header to all filesOlliver Schinagl2016-03-186-9/+51
| | | | | | This patch adds copyright info to source and header files Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Rename bin/engagement_main.c to bin/engagement.cOlliver Schinagl2016-03-112-1/+1
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Change the default source license to AGPL3+ from BSDOlliver Schinagl2016-03-111-1/+1
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Add empty eflprj generated skeleton projectOlliver Schinagl2016-03-1011-0/+796
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>