summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-12-20Merge pull request #8 from matthiasbeyer/minorHEADmasterMatthias Beyer
2019-12-20Make utils module privateMatthias Beyer
2019-12-20Remove dead codeMatthias Beyer
2019-12-20Make function privateMatthias Beyer
2019-12-20Make function privateMatthias Beyer
2019-12-20Implement ToString rather than providing own ::to_string() functionMatthias Beyer
2019-12-20Rename: IcalVCalendar::with_normalize() -> ::normalized()Matthias Beyer
2019-12-20Implement ToString rather than providing own ::to_string() functionMatthias Beyer
2019-12-20Rename: IcalVCalendar::with_normalize() -> ::normalized()Matthias Beyer
2019-12-20Remove unused code in testing moduleMatthias Beyer
2019-12-20Move code for testing to submoduleMatthias Beyer
2019-12-20Merge pull request #9 from matthiasbeyer/docMatthias Beyer
2019-12-20Add description for IcalTimeZone typeMatthias Beyer
2019-12-20Add documentation for IcalTime typeMatthias Beyer
2019-12-20Remove From implementation that issues implicit clone() callMatthias Beyer
2019-12-20Fix: Normalize time before instantiating new IcalTime object in and_hms()Matthias Beyer
2019-12-20Add tests for invalid hour, minute and secondMatthias Beyer
2019-12-20Fix: Normalize time before instantiating objectMatthias Beyer
2019-12-20Add test for invalid month or day dateMatthias Beyer
2019-12-20Add description of IcalProperty typeMatthias Beyer
2019-12-20Add documentation for IcalDurationMatthias Beyer
2019-12-20Add crate top-level documentationMatthias Beyer
2019-12-13Remove VALUE tag, which breaks the testsMatthias Beyer
2019-12-13Remove tests that depend on local time or dateMatthias Beyer
2019-10-08Minor cleanups: Remove unused stuffMatthias Beyer
2019-10-08Remove error module, as it is not usedMatthias Beyer
2019-10-08Run cargo fmtMatthias Beyer
2019-10-08Extract libical-sys wrapper libraryMatthias Beyer
2019-06-19improve path handling in khlineNora
2019-06-19cleanupNora
2019-06-09follow symlinks in all file accessesNora
2019-05-16recur: unroll events up to 1 year in the future, relative to the current day,...Nora
2019-04-28replace import chrono::* with chorno::prelude::*Nora
2019-04-28selectors: rustfmtNora
2019-04-28utils: duration.as_millis stabilized, use itNora
2019-04-26actions/new: extract path assembly to helper functionNora
2019-04-26rustfmtNora
2019-04-26use existing timezone when changing dtstart/dtend.Nora
2019-04-26actions/new: remove timezone from parsed timesNora
2019-04-26actions/new: rustfmtNora
2019-04-26clippy: disable redundant closure lintNora
2019-04-17use CamelCase for enum elementsNora
2019-04-17select: rust 1.34: str does not implement PartialOrd<String>, so use slice in...Nora
2019-04-02delete: improve help messageNora
2019-03-27icalvevent: add test for dtstart and dtendNora
2019-03-27icalvevent: make get_duration_internal a little more elegantNora
2019-03-27khevent: remove intemediate IcalVCalendarNora
2019-03-27move duration handling to icalwrap/icalvcalendarNora
2019-03-27icalvevent: rustfmtNora
2019-03-26cleanupNora