aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/import.scm (follow)
Commit message (Collapse)AuthorAge
* Move <events> methods to own module for easier loading.Hugo Hörnquist2020-08-03
|
* Remove (util app).Hugo Hörnquist2020-08-02
|
* Stuff about (output vdir).Hugo Hörnquist2020-07-24
|
* Add live import of event.Hugo Hörnquist2020-07-07
|
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
|
* Add structure for importing events.Hugo Hörnquist2020-06-25
|
* Rework program initialization.Hugo Hörnquist2019-12-24
Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof.