- 13 Mar, 2019 4 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
U-ASML-COM\brschoen authored
-
- 04 Apr, 2018 1 commit
-
-
Bram Schoenmakers authored
Version 4.2.5 that is installed on Travis prints false positives causing checks to fail. Make sure that version 4.3.x or higher gets installed.
-
- 28 Feb, 2018 1 commit
-
-
Bram Schoenmakers authored
-
- 12 Feb, 2018 1 commit
-
-
Bram Schoenmakers authored
topydo may still work but will not be tested against this Python version
-
- 02 Feb, 2018 1 commit
-
-
Bram Schoenmakers authored
-
- 30 Jan, 2018 1 commit
-
-
Bram Schoenmakers authored
-
- 28 Nov, 2017 1 commit
-
-
Bram Schoenmakers authored
When you enter a todo item: "Call office at 09:00", the 09:00 would be seen as a tag-value pair. Because of this, the timestamp would be removed from the todo text: "Call office at ". Discussed in issue #211.
-
- 21 Nov, 2017 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 19 Sep, 2017 1 commit
-
-
Bram Schoenmakers authored
-
- 15 Aug, 2017 1 commit
-
-
Bram Schoenmakers authored
-
- 13 Aug, 2017 7 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Also, display the last changelog at the bottom of the homepage
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 12 Aug, 2017 1 commit
-
-
Bram Schoenmakers authored
Related to issue #194.
-
- 11 Aug, 2017 3 commits
-
-
Bram Schoenmakers authored
Suggest to use pip3 over pip
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 31 Jul, 2017 4 commits
-
-
Jacek Sowiński authored
-
Jacek Sowiński authored
`topydo revert ls` will now show all saved backup points with position number (starting with 1), date and time of relevant action, and its label. `topydo revert 2` will revert to a point **before** the backup point marked as 2 in `topydo revert ls` (i.e. it will go 2 changes backwards or phrasing more naturally: revert last 2 changes). Warning: changes between between current state and desired backup point are also deleted to avoid false assumption that our backups can be treated as some sort of atomic "patches".
-
Jacek Sowiński authored
When user disabled archive feature after he made some backups, don't try to restore archive during `topydo revert`, as there is no file to write.
-
Jacek Sowiński authored
-
- 30 Jul, 2017 10 commits
-
-
Bram Schoenmakers authored
self.todolist may not be present; it could be None. This is the case when the list formatter is instantiated from a TodoWidget in the column UI, which passes None for the todo list.
-
Bram Schoenmakers authored
The overrides are necessary to make the multicommands/widgets behave well.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
'test' is not really a library that has to be imported
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Among others, moved methods by turning them into (inline) functions or static methods.
-
- 26 Jul, 2017 1 commit
-
-
Bram Schoenmakers authored
-