1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 05:48:35 +00:00
topydo/topydo/lib
David Steele 5d7a742095 Use todo.txt spec for id-ing completed tasks
Topydo was only identifying a task as completed if it included a
completion date (which topydo automatically adds). This affects
compatibility with other todo.txt apps, making archiving unreliable.
2023-08-14 10:14:31 -04:00
..
prettyprinters Sorted import statements 2017-07-30 11:34:33 +02:00
printers Escape special characters in HTML like labels in Dot output 2017-01-10 13:01:42 +01:00
__init__.py First attempt to create a topydo package. 2014-10-29 21:58:13 +01:00
ChangeSet.py Merge remote-tracking branch 'mruwek/revert-subcmds' into style-fixes 2017-08-13 11:12:22 +02:00
Color.py Merge branch 'dot' 2016-11-17 22:06:08 +01:00
Command.py Add possibility to trigger actions after archiving 2017-02-24 15:45:35 +01:00
Config.py Fix focus at the bottom and the top of the column 2020-11-23 07:35:21 +01:00
DCommand.py Sorted import statements 2017-07-30 11:34:33 +02:00
ExpressionCommand.py Fixed pylint errors 2017-07-30 11:04:51 +02:00
Filter.py Apply LimitFilter after HiddenTagFilter 2017-02-22 09:35:53 +01:00
Graph.py Make Dot output deterministic 2017-01-05 15:20:26 +01:00
HashListValues.py Extend table and reformat 2017-07-26 14:34:51 +02:00
Importance.py Fix importance being wrong when due date is a distant monday. 2016-10-22 17:05:14 -07:00
ListFormat.py Fix launching in column mode by reverting 'unnecessary lambda' fix 2017-07-30 22:36:52 +02:00
MultiCommand.py Suppress some pylint issues 2017-07-30 13:19:53 +02:00
PrettyPrinterFilter.py Introduce the topydo.org domain 2016-07-08 21:13:14 +02:00
ProgressColor.py Some more escape deprecation fixes 2020-03-05 10:31:48 -05:00
Recurrence.py Respect auto_creation_date when advancing recurring tasks 2021-02-06 21:24:21 -05:00
RelativeDate.py Introduce the topydo.org domain 2016-07-08 21:13:14 +02:00
Sorter.py Set default priority of tasks to 'M' level 2020-10-07 22:27:25 -04:00
Todo.py Introduce the topydo.org domain 2016-07-08 21:13:14 +02:00
TodoBase.py Introduce the topydo.org domain 2016-07-08 21:13:14 +02:00
TodoFile.py Split watchdog functionality to TodoFileWatched class 2016-11-21 11:27:26 +01:00
TodoFileWatched.py Sorted import statements 2017-07-30 11:34:33 +02:00
TodoList.py Fixed pylint errors 2017-07-30 11:04:51 +02:00
TodoListBase.py Add auto_delete_whitespace config variable 2020-10-05 21:32:14 -04:00
TodoParser.py Use todo.txt spec for id-ing completed tasks 2023-08-14 10:14:31 -04:00
TopydoString.py Sorted import statements 2017-07-30 11:34:33 +02:00
Utils.py Drop support for Python 3.2 2022-12-06 15:03:29 -05:00
Version.py Start documenting the 0.14 release 2020-10-04 20:59:11 -04:00
View.py Apply LimitFilter after HiddenTagFilter 2017-02-22 09:35:53 +01:00
WriteCommand.py Relative dates and dependencies in append cmd 2016-05-23 07:29:43 +05:30