summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-28Update pyproject.tomlrebase_pr1324Piotr Wojciech Dabrowski
2024-04-28Added adherence to mypy requirementsdabrows
2024-04-28[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2024-04-28[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2024-04-28Updated testsdabrows
2024-04-28Changed default address_adapter value; Added address_adapter in [default] sec...dabrows
2024-04-28[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2024-04-28Fixed bug that caused crash when editing eventsdabrows
2024-04-28Added myself to AUTHORSdabrows
2024-04-28Updated tests to match new functionality and fixed two bugs uncovered by testsdabrows
2024-04-28Added additional_widgets dependencydabrows
2024-04-28Added correct conversion of attendees to VCARD, other small fixesdabrows
2024-04-28Added configuration for address providerdabrows
2024-04-28Added correct focus traversal and highlighting in list.dabrows
2024-04-28Initial version, autocomplete works, leaving field and highlight of selected ...dabrows
2024-04-24Merge pull request #1348 from pimutils/fix/docsHEADmasterChristian Geier
2024-04-24fix links in plugin docsChristian Geier
2024-04-24Merge pull request #1347 from pimutils/fix/release_notes_0113Christian Geier
2024-04-23copy release notes from 0.11.x branch to masterChristian Geier
2024-04-23Merge pull request #1346 from Pi2048/eventeditoruiChristian Geier
2024-04-23Add requested info to AUTHORS and CHANGELOGP
2024-04-21Fixes pimutils/khal#1274P
2024-04-21Fixes pimutils/khal/#1345P
2024-04-14Merge pull request #1312 from pimutils/develop/pluginsChristian Geier
2024-04-14first documentation for pluginsChristian Geier
2024-04-13install all optional dependencies with khal[all]Christian Geier
2024-04-13install importlib-metadata for python <= 3.9Christian Geier
2024-04-12import type hints from typing, not collectionsChristian Geier
2024-04-12move logger.warn to comment to make tests passChristian Geier
2024-04-12clean up compat.__all__Christian Geier
2024-04-12moved all utils from cli.py to cli_utils.pyChristian Geier
2024-04-12load plugins and remove dead codeChristian Geier
2024-04-11mv cli, interactive_cli out of function callChristian Geier
2024-04-11remove dead codeChristian Geier
2024-04-11support for color theme pluginsChristian Geier
2024-04-11wip: basic plugin handlingThomas Cuthbert
2024-03-09Update my email and websiteHugo Osvaldo Barrera
2024-02-14Merge pull request #1337 from pimutils/fix/color_lengthsChristian Geier
2024-02-14validate color before removing alpha valuesChristian Geier
2024-01-29Merge pull request #1317 from pimutils/chore/run_python_3.12Christian Geier
2024-01-29pkg_resources is installed with setuptoolsChristian Geier
2024-01-29use tox commands_pre to install test requirementsChristian Geier
2024-01-29remove old TRAVIS env variablesChristian Geier
2024-01-29tox: use dependencies from pyproject.tomlChristian Geier
2024-01-29run tests with python 3.12Christian Geier
2024-01-29Merge pull request #1333 from kraasch/masterChristian Geier
2024-01-29Allow address field to be unconfigured.Alex Kraasch
2024-01-28In case alpha value exists remove it for urwid.Alex Kraasch
2024-01-27Merge pull request #1332 from kraasch/masterChristian Geier
2024-01-26Fix typo.Alex Kraasch