summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-07-30Merge branch 'master' into pr839pr839Martin Stone
2020-07-30Travis: Test python 3.8. Use 3.7 as default (instead of 3.6). Resolve some .t...Martin Stone
2020-07-29Re-fix test.v0.10.2Martin Stone
2020-07-29Fix failing test. Update Travis URL in README. Release 0.10.2.Martin Stone
2020-07-29Minor style tweaksMartin Stone
2020-07-16Merge pull request #943 from Khalzone/fix/942Yorick Barbanneau
2020-06-18fix mypy error un sql_ex() #942Yorick Barbanneau
2020-05-25fixup! Fix unrelated testMartin Stone
2020-05-25Fix unrelated testMartin Stone
2020-05-25Fix styleMartin Stone
2020-05-25Add 'khal export' commandTeemu Ikonen
2020-04-20Remove warning about missing timezones in repeated events. Fixes #830. Fixes ...Martin Stone
2020-04-20ikhal: Add 2 rows in left (calendar) pane when `frame` is `color` or `width`....Yorick Barbanneau
2020-03-20Stop and start the whole urwid loop instead of the screen when launching an e...Martin Stone
2020-03-20Merge pull request #902 from Khalzone/fix/876Yorick Barbanneau
2020-03-16Remove duplicate `for item in cal.walk`Yorick Barbanneau
2020-03-16Add changelog informationYorick Barbanneau
2020-03-16Style and wording modificationYorick Barbanneau
2020-03-12Test for "" and '' quotes in test_print_ics_command().Martin Stone
2020-03-12Add testing for Python 3.7. Resolves #893.Martin Stone
2020-03-09Get Olson TZ name for Windows name in split_ics(). Fixes #876Yorick Barbanneau
2020-03-09Add test for Windows Timezone FormatYorick Barbanneau
2020-03-09Add `{uid}` property to template options in `--format`. Fixes #891Martin Stone
2020-03-09Merge pull request #916 from d7415/drop_dateutil26Martin Stone
2020-02-23Force CalendarWidget to selectable. Fixes #903.Martin Stone
2020-02-23Remove testing for dateutil 2.6. Fixes #915.Martin Stone
2019-11-09Merge pull request #890 from Khalzone/issue805Christian Geier
2019-11-08Implementation for issue #805Yorick Barbanneau
2019-10-10Merge pull request #889 from pimutils/fix/888Christian Geier
2019-10-10Changelog: khal 0.10.0 does support dateutil 2.7Christian Geier
2019-10-09Merge pull request #885 from d7415/example_formatsChristian Geier
2019-09-27Add note about date formats to `khal new` examples.Martin Stone
2019-09-16Merge pull request #882 from ddast/typoChristian Geier
2019-09-16Merge pull request #840 from ryannjohnson/move-new-event-out-of-utilsChristian Geier
2019-09-15Refactor icalendar helpers into their own moduleRyan N Johnson
2019-09-14Fix wording in warning messageDennis Dast
2019-09-11Merge pull request #878 from d7415/vcf_datesChristian Geier
2019-09-11Merge pull request #879 from d7415/doc_commentChristian Geier
2019-09-03Make sure khal doesn't delete all of our new events. Remove the need for INSE...Martin Stone
2019-09-03Fix style (again)Martin Stone
2019-09-03Add a test for VCARD 3.0 dates (YYYY-MM-DD)Martin Stone
2019-08-28Add instructions for comments in configuration filesMartin Stone
2019-08-28Fix line length and use startswith/endswith where applicableMartin Stone
2019-08-28Fix line lengthMartin Stone
2019-08-28Merge branch 'master' into vcf_datesMartin Stone
2019-08-28Fix updating dates.Martin Stone
2019-08-27Merge pull request #877 from d7415/style-fixChristian Geier
2019-08-21Add changes to CHANGELOGMartin Stone
2019-08-21Add support for other VCARD dates (e.g. X-ANNIVERSARY)Martin Stone
2019-08-21Fix style errorsMartin Stone