summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-02-13fix integration test do_newNora
2019-02-13update patch version of dependenciesNora
2019-02-06move notes to notes dirNora
2019-02-06cleanupNora
2019-02-05remove rename-dependency from Cargo.tomlNora
2019-02-05remove unused importsNora
2019-02-05update images for rustc 1.32 and cargo 1.31Nora
2019-02-05add Dockerfile for kcov imageNora
2019-02-05add cargo-features = ["rename-dependency"]" to Cargo.toml for compatibility w...Nora
2019-02-05replace most uses of extern crate by useNora
2019-02-05move to Rust Edition 2018Nora
2019-02-05khagenda: allow selectionsVincent Breitmoser
2019-02-05use pretty_assertions for improved test outputNora
2019-02-04update dependencies major versionsNora
2019-02-04update dependenciesNora
2019-02-04bump dependency yansi to 0.5.0Nora
2019-02-04khline: when parsing from string, check if file actually existsNora
2019-02-04readme: add deps.rs badgeNora
2019-02-04remove unneeded derive(Debug)Nora
2019-02-04add testfilesNora
2019-02-04cursor: test moveNora
2019-02-04update dependenciesNora
2019-02-03cursor: compare khlines, not eventsNora
2019-02-03cursor: use read_seqfile_khlinesNora
2019-02-03add function to read sequence to khlinesNora
2019-02-03cleanup cursor moveNora
2019-02-02improve cursor moveNora
2019-02-02ad khcursor prevNora
2019-01-29use $HOME instead of working dir as default in release buildsVincent Breitmoser
2019-01-29switch command by binary name, if matches kh* patternVincent Breitmoser
2019-01-29don't show backtraces in release buildsVincent Breitmoser
2019-01-28use IcalTime in khnewVincent Breitmoser
2019-01-28ci: filter integration and unit tests by module nameVincent Breitmoser
2019-01-28icaltime: tests!Vincent Breitmoser
2019-01-26icalduration: actually test cmp for IcalDurationVincent Breitmoser
2019-01-25icalwrap: add IcalDuration typeVincent Breitmoser
2019-01-23icaltimezone: add method ymd to create an icaltime wrt the timezoneNora
2019-01-23icaltime: fix with_timezoneNora
2019-01-23icaltime: make get_timezone return an OptionNora
2019-01-23add testdir with event with self-defined timezoneNora
2019-01-23split from_ymd into floatin_ymd and and_hmsNora
2019-01-23make clippy happyNora
2019-01-23new: change wording of errormessagesNora
2019-01-23use IcalTime instead of chrono times for most time operationsVincent Breitmoser
2019-01-22input: add testNora
2019-01-22copy: also test contentNora
2019-01-22copy: add testNora
2019-01-22misc: define make_new_uid differently for testsNora
2019-01-22cursor: make testable and testNora
2019-01-22new: add test for do_newNora