aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm (follow)
Commit message (Collapse)AuthorAge
* Replace config system with paramater based system.Hugo Hörnquist2022-04-11
| | | | | | | | | | | | | | | | This new setup stores all configurations are parameters. This forces everything into modules, and ensures that we can't have a module use an unloaded config. It (unfortunatelly) also causes users to have to specify namespaces when defining values, but ini-files (and the like) already does that. Also, there is nothing stopping a new `set-config!' from being defined which allows un-namespaced operation. The commit also removes the introspection procedures. They where a bit weird to begin with, since they only showed loaded fields. And since the program had no way of properly serializing or deserializing them we remove them for the time being. They would however be good to reintroduce together with a proper menu for editing simple configuration (see Emacs' `custom-set-variables').
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* Remove re-export-modulesHugo Hörnquist2021-12-20
| | | | | A weird special form which was only used once, and didn't add much clarity above what we actually did.
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Add option for default calendar.Hugo Hörnquist2020-08-12
|
* Massivly simplify config internals.Hugo Hörnquist2020-08-12
|
* Move <events> methods to own module for easier loading.Hugo Hörnquist2020-08-03
|
* Remove (util app).Hugo Hörnquist2020-08-02
|
* Crash properly on overflow on remove event.Hugo Hörnquist2020-07-27
|
* Use X-HNH-REMOVED to "remove" an event.Hugo Hörnquist2020-07-24
|
* Move save-event to own module.Hugo Hörnquist2020-07-08
| | | | | This hopefully resolves theh problems with (output ical) having bootstraping problems.
* Add TODO about stack overflow fro add-/remove-event.Hugo Hörnquist2020-07-08
|
* Add remove-event.Hugo Hörnquist2020-07-08
|
* Fixes in add-event.Hugo Hörnquist2020-07-08
|
* Remove some TODO:s.Hugo Hörnquist2020-07-07
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Add live import of event.Hugo Hörnquist2020-07-07
|
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
|
* Calendar-import file write atomic.Hugo Hörnquist2020-06-29
|
* Add structure for importing events.Hugo Hörnquist2020-06-25
|
* Modify config to store return of #:pre.Hugo Hörnquist2020-06-01
|
* Remove (vcomponent load) module.Hugo Hörnquist2020-05-23
|
* Inline badly named function.Hugo Hörnquist2020-05-19
|
* Change call signature for [gs]etf.Hugo Hörnquist2020-04-30
|
* Update vcomponent to load into the app object.Hugo Hörnquist2020-04-30
|
* ICAL handling of events different from display handling.Hugo Hörnquist2019-12-24
| | | | | | | | | Previously repeating events where always instantiated to a stream of all events to come (possibly infinite), and then zipped with the list of regular events to create a stream of all events in the world. This commit allows access to the raw lists of parsed regular and repeating events before they are extrapolated and merged.
* 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.
* Move remaining stuff out of vcomponent.Hugo Hörnquist2019-11-05
|
* Add let-env.Hugo Hörnquist2019-11-05
|
* Further cleanup in (vcomponent).Hugo Hörnquist2019-11-04
|
* Remove (vcomponent timezone).Hugo Hörnquist2019-11-04
|
* Remove commented code from parse-calendar.Hugo Hörnquist2019-11-04
|
* Simplify parsing steps.Hugo Hörnquist2019-11-04
|
* Maybe fixed timezone?Hugo Hörnquist2019-11-04
|
* Move stuff between vcomponent/{base,parse}.Hugo Hörnquist2019-11-03
|
* Remove make-vcomponent.Hugo Hörnquist2019-11-03
|
* Move parser into module subtree.Hugo Hörnquist2019-11-02
|
* Minor improvements on timezone loading.Hugo Hörnquist2019-10-29
|
* Add final fallback for name.Hugo Hörnquist2019-10-15
|
* Fix re-export of add-child!Hugo Hörnquist2019-10-06
|
* Minor cleanup in scheme code.Hugo Hörnquist2019-10-06
|
* Remove debug prints..Hugo Hörnquist2019-10-04
|
* Fix problem with no end date.Hugo Hörnquist2019-10-03
|
* Locate bug with DTEND.Hugo Hörnquist2019-10-03
|
* Slowly going through and fixing everything.Hugo Hörnquist2019-10-03
|
* Made parser work again (for single files).Hugo Hörnquist2019-10-02
|
* Disabled bunch of old stuff, new stuff kinda builds.Hugo Hörnquist2019-10-01
|
* Add support for events without DTEND set.Hugo Hörnquist2019-05-22
|
* Create module (vcomponent base).Hugo Hörnquist2019-05-03
|