summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-22new: add test for do_newNora
2019-01-22misc: add default uid for testing, remove now useless testNora
2019-01-22new: rename start to "from", end to "to"Nora
2019-01-22work around race conditions in libicalVincent Breitmoser
2019-01-21more work on icaltime and icaltimezoneVincent Breitmoser
2019-01-20icalvcalendar: make set_dtstart and set_dtend take IcalTimesNora
2019-01-20fix testsNora
2019-01-20new: inital parsers for start and endNora
2019-01-20new: more testsNora
2019-01-20new: improve parsing of string inputNora
2019-01-20move main function back to actions/edit.rsNora
2019-01-20edit: refactor for legibilityNora
2019-01-20icaltime: add Display traitNora
2019-01-20seq: perform tests on actual actionVincent Breitmoser
2019-01-20introduce stdioutils, move test fixtures over thereVincent Breitmoser
2019-01-20introcue stdin buffer for testsVincent Breitmoser
2019-01-20drop two unused methods from fileutilVincent Breitmoser
2019-01-20consistently use khlines for inputVincent Breitmoser
2019-01-20add IcalTimeZoneVincent Breitmoser
2019-01-20replace magic stringsNora
2019-01-20clippy: unnecessary pass by valueNora
2019-01-20icalvcalendar: replace magic strings by constantsNora
2019-01-20use khprintlnNora
2019-01-20icalvcalendar: add tests for new with_* functionsNora
2019-01-20icaltime: implement From for all reference typesNora
2019-01-20new: take argumentsNora
2019-01-20icalvcalendar: add with_* methods for dtstart, dtend, location and summaryNora
2019-01-20icaltime: add From for &DateTime<Local>Nora
2019-01-20cursorfile: use line not linesNora
2019-01-19use icaltime in with_lat_modified_nowNora
2019-01-19dateutil: add datetime_from_strNora
2019-01-19errors: add From<chrono::ParseError>Nora
2019-01-19introduce IcalTime typeVincent Breitmoser
2019-01-19config: more testingVincent Breitmoser
2019-01-19config: add testsVincent Breitmoser
2019-01-19pass args around as &str instead of StringVincent Breitmoser
2019-01-19put early and unused cal/dbg methods into archiveVincent Breitmoser
2019-01-19use io::ResultNora
2019-01-19make clippy happyNora
2019-01-19backup: use io::ResultNora
2019-01-19fileutil and khline: use io::ResultsNora
2019-01-19add function read_single_char_from_stdinNora
2019-01-19introduce custom error type for nicer backtracesVincent Breitmoser
2019-01-19edit: add testNora
2019-01-18edit: update stamp fields after editingNora
2019-01-18cleanupNora
2019-01-18icalvcalendar: use dateutil::now in with_dtstamp_nowNora
2019-01-18icalvcalendar: add property last-modified if it does not existNora
2019-01-18dateutil: add testable now() functionNora
2019-01-18move remove_property to icalcomponentNora